* Package: net-wireless/wepdecrypt-0.8-r2 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking wepdecrypt-0.8.tar.gz to /var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work >>> Source unpacked in /var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work >>> Preparing source in /var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work/wepdecrypt-0.8 ... * Applying wepdecrypt-0.8-build.patch ... [ ok ] * Applying wepdecrypt-0.8-fltk.patch ... [ ok ] * Applying wepdecrypt-0.8-buffer.patch ... [ ok ] * Applying wepdecrypt-0.8-dyn.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work/wepdecrypt-0.8 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-gui checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ 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 x86_64-pc-linux-gnu-g++ accepts -g... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for pcap_loop in -lpcap... yes checking for crc32 in -lz... yes checking for MD5_Init in -lcrypto... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking for unistd.h... (cached) yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking openssl/bn.h usability... yes checking openssl/bn.h presence... yes checking for openssl/bn.h... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether closedir returns void... no checking for unistd.h... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking return type of signal handlers... void checking for bzero... yes checking for dup2... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for socket... yes checking for strerror... yes configure: creating ./config.status config.status: creating config.mak >>> Source configured. >>> Compiling source in /var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work/wepdecrypt-0.8 ... make -j1 make -C src make[1]: Entering directory '/var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work/wepdecrypt-0.8/src' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o wepdecrypt.o wepdecrypt.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o rc4.o rc4.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o wepfilter.o wepfilter.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o log.o log.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o modes.o modes.c In file included from modes.c:27: wlan/p80211hdr.h:224:2: warning: ‘packed’ attribute ignored for field of type ‘UINT8[6]’ {aka ‘unsigned char[6]’} [-Wattributes] 224 | UINT8 a1[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; | ^~~~~ wlan/p80211hdr.h:225:2: warning: ‘packed’ attribute ignored for field of type ‘UINT8[6]’ {aka ‘unsigned char[6]’} [-Wattributes] 225 | UINT8 a2[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; | ^~~~~ wlan/p80211hdr.h:226:2: warning: ‘packed’ attribute ignored for field of type ‘UINT8[6]’ {aka ‘unsigned char[6]’} [-Wattributes] 226 | UINT8 a3[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; | ^~~~~ wlan/p80211hdr.h:236:2: warning: ‘packed’ attribute ignored for field of type ‘UINT8[6]’ {aka ‘unsigned char[6]’} [-Wattributes] 236 | UINT8 a1[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; | ^~~~~ wlan/p80211hdr.h:237:2: warning: ‘packed’ attribute ignored for field of type ‘UINT8[6]’ {aka ‘unsigned char[6]’} [-Wattributes] 237 | UINT8 a2[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; | ^~~~~ wlan/p80211hdr.h:238:2: warning: ‘packed’ attribute ignored for field of type ‘UINT8[6]’ {aka ‘unsigned char[6]’} [-Wattributes] 238 | UINT8 a3[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; | ^~~~~ wlan/p80211hdr.h:240:2: warning: ‘packed’ attribute ignored for field of type ‘UINT8[6]’ {aka ‘unsigned char[6]’} [-Wattributes] 240 | UINT8 a4[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; | ^~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o misc.o misc.c misc.c: In function ‘d_fprintf’: misc.c:111:3: warning: format not a string literal and no format arguments [-Wformat-security] 111 | fprintf(__stream, __format); | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o verify.o verify.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o keygen.o keygen.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o localkeygen.o localkeygen.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o wepserver.o wepserver.c In file included from /usr/include/string.h:494, from wepserver.c:40: In function ‘strncpy’, inlined from ‘parse_config_file’ at wepserver.c:164:27: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wepserver.c: In function ‘parse_config_file’: wepserver.c:164:62: note: length computed here 164 | if (log_file[0] != '\0') strncpy(s_data.log_file, log_file, strlen(log_file)+1); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from wepserver.c:40: In function ‘strncpy’, inlined from ‘parse_config_file’ at wepserver.c:154:53: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wepserver.c: In function ‘parse_config_file’: wepserver.c:154:83: note: length computed here 154 | onf_setting,"Logfile",7) == 0) strncpy(log_file, conf_value, strlen(conf_value)+1); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from wepserver.c:40: In function ‘strncpy’, inlined from ‘parse_config_file’ at wepserver.c:152:55: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wepserver.c: In function ‘parse_config_file’: wepserver.c:152:87: note: length computed here 152 | setting,"Blocksize",9) == 0) strncpy(block_size, conf_value, strlen(conf_value)+1); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from wepserver.c:40: In function ‘strncpy’, inlined from ‘add_new_client’ at wepserver.c:404:2: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wepserver.c: In function ‘add_new_client’: wepserver.c:404:2: note: length computed here 404 | strncpy(temp->client_address,client_address,strlen(client_address)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o wepclient.o wepclient.c wepclient.c: In function ‘server_connection’: wepclient.c:159:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 159 | write(fd,buffer, read_bytes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D__LINUX_WLAN__ -D__I386__ -c -o md5_digest.o md5_digest.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o wepdecrypt wepdecrypt.o rc4.o wepfilter.o log.o \ modes.o misc.o md5_digest.o wepserver.o wepclient.o verify.o keygen.o localkeygen.o -lcrypto -lz -lpcap /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: wepfilter.o:(.bss+0x0): multiple definition of `server_mode'; wepdecrypt.o:(.bss+0x14): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:7: wepdecrypt] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work/wepdecrypt-0.8/src' make: *** [Makefile:6: all] Error 2 * ERROR: net-wireless/wepdecrypt-0.8-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-wireless/wepdecrypt-0.8-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-wireless/wepdecrypt-0.8-r2::gentoo'`. * The complete build log is located at '/var/log/portage/net-wireless:wepdecrypt-0.8-r2:20200130-101353.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/temp/environment'. * Working directory: '/var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work/wepdecrypt-0.8' * S: '/var/tmp/portage/net-wireless/wepdecrypt-0.8-r2/work/wepdecrypt-0.8'