Your message dated Thu, 25 Jul 2024 00:34:06 +0000
with message-id <e1swmqo-00byew...@fasolo.debian.org>
and subject line Bug#1075033: fixed in goo 0.155+ds-5
has caused the Debian Bug report #1075033,
regarding goo: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1075033: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075033
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:goo
Version: 0.155+ds-4
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/goo_0.155+ds-4_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

[...]

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
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-31e16771-e196-4c5c-a677-e88c4d64e190
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

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

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package goo
dpkg-buildpackage: info: source version 0.155+ds-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Aaron M. Ucko <u...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-source: info: using options from goo-0.155+ds/debian/source/options: 
--single-debian-patch
 debian/rules clean
dh clean --without autoreconf
   dh_clean
 debian/rules binary
dh binary --with elpa --without autoreconf
   dh_update_autotools_config
   debian/rules override_dh_auto_configure-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- --with-threads
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking --with-threads
creating cache ./config.cache
checking for gcc... x86_64-linux-gnu-gcc
checking whether the C compiler (x86_64-linux-gnu-gcc -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
-Wl,-z,relro -Wl,-z,now) works... no
configure: error: installation or configuration problem: C compiler cannot 
create executables.
        tail -v -n \+0 config.log
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:533: checking for gcc
configure:646: checking whether the C compiler (x86_64-linux-gnu-gcc -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
-Wl,-z,relro -Wl,-z,now) works
configure:662: x86_64-linux-gnu-gcc -o conftest -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wdate-time -D_FORTIFY_SOURCE=2 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.c  1>&5
configure:659:1: error: return type defaults to 'int' [-Wimplicit-int]
  659 | #include "confdefs.h"
      | ^~~~
configure: failed program was:

#line 657 "configure"
#include "confdefs.h"

main(){return(0);}
dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking --with-threads returned 
exit code 1
make[1]: *** [debian/rules:27: override_dh_auto_configure-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: goo
Source-Version: 0.155+ds-5
Done: Aaron M. Ucko <u...@debian.org>

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

Debian distribution maintenance software
pp.
Aaron M. Ucko <u...@debian.org> (supplier of updated goo 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jul 2024 20:15:20 -0400
Source: goo
Architecture: source
Version: 0.155+ds-5
Distribution: unstable
Urgency: medium
Maintainer: Aaron M. Ucko <u...@debian.org>
Changed-By: Aaron M. Ucko <u...@debian.org>
Closes: 1075033
Changes:
 goo (0.155+ds-5) unstable; urgency=medium
 .
   * configure: Don't rely on implicit int, fixing GCC 14 builds.
     (Closes: #1075033.)
   * debian/goo.maintscript: Remove; it only covered upgrades from ancient
     versions (routine-update).
   * Standards-Version: 4.7.0 (routine-update)
   * Implicitly built against dh-elpa 2.1.3.
Checksums-Sha1:
 efa5d2761d2ac5f969ce59fffaaaa7b57171706a 2039 goo_0.155+ds-5.dsc
 eeb40c6a22ac66ac8a3db8cc5ada673d8ea852f8 17200 goo_0.155+ds-5.debian.tar.xz
Checksums-Sha256:
 500d5c24391babb0a3f14f11c27862c6a481750ebc14cfc38eb353ed79bd78d9 2039 
goo_0.155+ds-5.dsc
 d04b3bea496eeb9e2a978bea921af4a5080c1b500585e61f85df72ce415857cc 17200 
goo_0.155+ds-5.debian.tar.xz
Files:
 b6f8b71a71e0b23514a61ca3e8597415 2039 lisp optional goo_0.155+ds-5.dsc
 130200e3e8ebf62aa2ebf30cd0b69c13 17200 lisp optional 
goo_0.155+ds-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEfDq5z9IwvTDdAJxZHnCRsfFKZKIFAmahmZEACgkQHnCRsfFK
ZKKQeA//WUjk2lCBup6AfBL9dSto4o4Mh5pVfObrTSHfLFIxLvllrHEx94P5C5Ql
xoEq/EFRL7FkF8E973rpHlr1hssnSOfyfiWRTHOObhpaGWEZqPED/nq/p1tTBj8O
zLjaxqe/BgQGt7gI73owRN8zrOg3H5a2Os6PUoMWG8gLuKLfIskMXXO3xH4qLPIN
8R5Pl8xONGyjqXMfRALyWjB139B/y/EiI1HQZDD0OOxlrVoSu/JBwU2OL4ocNmzj
uCvaRejmoEsUQx4BYfjYaxwC8fxc53qj4U7M+ObMAsOpPYZA03rXDdsVYaC1rxIw
R5M3cdwVlW/rBF6H+TgXlrb8ra06nvqesiw670bmdrXlY7QmZugzRhrCRSOoQFkI
aFFk2YaiWPzgTppxopCGrGEa3Pi8fIdyXfs/jSV17unkBqboqBkrFcCbDRLVwnPn
qyDteTBuuCBgv0iUpsuQZEhSJbHx8v0eDXH9CUshKD1QW2spnTJmOfhsk6woijZV
QToIU4RCI+FIdm9txQodIbfkRx+6rOmCzvcleGprfFTP+nbBooOXEvMRyPph9Jwp
HhxvBxz/bSZVo7jdpiUKBT51O2/ruBosbCGoydTTYqitEKgoA0UCXasela00mH5z
skcVJhbbAPTREpUU5pQDUpafodiOT8kaEnppD8BBm3w4ENOjPcU=
=sEe2
-----END PGP SIGNATURE-----

Attachment: pgpe85vDiF8jA.pgp
Description: PGP signature


--- End Message ---

Reply via email to