Bug 55324

Summary: /usr/ports/net/ntop port will not install
Product: Ports & Packages Reporter: Glenn Sieb <ges>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Glenn Sieb 2003-08-06 23:00:23 UTC
doing a make install using the default selections in this port breaks when it
tries to find crypt.h

Here is config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ntop configure 2.2, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --localstatedir=/var/db --with-ossl-root=/usr --with-gdchart-root=/usr/local --includedir=/usr/src/lib/libcrypt/ --with-tcpwrap --with-pcap-root=/usr --with-gdbm-root=/usr/local --with-zlib-root=/usr --with-rrd-root=/usr/local --enable-xmldump --with-xml2-lib=/usr/local/lib --with-xml2-include=/usr/local/include/libxml2/libxml --with-gdome-lib=/usr/local/lib --with-gdome-include=/usr/local/include/libgdome --with-glib-lib=/usr/local/lib --with-glib-include=/usr/local/include/glib12 --prefix=/usr/local --build=i386-portbld-freebsd4.8

## --------- ##
## Platform. ##
## --------- ##

hostname = lucy.corp.lumeta.com
uname -m = i386
uname -r = 4.8-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 4.8-RELEASE #0: Thu Apr 17 18:48:55 GMT 2003     root@lucy.corp.lumeta.com:/usr/obj/usr/src/sys/LUCY3 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libexec/libtool13
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/adm/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1437: checking build system type
configure:1455: result: i386-portbld-freebsd4.8
configure:1463: checking host system type
configure:1477: result: i386-portbld-freebsd4.8
configure:1485: checking target system type
configure:1499: result: i386-portbld-freebsd4.8
configure:1535: checking for gawk
configure:1564: result: no
configure:1535: checking for mawk
configure:1564: result: no
configure:1535: checking for nawk
configure:1551: found /usr/bin/nawk
configure:1561: result: nawk
configure:1575: checking for autoheader
configure:1593: found /usr/local/bin/autoheader
configure:1605: result: /usr/local/bin/autoheader
configure:1628: checking for aclocal
configure:1646: found /usr/local/bin/aclocal
configure:1658: result: /usr/local/bin/aclocal
configure:1681: checking for automake
configure:1699: found /usr/local/bin/automake
configure:1711: result: /usr/local/bin/automake
configure:1772: checking for autoconf
configure:1790: found /usr/local/bin/autoconf
configure:1802: result: /usr/local/bin/autoconf
configure:2056: checking for a BSD-compatible install
configure:2110: result: /usr/bin/install -c -o root -g wheel
configure:2121: checking whether build environment is sane
configure:2164: result: yes
configure:2193: checking whether gmake sets $(MAKE)
configure:2213: result: yes
configure:2358: checking for aclocal.m4
configure:2360: checking for aclocal.m4
configure:2375: result: yes
configure:2387: checking for depcomp
configure:2402: result: yes
configure:3244: checking for style of include used by gmake
configure:3272: result: GNU
configure:3343: checking for gcc
configure:3369: result: cc
configure:3613: checking for C compiler version
configure:3616: cc --version </dev/null >&5
2.95.4
configure:3619: $? = 0
configure:3621: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:3624: $? = 0
configure:3626: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:3629: $? = 1
configure:3653: checking for C compiler default output
configure:3656: cc -O -pipe  -I/usr/local/include  -L/usr/local/lib -lgnugetopt conftest.c -lcrypto -L/usr/local/lib >&5
configure:3659: $? = 0
configure:3705: result: a.out
configure:3710: checking whether the C compiler works
configure:3716: ./a.out
configure:3719: $? = 0
configure:3736: result: yes
configure:3743: checking whether we are cross compiling
configure:3745: result: no
configure:3748: checking for suffix of executables
configure:3750: cc -o conftest -O -pipe  -I/usr/local/include  -L/usr/local/lib -lgnugetopt conftest.c -lcrypto -L/usr/local/lib >&5
configure:3753: $? = 0
configure:3778: result: 
configure:3784: checking for suffix of object files
configure:3806: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3809: $? = 0
configure:3831: result: o
configure:3835: checking whether we are using the GNU C compiler
configure:3860: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3863: $? = 0
configure:3866: test -s conftest.o
configure:3869: $? = 0
configure:3882: result: yes
configure:3888: checking whether cc accepts -g
configure:3910: cc -c -g -I/usr/local/include conftest.c >&5
configure:3913: $? = 0
configure:3916: test -s conftest.o
configure:3919: $? = 0
configure:3930: result: yes
configure:3947: checking for cc option to accept ANSI C
configure:4008: cc  -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:4011: $? = 0
configure:4014: test -s conftest.o
configure:4017: $? = 0
configure:4035: result: none needed
configure:4053: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
conftest.c:2: syntax error before `me'
configure:4056: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:4167: checking dependency style of cc
configure:4229: result: gcc
configure:4238: checking for cc option to accept ANSI C
configure:4302: cc  -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:4305: $? = 0
configure:4308: test -s conftest.o
configure:4311: $? = 0
configure:4326: result: none needed
configure:4737: checking for C++ compiler version
configure:4740: c++ --version </dev/null >&5
2.95.4
configure:4743: $? = 0
configure:4745: c++ -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:4748: $? = 0
configure:4750: c++ -V </dev/null >&5
c++: argument to `-V' missing

