Your message dated Tue, 10 Sep 2024 18:05:02 +0000
with message-id <e1so5ec-002yij...@fasolo.debian.org>
and subject line Bug#1075029: fixed in gnucobol3 3.2-3
has caused the Debian Bug report #1075029,
regarding gnucobol3: 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.)
--
1075029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnucobol3
Version: 3.1.2-5.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/gnucobol3_3.1.2-5.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
[...]
| ^~~~~~~~~~~~~~~~
common.c:7893:44: warning: macro "__TIME__" might prevent reproducible builds
[-Wdate-time]
7893 | "%s %s", __DATE__, __TIME__);
| ^~~~~~~~
call.c:938:49: warning: ‘%s’ directive output may be truncated writing up to
255 bytes into a region of size 242 [-Wformat-truncation=]
938 | "entry point '%s' not found", (const
char *)s);
| ^~
In function ‘snprintf’,
inlined from ‘cob_resolve_internal.part.0’ at call.c:937:4:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note:
‘__builtin___snprintf_chk’ output between 25 and 280 bytes into a destination
of size 255
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
call.c: In function ‘cob_resolve_internal.part.0’:
call.c:909:41: warning: ‘%s’ directive output may be truncated writing up to
255 bytes into a region of size 242 [-Wformat-truncation=]
909 | "entry point '%s' not found", (const char
*)s);
| ^~
In function ‘snprintf’,
inlined from ‘cob_resolve_internal.part.0’ at call.c:908:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note:
‘__builtin___snprintf_chk’ output between 25 and 280 bytes into a destination
of size 255
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
common.c: In function ‘print_info_detailed’:
common.c:8139:17: error: implicit declaration of function ‘xmlCleanupParser’
[-Wimplicit-function-declaration]
8139 | xmlCleanupParser ();
| ^~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib
-I/usr/include/libxml2 -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -finline-functions -D_FORTIFY_SOURCE=2 -ggdb3
-fasynchronous-unwind-tables -pipe -fsigned-char -Wall -Wwrite-strings
-Wmissing-prototypes -Wno-format-y2k -c strings.c -o strings.o >/dev/null 2>&1
make[4]: *** [Makefile:610: common.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib
-I/usr/include/libxml2 -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -finline-functions -D_FORTIFY_SOURCE=2 -ggdb3
-fasynchronous-unwind-tables -pipe -fsigned-char -Wall -Wwrite-strings
-Wmissing-prototypes -Wno-format-y2k -c termio.c -o termio.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib
-I/usr/include/libxml2 -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -finline-functions -D_FORTIFY_SOURCE=2 -ggdb3
-fasynchronous-unwind-tables -pipe -fsigned-char -Wall -Wwrite-strings
-Wmissing-prototypes -Wno-format-y2k -c call.c -o call.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib
-I/usr/include/libxml2 -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -finline-functions -D_FORTIFY_SOURCE=2 -ggdb3
-fasynchronous-unwind-tables -pipe -fsigned-char -Wall -Wwrite-strings
-Wmissing-prototypes -Wno-format-y2k -c numeric.c -o numeric.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib
-I/usr/include/libxml2 -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -finline-functions -D_FORTIFY_SOURCE=2 -ggdb3
-fasynchronous-unwind-tables -pipe -fsigned-char -Wall -Wwrite-strings
-Wmissing-prototypes -Wno-format-y2k -c move.c -o move.o >/dev/null 2>&1
intrinsic.c: In function ‘cob_intr_test_formatted_datetime’:
intrinsic.c:6387:17: warning: ‘__builtin_strncpy’ output may be truncated
copying 25 bytes from a string of length 36 [-Wstringop-truncation]
6387 | strncpy (time_format_str, datetime_format_str,
COB_TIMESTR_MAX);
| ^
intrinsic.c:6395:17: warning: ‘__builtin_strncpy’ output may be truncated
copying 25 bytes from a string of length 36 [-Wstringop-truncation]
6395 | strncpy (formatted_time, formatted_datetime,
COB_TIMESTR_MAX);
| ^
intrinsic.c:6385:17: warning: ‘__builtin_strncpy’ output may be truncated
copying 10 bytes from a string of length 36 [-Wstringop-truncation]
6385 | strncpy (date_format_str, datetime_format_str,
COB_DATESTR_MAX);
| ^
intrinsic.c:6393:17: warning: ‘__builtin_strncpy’ output may be truncated
copying 10 bytes from a string of length 36 [-Wstringop-truncation]
6393 | strncpy (formatted_date, formatted_datetime,
COB_DATESTR_MAX);
| ^
intrinsic.c: In function ‘cob_intr_integer_of_formatted_date’:
intrinsic.c:2436:17: warning: ‘__builtin___strncpy_chk’ output may be truncated
copying between 0 and 10 bytes from a string of length 36
[-Wstringop-truncation]
2436 | strncpy (first, str, first_length);
| ^
intrinsic.c:2436:17: warning: ‘__builtin___strncpy_chk’ output may be truncated
copying between 0 and 10 bytes from a string of length 36
[-Wstringop-truncation]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib
-I/usr/include/libxml2 -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -finline-functions -D_FORTIFY_SOURCE=2 -ggdb3
-fasynchronous-unwind-tables -pipe -fsigned-char -Wall -Wwrite-strings
-Wmissing-prototypes -Wno-format-y2k -c intrinsic.c -o intrinsic.o >/dev/null
2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib
-I/usr/include/libxml2 -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -finline-functions -D_FORTIFY_SOURCE=2 -ggdb3
-fasynchronous-unwind-tables -pipe -fsigned-char -Wall -Wwrite-strings
-Wmissing-prototypes -Wno-format-y2k -c fileio.c -o fileio.o >/dev/null 2>&1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libcob'
make[3]: *** [Makefile:629: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:537: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gnucobol3
Source-Version: 3.2-3
Done: Thorsten Alteholz <deb...@alteholz.de>
We believe that the bug you reported is fixed in the latest version of
gnucobol3, 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 gnucobol3 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: Mon, 09 Sep 2024 21:57:37 +0200
Source: gnucobol3
Architecture: source
Version: 3.2-3
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <deb...@alteholz.de>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Closes: 1075029 1078021
Changes:
gnucobol3 (3.2-3) unstable; urgency=medium
.
* really close bugs, that should have been closed two uploads
before (does anybody know why this failed?):
(Closes: #1075029)
(Closes: #1078021)
* deactivate autopkgtest for now
Checksums-Sha1:
dd4dd877061887f81ce273adf21fc2d34013fdca 2253 gnucobol3_3.2-3.dsc
19e63763335e7cbeca106dedaa0016aad4ed795a 19008 gnucobol3_3.2-3.debian.tar.xz
81a9a27d25109a680d9094cb4ebead4fb223e18d 9339 gnucobol3_3.2-3_amd64.buildinfo
Checksums-Sha256:
cf0bd57393c01324f0bb2a39a6c03ee9b5a0ffa8318e73dac34c33cbcbe8ca00 2253
gnucobol3_3.2-3.dsc
3322c184f74cc8482d3cae5b18fc474e09a3be0975a0e61cd872213fa75e10cb 19008
gnucobol3_3.2-3.debian.tar.xz
5ff0137d43f43b2f3e2ab9569268bb4f5492fbca34b2dc15f4cbd301ad111958 9339
gnucobol3_3.2-3_amd64.buildinfo
Files:
6c1d81fabe4b0cfdd4a4a0162e275fc3 2253 devel optional gnucobol3_3.2-3.dsc
0c145e19d7fd68e7e6bbfaa92d1a71ed 19008 devel optional
gnucobol3_3.2-3.debian.tar.xz
011013aac6e9d458cb8bb079023cccc5 9339 devel optional
gnucobol3_3.2-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmbghUlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR1pED/9FYaZLfe/Ah7icLF9MhtxVlczVlLlP
2pxoaQuu93ghPg1sGcZXoNwZkCNXBtpYtvO213b4a4HhJDEs/HGoRY4eHhARbXUs
EmTX8ShtgGodw3znmiXSYakLi+7r6bk+2P21xG3jOblpw6hPNtbovoi6wj4ppJqh
vFQDesL0FiO1iwEcgGSFzgiWlF58dloMgYdDyHyjlYrRIhbysSFo2bJ0FNMD/c5a
11TxSo+3Yo4NuVfhW4IwdpM7NgUVcGMXb5q/PRbe8hX3eWMZHdkbvTm5Iou8BEoP
t7voaWsSOVzM+R29SJsu6wokJZQLvtGRFrV3ey8eILg+VcBnZjLTUkRlvtUiBI4b
iYwQgjjZ7JUJdjRYsuM5A63i7YOMuUWSnKGjvnBWDT+ucRRopaIoBHagGMITpk3S
YqkAWa4AAM8gquQbR3J7GhyKTPedh2cY3pRY877QNuDh3QIgkQCbE/yl1YJ62WJF
wNQmiDLNqGY5qnmvHyuLcLT4EOse6V5cs1FS1BV9ita1uiD6LHVMEVygD4ho+5FA
eLr8PWIrs+lkxk2dWZBYf+S38SmuOgDB/GKlNx5PZ3ItkKcIOfGU9rlTCWf3fOs/
NjFNGClVjfpcsmzKHPH0zz4tK2wYidQx4HfE6tmirKqqGn6Z8O+dEZLwhhC8W48c
PMmo5Eb3PVmG6g==
=Xrk2
-----END PGP SIGNATURE-----
pgpFJwsbZ0VO6.pgp
Description: PGP signature
--- End Message ---