Bug 1541

Summary: bake not installing nsc
Product: bake Reporter: Tom Henderson <tomh>
Component: bakeconf.xmlAssignee: Daniel Camara <daniel.camara>
Status: RESOLVED FIXED    
Severity: blocker CC: ns-bugs, vedran
Priority: P1    
Version: unspecified   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 1542    

Description Tom Henderson 2012-11-30 16:23:15 UTC
./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 UTC
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.