Your message dated Thu, 07 Nov 2024 07:34:38 +0000
with message-id <[email protected]>
and subject line Bug#1075266: fixed in mgetty 1.2.1-1.4
has caused the Debian Bug report #1075266,
regarding mgetty: 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 [email protected]
immediately.)


-- 
1075266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075266
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mgetty
Version: 1.2.1-1.3
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/mgetty_1.2.1-1.3_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

[...]
cc -Wall -O2 -pipe -DVOICE -DFAX_SPOOL_IN=\"/var/spool/fax/incoming\" \
        -DVARRUNDIR=\"/var/run\" -c vgetty.c
vgetty.c: In function ‘main’:
vgetty.c:371:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  371 |     siginterrupt( SIGINT,  TRUE );
      |     ^~~~~~~~~~~~
In file included from vgetty.c:59:
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
vgetty.c:372:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  372 |     siginterrupt( SIGALRM, TRUE );
      |     ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
vgetty.c:373:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  373 |     siginterrupt( SIGHUP,  TRUE );
      |     ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
vgetty.c:374:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  374 |     siginterrupt( SIGUSR1, TRUE );
      |     ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
vgetty.c:375:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  375 |     siginterrupt( SIGUSR2, TRUE );
      |     ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
cc -Wall -O2 -pipe -c answer.c
cc -Wall -O2 -pipe -c button.c
cc -Wall -O2 -pipe -c event.c
cc -Wall -O2 -pipe -c message.c
cc -Wall -O2 -pipe -c rings.c
cc  -o vgetty vgetty.o answer.o button.o event.o message.o rings.o ../../cnd.o 
../../conf_mg.o ../../do_chat.o ../../do_stat.o ../../faxhng.o ../../faxlib.o 
../../faxrec.o ../../faxrecp.o ../../faxsend.o ../../gettydefs.o ../../login.o 
../../logname.o ../../mg_m_init.o ../../utmp.o ../../ring.o ../../getdisk.o 
../../goodies.o ../../io.o ../../g3file.o ../../locks.o ../../tio.o 
../../modem.o  ../../clean_line.o ../../class1.o ../../class1lib.o 
../../hyla_nsf.o  ../libvoice/libvoice.a ../libutil/libutil.a \
 -lutil                                 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/voice/vgetty'
In vm...
make[3]: Entering directory '/<<PKGBUILDDIR>>/voice/vm'
cc -Wall -O2 -pipe -c main.c
cc -Wall -O2 -pipe -c event.c
cc -Wall -O2 -pipe -c usage.c
cc  -o vm main.o event.o usage.o ../../cnd.o ../../faxhng.o ../../faxlib.o 
../../faxrec.o ../../faxrecp.o ../../faxsend.o ../../gettydefs.o ../../login.o 
../../logname.o ../../utmp.o ../../getdisk.o ../../goodies.o ../../io.o 
../../g3file.o ../../locks.o ../../tio.o ../../modem.o  ../../clean_line.o 
../../class1.o ../../class1lib.o ../../hyla_nsf.o  ../libvoice/libvoice.a 
../libutil/libutil.a -lutil                                      
make[3]: Leaving directory '/<<PKGBUILDDIR>>/voice/vm'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/voice'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
cd contrib; /usr/bin/make g3toxwd g3tolj
make[1]: Entering directory '/<<PKGBUILDDIR>>/contrib'
cc     g3toxwd.c   -o g3toxwd
g3toxwd.c:418:8: error: type defaults to ‘int’ in declaration of ‘hscale’ 
[-Wimplicit-int]
  418 | static hscale = 100;
      |        ^~~~~~
g3toxwd.c:419:8: error: type defaults to ‘int’ in declaration of ‘vscale’ 
[-Wimplicit-int]
  419 | static vscale = 100;
      |        ^~~~~~
g3toxwd.c:483:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  483 | addtohash (hash, te, n, a, b)
      | ^~~~~~~~~
g3toxwd.c:519:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  519 | getfaxrow (row, bitrow)
      | ^~~~~~~~~
