The following packages will be installed: libnids Fetching README... 0%100%100%100%100%100%Done Fetching libnids.SlackBuild... 0%100%100%100%100%100%Done Fetching libnids.info... 0%100%100%100%100%100%Done Fetching libnids.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done libnids-1.24/ libnids-1.24/README libnids-1.24/install-sh libnids-1.24/mkinstalldirs libnids-1.24/Makefile.in libnids-1.24/config.sub libnids-1.24/configure.in libnids-1.24/src/ libnids-1.24/src/libnids.c libnids-1.24/src/util.h libnids-1.24/src/Makefile.in libnids-1.24/src/hash.c libnids-1.24/src/libnids-track-established.patch libnids-1.24/src/allpromisc.c libnids-1.24/src/scan.h libnids-1.24/src/killtcp.c libnids-1.24/src/tcp.c libnids-1.24/src/ip_fragment.c libnids-1.24/src/util.c libnids-1.24/src/libnids.3 libnids-1.24/src/libnids.3.mdoc libnids-1.24/src/hash.h libnids-1.24/src/tcp.h libnids-1.24/src/ip_options.c libnids-1.24/src/scan.c libnids-1.24/src/nids.h libnids-1.24/src/checksum.h libnids-1.24/src/checksum.c libnids-1.24/src/ip_fragment.h libnids-1.24/src/config.h.in libnids-1.24/CREDITS libnids-1.24/doc/ libnids-1.24/doc/PERFORMANCE libnids-1.24/doc/PATCH libnids-1.24/doc/LINUX libnids-1.24/doc/API.txt libnids-1.24/doc/API.html libnids-1.24/doc/NEW_LIBPCAP libnids-1.24/doc/bugtraq_post libnids-1.24/doc/TESTS libnids-1.24/config.guess libnids-1.24/MISC libnids-1.24/CHANGES libnids-1.24/configure libnids-1.24/aclocal.m4 libnids-1.24/COPYING libnids-1.24/samples/ libnids-1.24/samples/overflows.c libnids-1.24/samples/chksum_ctl.c libnids-1.24/samples/Makefile.in libnids-1.24/samples/nids_next.c libnids-1.24/samples/printall.c libnids-1.24/samples/sniff.c patching file src/checksum.c checking build system type... i486-slackware-linux-gnu checking host system type... i486-slackware-linux-gnu checking target system type... i486-slackware-linux-gnu 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 a BSD-compatible install... /usr/bin/ginstall -c 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 sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether time.h and sys/time.h may both be included... yes checking whether byte ordering is bigendian... no checking for gettimeofday... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for libpcap... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for GTHREAD... yes checking for g_thread_init in -lgthread-2.0... yes checking for libnet... yes checking whether to build shared library... yes checking the name of struct icmp... struct icmphdr checking if tcp states are defined... yes checking for bsd-ish struct udphdr... yes checking libnet version... looks new configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating samples/Makefile config.status: creating src/config.h cd src ; make static make[1]: Entering directory '/usr/src/slapt-src/libraries/libnids/libnids-1.24/src' gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checksum.c In file included from /usr/include/sys/types.h:25:0, from checksum.c:2: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ checksum.c:187:11: warning: ‘csum_fold’ is static but used in inline function ‘csum_tcpudp_magic’ which is not static return (csum_fold(sum)); ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ip_fragment.c In file included from /usr/include/sys/types.h:25:0, from ip_fragment.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ip_options.c In file included from /usr/include/string.h:25:0, from ip_options.c:6: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include killtcp.c In file included from /usr/include/sys/types.h:25:0, from killtcp.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include libnids.c In file included from /usr/include/sys/types.h:25:0, from libnids.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ libnids.c: In function ‘nids_init’: libnids.c:672:3: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] g_thread_init(NULL); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from libnids.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^ libnids.c: In function ‘nids_run’: libnids.c:689:5: warning: ‘g_thread_create_full’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] START_CAP_QUEUE_PROCESS_THREAD(); /* threading... */ ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from libnids.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:110:10: note: declared here GThread *g_thread_create_full (GThreadFunc func, ^ libnids.c: In function ‘nids_next’: libnids.c:749:5: warning: ‘g_thread_create_full’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] START_CAP_QUEUE_PROCESS_THREAD(); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from libnids.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:110:10: note: declared here GThread *g_thread_create_full (GThreadFunc func, ^ libnids.c: In function ‘nids_dispatch’: libnids.c:763:5: warning: ‘g_thread_create_full’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] START_CAP_QUEUE_PROCESS_THREAD(); /* threading... */ ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from libnids.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:110:10: note: declared here GThread *g_thread_create_full (GThreadFunc func, ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include scan.c In file included from /usr/include/sys/types.h:25:0, from scan.c:6: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include tcp.c In file included from /usr/include/sys/types.h:25:0, from tcp.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include util.c In file included from /usr/include/sys/types.h:25:0, from util.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include allpromisc.c In file included from /usr/include/sys/types.h:25:0, from nids.h:9, from allpromisc.c:1: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -c -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include hash.c In file included from /usr/include/sys/types.h:25:0, from hash.c:1: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ ar -cr libnids.a checksum.o ip_fragment.o ip_options.o killtcp.o libnids.o scan.o tcp.o util.o allpromisc.o hash.o ranlib libnids.a make[1]: Leaving directory '/usr/src/slapt-src/libraries/libnids/libnids-1.24/src' cd src ; make shared make[1]: Entering directory '/usr/src/slapt-src/libraries/libnids/libnids-1.24/src' gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c checksum.c -o checksum_pic.o In file included from /usr/include/sys/types.h:25:0, from checksum.c:2: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ checksum.c:187:11: warning: ‘csum_fold’ is static but used in inline function ‘csum_tcpudp_magic’ which is not static return (csum_fold(sum)); ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c ip_fragment.c -o ip_fragment_pic.o In file included from /usr/include/sys/types.h:25:0, from ip_fragment.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c ip_options.c -o ip_options_pic.o In file included from /usr/include/string.h:25:0, from ip_options.c:6: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c killtcp.c -o killtcp_pic.o In file included from /usr/include/sys/types.h:25:0, from killtcp.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c libnids.c -o libnids_pic.o In file included from /usr/include/sys/types.h:25:0, from libnids.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ libnids.c: In function ‘nids_init’: libnids.c:672:3: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] g_thread_init(NULL); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from libnids.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^ libnids.c: In function ‘nids_run’: libnids.c:689:5: warning: ‘g_thread_create_full’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] START_CAP_QUEUE_PROCESS_THREAD(); /* threading... */ ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from libnids.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:110:10: note: declared here GThread *g_thread_create_full (GThreadFunc func, ^ libnids.c: In function ‘nids_next’: libnids.c:749:5: warning: ‘g_thread_create_full’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] START_CAP_QUEUE_PROCESS_THREAD(); ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from libnids.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:110:10: note: declared here GThread *g_thread_create_full (GThreadFunc func, ^ libnids.c: In function ‘nids_dispatch’: libnids.c:763:5: warning: ‘g_thread_create_full’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] START_CAP_QUEUE_PROCESS_THREAD(); /* threading... */ ^ In file included from /usr/include/glib-2.0/glib.h:107:0, from libnids.c:32: /usr/include/glib-2.0/glib/deprecated/gthread.h:110:10: note: declared here GThread *g_thread_create_full (GThreadFunc func, ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c scan.c -o scan_pic.o In file included from /usr/include/sys/types.h:25:0, from scan.c:6: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c tcp.c -o tcp_pic.o In file included from /usr/include/sys/types.h:25:0, from tcp.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c util.c -o util_pic.o In file included from /usr/include/sys/types.h:25:0, from util.c:7: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c allpromisc.c -o allpromisc_pic.o In file included from /usr/include/sys/types.h:25:0, from nids.h:9, from allpromisc.c:1: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -fPIC -O2 -march=i486 -mtune=i686 -D_BSD_SOURCE -DLIBNET_VER=1 -DHAVE_ICMPHDR=1 -DHAVE_TCP_STATES=1 -DHAVE_BSD_UDPHDR=1 -I. -I/usr/include -I/usr/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c hash.c -o hash_pic.o In file included from /usr/include/sys/types.h:25:0, from hash.c:1: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ gcc -shared -Wl,-soname,libnids.so.1.24 -o libnids.so.1.24 checksum_pic.o ip_fragment_pic.o ip_options_pic.o killtcp_pic.o libnids_pic.o scan_pic.o tcp_pic.o util_pic.o allpromisc_pic.o hash_pic.o -lgthread-2.0 -lnsl -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lnet -L/usr/lib -lpcap make[1]: Leaving directory '/usr/src/slapt-src/libraries/libnids/libnids-1.24/src' cd src ; make _installshared make[1]: Entering directory '/usr/src/slapt-src/libraries/libnids/libnids-1.24/src' ../mkinstalldirs /usr/src/slapt-src/libraries/libnids/package-libnids/usr/lib mkdir /usr/src/slapt-src/libraries/libnids/package-libnids/usr mkdir /usr/src/slapt-src/libraries/libnids/package-libnids/usr/lib ../mkinstalldirs /usr/src/slapt-src/libraries/libnids/package-libnids/usr/include mkdir /usr/src/slapt-src/libraries/libnids/package-libnids/usr/include ../mkinstalldirs /usr/src/slapt-src/libraries/libnids/package-libnids/usr/man/man3 mkdir /usr/src/slapt-src/libraries/libnids/package-libnids/usr/man mkdir /usr/src/slapt-src/libraries/libnids/package-libnids/usr/man/man3 /usr/bin/ginstall -c -c -m 644 libnids.a /usr/src/slapt-src/libraries/libnids/package-libnids/usr/lib /usr/bin/ginstall -c -c -m 644 nids.h /usr/src/slapt-src/libraries/libnids/package-libnids/usr/include /usr/bin/ginstall -c -c -m 644 libnids.3 /usr/src/slapt-src/libraries/libnids/package-libnids/usr/man/man3 /usr/bin/ginstall -c -c -m 755 libnids.so.1.24 /usr/src/slapt-src/libraries/libnids/package-libnids/usr/lib ln -s -f libnids.so.1.24 /usr/src/slapt-src/libraries/libnids/package-libnids/usr/lib/libnids.so make[1]: Leaving directory '/usr/src/slapt-src/libraries/libnids/libnids-1.24/src' Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib/libnids.so libnids.so.1.24 Making symbolic link creation script: ( cd usr/lib ; rm -rf libnids.so ) ( cd usr/lib ; ln -sf libnids.so.1.24 libnids.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/libnids.so' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/libraries/libnids/libnids-1.24-i486-2salix.txz ./ usr/ usr/include/ usr/include/nids.h usr/lib/ usr/lib/libnids.so.1.24 usr/lib/libnids.a usr/doc/ usr/doc/libnids-1.24/ usr/doc/libnids-1.24/README usr/doc/libnids-1.24/CREDITS usr/doc/libnids-1.24/NEW_LIBPCAP usr/doc/libnids-1.24/COPYING usr/doc/libnids-1.24/MISC usr/doc/libnids-1.24/CHANGES usr/doc/libnids-1.24/TESTS usr/doc/libnids-1.24/API.txt usr/doc/libnids-1.24/API.html usr/doc/libnids-1.24/PATCH usr/doc/libnids-1.24/bugtraq_post usr/doc/libnids-1.24/libnids.SlackBuild usr/doc/libnids-1.24/LINUX usr/doc/libnids-1.24/PERFORMANCE usr/man/ usr/man/man3/ usr/man/man3/libnids.3.gz install/ install/doinst.sh install/slack-desc Slackware package /usr/src/slapt-src/libraries/libnids/libnids-1.24-i486-2salix.txz created. Installing package libnids-1.24-i486-2salix... | libnids (E-component of Network Intrusion Detection System) | | Libnids is an implementation of an E-component of Network Intrusion | Detection System. It emulates the IP stack of Linux 2.0.x. Libnids | offers IP defragmentation, TCP stream assembly and TCP port scan | detection. | | | | | | |