Nmap Development mailing list archives

Re: Libtool, static libraries, and NSE modules


From: Vijay Sankar <vsankar () foretell ca>
Date: Mon, 22 Oct 2007 20:45:00 -0500

On October 22, 2007 02:04:37 pm David Fifield wrote:
On Thu, Oct 18, 2007 at 07:46:14PM -0600, David Fifield wrote:
I've been working on fixing the build issue reported by Vijay on
OpenBSD. It looks like this:

  Compiling nse-standard-library
  gmake[1]: Entering directory
`/home/vsankar/Downloads/nmap-4.22SOC7/nselib' ./libtool --tag=CC
--silent --mode=compile
  gcc -I../libpcre -I../liblua/ -Iliblua -I/usr/local/include -Ilibpcre
-g -O2 -Wall  -fno-strict-aliasing -I/usr/include -I/usr/include -Inbase
-Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\"
-DNMAP_URL=\"http://insecure.org\";
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\"
-DNMAPDATADIR=\"/usr/local/share/nmap\"
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" -c pcre.c ./libtool --tag=CC
--silent --mode=link gcc -L../libpcre -lpcre -avoid-version -module
-rpath /usr/local/lib -o pcre.la pcre.lo

  *** Warning: linker path does not have real file for library -lpcre.
  *** I have the capability to make that library automatically link in
when *** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have ***
because I did check the linker path looking for a file starting *** with
libpcre and none of the candidates passed a file format test *** using a
regex pattern. Last file
  checked: /home/vsankar/Downloads/nmap-4.22SOC7/libpcre/libpcre.vcproj

  *** Warning: libtool could not satisfy all declared inter-library
  *** dependencies of module pcre.  Therefore, libtool will create
  *** a static module, that should work as long as the dlopening
  *** application is linked with the -dlopen flag.
  mv .libs/pcre.so pcre.so
  mv: .libs/pcre.so: No such file or directory
  gmake[1]: *** [pcre.so] Error 1
  gmake[1]: Leaving directory
`/home/vsankar/Downloads/nmap-4.22SOC7/nselib' gmake: *** [nsestdlib]
Error 2

This is caused because Libtool doesn't think it's safe to link a static
library (libpcre/libpcre.a) with a shared module (nselib/pcre.so).
Apparently this behavior isn't portable ("we can't support linking
archives into shared libs because it isn't portable"):
  http://osdir.com/ml/gnu.libtool.general/2003-02/msg00150.html
But apparently it works on some systems such as GNU/Linux, which is why
I haven't seen the error before.

...

So here's what I'm recommending: Revert r5485 for now, and get input
from some nselib developers on what should be done to handle this
situation in general. It looks like as long as we're using Libtool to
build NSE modules, all the libraries they depend on have to use Libtool
also.

This is what I have done. This doesn't solve the problem in general of
wanting to use NSE C modules that use static libraries. It's probably
worthwhile to investigate how other applications handle this issue. This
fixes the problem for now.

OpenBSD users, please update from Subversion and try building. I
committed a few other OpenBSD fixes while I was working on this problem.

David Fifield

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org

!DSPAM:1,471d4e284561006886880!

Thanks again for all the work you put into this.

I was able to compile and install the new update  from subversion. Will test 
the typical scans and performance and report back.

vijay$ ./configure --with-libpcap=/usr --with-openssl=/usr --with-libpcre=/usr/local --with-libdnet=/usr/local 
--prefix=/usr/local --sysconfdir=/e
tc --mandir=/usr/local/man --infodir=/usr/local/info

checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for g++... AVAILABLE
checking whether the compiler is gcc 4 or greater... yes
checking for __func__... yes
checking build system type... i386-unknown-openbsd4.1
checking host system type... i386-unknown-openbsd4.1
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for library containing setsockopt... none required
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap_datalink in -lpcap... yes
checking if libpcap version is recent enough... no
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
checking lua/lua.h usability... no
checking lua/lua.h presence... no
checking for lua/lua.h... no
checking for lua version >= 501... no
checking if sockaddr{} has sa_len member... yes
checking whether byte ordering is bigendian... no
checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
checking if struct icmp exists... yes
checking if struct ip exists... yes
checking if struct ip has ip_sum member... yes
checking for strerror... yes
checking for type of 6th argument to recvfrom()... socklen_t
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.0... yes (version 2.8.20)
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
=== configuring in nselib (/home/vsankar/Downloads/nmap-svn/nmap/nselib)
configure: 
running /bin/sh ./configure '--prefix=/usr/local'  '--with-libpcap=/usr' '--with-openssl=/usr' 
'--with-libpcre=/usr/local' '--with-libdnet=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' 
'--infodir=/usr/local/info' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking build system type... i386-unknown-openbsd4.1
checking host system type... i386-unknown-openbsd4.1
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... 
match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd4.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... openbsd4.1 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... no
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... openbsd4.1 ld.so
checking how to hardcode library paths into programs... immediate
checking host system type... (cached) i386-unknown-openbsd4.1
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
configure: using lua-includefiles provided with nmap
configure: creating ./config.status
config.status: creating Makefile
=== configuring in nmapfe (/home/vsankar/Downloads/nmap-svn/nmap/nmapfe)
configure: 
running /bin/sh ./configure '--prefix=/usr/local'  '--with-libpcap=/usr' '--with-openssl=/usr' 
'--with-libpcre=/usr/local' '--with-libdnet=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' 
'--infodir=/usr/local/info' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.8.20)
checking build system type... i386-unknown-openbsd4.1
checking host system type... i386-unknown-openbsd4.1
configure: creating ./config.status
config.status: creating Makefile
=== configuring in nbase (/home/vsankar/Downloads/nmap-svn/nmap/nbase)
configure: 
running /bin/sh ./configure '--prefix=/usr/local'  '--with-libpcap=/usr' '--with-openssl=/usr' 
'--with-libpcre=/usr/local' '--with-libdnet=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' 
'--infodir=/usr/local/info' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking build system type... i386-unknown-openbsd4.1
checking host system type... i386-unknown-openbsd4.1
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for strings.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/stat.h... (cached) yes
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h:     check for missing prerequisite headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h:     section "Present But Cannot Be Compiled"
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: net/if.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for net/if.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for __attribute__... yes
checking whether byte ordering is bigendian... no
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for snprintf... yes
checking for vsnprintf... yes
checking for nanosleep... yes
checking for strerror... yes
checking for strcasestr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for asprintf... yes
checking for asnprintf... no
checking for vasprintf... yes
checking for vasnprintf... no
checking for usleep... yes
checking for gettimeofday... yes
checking for sleep... yes
checking for getopt_long_only... yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for working getaddrinfo... yes
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking for sockaddr_storage... yes
checking for AF_INET6 definition... yes
checking for IPv6 support... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbase_config.h
config.status: nbase_config.h is unchanged
=== configuring in libpcap (/home/vsankar/Downloads/nmap-svn/nmap/libpcap)
configure: 
running /bin/sh ./configure '--prefix=/usr/local'  '--with-libpcap=/usr' '--with-openssl=/usr' 
'--with-libpcre=/usr/local' '--with-libdnet=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' 
'--infodir=/usr/local/info' --cache-file=/dev/null --srcdir=.
checking build system type... i386-unknown-openbsd4.1
checking host system type... i386-unknown-openbsd4.1
checking target system type... i386-unknown-openbsd4.1
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking gcc version... 3
checking for inline... inline
checking for __attribute__... yes
checking for u_int8_t using gcc... yes
checking for u_int16_t using gcc... yes
checking for u_int32_t using gcc... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/ioccom.h usability... yes
checking sys/ioccom.h presence... yes
checking for sys/ioccom.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for netinet/if_ether.h... no
configure: Rechecking with some additional includes
checking for netinet/if_ether.h... yes
checking for ANSI ioctl definitions... yes
checking for strerror... yes
checking for strlcpy... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing putmsg... no
checking for ether_hostton... yes
checking whether ether_hostton is declared... yes
checking if --disable-protochain option is specified... enabled
checking packet capture type... bpf
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking if --enable-ipv6 option is specified... no
checking whether to build optimizer debugging code... no
checking whether to build parser debugging code... no
checking whether we have /proc/net/dev... no
checking whether we have DAG API headers... no (/usr/local/include)
checking whether we have Septel API... no
checking for ranlib... ranlib
checking if sockaddr struct has sa_len member... yes
checking if sockaddr_storage struct exists... yes
checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
checking if unaligned accesses fail... no
checking whether the compiler is gcc 4 or greater... no - 3 ; gcc ; yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: config.h is unchanged
=== configuring in nsock/src (/home/vsankar/Downloads/nmap-svn/nmap/nsock/src)
configure: 
running /bin/sh ./configure '--prefix=/usr/local'  '--with-libpcap=/usr' '--with-openssl=/usr' 
'--with-libpcre=/usr/local' '--with-libdnet=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' 
'--infodir=/usr/local/info' --cache-file=/dev/null --srcdir=.
checking build system type... i386-unknown-openbsd4.1
checking host system type... i386-unknown-openbsd4.1
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for gethostent... yes
checking for setsockopt... yes
checking for nanosleep... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking struct ip... yes
checking ip_v in struct ip... yes
checking if sockaddr{} has sa_len member... yes
checking if struct icmp exists... yes
checking if struct ip exists... yes
checking if struct ip has ip_sum member... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nsock_config.h
config.status: nsock_config.h is unchanged
  (  )   /\   _                 (
    \ |  (  \ ( \.(               )                      _____
  \  \ \  `  `   ) \             (  ___                 / _   \
 (_`    \+   . x  ( .\            \/   \____-----------/ (o)   \_
- .-               \+  ;          (  O                           \____
                          )        \_____________  `              \  /
(__                +- .( -'.- <. - _  VVVVVVV VV V\                 \/
(_____            ._._: <_ - <- _  (--  _AAAAAAA__A_/                |
  .    /./.+-  . .- /  +--  - .     \______________//_              \_______
  (__ ' /x  / x _/ (                                  \___'          \     /
 , x / ( '  . / .  /                                      |           \   /
    /  /  _/ /    +                                      /              \/
   '  (__/                                             /                  \
             NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND RESPONSIBLY
Configuration complete.  Type make (or gmake on some *BSD machines) to 
compile.
vijay$ gmake
Compiling liblua
gmake[1]: Entering directory `/home/vsankar/Downloads/nmap-svn/nmap/liblua'
gmake[1]: `liblua.a' is up to date.
gmake[1]: Leaving directory `/home/vsankar/Downloads/nmap-svn/nmap/liblua'
Compiling libpcap
gmake[1]: Entering directory `/home/vsankar/Downloads/nmap-svn/nmap/libpcap'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/vsankar/Downloads/nmap-svn/nmap/libpcap'
Compiling libnbase
cd nbase && gmake
gmake[1]: Entering directory `/home/vsankar/Downloads/nmap-svn/nmap/nbase'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/vsankar/Downloads/nmap-svn/nmap/nbase'
Compiling libnsock
cd nsock/src && gmake
gmake[1]: Entering directory `/home/vsankar/Downloads/nmap-svn/nmap/nsock/src'
cd ../../nbase && gmake
gmake[2]: Entering directory `/home/vsankar/Downloads/nmap-svn/nmap/nbase'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/vsankar/Downloads/nmap-svn/nmap/nbase'
gmake[1]: Leaving directory `/home/vsankar/Downloads/nmap-svn/nmap/nsock/src'
Compiling nse-standard-library
gmake[1]: Entering directory `/home/vsankar/Downloads/nmap-svn/nmap/nselib'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/vsankar/Downloads/nmap-svn/nmap/nselib'
gmake nmap nmapfe/nmapfe build-umit
gmake[1]: Entering directory `/home/vsankar/Downloads/nmap-svn/nmap'
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
main.cc -o main.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nmap.cc -o nmap.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
targets.cc -o targets.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
tcpip.cc -o tcpip.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nmap_error.cc -o nmap_error.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
utils.cc -o utils.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
idle_scan.cc -o idle_scan.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
osscan.cc -o osscan.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
osscan2.cc -o osscan2.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
output.cc -o output.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
scan_engine.cc -o scan_engine.o
scan_engine.cc: In function `int get_ping_pcap_result(UltraScanInfo*, 
timeval*)
   ':
scan_engine.cc:3818: warning: `UltraProbe*probe' might be used uninitialized 
in
   this function
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
timing.cc -o timing.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
charpool.cc -o charpool.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
services.cc -o services.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
protocols.cc -o protocols.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nmap_rpc.cc -o nmap_rpc.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
portlist.cc -o portlist.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
NmapOps.cc -o NmapOps.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
TargetGroup.cc -o TargetGroup.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
Target.cc -o Target.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
FingerPrintResults.cc -o FingerPrintResults.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
service_scan.cc -o service_scan.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
NmapOutputTable.cc -o NmapOutputTable.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
MACLookup.cc -o MACLookup.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nmap_tty.cc -o nmap_tty.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nmap_dns.cc -o nmap_dns.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
traceroute.cc -o traceroute.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
portreasons.cc -o portreasons.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nse_main.cc -o nse_main.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nse_auxiliar.cc -o nse_auxiliar.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nse_nsock.cc -o nse_nsock.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nse_init.cc -o nse_init.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nse_nmaplib.cc -o nse_nmaplib.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nse_debug.cc -o nse_debug.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nse_pcrelib.cc -o nse_pcrelib.o
g++ -c  -Iliblua -I/usr/local/include -I/usr/local/include -g -O2 -Wall  -fno-strict-aliasing -I/usr/include 
-I/usr/include -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://insecure.org\"; 
-DNMAP_PLATFORM=\"i386-unknown-openbsd4.1\" -DNMAPDATADIR=\"/usr/local/share/nmap\" 
-DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" 
nse_string.cc -o nse_string.o
echo Compiling nmap
Compiling nmap
rm -f nmap
g++ -L/usr/local/lib -L/usr/local/lib -Llibpcap -Wl,-E  -L/usr/lib -Lnbase -Lnsock/src/   -o 
nmap main.o nmap.o targets.o tcpip.o nmap_error.o utils.o idle_scan.o 
osscan.o osscan2.o output.o scan_engine.o timing.o charpool.o services.o 
protocols.o nmap_rpc.o portlist.o NmapOps.o TargetGroup.o Target.o 
FingerPrintResults.o service_scan.o NmapOutputTable.o MACLookup.o nmap_tty.o 
nmap_dns.o  traceroute.o portreasons.o nse_main.o nse_auxiliar.o nse_nsock.o 
nse_init.o nse_nmaplib.o nse_debug.o nse_pcrelib.o 
nse_string.o  -lnbase -lnsock -lpcre -lpcap -lssl -lcrypto -ldnet 
liblua/liblua.a
main.o(.text+0x49c): In function `main':
/home/vsankar/Downloads/nmap-svn/nmap/main.cc:279: warning: strcpy() is almost 
always misused, please use strlcpy()
osscan.o(.text+0x3c9): In function `fingerprint_iptcppacket':
/home/vsankar/Downloads/nmap-svn/nmap/osscan.cc:253: warning: sprintf() is 
often misused, please use snprintf()
main.o(.text+0xde): In function `main':
/home/vsankar/Downloads/nmap-svn/nmap/main.cc:201: warning: strcat() is almost 
always misused, please use strlcat()
Building NmapFE graphical frontend
gmake[2]: Entering directory `/home/vsankar/Downloads/nmap-svn/nmap/nmapfe'
gcc -g -O2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/libpng -Wall 
-I../nbase -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DOPENBSD=1  -DVERSION=\"\" -DHAVE_CONFIG_H=1 -I.    -c 
nmapfe.c
gcc -g -O2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/libpng -Wall 
-I../nbase -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DOPENBSD=1  -DVERSION=\"\" -DHAVE_CONFIG_H=1 -I.    -c 
nmapfe_sig.c
gcc -g -O2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/libpng -Wall 
-I../nbase -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DOPENBSD=1  -DVERSION=\"\" -DHAVE_CONFIG_H=1 -I.    -c 
nmapfe_error.c
gcc -g -O2 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/libpng -Wall 
-I../nbase -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DOPENBSD=1  -DVERSION=\"\" -DHAVE_CONFIG_H=1 -I.    -L../nbase -o 
nmapfe  nmapfe.o nmapfe_sig.o 
nmapfe_error.o  -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 
-lpangoft2-1.0 -lpango-1.0 -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lcairo -lfreetype 
-lfontconfig -lglitz -lpng -lz -lm -lXrender -lX11 -lXext -lnbase
/usr/local/lib/libglib-2.0.so.1000.3: warning: vsprintf() is often misused, 
please use vsnprintf()
nmapfe_sig.o(.text+0x19e): In function `build_command':
/home/vsankar/Downloads/nmap-svn/nmap/nmapfe/nmapfe_sig.c:255: warning: 
strcpy() is almost always misused, please use strlcpy()
nmapfe_sig.o(.text+0x337):/home/vsankar/Downloads/nmap-svn/nmap/nmapfe/nmapfe_sig.c:363: 
warning: sprintf() is often misused, please use snprintf()
nmapfe_sig.o(.text+0x300):/home/vsankar/Downloads/nmap-svn/nmap/nmapfe/nmapfe_sig.c:321: 
warning: strcat() is almost always misused, please use strlcat()
gmake[2]: Leaving directory `/home/vsankar/Downloads/nmap-svn/nmap/nmapfe'
cd umit && python setup.py build

########## Umit 4.22SOC7 ##########

running build
running build_py
creating build
creating build/lib
creating build/lib/umitCore
copying umitCore/NmapCommand.py -> build/lib/umitCore
copying umitCore/ServiceList.py -> build/lib/umitCore
copying umitCore/DiffHtml.py -> build/lib/umitCore
copying umitCore/__init__.py -> build/lib/umitCore
copying umitCore/SearchResult.py -> build/lib/umitCore
copying umitCore/NmapOptions.py -> build/lib/umitCore
copying umitCore/NmapParser.py -> build/lib/umitCore
copying umitCore/Diff.py -> build/lib/umitCore
copying umitCore/BasePaths.py -> build/lib/umitCore
copying umitCore/OSList.py -> build/lib/umitCore
copying umitCore/Paths.py -> build/lib/umitCore
copying umitCore/I18N.py -> build/lib/umitCore
copying umitCore/UmitConfigParser.py -> build/lib/umitCore
copying umitCore/BugRegister.py -> build/lib/umitCore
copying umitCore/UmitConf.py -> build/lib/umitCore
copying umitCore/UmitDB.py -> build/lib/umitCore
copying umitCore/UmitOptionParser.py -> build/lib/umitCore
copying umitCore/UserConf.py -> build/lib/umitCore
copying umitCore/UmitLogging.py -> build/lib/umitCore
copying umitCore/Version.py -> build/lib/umitCore
copying umitCore/Email.py -> build/lib/umitCore
copying umitCore/OptionsConf.py -> build/lib/umitCore
copying umitCore/OSListDump.py -> build/lib/umitCore
copying umitCore/ProfileEditorConf.py -> build/lib/umitCore
copying umitCore/GetConfigFile.py -> build/lib/umitCore
copying umitCore/WizardConf.py -> build/lib/umitCore
copying umitCore/RecentScans.py -> build/lib/umitCore
copying umitCore/ServicesDump.py -> build/lib/umitCore
copying umitCore/TempConf.py -> build/lib/umitCore
copying umitCore/ScanProfileConf.py -> build/lib/umitCore
copying umitCore/TargetList.py -> build/lib/umitCore
creating build/lib/umitGUI
copying umitGUI/CrashReport.py -> build/lib/umitGUI
copying umitGUI/SearchWindow.py -> build/lib/umitGUI
copying umitGUI/__init__.py -> build/lib/umitGUI
copying umitGUI/Wizard.py -> build/lib/umitGUI
copying umitGUI/ScanHostsView.py -> build/lib/umitGUI
copying umitGUI/Search.py -> build/lib/umitGUI
copying umitGUI/ScanToolbar.py -> build/lib/umitGUI
copying umitGUI/BugReport.py -> build/lib/umitGUI
copying umitGUI/About.py -> build/lib/umitGUI
copying umitGUI/ScanRunDetailsPage.py -> build/lib/umitGUI
copying umitGUI/ScanNmapOutputPage.py -> build/lib/umitGUI
copying umitGUI/DiffCompare.py -> build/lib/umitGUI
copying umitGUI/App.py -> build/lib/umitGUI
copying umitGUI/ScanHostDetailsPage.py -> build/lib/umitGUI
copying umitGUI/OptionCombo.py -> build/lib/umitGUI
copying umitGUI/NmapOutputProperties.py -> build/lib/umitGUI
copying umitGUI/Splash.py -> build/lib/umitGUI
copying umitGUI/OSCombo.py -> build/lib/umitGUI
copying umitGUI/ScanOpenPortsPage.py -> build/lib/umitGUI
copying umitGUI/NmapOutputViewer.py -> build/lib/umitGUI
copying umitGUI/TargetCombo.py -> build/lib/umitGUI
copying umitGUI/ProfileEditor.py -> build/lib/umitGUI
copying umitGUI/SearchGUI.py -> build/lib/umitGUI
copying umitGUI/Icons.py -> build/lib/umitGUI
copying umitGUI/MainWindow.py -> build/lib/umitGUI
copying umitGUI/OptionBuilder.py -> build/lib/umitGUI
copying umitGUI/ServiceCombo.py -> build/lib/umitGUI
copying umitGUI/ProfileCombo.py -> build/lib/umitGUI
copying umitGUI/ScanNotebook.py -> build/lib/umitGUI
copying umitGUI/FileChoosers.py -> build/lib/umitGUI
creating build/lib/higwidgets
copying higwidgets/higlabels.py -> build/lib/higwidgets
copying higwidgets/hignotebooks.py -> build/lib/higwidgets
copying higwidgets/__init__.py -> build/lib/higwidgets
copying higwidgets/higscrollers.py -> build/lib/higwidgets
copying higwidgets/utils.py -> build/lib/higwidgets
copying higwidgets/higentries.py -> build/lib/higwidgets
copying higwidgets/higtables.py -> build/lib/higwidgets
copying higwidgets/higlogindialogs.py -> build/lib/higwidgets
copying higwidgets/higprogressbars.py -> build/lib/higwidgets
copying higwidgets/higspinner.py -> build/lib/higwidgets
copying higwidgets/gtkutils.py -> build/lib/higwidgets
copying higwidgets/higboxes.py -> build/lib/higwidgets
copying higwidgets/higdialogs.py -> build/lib/higwidgets
copying higwidgets/higtextviewers.py -> build/lib/higwidgets
copying higwidgets/higexpanders.py -> build/lib/higwidgets
copying higwidgets/higframe.py -> build/lib/higwidgets
copying higwidgets/higwindows.py -> build/lib/higwidgets
copying higwidgets/higbuttons.py -> build/lib/higwidgets
running build_scripts
creating build/scripts-2.4
copying and adjusting umit -> build/scripts-2.4
changing mode of build/scripts-2.4/umit from 644 to 755
gmake[1]: Leaving directory `/home/vsankar/Downloads/nmap-svn/nmap'


vijay# gmake install
./shtool mkdir -f -p -m 
755 /usr/local/bin /usr/local/man/man1 /usr/local/share/nmap
./shtool install  -c -m 755 -s nmap /usr/local/bin/nmap
./shtool install  -c -m 644 docs/nmap.1 /usr/local/man/man1/nmap.1
./shtool install  -c -m 644 docs/nmap.xsl /usr/local/share/nmap/
./shtool install  -c -m 644 docs/nmap.dtd /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-services /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-rpc /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-os-fingerprints /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-os-db /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-service-probes /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-protocols /usr/local/share/nmap/
./shtool install  -c -m 644 nmap-mac-prefixes /usr/local/share/nmap/
./shtool mkdir -f -p -m 
755 /usr/local/bin /usr/local/man/man1 /usr/local/share/nmap /usr/local/share/applications
If the next command fails -- you cannot use the X front end
test -f nmapfe/nmapfe && ./shtool install  -c -m 755 -s 
nmapfe/nmapfe /usr/local/bin/nmapfe && rm -f /usr/local/bin/xnmap && ./shtool 
mkln -f -s /usr/local/bin/nmapfe /usr/local/bin/xnmap && ./shtool 
install  -c -m 644 
nmapfe.desktop /usr/local/share/applications/nmapfe.desktop && ./shtool 
install  -c -m 644 docs/nmapfe.1 /usr/local/man/man1/nmapfe.1 && ./shtool 
install  -c -m 644 docs/xnmap.1 /usr/local/man/man1/xnmap.1
./shtool mkdir -f -p -m 755 /usr/local/share/nmap/scripts
cp -f scripts/script.db scripts/*.nse /usr/local/share/nmap/scripts
./shtool mkdir -f -p -m 755 /usr/local/share/nmap/nselib
cp -f nselib/*.lua /usr/local/share/nmap/nselib
./shtool mkdir -f -p -m 755 /usr/local/libexec/nmap/nse
cp -f nselib/*.so /usr/local/libexec/nmap/nse
cd umit && python setup.py install --prefix /usr/local

########## Umit 4.22SOC7 ##########

running install
running build
running build_py
running build_scripts
running install_lib
creating /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/NmapCommand.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/ServiceList.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/DiffHtml.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/__init__.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/SearchResult.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/NmapOptions.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/NmapParser.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/Diff.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/BasePaths.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/OSList.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/Paths.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/I18N.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/UmitConfigParser.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/BugRegister.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/UmitConf.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/UmitDB.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/UmitOptionParser.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/UserConf.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/UmitLogging.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/Version.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/Email.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/OptionsConf.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/OSListDump.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/ProfileEditorConf.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/GetConfigFile.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/WizardConf.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/RecentScans.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/ServicesDump.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/TempConf.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/ScanProfileConf.py -> /usr/local/lib/python2.4/site-packages/umitCore
copying 
build/lib/umitCore/TargetList.py -> /usr/local/lib/python2.4/site-packages/umitCore
creating /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/CrashReport.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/SearchWindow.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/__init__.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/Wizard.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ScanHostsView.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/Search.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ScanToolbar.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/BugReport.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/About.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ScanRunDetailsPage.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ScanNmapOutputPage.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/DiffCompare.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/App.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ScanHostDetailsPage.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/OptionCombo.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/NmapOutputProperties.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/Splash.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/OSCombo.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ScanOpenPortsPage.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/Icons.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/NmapOutputViewer.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/TargetCombo.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ProfileEditor.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/SearchGUI.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/MainWindow.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/OptionBuilder.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ServiceCombo.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ProfileCombo.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/ScanNotebook.py -> /usr/local/lib/python2.4/site-packages/umitGUI
copying 
build/lib/umitGUI/FileChoosers.py -> /usr/local/lib/python2.4/site-packages/umitGUI
creating /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higlabels.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/hignotebooks.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/__init__.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higscrollers.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/utils.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higentries.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higtables.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higlogindialogs.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higprogressbars.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higspinner.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/gtkutils.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higboxes.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higdialogs.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higtextviewers.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higexpanders.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higframe.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higwindows.py -> /usr/local/lib/python2.4/site-packages/higwidgets
copying 
build/lib/higwidgets/higbuttons.py -> /usr/local/lib/python2.4/site-packages/higwidgets
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/NmapCommand.py 
to NmapCommand.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/ServiceList.py 
to ServiceList.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/DiffHtml.py to 
DiffHtml.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/__init__.py to 
__init__.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/SearchResult.py 
to SearchResult.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/NmapOptions.py 
to NmapOptions.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/NmapParser.py 
to NmapParser.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/Diff.py to 
Diff.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/BasePaths.py to 
BasePaths.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/OSList.py to 
OSList.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/Paths.py to 
Paths.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/I18N.py to 
I18N.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/UmitConfigParser.py 
to UmitConfigParser.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/BugRegister.py 
to BugRegister.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/UmitConf.py to 
UmitConf.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/UmitDB.py to 
UmitDB.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/UmitOptionParser.py 
to UmitOptionParser.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/UserConf.py to 
UserConf.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/UmitLogging.py 
to UmitLogging.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/Version.py to 
Version.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/Email.py to 
Email.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/OptionsConf.py 
to OptionsConf.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/OSListDump.py 
to OSListDump.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/ProfileEditorConf.py 
to ProfileEditorConf.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/GetConfigFile.py 
to GetConfigFile.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/WizardConf.py 
to WizardConf.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/RecentScans.py 
to RecentScans.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/ServicesDump.py 
to ServicesDump.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/TempConf.py to 
TempConf.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/ScanProfileConf.py 
to ScanProfileConf.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitCore/TargetList.py 
to TargetList.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/CrashReport.py 
to CrashReport.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/SearchWindow.py 
to SearchWindow.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/__init__.py to 
__init__.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/Wizard.py to 
Wizard.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ScanHostsView.py 
to ScanHostsView.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/Search.py to 
Search.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ScanToolbar.py 
to ScanToolbar.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/BugReport.py to 
BugReport.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/About.py to 
About.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ScanRunDetailsPage.py 
to ScanRunDetailsPage.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ScanNmapOutputPage.py 
to ScanNmapOutputPage.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/DiffCompare.py 
to DiffCompare.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/App.py to 
App.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ScanHostDetailsPage.py 
to ScanHostDetailsPage.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/OptionCombo.py 
to OptionCombo.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/NmapOutputProperties.py 
to NmapOutputProperties.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/Splash.py to 
Splash.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/OSCombo.py to 
OSCombo.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ScanOpenPortsPage.py 
to ScanOpenPortsPage.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/Icons.py to 
Icons.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/NmapOutputViewer.py 
to NmapOutputViewer.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/TargetCombo.py 
to TargetCombo.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ProfileEditor.py 
to ProfileEditor.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/SearchGUI.py to 
SearchGUI.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/MainWindow.py to 
MainWindow.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/OptionBuilder.py 
to OptionBuilder.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ServiceCombo.py 
to ServiceCombo.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ProfileCombo.py 
to ProfileCombo.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/ScanNotebook.py 
to ScanNotebook.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/umitGUI/FileChoosers.py 
to FileChoosers.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higlabels.py 
to higlabels.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/hignotebooks.py 
to hignotebooks.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/__init__.py 
to __init__.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higscrollers.py 
to higscrollers.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/utils.py to 
utils.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higentries.py 
to higentries.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higtables.py 
to higtables.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higlogindialogs.py 
to higlogindialogs.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higprogressbars.py 
to higprogressbars.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higspinner.py 
to higspinner.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/gtkutils.py 
to gtkutils.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higboxes.py 
to higboxes.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higdialogs.py 
to higdialogs.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higtextviewers.py 
to higtextviewers.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higexpanders.py 
to higexpanders.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higframe.py 
to higframe.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higwindows.py 
to higwindows.pyc
byte-compiling /usr/local/lib/python2.4/site-packages/higwidgets/higbuttons.py 
to higbuttons.pyc
running install_scripts
copying build/scripts-2.4/umit -> /usr/local/bin
changing mode of /usr/local/bin/umit to 755
running install_data
copying share/pixmaps/openbsd.svg -> /usr/local/share/pixmaps
copying share/pixmaps/vl_1.svg -> /usr/local/share/pixmaps
copying share/pixmaps/vl_2.svg -> /usr/local/share/pixmaps
copying share/pixmaps/vl_3.svg -> /usr/local/share/pixmaps
copying share/pixmaps/vl_4.svg -> /usr/local/share/pixmaps
copying share/pixmaps/vl_5.svg -> /usr/local/share/pixmaps
copying share/pixmaps/redhat.svg -> /usr/local/share/pixmaps
copying share/pixmaps/freebsd.svg -> /usr/local/share/pixmaps
copying share/pixmaps/solaris.svg -> /usr/local/share/pixmaps
copying share/pixmaps/ubuntu.svg -> /usr/local/share/pixmaps
copying share/pixmaps/default.svg -> /usr/local/share/pixmaps
copying share/pixmaps/macosx.svg -> /usr/local/share/pixmaps
copying share/pixmaps/win.svg -> /usr/local/share/pixmaps
copying share/pixmaps/linux.svg -> /usr/local/share/pixmaps
copying share/pixmaps/unknown.svg -> /usr/local/share/pixmaps
copying share/pixmaps/irix.svg -> /usr/local/share/pixmaps
copying share/pixmaps/shadow_man.svg -> /usr/local/share/pixmaps
copying share/pixmaps/openbsd_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/logo.png -> /usr/local/share/pixmaps
copying share/pixmaps/win_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/linux_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/unknown_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/openbsd_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_2_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_4_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/win_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/linux_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/unknown_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_2_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/freebsd_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/irix_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_4_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/solaris_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/freebsd_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/ubuntu_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/irix_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/solaris_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/default_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/ubuntu_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/macosx_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/default_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/macosx_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_1_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_3_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_5_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/redhat_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_1_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_3_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/vl_5_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/wizard_logo.png -> /usr/local/share/pixmaps
copying share/pixmaps/redhat_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/shadow_man_32.png -> /usr/local/share/pixmaps
copying share/pixmaps/splash.png -> /usr/local/share/pixmaps
copying share/pixmaps/shadow_man_75.png -> /usr/local/share/pixmaps
copying share/pixmaps/umit.opt -> /usr/local/share/pixmaps
copying share/pixmaps/umit.opf -> /usr/local/share/pixmaps
creating /usr/local/share/umit
creating /usr/local/share/umit/config
copying share/umit/config/umit.conf -> /usr/local/share/umit/config
copying share/umit/config/scan_profile.usp -> /usr/local/share/umit/config
copying share/umit/config/umit_version -> /usr/local/share/umit/config
creating /usr/local/share/umit/misc
copying share/umit/misc/services.dmp -> /usr/local/share/umit/misc
copying share/umit/misc/os_db.dmp -> /usr/local/share/umit/misc
copying share/umit/misc/wizard.xml -> /usr/local/share/umit/misc
copying share/umit/misc/profile_editor.xml -> /usr/local/share/umit/misc
copying share/umit/misc/options.xml -> /usr/local/share/umit/misc
copying share/icons/trash_24.ico -> /usr/local/share/icons
copying share/icons/trash_16.ico -> /usr/local/share/icons
copying share/icons/umit_128.ico -> /usr/local/share/icons
copying share/icons/umit_48.ico -> /usr/local/share/icons
copying share/icons/trash_128.ico -> /usr/local/share/icons
copying share/icons/trash_48.ico -> /usr/local/share/icons
copying share/icons/umit_32.ico -> /usr/local/share/icons
copying share/icons/umit_24.ico -> /usr/local/share/icons
copying share/icons/umit_16.ico -> /usr/local/share/icons
copying share/icons/trash_32.ico -> /usr/local/share/icons
copying share/icons/nmap-eye.ico -> /usr/local/share/icons
creating /usr/local/share/umit/docs
copying share/umit/docs/help.html -> /usr/local/share/umit/docs
copying share/umit/docs/wizard.html -> /usr/local/share/umit/docs
copying share/umit/docs/scanning.html -> /usr/local/share/umit/docs
copying share/umit/docs/comparing_results.html -> /usr/local/share/umit/docs
copying share/umit/docs/searching.html -> /usr/local/share/umit/docs
copying share/umit/docs/profile_editor.html -> /usr/local/share/umit/docs
copying share/umit/docs/nse_facilitator.html -> /usr/local/share/umit/docs
copying 
share/umit/docs/comparing_results/comparing_results.xml -> /usr/local/share/umit/docs
copying 
share/umit/docs/profile_editor/profile_editor.xml -> /usr/local/share/umit/docs
copying share/umit/docs/scanning/scanning.xml -> /usr/local/share/umit/docs
copying share/umit/docs/searching/searching.xml -> /usr/local/share/umit/docs
copying share/umit/docs/wizard/wizard.xml -> /usr/local/share/umit/docs
copying 
share/umit/docs/screenshots/comparing_results1.png -> /usr/local/share/umit/docs
copying 
share/umit/docs/screenshots/comparing_results2.png -> /usr/local/share/umit/docs
copying 
share/umit/docs/screenshots/comparing_results3.png -> /usr/local/share/umit/docs
copying 
share/umit/docs/screenshots/comparing_results4.png -> /usr/local/share/umit/docs
creating /usr/local/share/umit/locale
creating /usr/local/share/umit/locale/pt_BR
creating /usr/local/share/umit/locale/pt_BR/LC_MESSAGES
copying 
share/umit/locale/pt_BR/LC_MESSAGES/umit.mo -> /usr/local/share/umit/locale/pt_BR/LC_MESSAGES
NMAP SUCCESSFULLY INSTALLED


-- 
Vijay Sankar, M.Eng., P.Eng.
President & CEO
ForeTell Technologies Limited
59 Flamingo Avenue, Winnipeg, MB Canada R3J 0X6
Phone: +1 204 885 9535, E-Mail: vsankar () foretell ca

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: