[Ns-bugs] [Bug 567] New: ./waf configure --enable-static doesn't print "Static build: enabled" on i686 linux

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Fri May 15 03:21:42 PDT 2009


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

           Summary: ./waf configure --enable-static  doesn't print "Static
                    build: enabled" on i686 linux
           Product: ns-3
           Version: ns-3-dev
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P4
         Component: build system
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: ahippo at yandex.ru
   Estimated Hours: 0.0


Created an attachment (id=439)
 --> (http://www.nsnam.org/bugzilla/attachment.cgi?id=439)
Fix using regular expressions

Steps to reproduce:
1) me at mycomp ~ $ uname -ms
Linux i686

2) me at mycomp ~ $ ./waf configure --enable-static
[...]
SQlite stats data output      : enabled
Network Simulation Cradle     : not enabled (NSC not found (see option
--with-nsc))
Python Bindings               : not enabled (disabled by user request)
Use sudo to set suid bit      : not enabled (option --enable-sudo not selected)
'configure' finished successfully (2.238s)

3) Line "Static build                  : enabled" is missing.


Reason:
os.uname()[4] report i686 instead of i386


-- 
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