Your message dated Tue, 28 May 2024 13:34:05 +0000
with message-id <e1sbwxp-00b0z8...@fasolo.debian.org>
and subject line Bug#1071307: fixed in fte 0.50.2b6-20110708-6
has caused the Debian Bug report #1071307,
regarding fte: FTBFS: /usr/include/string.h:506:15: error: conflicting
declaration of ‘size_t strlcpy(char*, const char*, size_t)’ with ‘C’ linkage
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.)
--
1071307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fte
Version: 0.50.2b6-20110708-5
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -D src -- -f fte-unix.mak
cd src && make -j2 "INSTALL=install --strip-program=true" -f
fte-unix.mak
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
g++ -c cfte.cpp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Wconversion
-Wwrite-strings -Winline -g -I/usr/include/qt3 -I/usr/lib64/qt-3.3/include
-I/usr/include/slang -DUNIX -DLINUX
g++ -c s_files.cpp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Wconversion
-Wwrite-strings -Winline -g -I/usr/include/qt3 -I/usr/lib64/qt-3.3/include
-I/usr/include/slang -DUNIX -DLINUX
g++ -c s_string.cpp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Wconversion
-Wwrite-strings -Winline -g -I/usr/include/qt3 -I/usr/lib64/qt-3.3/include
-I/usr/include/slang -DUNIX -DLINUX
In file included from s_string.cpp:3:
/usr/include/string.h:506:15: error: conflicting declaration of ‘size_t
strlcpy(char*, const char*, size_t)’ with ‘C’ linkage
506 | extern size_t strlcpy (char *__restrict __dest,
| ^~~~~~~
In file included from s_string.cpp:1:
s_string.h:10:8: note: previous declaration with ‘C++’ linkage
10 | size_t strlcpy(char *dst, const char *src, size_t size);
| ^~~~~~~
/usr/include/string.h:506:15: error: declaration of ‘size_t strlcpy(char*,
const char*, size_t) noexcept’ has a different exception specifier
506 | extern size_t strlcpy (char *__restrict __dest,
| ^~~~~~~
s_string.h:10:8: note: from previous declaration ‘size_t strlcpy(char*, const
char*, size_t)’
10 | size_t strlcpy(char *dst, const char *src, size_t size);
| ^~~~~~~
/usr/include/string.h:512:15: error: conflicting declaration of ‘size_t
strlcat(char*, const char*, size_t)’ with ‘C’ linkage
512 | extern size_t strlcat (char *__restrict __dest,
| ^~~~~~~
s_string.h:14:8: note: previous declaration with ‘C++’ linkage
14 | size_t strlcat(char *dst, const char *src, size_t size);
| ^~~~~~~
/usr/include/string.h:512:15: error: declaration of ‘size_t strlcat(char*,
const char*, size_t) noexcept’ has a different exception specifier
512 | extern size_t strlcat (char *__restrict __dest,
| ^~~~~~~
s_string.h:14:8: note: from previous declaration ‘size_t strlcat(char*, const
char*, size_t)’
14 | size_t strlcat(char *dst, const char *src, size_t size);
| ^~~~~~~
make[2]: *** [fte-unix.mak:159: s_string.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cfte.cpp: In function ‘int LoadFile(const char*, const char*, int)’:
cfte.cpp:1885:29: warning: ‘localconfig/’ directive writing 12 bytes into a
region of size between 1 and 1024 [-Wformat-overflow=]
1885 | sprintf(tmp, "%slocalconfig/%s", StartDir, CfgName);
| ^~~~~~~~~~~~
In file included from /usr/include/stdio.h:964,
from cfte.cpp:22:
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘int LoadFile(const char*, const char*, int)’ at
cfte.cpp:1885:20:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:34: note:
‘__builtin___sprintf_chk’ output 13 or more bytes (assuming 1036) into a
destination of size 1024
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
cfte.cpp: In function ‘int LoadFile(const char*, const char*, int)’:
cfte.cpp:1893:37: warning: ‘config/’ directive writing 7 bytes into a region of
size between 1 and 1024 [-Wformat-overflow=]
1893 | sprintf(tmp, "%sconfig/%s", StartDir, CfgName);
| ^~~~~~~
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘int LoadFile(const char*, const char*, int)’ at
cfte.cpp:1893:28:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:34: note:
‘__builtin___sprintf_chk’ output 8 or more bytes (assuming 1031) into a
destination of size 1024
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
dh_auto_build: error: cd src && make -j2 "INSTALL=install --strip-program=true"
-f fte-unix.mak returned exit code 2
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202405/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: fte
Source-Version: 0.50.2b6-20110708-6
Done: Andreas Beckmann <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
fte, 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 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated fte 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: SHA256
Format: 1.8
Date: Tue, 28 May 2024 15:05:57 +0200
Source: fte
Architecture: source
Version: 0.50.2b6-20110708-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1071307
Changes:
fte (0.50.2b6-20110708-6) unstable; urgency=medium
.
[ Andreas Beckmann ]
* QA upload.
* Fix building with strlcpy() provided by glibc 2.38. (Closes: #1071307)
* Switch from transitional B-D to libncurses-dev.
* Declare Rules-Requires-Root: no.
* The toolchain defaults to linking with --as-needed since bullseye.
* Update Lintian overrides.
.
[ Debian Janitor ]
* Apply multi-arch hints. + fte-docs: Add Multi-Arch: foreign.
Checksums-Sha1:
85c6a293d1a91eb24f8af30df21a840793c93d7f 2231 fte_0.50.2b6-20110708-6.dsc
42131bdb19274bd8178205f42fa92d04dcb2702c 14452
fte_0.50.2b6-20110708-6.debian.tar.xz
391db98fb01fdb08115ab9032459840bae30d0df 6362
fte_0.50.2b6-20110708-6_source.buildinfo
Checksums-Sha256:
e4f237ea14d72850bab63b7d02791c9f51bb3eac2faf67c0faf058617673dd9b 2231
fte_0.50.2b6-20110708-6.dsc
25a3f7b5954bcf431c005fd425a77009c6bd22843ff16fb114463d6ee10e4144 14452
fte_0.50.2b6-20110708-6.debian.tar.xz
ece5189ce861cfca0d064d14b5236323b8c7c94f3de1f1b1f6374633664f436e 6362
fte_0.50.2b6-20110708-6_source.buildinfo
Files:
99eee3d69656b535c32df3f124a94f9c 2231 editors optional
fte_0.50.2b6-20110708-6.dsc
b8cb69bfe53144a2738e131d7e7b9f7f 14452 editors optional
fte_0.50.2b6-20110708-6.debian.tar.xz
ab4d87de00ef6edade564f8f65c2e745 6362 editors optional
fte_0.50.2b6-20110708-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmZV2OwQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCNNJD/0V6YyJH76fDuMA8wYGIKbQeKMkohtjo9jy
5QCPFeIDybxoydFQk6eyIqcgPaMykBRMpS/rH95U+v0r7pUi2FO983I9ZfDT30Rf
mABXftEswG9GDVlcxsufu2AIMK+uBRjmvRuCyV7EeOhZHzWgbWaH59mz5h+l8+2u
XXcuFbJDyy8IHnQyzzFFA2jjVrWs2DuAZ5WCEBk+8iMRL3+M7+jznuzkE1L14W/B
QImKya1Lhxqz/ta70Z+0jo5J6009ZFwR/TZ4iMGcUTQvnKYRfiXbMrI341z36lmU
HQI1jcxxofAYAcpfujbU0lcxiOWQjyoKVNh7UIVPWr0s42VkXAvJnxEvEN04Ct3H
yzFYz2DI7MhUFUR4mo5Y1HGIEdQVyzCkSt8M0O/dys4zLwzJ1aNJtReHWXTMPh18
hmpjr61qp+OHS9aqFLWnY36DM5v/iWgGPSsuKvv6Kp50WLr8E1AtfKANrw2oY49+
4DL1wbB1HkIN6dxAFkAuYwc6abXCXKxQz6+G30pXlBgtE0BFj/XPed52qlPtoZJg
98OWU1RPsAA0w8IFVQI95X1QC515JSWbfKTorkNY2wkJkqirEhBKcZlLscmDHowM
mAwQxXT+DwH72Ial6NJBt+7BG4GlXfD0eLTNH6IkS8pKccke3hm3WfOiD/7RH8Ls
fSebuIVdQw==
=OZHG
-----END PGP SIGNATURE-----
pgph5uCL184Kf.pgp
Description: PGP signature
--- End Message ---