configure:4753: $? = 1
configure:4756: checking whether we are using the GNU C++ compiler
configure:4781: c++ -c  -O -pipe  -I/usr/local/include conftest.cc >&5
configure:4784: $? = 0
configure:4787: test -s conftest.o
configure:4790: $? = 0
configure:4803: result: yes
configure:4809: checking whether c++ accepts -g
configure:4831: c++ -c -g -I/usr/local/include conftest.cc >&5
configure:4834: $? = 0
configure:4837: test -s conftest.o
configure:4840: $? = 0
configure:4851: result: yes
configure:4895: c++ -c  -O -pipe  -I/usr/local/include conftest.cc >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4931: c++ -c  -O -pipe  -I/usr/local/include conftest.cc >&5
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4965: checking dependency style of c++
configure:5027: result: gcc
configure:5036: checking for gawk
configure:5062: result: nawk
configure:5118: checking for gcc
configure:5144: result: cc
configure:5388: checking for C compiler version
configure:5391: cc --version </dev/null >&5
2.95.4
configure:5394: $? = 0
configure:5396: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:5399: $? = 0
configure:5401: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:5404: $? = 1
configure:5407: checking whether we are using the GNU C compiler
configure:5454: result: yes
configure:5460: checking whether cc accepts -g
configure:5502: result: yes
configure:5519: checking for cc option to accept ANSI C
configure:5607: result: none needed
configure:5625: cc -c -DFREEBSD -O -pipe  -I/usr/local/include conftest.c >&5
conftest.c:2: syntax error before `me'
configure:5628: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:5739: checking dependency style of cc
configure:5801: result: gcc
configure:5811: checking how to run the C preprocessor
configure:5847: cc -E -I/usr/local/include conftest.c
configure:5853: $? = 0
configure:5885: cc -E -I/usr/local/include conftest.c
configure:5887: ac_nonexistent.h: No such file or directory
configure:5891: $? = 1
configure: failed program was:
| #line 5877 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5929: result: cc -E
configure:5954: cc -E -I/usr/local/include conftest.c
configure:5960: $? = 0
configure:5992: cc -E -I/usr/local/include conftest.c
configure:5994: ac_nonexistent.h: No such file or directory
configure:5998: $? = 1
configure: failed program was:
| #line 5984 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6052: checking for a BSD-compatible install
configure:6106: result: /usr/bin/install -c -o root -g wheel
configure:6117: checking whether ln -s works
configure:6121: result: yes
configure:6128: checking whether gmake sets $(MAKE)
configure:6148: result: yes
configure:6198: checking for ranlib
configure:6214: found /usr/bin/ranlib
configure:6225: result: ranlib
configure:6315: checking for ld used by GCC
configure:6372: result: /usr/libexec/elf/ld
configure:6382: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:6394: result: yes
configure:6398: checking for BSD-compatible nm
configure:6432: result: /usr/bin/nm -B
ltconfig13:603: checking for object suffix
ltconfig13:604: cc -c -DFREEBSD -O -pipe  -I/usr/local/include conftest.c 1>&5
ltconfig13:629: checking for executable suffix
ltconfig13:630: cc -o conftest -DFREEBSD -O -pipe  -I/usr/local/include  -L/usr/local/lib -lgnugetopt conftest.c -lcrypto -L/usr/local/lib 1>&5
ltconfig13:776: checking if cc PIC flag -fPIC works
ltconfig13:777: cc -c -DFREEBSD -O -pipe  -fPIC -DPIC -I/usr/local/include conftest.c 1>&5
ltconfig13:829: checking if cc supports -c -o file.o
ltconfig13:830: cc -c -DFREEBSD -O -pipe  -o out/conftest2.o -I/usr/local/include conftest.c 1>&5
ltconfig13:862: checking if cc supports -c -o file.lo
ltconfig13:863: cc -c -DFREEBSD -O -pipe  -c -o conftest.lo -I/usr/local/include conftest.c 1>&5
ltconfig13:914: checking if cc supports -fno-rtti -fno-exceptions
ltconfig13:915: cc -c -DFREEBSD -O -pipe  -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5
ltconfig13:958: checking if cc static flag -static works
ltconfig13:959: cc -o conftest -DFREEBSD -O -pipe  -I/usr/local/include  -L/usr/local/lib -lgnugetopt -static conftest.c -lcrypto -L/usr/local/lib 1>&5
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
ltconfig13:1653: checking if global_symbol_pipe works
ltconfig13:1654: cc -c -DFREEBSD -O -pipe  -I/usr/local/include conftest.c 1>&5
ltconfig13:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 	]\([ABCDGISTW]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
ltconfig13:1709: cc -o conftest -DFREEBSD -O -pipe  -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include  -L/usr/local/lib -lgnugetopt conftest.c conftstm.o 1>&5
configure:6645: checking if compiler accepts -g (debugging information)
configure:6666: cc -c -g -DFREEBSD -O -pipe  -g -I/usr/local/include conftest.c >&5
configure:6669: $? = 0
configure:6672: test -s conftest.o
configure:6675: $? = 0
configure:6677: result: yes
configure:6692: checking if compiler accepts -W (warning flags)
configure:6713: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/local/include conftest.c >&5
configure:6716: $? = 0
configure:6719: test -s conftest.o
configure:6722: $? = 0
configure:6724: result: yes
configure:6739: checking for an ANSI C-conforming const
configure:6807: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure: In function `main':
configure:6787: warning: declaration of `x' shadows previous local
configure:6793: warning: declaration of `p' shadows previous local
configure:6810: $? = 0
configure:6813: test -s conftest.o
configure:6816: $? = 0
configure:6827: result: yes
configure:6837: checking for working volatile
configure:6861: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:6864: $? = 0
configure:6867: test -s conftest.o
configure:6870: $? = 0
configure:6881: result: yes
configure:6891: checking for inline
configure:6913: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:6912: warning: no previous prototype for `foo'
configure:6916: $? = 0
configure:6919: test -s conftest.o
configure:6922: $? = 0
configure:6934: result: inline
configure:6950: checking for egrep
configure:6960: result: grep -E
configure:6965: checking for ANSI C header files
configure:6991: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:6994: $? = 0
configure:6997: test -s conftest.o
configure:7000: $? = 0
configure:7092: cc -o conftest -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include  -L/usr/local/lib -lgnugetopt conftest.c -lcrypto -L/usr/local/lib >&5
configure:7095: $? = 0
configure:7097: ./conftest
configure:7100: $? = 0
configure:7115: result: yes
configure:7139: checking for sys/types.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7159: $? = 0
configure:7162: test -s conftest.o
configure:7165: $? = 0
configure:7176: result: yes
configure:7139: checking for sys/stat.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7159: $? = 0
configure:7162: test -s conftest.o
configure:7165: $? = 0
configure:7176: result: yes
configure:7139: checking for stdlib.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7159: $? = 0
configure:7162: test -s conftest.o
configure:7165: $? = 0
configure:7176: result: yes
configure:7139: checking for string.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7159: $? = 0
configure:7162: test -s conftest.o
configure:7165: $? = 0
configure:7176: result: yes
configure:7139: checking for memory.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7159: $? = 0
configure:7162: test -s conftest.o
configure:7165: $? = 0
configure:7176: result: yes
configure:7139: checking for strings.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7159: $? = 0
configure:7162: test -s conftest.o
configure:7165: $? = 0
configure:7176: result: yes
configure:7139: checking for inttypes.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7159: $? = 0
configure:7162: test -s conftest.o
configure:7165: $? = 0
configure:7176: result: yes
configure:7139: checking for stdint.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7198: stdint.h: No such file or directory
configure:7159: $? = 1
configure: failed program was:
| #line 7145 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
configure:7176: result: no
configure:7139: checking for unistd.h
configure:7156: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7159: $? = 0
configure:7162: test -s conftest.o
configure:7165: $? = 0
configure:7176: result: yes
configure:7189: checking whether char is unsigned
configure:7213: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7216: $? = 0
configure:7219: test -s conftest.o
configure:7222: $? = 0
configure:7233: result: no
configure:7242: checking for working long double with more range or precision than double
configure:7269: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure: In function `main':
configure:7274: size of array `test_array' is negative
configure:7272: $? = 1
configure: failed program was:
| #line 7248 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <float.h>
| 	  long double foo = 0.0;
| int
| main ()
| {
| static int test_array [1 - 2 * !(/* Using '|' rather than '||' catches a GCC 2.95.2 x86 bug.  */
|           (DBL_MAX < LDBL_MAX) | (LDBL_EPSILON < DBL_EPSILON)
| 	  | (DBL_MAX_EXP < LDBL_MAX_EXP) | (DBL_MANT_DIG < LDBL_MANT_DIG))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:7289: result: no
configure:7304: checking whether byte ordering is bigendian
configure:7332: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:7335: $? = 0
configure:7338: test -s conftest.o
configure:7341: $? = 0
configure:7366: cc -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure: In function `main':
configure:7371: syntax error before `big'
configure:7369: $? = 1
configure: failed program was:
| #line 7345 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:7489: result: no
configure:8578: checking for ANSI C header files
configure:8728: result: yes
configure:8746: checking for dirent.h that defines DIR
configure:8771: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:8774: $? = 0
configure:8777: test -s conftest.o
configure:8780: $? = 0
configure:8791: result: yes
configure:8804: checking for library containing opendir
configure:8835: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -o conftest -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include  -L/usr/local/lib -lgnugetopt conftest.c -lcrypto -L/usr/local/lib -L/usr/lib -lpcap -L/usr/local/lib -lgdbm -L/usr/lib -lssl -L/usr/lib -lz -L/usr/local/lib -lgdc -L/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -lgd -L/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -lpng -L/usr/local/lib -lrrd -L/usr/local/lib -lxml2 -L/usr/local/lib -lgdome -L/usr/local/lib -lglib12 >&5
/usr/local/lib/libgd.so: undefined reference to `FT_Init_FreeType'
/usr/local/lib/libgd.so: undefined reference to `jpeg_read_scanlines'
/usr/local/lib/libgd.so: undefined reference to `jpeg_simple_progression'
/usr/local/lib/libgd.so: undefined reference to `FT_Load_Glyph'
/usr/local/lib/libgd.so: undefined reference to `FT_Done_Face'
/usr/local/lib/libgd.so: undefined reference to `FT_Get_Kerning'
/usr/local/lib/libgd.so: undefined reference to `FT_Get_Char_Index'
/usr/local/lib/libgd.so: undefined reference to `jpeg_set_defaults'
/usr/local/lib/libgd.so: undefined reference to `FT_Get_Glyph'
/usr/local/lib/libgd.so: undefined reference to `jpeg_start_decompress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_destroy'
/usr/local/lib/libgd.so: undefined reference to `jpeg_write_marker'
/usr/local/lib/libgd.so: undefined reference to `FT_Glyph_To_Bitmap'
/usr/local/lib/libgd.so: undefined reference to `jpeg_destroy_decompress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_std_error'
/usr/local/lib/libgd.so: undefined reference to `jpeg_CreateDecompress'
/usr/local/lib/libgd.so: undefined reference to `FT_Set_Char_Size'
/usr/local/lib/libgd.so: undefined reference to `jpeg_read_header'
/usr/local/lib/libgd.so: undefined reference to `jpeg_start_compress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_destroy_compress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_finish_decompress'
/usr/local/lib/libgd.so: undefined reference to `jpeg_resync_to_restart'
/usr/local/lib/libgd.so: undefined reference to `jpeg_CreateCompress'
/usr/local/lib/libgd.so: undefined reference to `FT_Done_Glyph'
/usr/local/lib/libgd.so: undefined reference to `FT_Glyph_Get_CBox'
/usr/local/lib/libgd.so: undefined reference to `jpeg_finish_compress'
/usr/local/lib/libgd.so: undefined reference to `FT_New_Face'
/usr/local/lib/libgd.so: undefined reference to `jpeg_set_quality'
/usr/local/lib/libgd.so: undefined reference to `FT_Glyph_Transform'
/usr/local/lib/libgd.so: undefined reference to `jpeg_write_scanlines'
configure:8838: $? = 1
configure: failed program was:
| #line 8812 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define CFG_LITTLE_ENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char opendir ();
| int
| main ()
| {
| opendir ();
|   ;
|   return 0;
| }
configure:8880: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -o conftest -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include  -L/usr/local/lib -lgnugetopt conftest.c -ldir  -lcrypto -L/usr/local/lib -L/usr/lib -lpcap -L/usr/local/lib -lgdbm -L/usr/lib -lssl -L/usr/lib -lz -L/usr/local/lib -lgdc -L/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -lgd -L/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -lpng -L/usr/local/lib -lrrd -L/usr/local/lib -lxml2 -L/usr/local/lib -lgdome -L/usr/local/lib -lglib12 >&5
/usr/libexec/elf/ld: cannot find -ldir
configure:8883: $? = 1
configure: failed program was:
| #line 8857 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define CFG_LITTLE_ENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char opendir ();
| int
| main ()
| {
| opendir ();
|   ;
|   return 0;
| }
configure:8903: result: no
configure:9019: checking for sys/wait.h that is POSIX.1 compatible
configure:9051: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9054: $? = 0
configure:9057: test -s conftest.o
configure:9060: $? = 0
configure:9071: result: yes
configure:9081: checking whether time.h and sys/time.h may both be included
configure:9107: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9110: $? = 0
configure:9113: test -s conftest.o
configure:9116: $? = 0
configure:9127: result: yes
configure:9156: checking float.h usability
configure:9169: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9172: $? = 0
configure:9175: test -s conftest.o
configure:9178: $? = 0
configure:9188: result: yes
configure:9192: checking float.h presence
configure:9203: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9209: $? = 0
configure:9228: result: yes
configure:9264: checking for float.h
configure:9271: result: yes
configure:9156: checking stddef.h usability
configure:9169: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9172: $? = 0
configure:9175: test -s conftest.o
configure:9178: $? = 0
configure:9188: result: yes
configure:9192: checking stddef.h presence
configure:9203: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9209: $? = 0
configure:9228: result: yes
configure:9264: checking for stddef.h
configure:9271: result: yes
configure:9147: checking for stdlib.h
configure:9152: result: yes
configure:9147: checking for string.h
configure:9152: result: yes
configure:9304: checking errno.h usability
configure:9317: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9320: $? = 0
configure:9323: test -s conftest.o
configure:9326: $? = 0
configure:9336: result: yes
configure:9340: checking errno.h presence
configure:9351: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9357: $? = 0
configure:9376: result: yes
configure:9412: checking for errno.h
configure:9419: result: yes
configure:9304: checking fcntl.h usability
configure:9317: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9320: $? = 0
configure:9323: test -s conftest.o
configure:9326: $? = 0
configure:9336: result: yes
configure:9340: checking fcntl.h presence
configure:9351: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9357: $? = 0
configure:9376: result: yes
configure:9412: checking for fcntl.h
configure:9419: result: yes
configure:9304: checking limits.h usability
configure:9317: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9320: $? = 0
configure:9323: test -s conftest.o
configure:9326: $? = 0
configure:9336: result: yes
configure:9340: checking limits.h presence
configure:9351: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9357: $? = 0
configure:9376: result: yes
configure:9412: checking for limits.h
configure:9419: result: yes
configure:9304: checking math.h usability
configure:9317: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9320: $? = 0
configure:9323: test -s conftest.o
configure:9326: $? = 0
configure:9336: result: yes
configure:9340: checking math.h presence
configure:9351: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9357: $? = 0
configure:9376: result: yes
configure:9412: checking for math.h
configure:9419: result: yes
configure:9304: checking signal.h usability
configure:9317: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9320: $? = 0
configure:9323: test -s conftest.o
configure:9326: $? = 0
configure:9336: result: yes
configure:9340: checking signal.h presence
configure:9351: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9357: $? = 0
configure:9376: result: yes
configure:9412: checking for signal.h
configure:9419: result: yes
configure:9304: checking stdarg.h usability
configure:9317: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9320: $? = 0
configure:9323: test -s conftest.o
configure:9326: $? = 0
configure:9336: result: yes
configure:9340: checking stdarg.h presence
configure:9351: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9357: $? = 0
configure:9376: result: yes
configure:9412: checking for stdarg.h
configure:9419: result: yes
configure:9295: checking for unistd.h
configure:9300: result: yes
configure:9447: checking stdio.h usability
configure:9460: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9463: $? = 0
configure:9466: test -s conftest.o
configure:9469: $? = 0
configure:9479: result: yes
configure:9483: checking stdio.h presence
configure:9494: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9500: $? = 0
configure:9519: result: yes
configure:9555: checking for stdio.h
configure:9562: result: yes
configure:9438: checking for strings.h
configure:9443: result: yes
configure:9592: checking sys/ioctl.h usability
configure:9605: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9608: $? = 0
configure:9611: test -s conftest.o
configure:9614: $? = 0
configure:9624: result: yes
configure:9628: checking sys/ioctl.h presence
configure:9639: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9645: $? = 0
configure:9664: result: yes
configure:9700: checking for sys/ioctl.h
configure:9707: result: yes
configure:9592: checking sys/socket.h usability
configure:9605: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9608: $? = 0
configure:9611: test -s conftest.o
configure:9614: $? = 0
configure:9624: result: yes
configure:9628: checking sys/socket.h presence
configure:9639: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9645: $? = 0
configure:9664: result: yes
configure:9700: checking for sys/socket.h
configure:9707: result: yes
configure:9592: checking sys/time.h usability
configure:9605: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9608: $? = 0
configure:9611: test -s conftest.o
configure:9614: $? = 0
configure:9624: result: yes
configure:9628: checking sys/time.h presence
configure:9639: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9645: $? = 0
configure:9664: result: yes
configure:9700: checking for sys/time.h
configure:9707: result: yes
configure:9583: checking for sys/types.h
configure:9588: result: yes
configure:9736: checking setjmp.h usability
configure:9749: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9752: $? = 0
configure:9755: test -s conftest.o
configure:9758: $? = 0
configure:9768: result: yes
configure:9772: checking setjmp.h presence
configure:9783: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9789: $? = 0
configure:9808: result: yes
configure:9844: checking for setjmp.h
configure:9851: result: yes
configure:9880: checking netdb.h usability
configure:9893: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:9896: $? = 0
configure:9899: test -s conftest.o
configure:9902: $? = 0
configure:9912: result: yes
configure:9916: checking netdb.h presence
configure:9927: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:9933: $? = 0
configure:9952: result: yes
configure:9988: checking for netdb.h
configure:9995: result: yes
configure:10022: checking netinet/in.h usability
configure:10035: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:10038: $? = 0
configure:10041: test -s conftest.o
configure:10044: $? = 0
configure:10054: result: yes
configure:10058: checking netinet/in.h presence
configure:10069: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:10075: $? = 0
configure:10094: result: yes
configure:10130: checking for netinet/in.h
configure:10137: result: yes
configure:10165: checking arpa/inet.h usability
configure:10178: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
In file included from configure:10246:
/usr/include/arpa/inet.h:89: warning: parameter has incomplete type
/usr/include/arpa/inet.h:92: warning: parameter has incomplete type
/usr/include/arpa/inet.h:96: warning: parameter has incomplete type
configure:10181: $? = 0
configure:10184: test -s conftest.o
configure:10187: $? = 0
configure:10197: result: yes
configure:10201: checking arpa/inet.h presence
configure:10212: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:10218: $? = 0
configure:10237: result: yes
configure:10273: checking for arpa/inet.h
configure:10280: result: yes
configure:10165: checking arpa/nameser.h usability
configure:10178: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:10181: $? = 0
configure:10184: test -s conftest.o
configure:10187: $? = 0
configure:10197: result: yes
configure:10201: checking arpa/nameser.h presence
configure:10212: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:10218: $? = 0
configure:10237: result: yes
configure:10273: checking for arpa/nameser.h
configure:10280: result: yes
configure:10307: checking net/bpf.h usability
configure:10320: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:10323: $? = 0
configure:10326: test -s conftest.o
configure:10329: $? = 0
configure:10339: result: yes
configure:10343: checking net/bpf.h presence
configure:10354: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:10360: $? = 0
configure:10379: result: yes
configure:10415: checking for net/bpf.h
configure:10422: result: yes
configure:10449: checking net/ethernet.h usability
configure:10462: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:10465: $? = 0
configure:10468: test -s conftest.o
configure:10471: $? = 0
configure:10481: result: yes
configure:10485: checking net/ethernet.h presence
configure:10496: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:10502: $? = 0
configure:10521: result: yes
configure:10557: checking for net/ethernet.h
configure:10564: result: yes
configure:10591: checking net/if.h usability
configure:10604: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
In file included from configure:10676:
/usr/include/net/if.h:228: field `ifru_addr' has incomplete type
/usr/include/net/if.h:229: field `ifru_dstaddr' has incomplete type
/usr/include/net/if.h:230: field `ifru_broadaddr' has incomplete type
/usr/include/net/if.h:260: field `ifra_addr' has incomplete type
/usr/include/net/if.h:261: field `ifra_broadaddr' has incomplete type
/usr/include/net/if.h:262: field `ifra_mask' has incomplete type
/usr/include/net/if.h:313: field `addr' has incomplete type
/usr/include/net/if.h:314: field `dstaddr' has incomplete type
configure:10607: $? = 1
configure: failed program was:
| #line 10594 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define CFG_LITTLE_ENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_NET_ETHERNET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/if.h>
configure:10623: result: no
configure:10627: checking net/if.h presence
configure:10638: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:10644: $? = 0
configure:10663: result: yes
configure:10683: WARNING: net/if.h: present but cannot be compiled
configure:10685: WARNING: net/if.h: check for missing prerequisite headers?
configure:10687: WARNING: net/if.h: proceeding with the preprocessor's result
configure:10699: checking for net/if.h
configure:10706: result: yes
configure:10733: checking netinet/if_ether.h usability
configure:10746: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
In file included from /usr/include/netinet/if_ether.h:41,
                 from configure:10819:
/usr/include/net/if_arp.h:91: field `arp_pa' has incomplete type
/usr/include/net/if_arp.h:92: field `arp_ha' has incomplete type
In file included from configure:10819:
/usr/include/netinet/if_ether.h:100: field `sin_addr' has incomplete type
/usr/include/netinet/if_ether.h:101: field `sin_srcaddr' has incomplete type
configure:10749: $? = 1
configure: failed program was:
| #line 10736 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define CFG_LITTLE_ENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/if_ether.h>
configure:10765: result: no
configure:10769: checking netinet/if_ether.h presence
configure:10780: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:10786: $? = 0
configure:10805: result: yes
configure:10825: WARNING: netinet/if_ether.h: present but cannot be compiled
configure:10827: WARNING: netinet/if_ether.h: check for missing prerequisite headers?
configure:10829: WARNING: netinet/if_ether.h: proceeding with the preprocessor's result
configure:10841: checking for netinet/if_ether.h
configure:10848: result: yes
configure:10875: checking netinet/in_systm.h usability
configure:10888: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
configure:10891: $? = 0
configure:10894: test -s conftest.o
configure:10897: $? = 0
configure:10907: result: yes
configure:10911: checking netinet/in_systm.h presence
configure:10922: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:10928: $? = 0
configure:10947: result: yes
configure:10983: checking for netinet/in_systm.h
configure:10990: result: yes
configure:11017: checking netinet/ip.h usability
configure:11030: cc  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -c -g -DFREEBSD -O -pipe  -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC -I/usr/local/include conftest.c >&5
In file included from configure:11105:
/usr/include/netinet/ip.h:73: field `ip_src' has incomplete type
/usr/include/netinet/ip.h:73: field `ip_dst' has incomplete type
/usr/include/netinet/ip.h:156: syntax error before `n_long'
/usr/include/netinet/ip.h:158: field `ipt_addr' has incomplete type
/usr/include/netinet/ip.h:159: syntax error before `n_long'
configure:11033: $? = 1
configure: failed program was:
| #line 11020 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ntop"
| #define PACKAGE_TARNAME "ntop"
| #define PACKAGE_VERSION "2.2"
| #define PACKAGE_STRING "ntop 2.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ntop"
| #define VERSION "2.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define CFG_LITTLE_ENDIAN 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FLOAT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/ip.h>
configure:11049: result: no
configure:11053: checking netinet/ip.h presence
configure:11064: cc -E  -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include -I/usr/local/include -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3 -I/usr/ports/net/ntop/work/ntop-2.2/gdchart0.94c/gd-1.8.3/libpng-1.2.4 -I/usr/local/include -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib12 -I/usr/local/include conftest.c
configure:11070: $? = 0
configure:11089: result: yes
configure:11109: WARNING: netinet/ip.h: present but cannot be compiled
configure:11111: 
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 21:07:51 UTC
State Changed
From-To: open->feedback

Is this still a problem for you? I was not able to reproduce 
it on a 4.9-STABLE system.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 21:12:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll take feedback, too.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-05 19:09:03 UTC
State Changed
From-To: feedback->closed

Feedback timeout (1 month).