>>> dhcpdump 1.8 Extracting gzip -d -c /data/buildroot-test/instance-1/dl/dhcpdump/dhcpdump-1.8.tar.gz | /data/buildroot-test/instance-1/output-1/host/bin/tar --strip-components=1 -C /data/buildroot-test/instance-1/output-1/build/dhcpdump-1.8 -xf - >>> dhcpdump 1.8 Patching Applying 0001-use-non-bsd-structures.patch using patch: patching file dhcpdump.c >>> dhcpdump 1.8 Configuring >>> dhcpdump 1.8 Building PATH="/data/buildroot-test/instance-1/output-1/host/bin:/data/buildroot-test/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin" /usr/bin/make -j12 -C /data/buildroot-test/instance-1/output-1/build/dhcpdump-1.8 CC="/data/buildroot-test/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_STRSEP -D_GNU_SOURCE" LIBS="-lpcap" make[1]: Entering directory '/data/buildroot-test/instance-1/output-1/build/dhcpdump-1.8' /data/buildroot-test/instance-1/output-1/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_STRSEP -D_GNU_SOURCE -Wall -g -c -o dhcpdump.o dhcpdump.c pod2man --section 8 \ --date "23 June 2008" \ --name "DHCPDUMP" \ --center "User Contributed Software" \ dhcpdump.pod dhcpdump.8 /bin/sh: pod2man: command not found make[1]: *** [Makefile:11: dhcpdump.8] Error 127 make[1]: *** Waiting for unfinished jobs.... dhcpdump.c: In function 'pcap_callback': dhcpdump.c:153:3: warning: implicit declaration of function 'strftime' [-Wimplicit-function-declaration] strftime(timestamp, sizeof(timestamp), "%Y-%m-%d %H:%M:%S.", ^ dhcpdump.c:153:3: warning: incompatible implicit declaration of built-in function 'strftime' [enabled by default] dhcpdump.c:154:7: warning: implicit declaration of function 'localtime' [-Wimplicit-function-declaration] localtime(&(tp.tv_sec))); ^ dhcpdump.c:154:7: warning: pointer targets in passing argument 1 of 'strftime' differ in signedness [-Wpointer-sign] dhcpdump.c:154:7: note: expected 'char *' but argument is of type 'u_char *' dhcpdump.c:154:7: warning: passing argument 4 of 'strftime' makes pointer from integer without a cast [enabled by default] dhcpdump.c:154:7: note: expected 'const void *' but argument is of type 'int' dhcpdump.c:155:3: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] sprintf(timestamp + strlen(timestamp), "%03ld", ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'u_char *' extern size_t strlen (const char *__s) ^ dhcpdump.c:156:7: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] tp.tv_usec / 1000); ^ In file included from dhcpdump.c:20:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/stdio.h:364:12: note: expected 'char * __restrict__' but argument is of type 'u_char *' extern int sprintf (char *__restrict __s, ^ dhcpdump.c:159:2: warning: implicit declaration of function 'ether_ntoa' [-Wimplicit-function-declaration] strcpy(mac_origin, ether_ntoa((struct ether_addr *)eh->ether_shost)); ^ dhcpdump.c:159:40: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(mac_origin, ether_ntoa((struct ether_addr *)eh->ether_shost)); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:125:14: note: expected 'char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dhcpdump.c:159:40: warning: passing argument 2 of 'strcpy' makes pointer from integer without a cast [enabled by default] strcpy(mac_origin, ether_ntoa((struct ether_addr *)eh->ether_shost)); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:125:14: note: expected 'const char * __restrict__' but argument is of type 'int' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dhcpdump.c:161:25: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] ether_ntoa((struct ether_addr *)eh->ether_dhost)); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:125:14: note: expected 'char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dhcpdump.c:161:25: warning: passing argument 2 of 'strcpy' makes pointer from integer without a cast [enabled by default] ether_ntoa((struct ether_addr *)eh->ether_dhost)); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:125:14: note: expected 'const char * __restrict__' but argument is of type 'int' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dhcpdump.c:163:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(ip_origin, (u_char *)inet_ntoa(ip->ip_src)); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:125:14: note: expected 'char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dhcpdump.c:163:2: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(ip_origin, (u_char *)inet_ntoa(ip->ip_src)); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:125:14: note: expected 'const char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dhcpdump.c:164:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(ip_destination, (u_char *)inet_ntoa(ip->ip_dst)); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:125:14: note: expected 'char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dhcpdump.c:164:2: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(ip_destination, (u_char *)inet_ntoa(ip->ip_dst)); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:125:14: note: expected 'const char * __restrict__' but argument is of type 'u_char *' extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^ dhcpdump.c: In function 'printdata': dhcpdump.c:367:3: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(buf, &data[j + 2], data[j + 1]); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:128:14: note: expected 'char * __restrict__' but argument is of type 'u_char *' extern char *strncpy (char *__restrict __dest, ^ dhcpdump.c:367:3: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(buf, &data[j + 2], data[j + 1]); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:128:14: note: expected 'const char * __restrict__' but argument is of type 'u_char *' extern char *strncpy (char *__restrict __dest, ^ dhcpdump.c:513:3: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(buf, &data[j + 5], data[j + 1] - 3); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:128:14: note: expected 'char * __restrict__' but argument is of type 'u_char *' extern char *strncpy (char *__restrict __dest, ^ dhcpdump.c:513:3: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(buf, &data[j + 5], data[j + 1] - 3); ^ In file included from dhcpdump.c:22:0: /data/buildroot-test/instance-1/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/string.h:128:14: note: expected 'const char * __restrict__' but argument is of type 'u_char *' extern char *strncpy (char *__restrict __dest, ^ make[1]: Leaving directory '/data/buildroot-test/instance-1/output-1/build/dhcpdump-1.8' make: *** [package/pkg-generic.mk:250: /data/buildroot-test/instance-1/output-1/build/dhcpdump-1.8/.stamp_built] Error 2 make: Leaving directory '/data/buildroot-test/instance-1/buildroot'