* Package: net-analyzer/iptraf-ng-1.1.4-r3 * Repository: gentoo * Maintainer: netmon@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking iptraf-ng-1.1.4-github.tar.gz to /var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/work >>> Source unpacked in /var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/work >>> Preparing source in /var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/work/iptraf-ng-1.1.4 ... * Applying iptraf-ng-1.1.4-printf-format.patch ... [ ok ] * Applying iptraf-ng-1.1.4-sprintf-format.patch ... [ ok ] * Applying iptraf-ng-1.1.4-tcplog_flowrate_msg.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/work/iptraf-ng-1.1.4 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/work/iptraf-ng-1.1.4 ... make -j1 IPTRAF_VERSION = 1.1.4 x86_64-gentoo-linux-musl-gcc -o src/tui/input.o -c -MF src/tui/.depend/input.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/tui/input.c x86_64-gentoo-linux-musl-gcc -o src/tui/labels.o -c -MF src/tui/.depend/labels.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/tui/labels.c x86_64-gentoo-linux-musl-gcc -o src/tui/listbox.o -c -MF src/tui/.depend/listbox.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/tui/listbox.c src/tui/listbox.c: In function 'tx_operate_listbox': src/tui/listbox.c:155:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 155 | endloop = 1; | ~~~~~~~~^~~ src/tui/listbox.c:156:3: note: here 156 | case 12: | ^~~~ src/tui/listbox.c: In function 'tx_add_list_entry': src/tui/listbox.c:51:2: warning: 'strncpy' specified bound 240 equals destination size [-Wstringop-truncation] 51 | strncpy(ptmp->text, text, MAX_TEXT_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-gentoo-linux-musl-gcc -o src/tui/menurt.o -c -MF src/tui/.depend/menurt.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/tui/menurt.c x86_64-gentoo-linux-musl-gcc -o src/tui/msgboxes.o -c -MF src/tui/.depend/msgboxes.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/tui/msgboxes.c x86_64-gentoo-linux-musl-gcc -o src/tui/winops.o -c -MF src/tui/.depend/winops.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/tui/winops.c x86_64-gentoo-linux-musl-gcc -o src/error.o -c -MF src/.depend/error.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/error.c x86_64-gentoo-linux-musl-gcc -o src/log.o -c -MF src/.depend/log.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/log.c x86_64-gentoo-linux-musl-gcc -o src/getpath.o -c -MF src/.depend/getpath.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/getpath.c x86_64-gentoo-linux-musl-gcc -o src/parseproto.o -c -MF src/.depend/parseproto.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/parseproto.c src/parseproto.c: In function 'get_next_protorange': src/parseproto.c:59:2: warning: 'strncpy' specified bound 5 equals destination size [-Wstringop-truncation] 59 | strncpy(prototmp1, get_next_token(cptr), 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parseproto.c:65:2: warning: 'strncpy' specified bound 5 equals destination size [-Wstringop-truncation] 65 | strncpy(toktmp, get_next_token(cptr), 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parseproto.c:71:3: warning: 'strncpy' specified bound 5 equals destination size [-Wstringop-truncation] 71 | strncpy(prototmp2, get_next_token(cptr), 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/parseproto.c:104:4: warning: 'strncpy' specified bound 5 equals destination size [-Wstringop-truncation] 104 | strncpy(toktmp, get_next_token(cptr), 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-gentoo-linux-musl-gcc -o src/fltselect.o -c -MF src/.depend/fltselect.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/fltselect.c x86_64-gentoo-linux-musl-gcc -o src/ipfilter.o -c -MF src/.depend/ipfilter.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/ipfilter.c src/ipfilter.c: In function 'gethostparams': src/ipfilter.c:187:5: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 187 | strncpy(data->s_mask, | ^~~~~~~~~~~~~~~~~~~~~ 188 | cidr_get_quad_mask(maskbits), 20); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ipfilter.c:226:5: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 226 | strncpy(data->d_mask, | ^~~~~~~~~~~~~~~~~~~~~ 227 | cidr_get_quad_mask(maskbits), 20); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-gentoo-linux-musl-gcc -o src/fltmgr.o -c -MF src/.depend/fltmgr.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/fltmgr.c x86_64-gentoo-linux-musl-gcc -o src/ipfrag.o -c -MF src/.depend/ipfrag.o.d -MMD -MP -I/usr/include/ncursesw -DLOCKDIR=\"/run/lock/iptraf-ng\" -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -W -std=gnu99 -I. -Isrc/ src/ipfrag.c src/ipfrag.c: In function 'processfragment': src/ipfrag.c:193:52: error: 'struct tcphdr' has no member named 'source' 193 | ftmp->s_port = ntohs(((struct tcphdr *) tpacket)->source); | ^~ src/ipfrag.c:194:52: error: 'struct tcphdr' has no member named 'dest' 194 | ftmp->d_port = ntohs(((struct tcphdr *) tpacket)->dest); | ^~ src/ipfrag.c:196:52: error: 'struct udphdr' has no member named 'source' 196 | ftmp->s_port = ntohs(((struct udphdr *) tpacket)->source); | ^~ src/ipfrag.c:197:52: error: 'struct udphdr' has no member named 'dest' 197 | ftmp->d_port = ntohs(((struct udphdr *) tpacket)->dest); | ^~ make: *** [Makefile:376: src/ipfrag.o] Error 1 * ERROR: net-analyzer/iptraf-ng-1.1.4-r3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-analyzer/iptraf-ng-1.1.4-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-analyzer/iptraf-ng-1.1.4-r3::gentoo'`. * The complete build log is located at '/var/log/portage/net-analyzer:iptraf-ng-1.1.4-r3:20200313-034018.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/temp/environment'. * Working directory: '/var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/work/iptraf-ng-1.1.4' * S: '/var/tmp/portage/net-analyzer/iptraf-ng-1.1.4-r3/work/iptraf-ng-1.1.4'