|
Bugzilla – Full Text Bug Listing |
| Summary: | build.py tries to build non-existent nsc on osx | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Rajib Bhattacharjea <raj.b> |
| Component: | build system | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | proposed patch (gjc may want to review) | ||
Created attachment 380 [details]
proposed patch (gjc may want to review)
sorry, patch attached (tested on OS X and Linux tonight)
Looks good, feel free to commit. 17:dded122d91ea in ns-3-allinone |
Download script acknowledges that nsc is unsupported on OS X, but then the build script tries to build it and fails. This is OS X 10.4 on x86 $ ./download.py # # Get NSC # Architecture (darwin) does not support NSC... skipping $ ./build.py # Build NSC Entering directory `nsc' Traceback (most recent call last): File "./build.py", line 63, in ? sys.exit(main(sys.argv)) File "./build.py", line 40, in main os.chdir(constants.LOCAL_NSC_PATH) OSError: [Errno 2] No such file or directory: 'nsc'