Bugzilla – Bug 2908
waf configure fails if pybindgen_version not found
Last modified: 2018-04-11 16:46:50 UTC
If pybindgen is not successfully installed and version.py is not created, but pybindgen directory is found by ns-3, './waf configure' will fail with ValueError: invalid literal for int() with base 10: '' The solution is to check for an empty string before trying to use it.
fixed in 13479:0bad0de9e42a