Your message dated Wed, 31 Jul 2024 20:42:30 +0000
with message-id <e1szg9w-00dlnb...@fasolo.debian.org>
and subject line Bug#1075237: fixed in lpr 1:2008.05.17.3+nmu3
has caused the Debian Bug report #1075237,
regarding lpr: 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.)


-- 
1075237: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lpr
Version: 1:2008.05.17.3+nmu2
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/lpr_2008.05.17.3+nmu2_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

[...]
make -W CFLAGS="-Wall -g -O2 -D_GNU_SOURCE -D__KAME__ -I../common_source" 
CPPFLAGS="-Wall -g -O2 -D_GNU_SOURCE -D__KAME__ -I../common_source"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
for dir in lpc lpd lpq lpr lprm lptest pac filters; do \
        make -C $dir; \
        if [ 0 -ne $? ] ; then return 2; fi; \
done
make[2]: Entering directory '/<<PKGBUILDDIR>>/lpc'
make[2]: Circular lpc.c <- lpc.o dependency dropped.
cc -I/../common_source -Wall -g -O2 -D_GNU_SOURCE -D__KAME__ -I../common_source 
 -c -o lpc.o lpc.c
lpc.c: In function ‘cmdscanner’:
lpc.c:151:17: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  151 |                 siginterrupt(SIGINT, 1);
      |                 ^~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/param.h:28,
                 from lpc.c:48:
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
lpc.c:154:33: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  154 |                                 siginterrupt(SIGINT, 0);
      |                                 ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
lpc.c:157:25: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  157 |                         siginterrupt(SIGINT, 0);
      |                         ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
lpc.c:160:17: warning: ‘siginterrupt’ is deprecated: Use sigaction with 
SA_RESTART instead [-Wdeprecated-declarations]
  160 |                 siginterrupt(SIGINT, 0);
      |                 ^~~~~~~~~~~~
/usr/include/signal.h:324:12: note: declared here
  324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
      |            ^~~~~~~~~~~~
lpc.c: At top level:
lpc.c:44:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
   44 | static const char rcsid[] = "$OpenBSD: lpc.c,v 1.17 2004/09/30 18:20:06 
millert Exp $";
      |                   ^~~~~
lpc.c:35:19: warning: ‘copyright’ defined but not used 
[-Wunused-const-variable=]
   35 | static const char copyright[] =
      |                   ^~~~~~~~~
make[2]: Circular cmds.c <- cmds.o dependency dropped.
cc -I/../common_source -Wall -g -O2 -D_GNU_SOURCE -D__KAME__ -I../common_source 
 -c -o cmds.o cmds.c
cmds.c: In function ‘cleanpr’:
cmds.c:329:48: error: passing argument 4 of ‘scandir’ from incompatible pointer 
type [-Wincompatible-pointer-types]
  329 |         nitems = scandir(SD, &queue, doselect, sortq);
      |                                                ^~~~~
      |                                                |
      |                                                int (*)(const void *, 
const void *)
In file included from cmds.c:61:
/usr/include/dirent.h:260:27: note: expected ‘int (*)(const struct dirent **, 
const struct dirent **)’ but argument is of type ‘int (*)(const void *, const 
void *)’
  260 |                     int (*__cmp) (const struct dirent **,
      |                     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261 |                                   const struct dirent **))
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~
cmds.c: At top level:
cmds.c:44:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
   44 | static const char rcsid[] = "$OpenBSD: cmds.c,v 1.19 2007/04/07 
21:57:26 stevesk Exp $";
      |                   ^~~~~
cmds.c:35:19: warning: ‘copyright’ defined but not used 
[-Wunused-const-variable=]
   35 | static const char copyright[] =
      |                   ^~~~~~~~~
