Bugzilla – Bug 2965
Pygccxml downloaded twice
Last modified: 2018-08-12 23:38:58 UTC
./bake.py config -e ns-3-allinone ./bake.py download You'll have two pygccxml version: - pygccxml - pygccxml-1.9.1 One is redundant. As a side note, both are redundant nowadays... isn't it ?
(In reply to Tommaso Pecorella from comment #0) > ./bake.py config -e ns-3-allinone > ./bake.py download > > You'll have two pygccxml version: > - pygccxml > - pygccxml-1.9.1 > > One is redundant. > > As a side note, both are redundant nowadays... isn't it ? I noticed this yesterday, coincidentally, but haven't tested a fix yet (am working on cleaning up ns-3-allinone process in bake). We need the 1.9.1 version still.
Fix pushed in bake changeset 407:4570fde771ad
It's still downloading both of them...
fixed in subsequent commit