|
Bugzilla – Full Text Bug Listing |
| Summary: | ./waf check fails | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Rajib Bhattacharjea <raj.b> |
| Component: | build system | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
changeset 5209cecd2ade |
Working out of ns-3-dev, 3622:a74c78bfc304, Python 2.5.2, x86 Ubuntu. The error is: raj@raj-desktop:~/code.nsnam.org/ns-3-dev$ ./waf check Entering directory `/home/raj/code.nsnam.org/ns-3-dev/build' Compilation finished successfully -- Running NS-3 C++ core unit tests... Traceback (most recent call last): File "./waf", line 141, in <module> Scripting.prepare() File "/home/raj/code.nsnam.org/ns-3-dev/.waf-1.4.2-81764acf62a7c7247901b9a99367b3a2/wafadmin/Scripting.py", line 207, in prepare main() File "/home/raj/code.nsnam.org/ns-3-dev/.waf-1.4.2-81764acf62a7c7247901b9a99367b3a2/wafadmin/Scripting.py", line 299, in main if fun:fun() File "/home/raj/code.nsnam.org/ns-3-dev/wscript", line 451, in shutdown _run_waf_check() File "/home/raj/code.nsnam.org/ns-3-dev/wscript", line 492, in _run_waf_check run_program('run-tests', get_command_template()) TypeError: get_command_template() takes exactly 1 argument (0 given)