* Package: media-tv/w_scan-20170107 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking w_scan-20170107.tar.bz2 to /var/tmp/portage/media-tv/w_scan-20170107/work >>> Source unpacked in /var/tmp/portage/media-tv/w_scan-20170107/work >>> Preparing source in /var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107 ... ./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-gentoo-linux-musl-gcc... x86_64-gentoo-linux-musl-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-gentoo-linux-musl-gcc accepts -g... yes checking for x86_64-gentoo-linux-musl-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-gentoo-linux-musl-gcc... none checking for gawk... (cached) gawk checking how to run the C preprocessor... x86_64-gentoo-linux-musl-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking for inline... inline checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for error_at_line... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for memset... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for linux/dvb/frontend.h presence... yes checking for linux/dvb/frontend.h usability (FE_CAN_2G_MODULATION)... yes checking for linux/dvb/frontend.h usability (DVB-T2, DVB API >= v5.3)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107 ... make -j1 make all-am make[1]: Entering directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c atsc_psip_section.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c countries.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c descriptors.c descriptors.c: In function ‘parse_service_descriptor’: descriptors.c:193:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 193 | if (isUtf8 && (i+1 < len)) { | ^ descriptors.c:210:9: note: here 210 | default: | ^~~~~~~ descriptors.c:237:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 237 | if (isUtf8 && (i+1 < len)) { | ^ descriptors.c:254:9: note: here 254 | default: | ^~~~~~~ descriptors.c:310:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 310 | if (isUtf8 && (i+1 < len)) { | ^ descriptors.c:327:9: note: here 327 | default: | ^~~~~~~ descriptors.c:354:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 354 | if (isUtf8 && (i+1 < len)) { | ^ descriptors.c:371:9: note: here 371 | default: | ^~~~~~~ x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c diseqc.c diseqc.c: In function ‘rotate_rotor’: diseqc.c:346:50: warning: using integer absolute value function ‘abs’ when argument is of floating point type ‘float’ [-Wabsolute-value] 346 | rotation_angle = abs(rotor_angle(to_satlist_index) - rotor_angle(from_satlist_index)); | ^~~ diseqc.c: In function ‘setup_scr’: diseqc.c:602:27: warning: taking the absolute value of unsigned type ‘uint32_t’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 602 | uint16_t fIF = ROUND(abs(t->frequency - fLO)/1000.0); // 950..2150MHz | ^~~ diseqc.c:500:26: note: in definition of macro ‘ROUND’ 500 | #define ROUND(x) ( 0.5 + x ) | ^ x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c dump-dvbscan.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c dump-vdr.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c dump-xine.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c dump-mplayer.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c dump-vlc-m3u.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c dvbscan.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c lnb.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c parse-dvbscan.c parse-dvbscan.c: In function ‘vdr_code_from_token’: parse-dvbscan.c:436:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 436 | neg++; // no break, fall through | ~~~^~ parse-dvbscan.c:437:25: note: here 437 | case 'W': | ^~~~ parse-dvbscan.c: In function ‘dvbscan_parse_rotor_positions’: parse-dvbscan.c:553:41: warning: this statement may fall through [-Wimplicit-fallthrough=] 553 | switch (toupper(token[0])) { | ^~~~~~ parse-dvbscan.c:567:33: note: here 567 | case sat_id: | ^~~~ parse-dvbscan.c:579:41: warning: this statement may fall through [-Wimplicit-fallthrough=] 579 | switch (toupper(token[0])) { | ^~~~~~ parse-dvbscan.c:593:33: note: here 593 | case end_of_line_rotor: | ^~~~ x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c satellites.c x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -c scan.c In file included from scan.c:51: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from scan.c:60: version.h:4:1: error: unknown type name ‘uint’; did you mean ‘int’? 4 | uint version=20170107; | ^~~~ | int scan.c: In function ‘alloc_transponder’: scan.c:204:14: warning: taking address of packed member of ‘struct transponder’ may result in an unaligned pointer value [-Waddress-of-packed-member] 204 | t->cells = &(t->_cells); | ^~~~~~~~~~~~ scan.c:211:17: warning: taking address of packed member of ‘struct transponder’ may result in an unaligned pointer value [-Waddress-of-packed-member] 211 | t->services = &(t->_services); | ^~~~~~~~~~~~~~~ scan.c: In function ‘copy_transponder’: scan.c:727:17: warning: taking address of packed member of ‘struct transponder’ may result in an unaligned pointer value [-Waddress-of-packed-member] 727 | dest->cells = &(dest->_cells); | ^~~~~~~~~~~~~~~ scan.c:746:20: warning: taking address of packed member of ‘struct transponder’ may result in an unaligned pointer value [-Waddress-of-packed-member] 746 | dest->services = &(dest->_services); | ^~~~~~~~~~~~~~~~~~ scan.c: In function ‘parse_descriptors’: scan.c:930:69: warning: taking address of packed member of ‘struct transponder’ may result in an unaligned pointer value [-Waddress-of-packed-member] 930 | parse_network_change_notify_descriptor(buf, &((struct transponder *) data)->network_change); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scan.c: In function ‘parse_nit’: scan.c:1362:20: warning: taking address of packed member of ‘struct transponder’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1362 | tn.services = &tn._services; | ^~~~~~~~~~~~~ scan.c:1364:17: warning: taking address of packed member of ‘struct transponder’ may result in an unaligned pointer value [-Waddress-of-packed-member] 1364 | tn.cells = &tn._cells; | ^~~~~~~~~~ scan.c: In function ‘set_frontend’: scan.c:2107:41: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 2107 | intermediate_freq = abs(t->frequency - this_lnb.high_val); | ^~~ scan.c:2107:41: warning: absolute value function ‘abs’ given an argument of type ‘long unsigned int’ but has parameter of type ‘int’ which may cause truncation of value [-Wabsolute-value] scan.c:2109:41: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 2109 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ scan.c:2109:41: warning: absolute value function ‘abs’ given an argument of type ‘long unsigned int’ but has parameter of type ‘int’ which may cause truncation of value [-Wabsolute-value] scan.c:2113:41: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 2113 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ scan.c:2113:41: warning: absolute value function ‘abs’ given an argument of type ‘long unsigned int’ but has parameter of type ‘int’ which may cause truncation of value [-Wabsolute-value] scan.c:2115:41: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 2115 | intermediate_freq = abs(t->frequency - this_lnb.high_val); | ^~~ scan.c:2115:41: warning: absolute value function ‘abs’ given an argument of type ‘long unsigned int’ but has parameter of type ‘int’ which may cause truncation of value [-Wabsolute-value] scan.c:2120:35: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 2120 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ scan.c:2120:35: warning: absolute value function ‘abs’ given an argument of type ‘long unsigned int’ but has parameter of type ‘int’ which may cause truncation of value [-Wabsolute-value] scan.c: In function ‘is_auto_params’: scan.c:259:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 259 | if (t->rolloff == ROLLOFF_AUTO) | ^ scan.c:262:6: note: here 262 | case SYS_DSS: | ^~~~ scan.c: In function ‘set_frontend’: scan.c:2150:55: warning: this statement may fall through [-Wimplicit-fallthrough=] 2150 | if ((t->symbolrate < fe_info.symbol_rate_min) || (t->symbolrate > fe_info.symbol_rate_max)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scan.c:2154:6: note: here 2154 | case SCAN_TERRESTRIAL: | ^~~~ scan.c:2155:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2155 | if (t->delsys == SYS_DVBT2) { | ^ scan.c:2162:6: note: here 2162 | case SCAN_TERRCABLE_ATSC: | ^~~~ make[1]: *** [Makefile:426: scan.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' make: *** [Makefile:261: all] Error 2 * ERROR: media-tv/w_scan-20170107::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-tv/w_scan-20170107::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-tv/w_scan-20170107::gentoo'`. * The complete build log is located at '/var/log/portage/media-tv:w_scan-20170107:20200417-013732.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-tv/w_scan-20170107/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-tv/w_scan-20170107/temp/environment'. * Working directory: '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' * S: '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107'