Bugzilla – Bug 1633
bake should not report that it is downloading qt4 when it is already installed
Last modified: 2013-04-22 20:09: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.
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
Fix at changeset 124