Bug 1091 - Build failed: Missing node signature
Build failed: Missing node signature
Status: RESOLVED DUPLICATE of bug 1088
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
All All
: P5 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-03 13:49 EDT by Nicola Baldo
Modified: 2011-04-03 23:42 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Baldo 2011-04-03 13:49:23 EDT
sorry for annoying you again in such a short time, but I think I found another bug in the modular build...

using ns-3-dev r6992

./waf distclean
./waf configure --enable-modules=wifi
./waf
[snip]
[794/839] cxx: src/wifi/test/dcf-manager-test.cc -> build/debug/src/wifi/test/dcf-manager-test_2.o
Waf: Leaving directory `/home/nicola/locale/ns-3-dev/build'
Build failed: Missing node signature for [bld:///home/nicola/locale/ns-3-dev/ns3/internet-module.h] (for implicit dependencies 
	{task: cxx simple.cc -> simple_1.o})
Comment 1 Tom Henderson 2011-04-03 23:42:19 EDT
This is failing due to the scratch directory problem in bug 1088.  Basically, --enable-modules will fail at the moment for modules < internet, since scratch depends on internet.

*** This bug has been marked as a duplicate of bug 1088 ***