[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1097532: marked as done (otp: ftbfs with GCC-15)



Your message dated Sat, 15 Nov 2025 15:05:02 +0000
with message-id <E1vKHpm-000Hxv-2J@fasolo.debian.org>
and subject line Bug#1097532: fixed in otp 1:1.2.2-6
has caused the Debian Bug report #1097532,
regarding otp: 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.)


-- 
1097532: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097532
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:otp
Version: 1:1.2.2-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/otp_1.2.2-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

[...]
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package otp
dpkg-buildpackage: info: source version 1:1.2.2-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Petter Reinholdtsen <pere@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean
	make -j8 distclean
make[1]: Entering directory '/build/reproducible-path/otp-1.2.2'
rm -f *.bak *.o otp test.out *.shar core core.* \
      *.obj *.pdb *.sbr *.bsc *.vcw *.bin t?*.md5 \
      *.gz *.tar
rm -rf otp-1.2.2
rm -f test
rm -f otp otp.exe
make[1]: Leaving directory '/build/reproducible-path/otp-1.2.2'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
	make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/build/reproducible-path/otp-1.2.2'
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/otp-1.2.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O -Wall -Wdate-time -D_FORTIFY_SOURCE=2  -c -o otp.o otp.c
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/otp-1.2.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O -Wall -Wdate-time -D_FORTIFY_SOURCE=2  -c -o md5.o md5.c
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/otp-1.2.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O -Wall -Wdate-time -D_FORTIFY_SOURCE=2  -c -o random.o random.c
otp.c: In function ‘mrandom’:
otp.c:168:9: error: too many arguments to function ‘o_setstate’; expected 0, have 1
  168 |         o_setstate(rvec[i]);
      |         ^~~~~~~~~~ ~~~~~~~
otp.c:73:14: note: declared here
   73 | extern char *o_setstate();
      |              ^~~~~~~~~~
otp.c: In function ‘main’:
otp.c:382:9: error: too many arguments to function ‘o_initstate’; expected 0, have 3
  382 |         o_initstate(rseed, rvec[j], RandVecL);
      |         ^~~~~~~~~~~ ~~~~~
otp.c:72:14: note: declared here
   72 | extern char *o_initstate();
      |              ^~~~~~~~~~~
make[1]: *** [<builtin>: otp.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/reproducible-path/otp-1.2.2'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 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 ---
Source: otp
Source-Version: 1:1.2.2-6
Done: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>

We believe that the bug you reported is fixed in the latest version of
otp, 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 1097532@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org> (supplier of updated otp 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: SHA512

Format: 1.8
Date: Wed, 05 Nov 2025 02:35:34 +0500
Source: otp
Architecture: source
Version: 1:1.2.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
Closes: 1097532
Changes:
 otp (1:1.2.2-6) unstable; urgency=medium
 .
   * QA upload.
 .
   * Added patch to fix ftbfs gcc-15 (Closes: #1097532).
   * Updated Standards-Version from 4.7.0 to 4.7.2.
Checksums-Sha1:
 ced4985c6cd546ba1df10c3d4ef89ab19e9058bd 1804 otp_1.2.2-6.dsc
 bfd1409434b4a1e97af77a32b99521eca63fd844 4944 otp_1.2.2-6.debian.tar.xz
 93f198ac5b20ea7d397b0eb33119b37de0dccb18 5943 otp_1.2.2-6_source.buildinfo
Checksums-Sha256:
 609d3806769f749461623eb8edce4ac443aaa4b1c5c7045e745aa80411f1261b 1804 otp_1.2.2-6.dsc
 7e512b3d06d21ce8a53ec9128be2e79e03c5b94d7634b2bf4af604bc88468eef 4944 otp_1.2.2-6.debian.tar.xz
 81a7d520b3c94d208dceee03ec5dd3d3aa35eabf0f66ea2abb17ad6b23b010aa 5943 otp_1.2.2-6_source.buildinfo
Files:
 c8ad3ada824d16ee12082f4680013ad9 1804 misc optional otp_1.2.2-6.dsc
 705d5760671433039b7002cc29c00cd0 4944 misc optional otp_1.2.2-6.debian.tar.xz
 7b0d84ea1a36c519e56f7125f770530c 5943 misc optional otp_1.2.2-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAmkYkhAACgkQkWT6HRe9
XTYh6xAAwy3sc0Xpixp3PF40woi5f6H7v/nZRzDYe/39OeQyDriffPsYckkHEP42
Fq2BSOuiOLaj0I/Uvl5DI/Z1vgh+cLQJJyXOkYyZtaG+dgmWQC4HxRXJSwnZB45X
7azBHHG8PunwGHEUFQLvcp2W6aq0LGRQMgkcIiDmi8X5/AG16Nzq/wRX6snR12yZ
ifpEK10XzDKJ6AKueiNFnvnwkxa+PgrCTHehyhRuW32BQsa93/A2c3QhKRPnxlGq
4vJ7hoLEdMtzNWwEatFJa5PnWSSixU1bKkoMmztKKTXPHPW+BLhc/XNWTyfsKcss
TChI+AYM0iavOEAPjXmfgWj5vIwgDkG1Qs9kpIWUsteT4oNriEqAFW6NynwVhOEJ
PWcTRAb3346Gr3IPSn04z7cSdzodJnXzCcSA2RJ2S8PCrUrrL/K7QLFR7nV1MpHe
6eLqI9Mv7wB3Pp+W88XNzbc+VGauBNFoyK/QYbIVn/hgNO7LHmCPHdDHmOwR2DtE
djaaMbpbIS3BfOfYv6K95HQ27Kx8BuQ7ca3riXGStjxag55XsmH57JccUDP883AI
7ZvRftm5WFR4I8uIbUahG9wmX5QInYqcOw8FVkNjj9v2+VvX7xjn+id1+wostPz7
3OaKAQKr4eVyifRaSchkCOXpEV2oH3q1ykfvWPPFBwQKOx7lx0E=
=ZcuH
-----END PGP SIGNATURE-----

Attachment: pgpzsfZX0Y43o.pgp
Description: PGP signature


--- End Message ---

Reply to: