Skip to content

all native modules on 7.7.0 are broken because trace_event.h is not included in the distributable, but referred by node.h #11628

Closed
@jakutis

Description

@jakutis
  • Version: v7.7.0
  • Platform: Linux localhost.localdomain 4.9.12-200.fc25.x86_64 deps: update openssl to 1.0.1j #1 SMP Thu Feb 23 19:31:49 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Modules with node-gyp (e.g. heapdump) fail with:

make: Entering directory '<...>/node_modules/heapdump/build'
  CXX(target) Release/obj.target/addon/src/heapdump.o
In file included from ../src/heapdump.cc:15:0:
/home/jakutis/.node-gyp/7.7.0/include/node/node.h:44:33: fatal error: tracing/trace_event.h: No such file or directory
 #include "tracing/trace_event.h"
                                 ^
compilation terminated.
addon.target.mk:92: recipe for target 'Release/obj.target/addon/src/heapdump.o' failed
make: *** [Release/obj.target/addon/src/heapdump.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    trace_eventsIssues and PRs related to V8, Node.js core, and userspace code trace events.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions