Your message dated Tue, 08 Apr 2025 08:03:58 +0000
with message-id <e1u23w6-004ivg...@fasolo.debian.org>
and subject line Bug#1075620: fixed in vflib3 3.7.2+dfsg-1
has caused the Debian Bug report #1075620,
regarding vflib3: 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.)
--
1075620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075620
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vflib3
Version: 3.7.2+dfsg-0.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/vflib3_3.7.2+dfsg-0.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
[...]
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c mem.c -fPIC -DPIC -o
.libs/mem.o
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c mem.c -o mem.o
>/dev/null 2>&1
../libtool --mode=compile gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_bdf.c
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_bdf.c -fPIC
-DPIC -o .libs/drv_bdf.o
In file included from drv_bdf.c:943:
bdf.c: In function 'bdf_load_file':
bdf.c:319:26: warning: '%s' directive writing up to 255 bytes into a region of
size between 0 and 255 [-Wformat-overflow=]
319 | sprintf(charset, "%s-%s", charset_name, charset_enc);
| ^~ ~~~~~~~~~~~
bdf.c:319:5: note: 'sprintf' output between 2 and 512 bytes into a destination
of size 256
319 | sprintf(charset, "%s-%s", charset_name, charset_enc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_bdf.c -o
drv_bdf.o >/dev/null 2>&1
drv_pcf.c is created
../libtool --mode=compile gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_pcf.c
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_pcf.c -fPIC
-DPIC -o .libs/drv_pcf.o
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_pcf.c -o
drv_pcf.o >/dev/null 2>&1
drv_hbf.c is created
../libtool --mode=compile gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_hbf.c
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_hbf.c -fPIC
-DPIC -o .libs/drv_hbf.o
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_hbf.c -o
drv_hbf.o >/dev/null 2>&1
../libtool --mode=compile gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_zeit.c
libtool: compile: gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c drv_zeit.c -fPIC
-DPIC -o .libs/drv_zeit.o
In file included from drv_zeit.c:897:
zeit.c: In function 'ZEIT_ReadOutline':
zeit.c:325:11: error: assignment to 'VF_OUTLINE_ELEM *' {aka 'int *'} from
incompatible pointer type 'long int *' [-Wincompatible-pointer-types]
325 | sizep = &zeit->ol_size1[scode];
| ^
zeit.c:329:11: error: assignment to 'VF_OUTLINE_ELEM *' {aka 'int *'} from
incompatible pointer type 'long int *' [-Wincompatible-pointer-types]
329 | sizep = &zeit->ol_size2[scode];
| ^
make[3]: *** [Makefile:63: drv_zeit.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:49: default] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Entering directory '/<<PKGBUILDDIR>>/ccv'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ccv'
make[2]: Entering directory '/<<PKGBUILDDIR>>/utils'
make[3]: Entering directory '/<<PKGBUILDDIR>>/utils/ctext2pgm-1.5.3'
gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -I../../src -c ctext2pgm.c
make[3]: *** No rule to make target '../../src/libVFlib3.la', needed by
'ctext2pgm'. Stop.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/utils/ctext2pgm-1.5.3'
make[3]: Entering directory '/<<PKGBUILDDIR>>/utils/vfl2bdf-2.0.0'
gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -I../../src -c vfl2bdf.c
make[3]: *** No rule to make target '../../src/libVFlib3.la', needed by
'vfl2bdf'. Stop.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/utils/vfl2bdf-2.0.0'
make[3]: Entering directory '/<<PKGBUILDDIR>>/utils/vflx11-2.0.2'
gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -c vflx11.c
vflx11.c: In function ‘Win_ChangeSize’:
vflx11.c:636:6: error: type of ‘w’ defaults to ‘int’ [-Wimplicit-int]
636 | void Win_ChangeSize(w, h)
| ^~~~~~~~~~~~~~
vflx11.c:636:6: error: type of ‘h’ defaults to ‘int’ [-Wimplicit-int]
make[3]: *** [Makefile:42: vflx11.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/utils/vflx11-2.0.2'
make[3]: Entering directory '/<<PKGBUILDDIR>>/utils/hyaku-1.1.0'
gcc -I../../src -Wall -DVFLIB_VERSION=\"3.7.2\" -c hyakubm.c
../../libtool --mode=link \
gcc -Wall -DVFLIB_VERSION=\"3.7.2\" -o hyakubm hyakubm.o \
../../src/libVFlib3.la
libtool: link: cannot find the library `../../src/libVFlib3.la' or unhandled
argument `../../src/libVFlib3.la'
make[3]: *** [Makefile:35: hyakubm] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/utils/hyaku-1.1.0'
make[2]: *** [Makefile:9: default] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/utils'
make[1]: *** [Makefile:15: default] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:55: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: vflib3
Source-Version: 3.7.2+dfsg-1
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
vflib3, 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.
Andreas Tille <ti...@debian.org> (supplier of updated vflib3 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: Sat, 29 Mar 2025 06:55:40 +0100
Source: vflib3
Architecture: source
Version: 3.7.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian TeX maintainers <debian-tex-ma...@lists.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 744677 902030 1021185 1028300 1028311 1030513 1045442 1075620
Changes:
vflib3 (3.7.2+dfsg-1) unstable; urgency=medium
.
[ Andreas Tille ]
* Move package to Debian TeX maintainers
* Add myself to Uploaders
* Add Homepage
Closes: #1021185
* Fix watch file
* Standards-Version: 4.7.2 (routine-update)
* debhelper-compat 13 (routine-update)
Closes: #744677, #1030513
* Replace transitional package pkg-config by pkgconf in Build-Depends
(routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Remove trailing whitespace in debian/control (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* d/rules: short dh
* Fix gcc-14 build issues
Closes: #1075620
* Fix typo
Closes: #1028300
* Fix clean target
Closes: #1045442
* debian/salsa-ci.yml: Do not check hardening
.
[ наб ]
* autoheader: warning: Use AC_DEFINE([WITH_GETTEXT], [], [Description])
.
[ Hilmar Preuße ]
* Add override_dh_auto_install to fix installation routine.
* Fix build of package, install update-vflibcap.
* Lintian:
+ W:debhelper-but-no-misc-depends
.
[ Helmut Grohne ]
* Improve cross building: Export CC for old ./configure. (Closes: #902030)
.
[ Bernhard Übelacker ]
* Avoid calling hbf_release() twice
Closes: #1028311
Checksums-Sha1:
2b8f9d3cf1d60dd0d1ed344f03f78ae7ae2d5e95 2276 vflib3_3.7.2+dfsg-1.dsc
e413efcfd0091c1c87a1ea5dd2ede95b9dbf9a58 19048
vflib3_3.7.2+dfsg-1.debian.tar.xz
71914e2e89b4a11ae88e76c4c22c37da066fd26a 8119
vflib3_3.7.2+dfsg-1_amd64.buildinfo
Checksums-Sha256:
8b73e8017406f10e3bd6e8e6b009d49a047ee2cadacb6a2d44db839e3279442e 2276
vflib3_3.7.2+dfsg-1.dsc
38047cb12c34d1d81e8928b93c85429595346b0e0f411e11ce43a5044e1b2aa9 19048
vflib3_3.7.2+dfsg-1.debian.tar.xz
2b87d16f7ca1e5c962825005b4cccfeda2ecce9b7d70d906bbfd8e2bf5f75b3c 8119
vflib3_3.7.2+dfsg-1_amd64.buildinfo
Files:
1dbb4156750923e088c9be57afbbc47a 2276 devel optional vflib3_3.7.2+dfsg-1.dsc
1311a31e2244a1a2953c56dc70062ad5 19048 devel optional
vflib3_3.7.2+dfsg-1.debian.tar.xz
f07826da107973eaaaa769fe229e77ba 8119 devel optional
vflib3_3.7.2+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmfnjIERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtH+ow//UrRiCJW2HbWX9EmyxJWTN/5Y+1F3cQn5
oWa60cCbPQlFSZCFYNqaLTC92HJdeOVUuPPb1CIbUuWZSpPPpY0bHzP0TEzsrz2Z
UO45+4MOFBGmwtRBobc2fI13YZSJkZAFiVmJqDRx5kRqUCtO5sWQ46qJlCCEnMMF
z8Ex+JwI+GRKCWsZGZFT+bYMfkl6H/xPOQ4kE0ko+pMjYP6mOSVBT7J++ADVwErR
XxOYo7NrfCw9uy0defg/abgaKTLUxW+zX0g2j2g4cVnydAHOk1gesHGOt8g2s0Jj
wfWlu7/KVmebVAXUR+cslzqCC+PNYnXuUMz7erLb5ws1D/STR5iuXNtDw8VuFMc6
9bvF3eNVJ0Uu/419iRO6PSeyJHMTNwLStu1PfMUGVB8GNgl9qmq649sAG2//PSWE
S0PjKY4gfH+nXKqYn1Kk0PV0IgIzRnNu7h06+HRA0d9KkMySSziRdKLR1uQf8SVp
3Qe+YgRX7atoboChdNoHsYqdgnVqzY6h/SMqkq7+FiRXVLQHxnTH1XbPH37FEgfk
YUsDLsa0ED7cuSwvzx6sTdaU0OMXVQocdu2eZ2800N0ZSrNufZzTFTJlBxOSLwb+
MUDNYVOAjHGNzU5YsGFzexvi68pGQ0i0os08cU32wEjbgwqdXJA7JILzgAySs1oE
f3NeP5rOIOc=
=3xmX
-----END PGP SIGNATURE-----
pgpLpCKHW7ijW.pgp
Description: PGP signature
--- End Message ---