* **Version**: v7.7.0 * **Platform**: Linux localhost.localdomain 4.9.12-200.fc25.x86_64 #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 ```