make[1]: *** [<builtin>: g3toxwd] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/contrib'
make: *** [debian/rules:33: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mgetty
Source-Version: 1.2.1-1.4
Done: Christoph Biedl <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mgetty, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Biedl <[email protected]> (supplier of updated mgetty 
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 [email protected])


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

Format: 1.8
Date: Wed, 06 Nov 2024 20:21:52 +0100
Source: mgetty
Architecture: source
Version: 1.2.1-1.4
Distribution: unstable
Urgency: medium
Maintainer: Andreas Barth <[email protected]>
Changed-By: Christoph Biedl <[email protected]>
Closes: 1075266
Changes:
 mgetty (1.2.1-1.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add explicit type declarations to fix build error with GCC-14.
     Closes: #1075266
Checksums-Sha1:
 8817c006c550468ddfd65cd238818d3d136ddf02 2045 mgetty_1.2.1-1.4.dsc
 18fd8adc8313fe7db4bde62f5619b7687f2e8b80 57204 mgetty_1.2.1-1.4.debian.tar.xz
 972f709470ab802ac0c76e08d9c8892f8580cae8 9955 mgetty_1.2.1-1.4_armel.buildinfo
Checksums-Sha256:
 9621b51a0323e6fa1e776daf93107e41708cb5e3c7b9fd00785c29eecf254cd8 2045 
mgetty_1.2.1-1.4.dsc
 9217a6e6afbc3ab7de25bc5f59dc10c0695d4529d31139576af3d2856f81f5d7 57204 
mgetty_1.2.1-1.4.debian.tar.xz
 3418fd85e417d1f8f73c17db12e5e905c4e805b987be5067d9e21b618e076a7e 9955 
mgetty_1.2.1-1.4_armel.buildinfo
Files:
 179daf64276f757c9fc80f8ca14dcc86 2045 comm optional mgetty_1.2.1-1.4.dsc
 2145ca33b11b7ea4d7f890c65271cd9a 57204 comm optional 
mgetty_1.2.1-1.4.debian.tar.xz
 5393a1270a2a84f0f8a67028148d6d6a 9955 comm optional 
mgetty_1.2.1-1.4_armel.buildinfo

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

iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAmcsaKwACgkQxCxY61kU
kv0OCRAAkxokHoY57V1iPVQenFBaRZSsYapUrashyqYxsphaweOZYjNTOX4sK8PV
3Aj713SodDH94y3dYEErrYrmR7gII317JHtn88LMQBbshaT8sBq3lDTYaG8RcZRD
0OsgOzsUeDYUEQLYNU5D/AZ0koip1QP5g2mfJPHrgPik8D7vm+0UkZmgUQlAh001
zL3WF+paeJT7/zs2yrJY1V3W5OREH+VXy8aNxembn7Qhywftw2fDzwnl0Trs/KDj
nkU4aVrhQH/ATD9vkUBOKKMq+nBNogOCnttW0Rd8drZz6ogTMlyMKeEcWbsA8H5n
tL75EbxabdUQghlf5/9brJopO2cIMhTe0EUh3cixebFg+9yUQhfXRE4DECmaUMZj
eXvydsAkXA31otL2f49Sb/8T1KCzTYBFMnI6RSG8CX8oujMZFekCORMFxjh4vskC
N6KgP7BFnJfQkQTzk4Yvia81So7S+PI19sZP+5GkRZDlmn5puZnbXLq2ZC5e08Cw
jrTDt4YVVMnEMdD8wCP8IkBsSteE4eKPlwp4n7SFUUszfeELccIsxDYbVHjzTTMy
StKPcAhInEKD0wZUNblcG72LkH/Hxd078XR6kAUQ7kFQIE1wcl6KSyNWJ4emxkPa
gVxQrqZXr6qNqqwryrHCfOyfszL3M/ihQFrm71ONyRgccKqRjPM=
=sejH
-----END PGP SIGNATURE-----

Attachment: pgpNRE08oYLor.pgp
Description: PGP signature


--- End Message ---

Reply via email to