------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The fl0p port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> fl0p-0.0.2.b depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The fl0p port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> fl0p-0.0.2.b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fl0p-0.0.2.b for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The fl0p port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> fl0p-0.0.2.b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fl0p-0.0.2.b for building => SHA256 Checksum OK for fl0p-devel.tgz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The fl0p port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> fl0p-0.0.2.b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fl0p-0.0.2.b for building ===> Extracting for fl0p-0.0.2.b ===> NOTICE: The fl0p port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> fl0p-0.0.2.b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fl0p-0.0.2.b for building => SHA256 Checksum OK for fl0p-devel.tgz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for fl0p-0.0.2.b ln -sv /construction/security/fl0p/fl0p/mk/FreeBSD /construction/security/fl0p/fl0p/mk/DragonFly /construction/security/fl0p/fl0p/mk/DragonFly -> /construction/security/fl0p/fl0p/mk/FreeBSD SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> fl0p-0.0.2.b depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> fl0p-0.0.2.b depends on executable: gmake - found ===> Configuring for fl0p-0.0.2.b SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for fl0p-0.0.2.b gmake[2]: Entering directory '/construction/security/fl0p/fl0p' ./Build all Your system type is: DragonFly Please help with p0f 2: http://lcamtuf.coredump.cx/p0f-help/ GNU make found at /usr/local/bin/gmake, trying to use it... gmake[3]: Entering directory '/construction/security/fl0p/fl0p' gmake[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. cc -pipe -O2 -fno-strict-aliasing -Wall -DUSE_BPF=\"pcap-bpf.h\" -o fl0p fl0p.c crc32.c -lpcap fl0p.c:96:24: warning: pointer targets in initialization of '_u8 *' {aka 'unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign] *use_rule = "tcp or udp or icmp"; ^~~~~~~~~~~~~~~~~~~~ fl0p.c: In function 'load_config': fl0p.c:248:28: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] FILE* c = fopen(file?file:(_u8*)FPRINT_DB,"r"); In file included from fl0p.c:34: /usr/include/stdio.h:205:7: note: expected 'const char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} FILE *fopen(const char * __restrict, const char * __restrict); ^~~~~ In file included from fl0p.c:47: config.h:22:22: warning: pointer targets in passing argument 1 of 'load_config' differ in signedness [-Wpointer-sign] # define CONFIG_DIR "/usr/local/share/fl0p" ^~~~~~~~~~~~~~~~~~~~~~~ fl0p.c:251:28: note: in expansion of macro 'CONFIG_DIR' if (!file) load_config(CONFIG_DIR "/" FPRINT_DB); ^~~~~~~~~~ fl0p.c:242:13: note: expected '_u8 *' {aka 'unsigned char *'} but argument is of type 'char *' static void load_config(_u8* file) { ^~~~~~~~~~~ fl0p.c:252:19: warning: pointer targets in passing argument 1 of 'perror' differ in signedness [-Wpointer-sign] else pfatal(file); ^~~~ fl0p.c:87:53: note: in definition of macro 'pfatal' #define pfatal(x) do { debug("[-] ERROR: "); perror(x); exit(1); } while (0) ^ In file included from fl0p.c:34: /usr/include/stdio.h:225:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} void perror(const char *); ^~~~~~ fl0p.c:256:19: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] while ((p=fgets(buf,sizeof(buf),c))) { ^~~ In file included from fl0p.c:34: /usr/include/stdio.h:204:7: note: expected 'char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} char *fgets(char * __restrict, int, FILE * __restrict); ^~~~~ fl0p.c:256:12: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] while ((p=fgets(buf,sizeof(buf),c))) { ^ fl0p.c:262:37: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] file_cksum ^= crc32(buf, strlen(buf)); ^~~ In file included from fl0p.c:16: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} size_t strlen(const char *) __pure; ^~~~~~ fl0p.c:267:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] l=strlen(p); ^ In file included from fl0p.c:16: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} size_t strlen(const char *) __pure; ^~~~~~ fl0p.c:274:14: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] p=strchr(buf,':'); ^~~ In file included from fl0p.c:16: /usr/include/string.h:87:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strchr(const char *, int) __pure; ^~~~~~ fl0p.c:274:6: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] p=strchr(buf,':'); ^ fl0p.c:278:22: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] if (!(p=strchr(buf,'|'))) ^~~ In file included from fl0p.c:16: /usr/include/string.h:87:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strchr(const char *, int) __pure; ^~~~~~ fl0p.c:278:14: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] if (!(p=strchr(buf,'|'))) ^ fl0p.c:283:18: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(p,"%c%i",&c,&flag) != 2 || (c != '+' && c != '-')) ^ In file included from fl0p.c:34: /usr/include/stdio.h:238:6: note: expected 'const char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sscanf(const char * __restrict, const char * __restrict, ...) ^~~~~~ fl0p.c:292:33: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] sig[sigcnt].name = strdup(p); ^ In file included from fl0p.c:16: /usr/include/string.h:99:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strdup(const char *) __malloclike; ^~~~~~ fl0p.c:292:24: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] sig[sigcnt].name = strdup(p); ^ fl0p.c:298:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] l=strlen(p); ^ In file included from fl0p.c:16: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} size_t strlen(const char *) __pure; ^~~~~~ fl0p.c:304:18: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(p,"%c%i",&c,&flag) != 2 || (c != '&' && c != '!')) ^ In file included from fl0p.c:34: /usr/include/stdio.h:238:6: note: expected 'const char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sscanf(const char * __restrict, const char * __restrict, ...) ^~~~~~ fl0p.c:309:18: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] p = strchr(p,' '); ^ In file included from fl0p.c:16: /usr/include/string.h:87:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strchr(const char *, int) __pure; ^~~~~~ fl0p.c:309:9: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] p = strchr(p,' '); ^ fl0p.c:315:22: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] if (!strncasecmp(p,"TCP ",4)) sig[sigcnt].proto = IPPROTO_TCP; ^ In file included from /usr/include/string.h:45, from fl0p.c:16: /usr/include/strings.h:67:6: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} int strncasecmp(const char *, const char *, size_t) __pure; ^~~~~~~~~~~ fl0p.c:316:27: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] else if (!strncasecmp(p,"UDP ",4)) sig[sigcnt].proto = IPPROTO_UDP; ^ In file included from /usr/include/string.h:45, from fl0p.c:16: /usr/include/strings.h:67:6: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} int strncasecmp(const char *, const char *, size_t) __pure; ^~~~~~~~~~~ fl0p.c:317:27: warning: pointer targets in passing argument 1 of 'strncasecmp' differ in signedness [-Wpointer-sign] else if (!strncasecmp(p,"ICMP ",5)) sig[sigcnt].proto = IPPROTO_ICMP; ^ In file included from /usr/include/string.h:45, from fl0p.c:16: /usr/include/strings.h:67:6: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} int strncasecmp(const char *, const char *, size_t) __pure; ^~~~~~~~~~~ fl0p.c:320:16: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] p = strchr(p,' '); ^ In file included from fl0p.c:16: /usr/include/string.h:87:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strchr(const char *, int) __pure; ^~~~~~ fl0p.c:320:7: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] p = strchr(p,' '); ^ fl0p.c:327:22: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign] _s32 pi = atoi(p); ^ In file included from fl0p.c:15: /usr/include/stdlib.h:92:6: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} int atoi(const char *); ^~~~ fl0p.c:333:16: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] p = strchr(p,' '); ^ In file included from fl0p.c:16: /usr/include/string.h:87:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strchr(const char *, int) __pure; ^~~~~~ fl0p.c:333:7: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] p = strchr(p,' '); ^ fl0p.c:371:22: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(p,"%d/%d",&i,&diff) < 1 || i < 0 || i > 65535 ^ In file included from fl0p.c:34: /usr/include/stdio.h:238:6: note: expected 'const char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sscanf(const char * __restrict, const char * __restrict, ...) ^~~~~~ fl0p.c:380:22: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(p,"%d/%d",&i,&diff) < 1 || i < 1 || i > MAXSIGLEN ^ In file included from fl0p.c:34: /usr/include/stdio.h:238:6: note: expected 'const char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sscanf(const char * __restrict, const char * __restrict, ...) ^~~~~~ fl0p.c:398:18: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] p = strchr(p,' '); ^ In file included from fl0p.c:16: /usr/include/string.h:87:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strchr(const char *, int) __pure; ^~~~~~ fl0p.c:398:9: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] p = strchr(p,' '); ^ fl0p.c: In function 'put_date': fl0p.c:439:9: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] x = asctime((add_timestamp == 1) ? localtime(&ut) : ^ fl0p.c:442:20: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (x[strlen(x)-1]=='\n') x[strlen(x)-1]=0; ^ In file included from fl0p.c:16: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} size_t strlen(const char *) __pure; ^~~~~~ fl0p.c:442:42: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (x[strlen(x)-1]=='\n') x[strlen(x)-1]=0; ^ In file included from fl0p.c:16: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} size_t strlen(const char *) __pure; ^~~~~~ fl0p.c: In function 'grab_name': fl0p.c:477:27: warning: pointer targets in returning 'char *' from a function with return type '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] if (!do_resolve) return ""; ^~ fl0p.c:480:17: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] if (!r || !(s = r->h_name) || !(j = strlen(s))) return ""; ^ fl0p.c:480:46: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (!r || !(s = r->h_name) || !(j = strlen(s))) return ""; ^ In file included from fl0p.c:16: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} size_t strlen(const char *) __pure; ^~~~~~ fl0p.c:480:58: warning: pointer targets in returning 'char *' from a function with return type '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] if (!r || !(s = r->h_name) || !(j = strlen(s))) return ""; ^~ fl0p.c:481:29: warning: pointer targets in returning 'char *' from a function with return type '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] if (j > MY_MAXDNS) return ""; ^~ fl0p.c: In function 'display_bytes': fl0p.c:498:25: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] if (b < 1024) sprintf(retbuf,"%lluB",b); ^~~~~~ In file included from fl0p.c:34: /usr/include/stdio.h:236:6: note: expected 'char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sprintf(char * __restrict, const char * __restrict, ...) ^~~~~~~ fl0p.c:499:33: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] else if (b < 1048576) sprintf(retbuf,"%.01fkB",b/1024.0); ^~~~~~ In file included from fl0p.c:34: /usr/include/stdio.h:236:6: note: expected 'char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sprintf(char * __restrict, const char * __restrict, ...) ^~~~~~~ fl0p.c:500:36: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] else if (b < 1073741824) sprintf(retbuf,"%.01fMB",b/1024.0/1024.0); ^~~~~~ In file included from fl0p.c:34: /usr/include/stdio.h:236:6: note: expected 'char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sprintf(char * __restrict, const char * __restrict, ...) ^~~~~~~ fl0p.c:501:16: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] else sprintf(retbuf,"%.01fGB",b/1024.0/1024.0/1024.0); ^~~~~~ In file included from fl0p.c:34: /usr/include/stdio.h:236:6: note: expected 'char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sprintf(char * __restrict, const char * __restrict, ...) ^~~~~~~ fl0p.c: In function 'main': fl0p.c:959:29: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] case 'f': config_file = optarg; break; ^ fl0p.c:961:27: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] case 'i': use_iface = optarg; break; ^ fl0p.c:963:26: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] case 's': use_dump = optarg; break; ^ fl0p.c:978:28: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] case 'u': set_user = optarg; break; ^ fl0p.c:1012:26: warning: pointer targets in passing argument 1 of 'usage' differ in signedness [-Wpointer-sign] default: usage(argv[0]); ~~~~^~~ fl0p.c:204:13: note: expected '_u8 *' {aka 'unsigned char *'} but argument is of type 'char *' static void usage(_u8* name) { ^~~~~ fl0p.c:1034:13: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(buf,"(%s) and (%.3000s)",use_rule,argv[optind]); ^~~ In file included from fl0p.c:34: /usr/include/stdio.h:236:6: note: expected 'char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sprintf(char * __restrict, const char * __restrict, ...) ^~~~~~~ fl0p.c:1039:21: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] _u8* x = strdup(use_rule); ^~~~~~~~ In file included from fl0p.c:16: /usr/include/string.h:99:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strdup(const char *) __malloclike; ^~~~~~ fl0p.c:1039:14: warning: pointer targets in initialization of '_u8 *' {aka 'unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign] _u8* x = strdup(use_rule); ^~~~~~ fl0p.c:1040:13: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(buf,"(%.1000s) or (vlan and (%.1000s))",x,x); ^~~ In file included from fl0p.c:34: /usr/include/stdio.h:236:6: note: expected 'char * restrict' but argument is of type '_u8 *' {aka 'unsigned char *'} int sprintf(char * __restrict, const char * __restrict, ...) ^~~~~~~ fl0p.c:1054:32: warning: pointer targets in passing argument 1 of 'pcap_open_offline' differ in signedness [-Wpointer-sign] if (!(pt=pcap_open_offline(use_dump, errbuf))) ^~~~~~~~ In file included from /usr/include/pcap.h:43, from fl0p.c:35: /usr/include/pcap/pcap.h:355:18: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} PCAP_API pcap_t *pcap_open_offline(const char *, char *); ^~~~~~~~~~~~~~~~~ fl0p.c:1054:42: warning: pointer targets in passing argument 2 of 'pcap_open_offline' differ in signedness [-Wpointer-sign] if (!(pt=pcap_open_offline(use_dump, errbuf))) ^~~~~~ In file included from /usr/include/pcap.h:43, from fl0p.c:35: /usr/include/pcap/pcap.h:355:18: note: expected 'char *' but argument is of type '_u8 *' {aka 'unsigned char *'} PCAP_API pcap_t *pcap_open_offline(const char *, char *); ^~~~~~~~~~~~~~~~~ fl0p.c:1073:46: warning: pointer targets in passing argument 1 of 'pcap_lookupdev' differ in signedness [-Wpointer-sign] if (!use_iface) use_iface=pcap_lookupdev(errbuf); ^~~~~~ In file included from /usr/include/pcap.h:43, from fl0p.c:35: /usr/include/pcap/pcap.h:276:16: note: expected 'char *' but argument is of type '_u8 *' {aka 'unsigned char *'} PCAP_API char *pcap_lookupdev(char *); ^~~~~~~~~~~~~~ fl0p.c:1073:30: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] if (!use_iface) use_iface=pcap_lookupdev(errbuf); ^ fl0p.c:1076:31: warning: pointer targets in assignment from 'char *' to '_u8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] if (!use_iface) use_iface = "lo"; ^ fl0p.c:1082:29: warning: pointer targets in passing argument 1 of 'pcap_open_live' differ in signedness [-Wpointer-sign] if (!(pt=pcap_open_live(use_iface,PACKET_SNAPLEN,use_promisc,capture_timeout,errbuf))) ^~~~~~~~~ In file included from /usr/include/pcap.h:43, from fl0p.c:35: /usr/include/pcap/pcap.h:351:18: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} PCAP_API pcap_t *pcap_open_live(const char *, int, int, int, char *); ^~~~~~~~~~~~~~ fl0p.c:1082:82: warning: pointer targets in passing argument 5 of 'pcap_open_live' differ in signedness [-Wpointer-sign] if (!(pt=pcap_open_live(use_iface,PACKET_SNAPLEN,use_promisc,capture_timeout,errbuf))) ^~~~~~ In file included from /usr/include/pcap.h:43, from fl0p.c:35: /usr/include/pcap/pcap.h:351:18: note: expected 'char *' but argument is of type '_u8 *' {aka 'unsigned char *'} PCAP_API pcap_t *pcap_open_live(const char *, int, int, int, char *); ^~~~~~~~~~~~~~ fl0p.c:1088:30: warning: pointer targets in passing argument 3 of 'pcap_compile' differ in signedness [-Wpointer-sign] if (pcap_compile(pt, &flt, use_rule, 1, 0)) ^~~~~~~~ In file included from /usr/include/pcap.h:43, from fl0p.c:35: /usr/include/pcap/pcap.h:391:14: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} PCAP_API int pcap_compile(pcap_t *, struct bpf_program *, const char *, int, ^~~~~~~~~~~~ fl0p.c:1089:16: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] if (strchr(use_rule,'(')) { ^~~~~~~~ In file included from fl0p.c:16: /usr/include/string.h:87:7: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} char *strchr(const char *, int) __pure; ^~~~~~ fl0p.c:1113:19: warning: pointer targets in passing argument 1 of 'getpwnam' differ in signedness [-Wpointer-sign] pw = getpwnam(set_user); ^~~~~~~~ In file included from fl0p.c:26: /usr/include/pwd.h:148:16: note: expected 'const char *' but argument is of type '_u8 *' {aka 'unsigned char *'} struct passwd *getpwnam(const char *); ^~~~~~~~ gmake[3]: Leaving directory '/construction/security/fl0p/fl0p' gmake[2]: Leaving directory '/construction/security/fl0p/fl0p' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for fl0p-0.0.2.b ===> Generating temporary packing list install -s -m 555 /construction/security/fl0p/fl0p/fl0p /construction/security/fl0p/stage/usr/local/bin install -m 0644 /construction/security/fl0p/fl0p/fl0p.fp /construction/security/fl0p/stage/usr/local/share/fl0p install -m 0644 /construction/security/fl0p/fl0p/doc/ChangeLog /construction/security/fl0p/stage/usr/local/share/doc/fl0p install -m 0644 /construction/security/fl0p/fl0p/doc/CREDITS /construction/security/fl0p/stage/usr/local/share/doc/fl0p install -m 0644 /construction/security/fl0p/fl0p/doc/README /construction/security/fl0p/stage/usr/local/share/doc/fl0p install -m 0644 /construction/security/fl0p/fl0p/doc/TODO /construction/security/fl0p/stage/usr/local/share/doc/fl0p ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: Build SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for fl0p-0.0.2.b file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05