make[2]: *** [<builtin>: cmds.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/lpc'
make[1]: *** [Makefile:4: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lpr
Source-Version: 1:2008.05.17.3+nmu3
Done: Jeremy Sowden <aza...@debian.org>

We believe that the bug you reported is fixed in the latest version of
lpr, 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.
Jeremy Sowden <aza...@debian.org> (supplier of updated lpr 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, 31 Jul 2024 18:53:51 +0100
Source: lpr
Architecture: source
Version: 1:2008.05.17.3+nmu3
Distribution: unstable
Urgency: medium
Maintainer: Adam Majer <ad...@zombino.com>
Changed-By: Jeremy Sowden <aza...@debian.org>
Closes: 1075237
Changes:
 lpr (1:2008.05.17.3+nmu3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * d/control: update VCS URL's
     The old alioth git service was decommissioned several years ago.  I
     have created a new Salsa repo.
   * lpc: change `sortq` prototype to match that required by `scandir`
     (Closes: #1075237)
Checksums-Sha1:
 5b1be93ddd1d0dd6bc9632d4fe4bc15d61149cee 1531 lpr_2008.05.17.3+nmu3.dsc
 37fbaac67d06f1618fc519e4817681073cdd1093 81984 lpr_2008.05.17.3+nmu3.tar.xz
 b540487f9543f5ae7b9224aac2fb631a697fc133 6278 
lpr_2008.05.17.3+nmu3_amd64.buildinfo
Checksums-Sha256:
 2eb2fafb004ba03d55efded03cb7974f11ddafbe9fc6a930d1e260a72a668205 1531 
lpr_2008.05.17.3+nmu3.dsc
 ce0089063565e47b51f2d9b1132a278d492d551134528de17c0e1253b4d1883e 81984 
lpr_2008.05.17.3+nmu3.tar.xz
 22c57c3e379171c372738b13063814183e6bd6c0849bdbbd8d42f106dcb99979 6278 
lpr_2008.05.17.3+nmu3_amd64.buildinfo
Files:
 35d6d537ad2d58b806fc416211342b71 1531 net optional lpr_2008.05.17.3+nmu3.dsc
 1f8d1050802f831480acbad7851113d7 81984 net optional 
lpr_2008.05.17.3+nmu3.tar.xz
 3bf965f62b298aed288b998b35278aed 6278 net optional 
lpr_2008.05.17.3+nmu3_amd64.buildinfo

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

iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmaqlMcSHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQNW04QAM6mPs0NSOf1k/R8NLD+xG/ca9NNsYMH
HXxryXXQxTiQLEjtiJYg+MpD57MJoLsg+67wkIc63BotgYp4D5xATOziPYG0b221
rmVGmtHOSyJIQhENCsDwlh+XVDSirbsl268bMdSA/0jkoXTUaxkH47DrQpPYpTQs
exTvq1DYpZcQBFDwyfMnxZZNGtiFmPgoOkUPJrCdeeCFp/Lo64bFq6iP7WWLnLqB
+r0F1ubzdVdLxg3Ll2zmPYX7lizAtjYgImgyzwsQH4UIjys1XJOjeH8nKGpiku7s
U+Cq/guGU9izKspnhol9Ix+4rGhGvDMdtFha7YlB0Y2wzvdAsIRBnOzvKRUwxBA6
MIQ1xKlO6c7cKF3RoQcqoSSEdmbXVZTPOdmg/9YW8SfYIGeUsOP7XBZZrqoAsPej
Ht0sIsmpn8q+/GTpiZMBlmxAYP++Fe5saKPQzpMMRRLsc3jFvNCfmLzOjro0BwYy
vHyEeMR2yk0Akn0b7/j0g2ROhj4GHujfqn4DqpTp/jPckNrzvbGWqWR+gYYFEOnl
6x/SBLUWbW4zRJklit8ydNXv4/gmFLxXCfgPhk+Ojh/H7rOceUcN6nre5kfzSzJZ
CpaDZY+m3Zmx2aRCuZZQiNwheUW1VejZ3Y/RoZgOLlEmRo2nLQ6eNi703xvTzy4W
X61YLDsXHc/m
=HQZh
-----END PGP SIGNATURE-----

Attachment: pgpP7ChbjvBAM.pgp
Description: PGP signature


--- End Message ---

Reply via email to