Your message dated Mon, 12 Aug 2024 04:35:38 +0000
with message-id <e1sdmmq-001l4p...@fasolo.debian.org>
and subject line Bug#1075287: fixed in morse 2.6-2
has caused the Debian Bug report #1075287,
regarding morse: 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.)


-- 
1075287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:morse
Version: 2.6-1
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/morse_2.6-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

[...]
SCHROOT_SESSION_ID=sid-amd64-sbuild-bae090b7-d25b-41cb-9e88-684548875d0b
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 morse
dpkg-buildpackage: info: source version 2.6-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by tony mancill <tmanc...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean
        make -j8 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f morse QSO *.1 *.html
cd morse.d; make clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/morse.d'
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
rm -f *.o morse QSO morseX11 morseLinux morseOSS morsePA morseALSA
make[2]: Leaving directory '/<<PKGBUILDDIR>>/morse.d'
cd qso.d; make clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/qso.d'
make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
rm -f *.o QSO
make[2]: Leaving directory '/<<PKGBUILDDIR>>/qso.d'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --sourcedirectory=qso.d -- CFLAGS="-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection"
        cd qso.d && make -j8 "INSTALL=install --strip-program=true" "CFLAGS=-g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection"
make[2]: Entering directory '/<<PKGBUILDDIR>>/qso.d'
cc -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  -c -o QSO.o QSO.c
cc -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  -c -o put_form.o put_form.c
cc -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  -c -o make_fre.o make_fre.c
cc -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  -c -o grammar.o grammar.c
cc -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  -c -o util.o util.c
cc -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  -c -o init_str.o init_str.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wl,-z,relro -Wl,-z,now -o QSO QSO.o put_form.o make_fre.o grammar.o util.o 
init_str.o
make[2]: Leaving directory '/<<PKGBUILDDIR>>/qso.d'
dh_auto_build --sourcedirectory=morse.d -- DEVICE=X11 CFLAGS="-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection"
        cd morse.d && make -j8 "INSTALL=install --strip-program=true" 
DEVICE=X11 "CFLAGS=-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
make[2]: Entering directory '/<<PKGBUILDDIR>>/morse.d'
cc -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  -c -o morse.o morse.c
cc -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  -c -o beepX11.o beepX11.c
cc -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  -c -o alarm.o alarm.c
In file included from beepX11.c:10:
alarm.h:15:1: error: parameter names (without types) in function declaration 
[-Wdeclaration-missing-parameter-type]
   15 | void AlarmSet(time_t);
      | ^~~~
make[2]: *** [<builtin>: beepX11.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>/morse.d'
dh_auto_build: error: cd morse.d && make -j8 "INSTALL=install 
--strip-program=true" DEVICE=X11 "CFLAGS=-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" returned exit code 2
make[1]: *** [debian/rules:8: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:40: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: morse
Source-Version: 2.6-2
Done: tony mancill <tmanc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
morse, 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.
tony mancill <tmanc...@debian.org> (supplier of updated morse 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: Sun, 11 Aug 2024 21:12:15 -0700
Source: morse
Architecture: source
Version: 2.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-h...@lists.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 1075287
Changes:
 morse (2.6-2) unstable; urgency=medium
 .
   * Team upload.
   * Add patch for FTBFS w/GCC-14 (Closes: #1075287)
   * Bump Standards-Version to 4.7.0
Checksums-Sha1:
 5b21425f87516e09db47f014fb909684181dbf2e 2034 morse_2.6-2.dsc
 400bd095a246b258f9d2dc4856edd3fd4259a22a 6632 morse_2.6-2.debian.tar.xz
 1e14dd5b15dffb1b2646d9e5b68fbd26abddbba5 8567 morse_2.6-2_amd64.buildinfo
Checksums-Sha256:
 f6653a825047a12717392181531ab6224a1d0798ea253c626e33611a54fa2e91 2034 
morse_2.6-2.dsc
 b6b95c1d675a0df5551e33d80566291a01311735bac724da20e2ed7bea74d8db 6632 
morse_2.6-2.debian.tar.xz
 1729c046eb35e6ddf1c1a1c6aa0d8959a1c96041ba78847b13634a43ff89bc90 8567 
morse_2.6-2_amd64.buildinfo
Files:
 ab2d6a3405991f5221189c54095a227e 2034 hamradio optional morse_2.6-2.dsc
 d90de066ffb319af12e78980e4cbb6cb 6632 hamradio optional 
morse_2.6-2.debian.tar.xz
 6f0d7c14e03e387768850b679147db93 8567 hamradio optional 
morse_2.6-2_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAma5jTkUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpaxrg/+O7W8tg4yXKNhq1TscheZIW5ELI/B
aQS5BYuohwhTFnZhpCuInRPQeyhvxDZsVUlRF16Lyy3X9ulvzjRpKYaDWBZMoIsS
zhhQMNFg5BYTSuavvVUKNjhW1IboG5sgKd1RZP0yx/ZiIDhgMrX8KMYPlBlEfoKl
sI9mQC6+hyKibORfBiVHsdLnhipnz3TSljJUH2hvDL/j1lrHT9tUp32DXgEfAXIZ
fmygsW/3DWfJYwCTeORooEfPJK45/PO3ZOMTbVUYxmKsndH7n6nQpY+txKsCCgsG
T4hSEkWEojeir2WnZXmOhMMqxrkPKDaHST3RmpDaT/B7hLP7VVI8MfTXZi1dNoeN
o+cUR85RFh+FSVQJmZUdeE4u0dNPJCdhEsydMaKmTDMZkRxT+qxK77p7Y7J3MmdD
JD+fAgCTWA5tv433775uVX0zCKdantOM6bnWwpamj/H+St8rgkB53FV+2Nfagk8Z
czTOT0bLVJidgSPz4WGYz9N4YNKiOTcFEUI7DNsbjvjxgzcKcBFDFiPkSHf7+AZh
MRUupVAK6XPsDEgdA9uCBHTAMUIaJsKmdMPex9Dlv+mzIba0c0f5b1L0Waz4Ue82
cw/h7T5zKQER4yxpRkl49mutUcjelw66IwpiEurEpXkDwbiQ+ZjAKGv6KabB+YSq
xAsyGrSVkqy2E3k=
=l8tx
-----END PGP SIGNATURE-----

Attachment: pgpqwgRu6Fbv5.pgp
Description: PGP signature


--- End Message ---

Reply via email to