Bug 1633

Summary: bake should not report that it is downloading qt4 when it is already installed
Product: bake Reporter: Tom Henderson <tomh>
Component: bakeAssignee: Daniel Camara <daniel.camara>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: unspecified   
Hardware: All   
OS: All   

Description Tom Henderson 2013-04-19 16:52:07 UTC
On a Linux system, trying to install ns-3.17:

./bake.py configure -e ns-3.17
./bake.py check

shows:

-- System Dependencies --
 > qt4 - OK

but bake.py download reports:

 >> Downloading pybindgen-0.16.0.825 - OK
 >> Downloading qt4 - OK
 >> Downloading netanim-3.103 - OK
 >> Downloading ns-3.17 - OK

running this command with the -v option shows that, actually, bake is not downloading qt4


 >> Downloading qt4 - 
   >> Not downloading qt4 as it is already installed on the system

 >> Download qt4 - OK


I think that this qt4 download - OK statement should be skipped.
Comment 1 Tom Henderson 2013-04-19 16:55:35 UTC
same is true for libxml2-dev

 >> Downloading libxml2-dev - 
   >> Not downloading libxml2-dev as it is already installed on the system

 >> Download libxml2-dev - OK
Comment 2 Daniel Camara 2013-04-22 20:09:07 UTC
Fix at changeset 124