Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 909804 Details for
Bug 943929
media-sound/gom-0.29.103-r1 - [ncurses-6.5] [gcc-15] gom_file.c: error: passing argument 4 of gom_action from incompatible pointer type [-Wincompatible-pointer-types]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-sound:gom-0.29.103-r1:20241118-222433.log
media-sound:gom-0.29.103-r1:20241118-222433.log (text/plain), 12.56 KB, created by
Toralf Förster
on 2024-11-19 08:47:06 UTC
(
hide
)
Description:
media-sound:gom-0.29.103-r1:20241118-222433.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-19 08:47:06 UTC
Size:
12.56 KB
patch
obsolete
> * Package: media-sound/gom-0.29.103-r1:0 > * Repository: gentoo > * Maintainer: sound@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking gom-0.29.103.tar.gz to /var/tmp/portage/media-sound/gom-0.29.103-r1/work >>>> Source unpacked in /var/tmp/portage/media-sound/gom-0.29.103-r1/work >>>> Preparing source in /var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103 ... > * Applying gom-0.29.103-tinfo.patch ... > [ ok ] > * Applying gom-0.29.103-fno-common.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103' ... > * Running 'aclocal --system-acdir=/var/tmp/portage/media-sound/gom-0.29.103-r1/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'automake --add-missing --copy --force-missing' ... > [ ok ] > * Running elibtoolize in: gom-0.29.103/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103 ... > * econf: updating gom-0.29.103/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating gom-0.29.103/config.sub with /usr/share/gnuconfig/config.sub >./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 --disable-silent-rules --docdir=/usr/share/doc/gom-0.29.103-r1 --htmldir=/usr/share/doc/gom-0.29.103-r1/html --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether sleep supports fractional seconds... yes >checking filesystem timestamp resolution... 0.01 >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking xargs -n works... yes >checking whether make sets $(MAKE)... (cached) yes >checking for gawk... (cached) gawk >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 the compiler supports GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking whether make supports the include directive... yes (GNU style) >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking whether ln -s works... yes >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for ncurses... yes >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >configure: WARNING: No ANSI C headers; this may cause problems. >checking for unistd.h... (cached) yes >checking for sys/soundcard.h... yes >checking for fcntl.h... yes >checking for limits.h... yes >checking for getopt.h... yes >checking for sys/ioctl.h... yes >checking for sys/time.h... yes >checking for ncurses.h... yes >checking for curses.h... yes >checking for an ANSI C-conforming const... yes >checking return type of signal handlers... void >checking for strftime... yes >checking for vprintf... yes >checking for strerror... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating src/gomconfig >config.status: creating src/gom.1 >config.status: creating src/gomconfig.8 >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103 ... >make -O -j4 >Making all in src >make[1]: Entering directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gom\" -DVERSION=\"0.29.103\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_NCURSES_H=1 -DHAVE_CURSES_H=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DGOM_VERSION=\"0.29.103\" -DGOM_DATE=\"23\ Oct\ 1999\" -I. -O2 -pipe -march=native -fno-diagnostics-color -c -o gom_gomii.o gom_gomii.c >make[1]: Leaving directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >make[1]: Entering directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gom\" -DVERSION=\"0.29.103\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_NCURSES_H=1 -DHAVE_CURSES_H=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DGOM_VERSION=\"0.29.103\" -DGOM_DATE=\"23\ Oct\ 1999\" -I. -O2 -pipe -march=native -fno-diagnostics-color -c -o gom_info.o gom_info.c >In file included from /usr/include/string.h:548, > from gom.h:42, > from gom_info.c:32: >In function âstrncatâ, > inlined from âgom_infoâ at gom_info.c:144:7: >/usr/include/bits/string_fortified.h:149:10: warning: â__builtin___strncat_chkâ specified bound 255 equals destination size [-Wstringop-overflow=] > 149 | return __builtin___strncat_chk (__dest, __src, __len, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 150 | __glibc_objsize (__dest)); > | ~~~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: Leaving directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >make[1]: Entering directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gom\" -DVERSION=\"0.29.103\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_NCURSES_H=1 -DHAVE_CURSES_H=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DGOM_VERSION=\"0.29.103\" -DGOM_DATE=\"23\ Oct\ 1999\" -I. -O2 -pipe -march=native -fno-diagnostics-color -c -o gom_file.o gom_file.c >gom_file.c: In function âgom_file_options_readâ: >gom_file.c:219:49: error: passing argument 4 of âgom_actionâ from incompatible pointer type [-Wincompatible-pointer-types] > 219 | gom_action(std_verb, action, 1, gom_file_optarg_get, NULL, NULL); > | ^~~~~~~~~~~~~~~~~~~ > | | > | char * (*)(void) >In file included from gom.h:67, > from gom_file.c:32: >gom_action.h:75:22: note: expected âchar * (*)(char *)â but argument is of type âchar * (*)(void)â > 75 | char * (* get_option_arg) (char *), > | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >make[1]: *** [Makefile:467: gom_file.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >make[1]: *** Waiting for unfinished jobs.... >make[1]: Entering directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gom\" -DVERSION=\"0.29.103\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_NCURSES_H=1 -DHAVE_CURSES_H=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DGOM_VERSION=\"0.29.103\" -DGOM_DATE=\"23\ Oct\ 1999\" -I. -O2 -pipe -march=native -fno-diagnostics-color -c -o gom_mixer.o gom_mixer.c >make[1]: Leaving directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >make[1]: Entering directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gom\" -DVERSION=\"0.29.103\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_NCURSES_H=1 -DHAVE_CURSES_H=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DGOM_VERSION=\"0.29.103\" -DGOM_DATE=\"23\ Oct\ 1999\" -I. -O2 -pipe -march=native -fno-diagnostics-color -c -o gom_action.o gom_action.c >make[1]: Leaving directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >make[1]: Entering directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gom\" -DVERSION=\"0.29.103\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_NCURSES_H=1 -DHAVE_CURSES_H=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1 -DGOM_VERSION=\"0.29.103\" -DGOM_DATE=\"23\ Oct\ 1999\" -I. -O2 -pipe -march=native -fno-diagnostics-color -c -o gom_driver_oss.o gom_driver_oss.c >make[1]: Leaving directory '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103/src' >make: *** [Makefile:351: all-recursive] Error 1 > * ERROR: media-sound/gom-0.29.103-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-sound/gom-0.29.103-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-sound/gom-0.29.103-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/media-sound:gom-0.29.103-r1:20241118-222433.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/gom-0.29.103-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-sound/gom-0.29.103-r1/temp/environment'. > * Working directory: '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103' > * S: '/var/tmp/portage/media-sound/gom-0.29.103-r1/work/gom-0.29.103' >
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 943929
:
909798
|
909799
|
909800
|
909801
|
909802
|
909803
| 909804 |
909805
|
909806