[Ns-bugs] [Bug 503] New: build.py tries to build non-existent nsc on osx

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Wed Feb 18 12:39:03 PST 2009


http://www.nsnam.org/bugzilla/show_bug.cgi?id=503

           Summary: build.py tries to build non-existent nsc on osx
           Product: ns-3
           Version: ns-3-dev
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: build system
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: raj.b at gatech.edu
   Estimated Hours: 0.0


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'


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Ns-bugs mailing list