Your message dated Thu, 06 Feb 2025 16:20:21 +0000
with message-id <e1tg4c1-00cymc...@fasolo.debian.org>
and subject line Bug#1075069: fixed in hplip 3.22.10+dfsg0-6
has caused the Debian Bug report #1075069,
regarding hplip: 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.)
--
1075069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hplip
Version: 3.22.10+dfsg0-5
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/hplip_3.22.10+dfsg0-5_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
[...]
prnt/hpcups/genPCLm.cpp:1261:60: warning: ‘%s’ directive output may be
truncated writing up to 255 bytes into a region of size 237
[-Wformat-truncation=]
1261 | snprintf(pOutStr,OUT_STR_SIZE,"%% media-type:
%s\n",m_pPCLmSSettings->userMediaType); writeStr2OutBuff(pOutStr);
| ^~
In function ‘int snprintf(char*, size_t, const char*, ...)’,
inlined from ‘void PCLmGenerator::writeJobTicket()’ at
prnt/hpcups/genPCLm.cpp:1261:10:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:35: note:
‘__builtin___snprintf_chk’ output between 21 and 276 bytes into a destination
of size 256
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
prnt/hpcups/genPCLm.cpp: In member function ‘void
PCLmGenerator::writeJobTicket()’:
prnt/hpcups/genPCLm.cpp:1262:62: warning: ‘%s’ directive output may be
truncated writing up to 255 bytes into a region of size 235
[-Wformat-truncation=]
1262 | snprintf(pOutStr,OUT_STR_SIZE,"%% media-source:
%s\n",inputBin); writeStr2OutBuff(pOutStr);
| ^~
~~~~~~~~
In function ‘int snprintf(char*, size_t, const char*, ...)’,
inlined from ‘void PCLmGenerator::writeJobTicket()’ at
prnt/hpcups/genPCLm.cpp:1262:10:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:35: note:
‘__builtin___snprintf_chk’ output between 23 and 278 bytes into a destination
of size 256
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
prnt/hpcups/genPCLm.cpp: In member function ‘void
PCLmGenerator::writeJobTicket()’:
prnt/hpcups/genPCLm.cpp:1263:55: warning: ‘%s’ directive output may be
truncated writing up to 255 bytes into a region of size 242
[-Wformat-truncation=]
1263 | snprintf(pOutStr,OUT_STR_SIZE,"%% sides: %s\n",duplex);
writeStr2OutBuff(pOutStr);
| ^~ ~~~~~~
In function ‘int snprintf(char*, size_t, const char*, ...)’,
inlined from ‘void PCLmGenerator::writeJobTicket()’ at
prnt/hpcups/genPCLm.cpp:1263:10:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:35: note:
‘__builtin___snprintf_chk’ output between 16 and 271 bytes into a destination
of size 256
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
prnt/hpcups/genPCLm.cpp: In member function ‘void
PCLmGenerator::writeJobTicket()’:
prnt/hpcups/genPCLm.cpp:1265:60: warning: ‘%s’ directive output may be
truncated writing up to 255 bytes into a region of size 237
[-Wformat-truncation=]
1265 | snprintf(pOutStr,OUT_STR_SIZE,"%% output-bin:
%s\n",outputBin); writeStr2OutBuff(pOutStr);
| ^~
~~~~~~~~~
In function ‘int snprintf(char*, size_t, const char*, ...)’,
inlined from ‘void PCLmGenerator::writeJobTicket()’ at
prnt/hpcups/genPCLm.cpp:1265:10:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:35: note:
‘__builtin___snprintf_chk’ output between 21 and 276 bytes into a destination
of size 256
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
prnt/hpcups/genPCLm.cpp: In member function ‘void
PCLmGenerator::writeJobTicket()’:
prnt/hpcups/genPCLm.cpp:1297:72: warning: ‘%s’ directive output may be
truncated writing up to 255 bytes into a region of size 225
[-Wformat-truncation=]
1297 | snprintf(pOutStr,OUT_STR_SIZE,"%% print-rendering-intent:
%s\n",colorthemes); writeStr2OutBuff(pOutStr);
|
^~ ~~~~~~~~~~~
In function ‘int snprintf(char*, size_t, const char*, ...)’,
inlined from ‘void PCLmGenerator::writeJobTicket()’ at
prnt/hpcups/genPCLm.cpp:1297:10:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:35: note:
‘__builtin___snprintf_chk’ output between 33 and 288 bytes into a destination
of size 256
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:95: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:35: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: hplip
Source-Version: 3.22.10+dfsg0-6
Done: Thorsten Alteholz <deb...@alteholz.de>
We believe that the bug you reported is fixed in the latest version of
hplip, 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.
Thorsten Alteholz <deb...@alteholz.de> (supplier of updated hplip 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, 05 Feb 2025 18:39:02 +0100
Source: hplip
Architecture: source
Version: 3.22.10+dfsg0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team <debian-print...@lists.debian.org>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Closes: 1030095 1075069 1093485 1094348
Changes:
hplip (3.22.10+dfsg0-6) unstable; urgency=medium
.
* fix FTBFS with gcc14 (Closes: #1075069)
* add compatibility with python3.13 (Closes: #1093485)
(Closes: #1094348)
(Closes: #1030095)
(thanks a lot to Petter Reinholdtsen and Damyan Ivanov
for the patches and the merge request)
Checksums-Sha1:
ac4b8ae448254ae6e30189a100e7ab469a225d9e 3216 hplip_3.22.10+dfsg0-6.dsc
5cfc6ca60b10d682844ee80a91a836a996ed32a1 142344
hplip_3.22.10+dfsg0-6.debian.tar.xz
a20250d040c38b3dbc9b2549646c6d80ccf75095 20617
hplip_3.22.10+dfsg0-6_amd64.buildinfo
Checksums-Sha256:
a355ebd221c463bcdcd0fc5341004793566d374ca2da5d1f60a1dc190fa20c89 3216
hplip_3.22.10+dfsg0-6.dsc
d0394f50c06ed09af1ff6dd97218de0877e38ef72a24559e09d11a3b08760b95 142344
hplip_3.22.10+dfsg0-6.debian.tar.xz
3d8833112437bfdced3e285d917733a783ffd6b28f96490727a2895aefb08684 20617
hplip_3.22.10+dfsg0-6_amd64.buildinfo
Files:
971e25d4ab8db787f2a7b39fe989deb0 3216 utils optional hplip_3.22.10+dfsg0-6.dsc
4b50266d2dd314d646a516a4cb2326af 142344 utils optional
hplip_3.22.10+dfsg0-6.debian.tar.xz
5a9719a40cc8073820ee284e2d32e2ae 20617 utils optional
hplip_3.22.10+dfsg0-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmejv61fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR3xmD/9ZUF/bdi09QREhM625r7xGB9Blv01Y
T5qvzcCoxOPI2iaSqQEMCJ+NcbCn8+F+GN1cC+BIUAiEFRkMQZb4EUEORzQqfLow
ofCz6+4h+pCg7DJU9TWK1YXG5z7CS7zKBteDeZyyyYflHSgRWJidvFWen55jTIMr
xYsCa6ewc7d8fpH5UG/9NkRBofPpTPu1j6TJc3JWM7kZ7CVRHq80Ssl3mmvWy9Vc
sWSqNFIxObkgf0Jqz05lKOmRAc1qyiRLMXENscfMiCGXCsBhmHYbBV4/tZwJa+Yn
UD6Fi1DrnGfgsHrWtjYgXWj5v7h8hsGyWUiHatb3CPSzqJ+Xpu/0AdHtEUe/Yhpx
x8otD1mWz7lfmf1OFaYSjoQePau5WnZwzgXf9zsc/IpHqU4v/gqBbqGufro480sf
XxhDZ1ni+suEXQ+7Me81MONmjvUT54IkGRpULDCwKHNAUXtfXr4uGnP31t4Otty2
vHCsdu+qne+Q/LvUMds+/ayClSyXHjij/aSMRfz+Ecd2AH0/d/zXg04aUMa9++ii
xVoH2aWoJpgvyWyT4paHlbNnzgHxumFC2D2XT1YF5RVeQAuG6dLrzS/g9kVXCtpM
/0pEPBvvH3h7Sm/SLpvztoXTOZsjwd/SxZANuSnX4KFLfcHaIMeZOuD1/NvYKr2O
vBQzFctuu9+1RQ==
=krX/
-----END PGP SIGNATURE-----
pgpNI9K5nhoqw.pgp
Description: PGP signature
--- End Message ---