Your message dated Mon, 28 Apr 2025 22:07:18 +0000 with message-id <E1u9WdC-004xNt-LY@fasolo.debian.org> and subject line Bug#1098187: fixed in yasm 1.3.0-6 has caused the Debian Bug report #1098187, regarding yasm: ftbfs with GCC-15 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1098187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098187 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: yasm: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 18:03:09 +0000
- Message-id: <E1tk5SX-009RwC-W1@paradis.debian.org>
Package: src:yasm Version: 1.3.0-5 Severity: important Tags: sid forky User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-15 [This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The severity of this report will be raised before the forky release. The full build log can be found at: http://qa-logs.debian.net/2025/02/16/amd64exp/yasm_1.3.0-5_unstable_gccexp.log.gz The last lines of the build log are at the end of this report. To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS. Other 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-15/porting_to.html [...] ./genmacro nasm-version.c nasm_version_mac version.mac ./genmacro win64-nasm.c win64_nasm_stdmac ./modules/objfmts/coff/win64-nasm.mac ./genmacro win64-gas.c win64_gas_stdmac ./modules/objfmts/coff/win64-gas.mac gcc -o genperf genperf.o gp-perfect.o gp-phash.o gp-xmalloc.o gp-xstrdup.o ./genperf x86insn_nasm.gperf x86insn_nasm.c ./genperf x86insn_gas.gperf x86insn_gas.c fail to map group of size 2 for tab size 512 gcc -o re2c re2c-main.o re2c-code.o re2c-dfa.o re2c-parser.o re2c-actions.o re2c-scanner.o re2c-mbo_getopt.o re2c-substr.o re2c-translate.o ./re2c -b -o gas-token.c ./modules/parsers/gas/gas-token.re ./re2c -b -o nasm-token.c ./modules/parsers/nasm/nasm-token.re make all-recursive make[2]: Entering directory '/build/reproducible-path/yasm-1.3.0' Makefile:4369: warning: ignoring prerequisites on suffix rule definition Making all in po make[3]: Entering directory '/build/reproducible-path/yasm-1.3.0/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/reproducible-path/yasm-1.3.0/po' Making all in . make[3]: Entering directory '/build/reproducible-path/yasm-1.3.0' Makefile:4369: warning: ignoring prerequisites on suffix rule definition ./genperf ./modules/arch/x86/x86cpu.gperf x86cpu.c ./genperf ./modules/arch/x86/x86regtmod.gperf x86regtmod.c ./re2c -s -o lc3bid.c ./modules/arch/lc3b/lc3bid.re gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/yasm-1.3.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o gas-token.o gas-token.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/yasm-1.3.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o nasm-token.o nasm-token.c gcc -I. -c -o genmodule.o `test -f libyasm/genmodule.c || echo './'`libyasm/genmodule.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/yasm-1.3.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o frontends/yasm/yasm.o frontends/yasm/yasm.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/yasm-1.3.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o frontends/yasm/yasm-options.o frontends/yasm/yasm-options.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/yasm-1.3.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o modules/arch/x86/x86arch.o modules/arch/x86/x86arch.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/yasm-1.3.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o modules/arch/x86/x86bc.o modules/arch/x86/x86bc.c gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/yasm-1.3.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o modules/arch/x86/x86expr.o modules/arch/x86/x86expr.c In file included from frontends/yasm/yasm.c:31: ./libyasm/bitvect.h:86:32: error: cannot use keyword ‘false’ as enumeration constant 86 | typedef enum boolean { false = FALSE, true = TRUE } boolean; | ^~~~~ ./libyasm/bitvect.h:86:32: note: ‘false’ is a keyword with ‘-std=c23’ onwards In file included from modules/arch/x86/x86arch.h:30, from modules/arch/x86/x86arch.c:31: ./libyasm/bitvect.h:86:32: error: cannot use keyword ‘false’ as enumeration constant 86 | typedef enum boolean { false = FALSE, true = TRUE } boolean; | ^~~~~ ./libyasm/bitvect.h:86:32: note: ‘false’ is a keyword with ‘-std=c23’ onwards In file included from modules/arch/x86/x86arch.h:30, from modules/arch/x86/x86bc.c:31: ./libyasm/bitvect.h:86:32: error: cannot use keyword ‘false’ as enumeration constant 86 | typedef enum boolean { false = FALSE, true = TRUE } boolean; | ^~~~~ ./libyasm/bitvect.h:86:32: note: ‘false’ is a keyword with ‘-std=c23’ onwards frontends/yasm/yasm.c:220:20: warning: macro ‘__DATE__’ might prevent reproducible builds [-Wdate-time] 220 | "Compiled on " __DATE__ ".", | ^~~~~~~~ In file included from modules/arch/x86/x86arch.h:30, from modules/arch/x86/x86expr.c:31: ./libyasm/bitvect.h:86:32: error: cannot use keyword ‘false’ as enumeration constant 86 | typedef enum boolean { false = FALSE, true = TRUE } boolean; | ^~~~~ ./libyasm/bitvect.h:86:32: note: ‘false’ is a keyword with ‘-std=c23’ onwards make[3]: *** [Makefile:2913: modules/arch/x86/x86arch.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [Makefile:2913: modules/arch/x86/x86expr.o] Error 1 make[3]: *** [Makefile:2913: modules/arch/x86/x86bc.o] Error 1 make[3]: *** [Makefile:2913: frontends/yasm/yasm.o] Error 1 make[3]: Leaving directory '/build/reproducible-path/yasm-1.3.0' make[2]: *** [Makefile:3151: all-recursive] Error 1 make[2]: Leaving directory '/build/reproducible-path/yasm-1.3.0' make[1]: *** [Makefile:2234: all] Error 2 make[1]: Leaving directory '/build/reproducible-path/yasm-1.3.0' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:4: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1098187-close@bugs.debian.org
- Subject: Bug#1098187: fixed in yasm 1.3.0-6
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 28 Apr 2025 22:07:18 +0000
- Message-id: <E1u9WdC-004xNt-LY@fasolo.debian.org>
- Reply-to: Petter Reinholdtsen <pere@debian.org>
Source: yasm Source-Version: 1.3.0-6 Done: Petter Reinholdtsen <pere@debian.org> We believe that the bug you reported is fixed in the latest version of yasm, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1098187@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Petter Reinholdtsen <pere@debian.org> (supplier of updated yasm package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 28 Apr 2025 23:48:47 +0200 Source: yasm Architecture: source Version: 1.3.0-6 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Petter Reinholdtsen <pere@debian.org> Closes: 1098187 1103250 Changes: yasm (1.3.0-6) unstable; urgency=medium . * QA upload. . * Switched d/watch to current github repository. * Switched homepage in d/control to https://github.com/yasm/yasm/ while https://www.tortall.net/projects/yasm/ is dead. * Added 000-gcc-15.patch to fix GCC 15 build problem (Closes: #1098187). * Disabled non-working parallel build (Closes: #1103250). * Updated Standards-Version from 4.7.0 to 4.7.2. Checksums-Sha1: 108843ec138fa94570c861409756ace396097382 1815 yasm_1.3.0-6.dsc 872dc6ce625fd9e979ef785f72c06542adf7cbed 9456 yasm_1.3.0-6.debian.tar.xz 8985d51c0a551d7f1b71660b5664811a80293e9f 7033 yasm_1.3.0-6_source.buildinfo Checksums-Sha256: ca4b697c3469c2e1852a133aa73daed88d84920f5acdb25eb0dd3ec87e7d1ab8 1815 yasm_1.3.0-6.dsc 9b83a95e500df9c8ba8f6012885b955d049e49f994fb6c9315ce05ba966486d7 9456 yasm_1.3.0-6.debian.tar.xz 264ddfdd42e1474396516693a8d03c616c0af93fc39a9cff5b6c8a5dffa76647 7033 yasm_1.3.0-6_source.buildinfo Files: 817b23a2d6a069d4dbee11de73083ba0 1815 devel optional yasm_1.3.0-6.dsc 8c69120099366e410759fbe3d9936609 9456 devel optional yasm_1.3.0-6.debian.tar.xz 6eaaecc43b2a55e99e456f734ce75a35 7033 devel optional yasm_1.3.0-6_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmgP+LIACgkQgSgKoIe6 +w4D6A//XWoWAY/Sf834uYF6APncJMPGDzDnx2uUqNLjGV80OaO/E+sNSvzKpvrk djnLwNh9uOiey5RnJHTZ+1p8WnjAo2kEEa/Irk2mnyRzn9U0jaDqDyvVFhivOpQH O3VBhoW1Y74hEqVPqo6VWgcsLrOnZwJqd+zli3JL0lD/OyRc20J4JvDVlpZrQV0V 6ZcIjzOsNByj4PajGl96jtNembSOSQxKd/9U4cIbGIptY5oUWvUB09fRQya35bNn X4UPObQpl0UYi+taxmCn5qh5zwpQqTL5k1v1L+/nzmXfyByHRPpN6Z/mVdljUS9w c2AGzUpV2O1lw/gG7IO7C+mIGM0fPdQjpd8T4yvm7nnqV12ugeB7TLg0XL5V5D/q TPgRhh8l3MaJbmqLM9AoZjrACv84H6n8UD9/K0IOwrwH9kL+yPND1XEsjEaR5+Wt wRbxv4YlSu70eS8ASCXP9rxsK7Dde09AJTAhgTCp+8KiWFjILC2QnupOD1SnsGxr LDWNd8BrGnDxl1sP5mGUmH5Pp1VyzA4jcipExuzV0viVXi4GMFYHmZPb5T29ePjH +HGevaD1qI7aG291bFWRShHS+ausxlWom43CDuU6X12EVbGwQXDeszcAzlJJSWZs QnvfgcmP2jfex21IJeIp9IH6Hbzs1GxptHDDoC+ORp4aI+ULb/Q= =hK2x -----END PGP SIGNATURE-----Attachment: pgpBMrKKygGGy.pgp
Description: PGP signature
--- End Message ---