Bug 1633 - bake should not report that it is downloading qt4 when it is already installed
bake should not report that it is downloading qt4 when it is already installed
Status: RESOLVED FIXED
Product: bake
Classification: Unclassified
Component: bake
unspecified
All All
: P5 normal
Assigned To: Daniel Camara
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-04-19 16:52 UTC by Tom Henderson
Modified: 2013-04-22 20:09 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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