Bug 2908

Summary: waf configure fails if pybindgen_version not found
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: build systemAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P3    
Version: ns-3.28   
Hardware: All   
OS: All   

Description Tom Henderson 2018-04-11 16:39:11 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.
Comment 1 Tom Henderson 2018-04-11 16:46:50 UTC
fixed in 13479:0bad0de9e42a