Your message dated Thu, 22 Aug 2024 15:34:12 +0000
with message-id <[email protected]>
and subject line Bug#1074864: fixed in canna 3.7p3-23
has caused the Debian Bug report #1074864,
regarding canna: 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.)
--
1074864: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074864
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:canna
Version: 3.7p3-22
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/canna_3.7p3-22_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
[...]
from /usr/include/stdlib.h:26,
from ../../include/ccompat.h:36,
from basename.c:24:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
rm -f cksum.o
gcc -c -g -Wall -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -Dlinux -D__amd64__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO cksum.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdlib.h:26,
from ../../include/ccompat.h:36,
from cksum.c:60:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
rm -f file.o
gcc -c -g -Wall -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -Dlinux -D__amd64__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO file.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdlib.h:26,
from ../../include/ccompat.h:36,
from file.c:24:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
rm -f strops.o
gcc -c -g -Wall -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -Dlinux -D__amd64__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO strops.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdlib.h:26,
from ../../include/ccompat.h:36,
from strops.c:24:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
rm -f libRKindep.a
ar cq libRKindep.a cfuncs.o basename.o cksum.o file.o strops.o
ranlib libRKindep.a
make[5]: Leaving directory '/<<PKGBUILDDIR>>/lib/RKindep'
making all in lib/RK...
make[5]: Entering directory '/<<PKGBUILDDIR>>/lib/RK'
rm -f tempdic.o
gcc -c -g -Wall -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -I../../include -Dlinux -D__amd64__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO tempdic.c
In file included from /usr/include/inttypes.h:25,
from ../../include/canna/sysdep.h:30,
from ../../include/canna/RK.h:44,
from RKintern.h:58,
from tempdic.c:28:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use
_DEFAULT_SOURCE"
| ^~~~~~~
tempdic.c:128:1: error: return type defaults to ‘int’ [-Wimplicit-int]
128 | yomi_equal(x, y, n)
| ^~~~~~~~~~
tempdic.c:232:1: error: return type defaults to ‘int’ [-Wimplicit-int]
232 | enterTD(dm, td, gram, word)
| ^~~~~~~
tempdic.c:24:13: warning: ‘rcsid’ defined but not used [-Wunused-variable]
24 | static char rcsid[]="$Id: tempdic.c,v 1.4 2003/09/17 08:50:52 aida_s
Exp $";
| ^~~~~
make[5]: *** [Makefile:1123: tempdic.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/lib/RK'
make[4]: *** [Makefile:1112: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[3]: *** [Makefile:1120: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1263: canna] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:73: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: canna
Source-Version: 3.7p3-23
Done: Andreas Beckmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
canna, 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.
Andreas Beckmann <[email protected]> (supplier of updated canna 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: SHA256
Format: 1.8
Date: Thu, 22 Aug 2024 17:14:28 +0200
Source: canna
Architecture: source
Version: 3.7p3-23
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Closes: 1039148 1074864
Changes:
canna (3.7p3-23) unstable; urgency=medium
.
* QA upload.
* Fix building with GCC 14. (Closes: #1074864)
* Add systemd unit (calling /etc/init.d/canna). (Closes: #1039148)
Checksums-Sha1:
3cb84c414fe9edb01a391cf2caf3f1b2dfd8f17d 2058 canna_3.7p3-23.dsc
e66ce373e7e2cc48540def7fa4d95c5efb518e6f 81224 canna_3.7p3-23.debian.tar.xz
13b86b32fc36dcc68d22b29531bc58009c95c29a 7682 canna_3.7p3-23_source.buildinfo
Checksums-Sha256:
00741f0f8ec141d3bcd1f2eab16d003abe7e93a534b4b28f2113fc010f7ea8c8 2058
canna_3.7p3-23.dsc
9440b987b3e7cfb5765c4a4c65310b3588c6b6d8030c306c38d6c8cf6cf1a514 81224
canna_3.7p3-23.debian.tar.xz
3d7302a7ddbed627ca10b93a9c45c035102d3b4aa627ca3f92d06960ff999e4c 7682
canna_3.7p3-23_source.buildinfo
Files:
6f231ca65804c5d0fbff0dc0f5c3256a 2058 utils optional canna_3.7p3-23.dsc
5329fdf0eb0c37d3228a13e8b434af58 81224 utils optional
canna_3.7p3-23.debian.tar.xz
62c09356cac27604a393d91c2b376740 7682 utils optional
canna_3.7p3-23_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmbHVtQQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCJhiD/0cvWHhgVP+m/qrTundGPt9yaQN4apTTWhK
f7le0c4lx0nPZwu4QFtc56uOtUpehurJ0wUnRTMl99KJzXq11LzksROsS1BUTMmG
BOPPIMykq3IbnXUeJgDzBP4jc3IdyH1fstQOMx1Gxj61jZEhLMbyundOrykyORDw
eyv/2g0du+M0WhWbhvNB0fAnDKgSntWWGxDktqfeRZ+DcWFJtYWaPHbbE8w4N7lf
iH60FUgYczBRLImOgIas/FqTsz2f79M+lGn+kgQBpisra+xk70iuayNgwdQCMMO7
Q5LiEfLhPeRvHWBP2YZNvkQiq+nS6nUaL6qQG3hae+5gz+OZ6cjXtjF3eXtvIBH0
lE3Rk+SRP/HWaCVOclRYeCXphC94C8mMBiaYYafzoh0wnLDnhBZTt1EHTBq/4qNc
mncOPEW8SmX3PEl5ysfcGzUZG000xASdbPQEn2XSngXEnotC/JahK1TYGb6p4wXa
ziYSs5eI12I55p3fUQ6btEAoo1Tbb7JmEsZfUYjoFvgZZtAwLue73OhIiihlWwZ+
oSLkcaFHd33XP2QZSmXEzNHJfzOuOe3OV/mUFal+2saZZliwGMRlmD6dAuT5op9V
0v+6aLUAbI6tnVY49bDPBLIWeDf7gwqgfIPa2wGd6rqYAQxWfk9qDqIsbILFBm5X
XwsotKqzHg==
=TzkV
-----END PGP SIGNATURE-----
pgpNbELN62iSL.pgp
Description: PGP signature
--- End Message ---