Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 908990 Details for
Bug 943780
media-tv/w_scan-20170107 - [meson] [libtool] [gcc-15] tools.h: error: two or more data types in declaration specifiers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-tv:w_scan-20170107:20241118-042909.log
media-tv:w_scan-20170107:20241118-042909.log (text/plain), 8.79 KB, created by
Toralf Förster
on 2024-11-18 18:39:12 UTC
(
hide
)
Description:
media-tv:w_scan-20170107:20241118-042909.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-18 18:39:12 UTC
Size:
8.79 KB
patch
obsolete
> * Package: media-tv/w_scan-20170107:0 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * 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 ... > * Applying w_scan-20170107-fno-common.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107 ... >./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 --disable-dependency-tracking --docdir=/usr/share/doc/w_scan-20170107 --htmldir=/usr/share/doc/w_scan-20170107/html --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for gawk... (cached) gawk >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/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... yes >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 -O -j4 >make all-am >make[1]: Entering directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -fno-diagnostics-color -c descriptors.c >In file included from si_types.h:31, > from descriptors.c:34: >tools.h:36:15: error: two or more data types in declaration specifiers > 36 | typedef int bool; > | ^~~~ >tools.h:36:3: warning: useless type name in empty declaration > 36 | typedef int bool; > | ^~~~~~~ >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: > | ^~~~~~~ >make[1]: *** [Makefile:426: descriptors.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' >make[1]: *** Waiting for unfinished jobs.... >make[1]: Entering directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -fno-diagnostics-color -c diseqc.c >In file included from scan.h:35, > from diseqc.c:9: >tools.h:36:15: error: two or more data types in declaration specifiers > 36 | typedef int bool; > | ^~~~ >tools.h:36:3: warning: useless type name in empty declaration > 36 | typedef int bool; > | ^~~~~~~ >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 ) > | ^ >make[1]: *** [Makefile:426: diseqc.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' >make[1]: Entering directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -fno-diagnostics-color -c countries.c >In file included from scan.h:35, > from countries.c:29: >tools.h:36:15: error: two or more data types in declaration specifiers > 36 | typedef int bool; > | ^~~~ >tools.h:36:3: warning: useless type name in empty declaration > 36 | typedef int bool; > | ^~~~~~~ >make[1]: *** [Makefile:426: countries.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' >make[1]: Entering directory '/var/tmp/portage/media-tv/w_scan-20170107/work/w_scan-20170107' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -O2 -pipe -march=native -fno-diagnostics-color -c atsc_psip_section.c >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:20241118-042909.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' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 943780
:
908984
|
908985
|
908986
|
908987
|
908988
|
908989
| 908990 |
908991
|
908992