Bug 1541 - bake not installing nsc
bake not installing nsc
Status: RESOLVED FIXED
Product: bake
Classification: Unclassified
Component: bakeconf.xml
unspecified
PC Linux
: P1 blocker
Assigned To: Daniel Camara
:
Depends on:
Blocks: 1542
  Show dependency treegraph
 
Reported: 2012-11-30 16:23 EST by Tom Henderson
Modified: 2012-12-10 07:28 EST (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 Tom Henderson 2012-11-30 16:23:15 EST
./bake.py configure -e ns-3-allinone
./bake.py install
cd build/lib
find . -name "liblinux2.6.26.so"

fails
Comment 1 Daniel Camara 2012-12-03 07:49:11 EST
For some reason on the machine where the nighly build is made it wasn't recognizing hte import for csutils. I splicitly added it in the nsc build function. It works now.