Package: src:cen64; Maintainer for src:cen64 is Dan Hasting <[email protected]>;
Reported by: Matthias Klose <[email protected]>
Date: Wed, 3 Jul 2024 12:27:14 UTC
Severity: serious
Tags: ftbfs, sid, trixie
Found in version cen64/0.3+git20200723-1
Reply or subscribe to this bug.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to Dan Hasting <[email protected]>
:
Bug#1074875
; Package src:cen64
.
(Wed, 03 Jul 2024 12:27:16 GMT) (full text, mbox, link).
Acknowledgement sent
to Matthias Klose <[email protected]>
:
New Bug report received and forwarded. Copy sent to Dan Hasting <[email protected]>
.
(Wed, 03 Jul 2024 12:27:16 GMT) (full text, mbox, link).
Message #5 received at [email protected] (full text, mbox, reply):
Package: src:cen64 Version: 0.3+git20200723-1 Severity: important Tags: sid trixie User: [email protected] Usertags: ftbfs-gcc-14 [This bug is targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The severity of this report will be raised before the trixie release. The full build log can be found at: http://qa-logs.debian.net/2024/07/01/cen64_0.3+git20200723-1_unstable_gccexp.log The last lines of the build log are at the end of this report. To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-14/porting_to.html [...] /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/common/debug.c.o -MF CMakeFiles/cen64.dir/common/debug.c.o.d -o CMakeFiles/cen64.dir/common/debug.c.o -c /<<PKGBUILDDIR>>/common/debug.c [ 18%] Building C object CMakeFiles/cen64.dir/common/one_hot.c.o /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/common/one_hot.c.o -MF CMakeFiles/cen64.dir/common/one_hot.c.o.d -o CMakeFiles/cen64.dir/common/one_hot.c.o -c /<<PKGBUILDDIR>>/common/one_hot.c [ 20%] Building C object CMakeFiles/cen64.dir/common/reciprocal.c.o /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/common/reciprocal.c.o -MF CMakeFiles/cen64.dir/common/reciprocal.c.o.d -o CMakeFiles/cen64.dir/common/reciprocal.c.o -c /<<PKGBUILDDIR>>/common/reciprocal.c /<<PKGBUILDDIR>>/arch/x86_64/rsp/transpose.c: In function ‘rsp_ltv’: /<<PKGBUILDDIR>>/arch/x86_64/rsp/transpose.c:13:26: warning: unused variable ‘exdf_latch’ [-Wunused-variable] 13 | struct rsp_exdf_latch *exdf_latch = &rsp->pipeline.exdf_latch; | ^~~~~~~~~~ /<<PKGBUILDDIR>>/arch/x86_64/rsp/transpose.c: In function ‘rsp_stv’: /<<PKGBUILDDIR>>/arch/x86_64/rsp/transpose.c:26:26: warning: unused variable ‘exdf_latch’ [-Wunused-variable] 26 | struct rsp_exdf_latch *exdf_latch = &rsp->pipeline.exdf_latch; | ^~~~~~~~~~ [ 23%] Building C object CMakeFiles/cen64.dir/cen64.c.o [ 23%] Building C object CMakeFiles/cen64.dir/dd/controller.c.o /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/dd/controller.c.o -MF CMakeFiles/cen64.dir/dd/controller.c.o.d -o CMakeFiles/cen64.dir/dd/controller.c.o -c /<<PKGBUILDDIR>>/dd/controller.c /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/cen64.c.o -MF CMakeFiles/cen64.dir/cen64.c.o.d -o CMakeFiles/cen64.dir/cen64.c.o -c /<<PKGBUILDDIR>>/cen64.c [ 24%] Building C object CMakeFiles/cen64.dir/device/cart_db.c.o /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/device/cart_db.c.o -MF CMakeFiles/cen64.dir/device/cart_db.c.o.d -o CMakeFiles/cen64.dir/device/cart_db.c.o -c /<<PKGBUILDDIR>>/device/cart_db.c [ 26%] Building C object CMakeFiles/cen64.dir/device/options.c.o [ 28%] Building C object CMakeFiles/cen64.dir/device/device.c.o [ 28%] Building C object CMakeFiles/cen64.dir/device/netapi.c.o /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/device/options.c.o -MF CMakeFiles/cen64.dir/device/options.c.o.d -o CMakeFiles/cen64.dir/device/options.c.o -c /<<PKGBUILDDIR>>/device/options.c /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/device/device.c.o -MF CMakeFiles/cen64.dir/device/device.c.o.d -o CMakeFiles/cen64.dir/device/device.c.o -c /<<PKGBUILDDIR>>/device/device.c /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/device/netapi.c.o -MF CMakeFiles/cen64.dir/device/netapi.c.o.d -o CMakeFiles/cen64.dir/device/netapi.c.o -c /<<PKGBUILDDIR>>/device/netapi.c /<<PKGBUILDDIR>>/bus/controller.c: In function ‘bus_init’: /<<PKGBUILDDIR>>/bus/controller.c:47:6: error: initialization of ‘int (*)(void *, uint32_t, uint32_t *)’ {aka ‘int (*)(void *, unsigned int, unsigned int *)’} from incompatible pointer type ‘int (*)(struct vr4300 *, uint32_t, uint32_t *)’ {aka ‘int (*)(struct vr4300 *, unsigned int, unsigned int *)’} [-Wincompatible-pointer-types] 47 | {read_mi_regs, write_mi_regs, MI_REGS_BASE_ADDRESS, MI_REGS_ADDRESS_LEN}, | ^~~~~~~~~~~~ /<<PKGBUILDDIR>>/bus/controller.c:47:6: note: (near initialization for ‘mappings[2].read’) /<<PKGBUILDDIR>>/bus/controller.c:47:20: error: initialization of ‘int (*)(void *, uint32_t, uint32_t, uint32_t)’ {aka ‘int (*)(void *, unsigned int, unsigned int, unsigned int)’} from incompatible pointer type ‘int (*)(struct vr4300 *, uint32_t, uint32_t, uint32_t)’ {aka ‘int (*)(struct vr4300 *, unsigned int, unsigned int, unsigned int)’} [-Wincompatible-pointer-types] 47 | {read_mi_regs, write_mi_regs, MI_REGS_BASE_ADDRESS, MI_REGS_ADDRESS_LEN}, | ^~~~~~~~~~~~~ /<<PKGBUILDDIR>>/bus/controller.c:47:20: note: (near initialization for ‘mappings[2].write’) make[3]: *** [CMakeFiles/cen64.dir/build.make:205: CMakeFiles/cen64.dir/bus/controller.c.o] Error 1 make[3]: *** Waiting for unfinished jobs.... [ 30%] Building C object CMakeFiles/cen64.dir/device/sha1.c.o /usr/bin/cc -I/<<PKGBUILDDIR>>/os/unix/x86_64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/arch/x86_64 -I/<<PKGBUILDDIR>>/os/common -I/usr/include/AL -I/<<PKGBUILDDIR>>/os/posix -I/<<PKGBUILDDIR>>/os/x11 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fno-common -Wall -Wextra -Wno-unused-parameter -std=c99 -Werror=implicit-function-declaration -msse2 -maccumulate-outgoing-args -ffat-lto-objects -Werror=discarded-qualifiers -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -MD -MT CMakeFiles/cen64.dir/device/sha1.c.o -MF CMakeFiles/cen64.dir/device/sha1.c.o.d -o CMakeFiles/cen64.dir/device/sha1.c.o -c /<<PKGBUILDDIR>>/device/sha1.c /<<PKGBUILDDIR>>/cen64.c: In function ‘run_device’: /<<PKGBUILDDIR>>/cen64.c:440:24: error: passing argument 1 of ‘cen64_thread_setname’ makes pointer from integer without a cast [-Wint-conversion] 440 | cen64_thread_setname(thread, "device"); | ^~~~~~ | | | cen64_thread {aka long unsigned int} In file included from /<<PKGBUILDDIR>>/device/device.h:26, from /<<PKGBUILDDIR>>/cen64.c:15: /<<PKGBUILDDIR>>/os/posix/thread.h:59:54: note: expected ‘cen64_thread *’ {aka ‘long unsigned int *’} but argument is of type ‘cen64_thread’ {aka ‘long unsigned int’} 59 | static inline int cen64_thread_setname(cen64_thread *t, const char *name) { | ~~~~~~~~~~~~~~^ make[3]: *** [CMakeFiles/cen64.dir/build.make:289: CMakeFiles/cen64.dir/cen64.c.o] Error 1 /<<PKGBUILDDIR>>/device/device.c: In function ‘device_multithread_spin’: /<<PKGBUILDDIR>>/device/device.c:285:24: error: passing argument 1 of ‘cen64_thread_setname’ makes pointer from integer without a cast [-Wint-conversion] 285 | cen64_thread_setname(vr4300_thread, "vr4300"); | ^~~~~~~~~~~~~ | | | cen64_thread {aka long unsigned int} In file included from /<<PKGBUILDDIR>>/device/device.h:26, from /<<PKGBUILDDIR>>/device/device.c:12: /<<PKGBUILDDIR>>/os/posix/thread.h:59:54: note: expected ‘cen64_thread *’ {aka ‘long unsigned int *’} but argument is of type ‘cen64_thread’ {aka ‘long unsigned int’} 59 | static inline int cen64_thread_setname(cen64_thread *t, const char *name) { | ~~~~~~~~~~~~~~^ make[3]: *** [CMakeFiles/cen64.dir/build.make:317: CMakeFiles/cen64.dir/device/device.c.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:86: CMakeFiles/cen64.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:94: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2 make: *** [debian/rules:19: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Added tag(s) ftbfs.
Request was from Bas Couwenberg <[email protected]>
to [email protected]
.
(Wed, 24 Jul 2024 18:22:06 GMT) (full text, mbox, link).
Severity set to 'serious' from 'important'
Request was from Bas Couwenberg <[email protected]>
to [email protected]
.
(Wed, 24 Jul 2024 18:22:06 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.