[Ns-bugs] [Bug 1121] Build failed: Missing node signature

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Tue May 3 08:07:54 PDT 2011


https://www.nsnam.org/bugzilla/show_bug.cgi?id=1121

Nicola Baldo <nbaldo at cttc.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|spectrum device             |build system
         AssignedTo|nbaldo at cttc.es              |gjcarneiro at gmail.com
                 CC|ns-bugs at isi.edu             |
                 CC|                            |nbaldo at cttc.es,
                   |                            |watrous at u.washington.edu
           Priority|P3                          |P1
                 CC|watrous at u.washington.edu    |

Tom Henderson <tomh at tomh.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomh at tomh.org

--- Comment #1 from Nicola Baldo <nbaldo at cttc.es> 2011-05-03 05:12:30 EDT ---
I checked the Spectrum code but I could not find any dependency on neither the
point-to-point module nor the ConfigStore (both are mentioned in the error
message). 

Maybe a bug in the modular build system?

--- Comment #2 from Nicola Baldo <nbaldo at cttc.es> 2011-05-03 05:25:38 EDT ---
works with the following:
./waf configure --enable-tests --enable-modules=spectrum,point-to-point

but I really can't find why spectrum should depend on the point-to-point
module...

--- Comment #3 from Nicola Baldo <nbaldo at cttc.es> 2011-05-03 06:39:11 EDT ---
Created attachment 1103
  --> https://www.nsnam.org/bugzilla/attachment.cgi?id=1103
workaround

this patch adds to the spectrum module a dependency on the point-to-point
module.

--- Comment #4 from Nicola Baldo <nbaldo at cttc.es> 2011-05-03 06:41:48 EDT ---
raising to P1 since I think we should really fix it before the release.

Somebody please tell me if the workaround shall be pushed or something else
should be done.

--- Comment #5 from Tom Henderson <tomh at tomh.org> 2011-05-03 11:07:54 EDT ---
(In reply to comment #4)
> raising to P1 since I think we should really fix it before the release.
> 
> Somebody please tell me if the workaround shall be pushed or something else
> should be done.

I can't reproduce this.  I just tried this on the tip of ns-3-dev 058f6ecace0c
./waf configure --enable-modules=spectrum --enable-tests

and I got:

Modules built:
applications              bridge                    config-store             
core                      internet                  mobility                 
mpi                       network                   propagation              
spectrum                  tools

but no point-to-point.

spectrum pulls in internet, propagation, applications

internet pulls in bridge, mpi, network, core

applications pulls in config-store and tools             

propagation pulls in mobility, so I think they are all accounted for.

I just repeated after a distclean.

-- 
Configure bugmail: https://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Ns-bugs mailing list