Your message dated Thu, 12 Sep 2024 05:18:56 +0000
with message-id <e1socek-00adlg...@fasolo.debian.org>
and subject line Bug#1069436: fixed in checkinstall 1.6.2+git20170426.d24a630-5
has caused the Debian Bug report #1069436,
regarding checkinstall: FTBFS on armhf: cckxe2Ww.s:11565: Error: symbol
`open64' is already defined
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.)
--
1069436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: checkinstall
Version: 1.6.2+git20170426.d24a630-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-armhf
Hi,
During a rebuild of all packages in sid, your package failed to build
on armhf.
Relevant part (hopefully):
> gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -Wl,-z,relro -Wall
> -c -g -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -DVERSION=\"0.7.0beta7\"
> installwatch.c
> installwatch.c: In function ‘instw_init’:
> installwatch.c:1232:17: warning: ignoring return value of ‘realpath’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 1232 | realpath(proot,wrkpath);
> | ^~~~~~~~~~~~~~~~~~~~~~~
> installwatch.c:1351:17: warning: ignoring return value of ‘realpath’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 1351 | realpath(__instw.root,wrkpath);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> installwatch.c:1369:25: warning: ignoring return value of ‘realpath’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 1369 | realpath(pexclude,wrkpath);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> installwatch.c: In function ‘copy_path’:
> installwatch.c:778:33: warning: ignoring return value of ‘write’ declared
> with attribute ‘warn_unused_result’ [-Wunused-result]
> 778 | write(translfd,buffer,bytes);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/string.h:535,
> from installwatch.c:45:
> In function ‘strcat’,
> inlined from ‘instw_setpath.isra’ at installwatch.c:1603:3:
> /usr/include/arm-linux-gnueabihf/bits/string_fortified.h:130:10: warning:
> ‘__builtin___strcat_chk’ accessing 8195 or more bytes at offsets 8242 and 48
> may overlap 1 byte at offset 8242 [-Wrestrict]
> 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize
> (__dest));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> installwatch.c: In function ‘instw_setpath.isra’:
> installwatch.c:1649:17: warning: ‘__builtin_strncpy’ output may be truncated
> copying 4096 bytes from a string of length 4096 [-Wstringop-truncation]
> 1649 | strncpy(instw->translpath,instw->truepath,PATH_MAX);
> | ^
> In function ‘strncat’,
> inlined from ‘instw_setpath.isra’ at installwatch.c:1659:3:
> /usr/include/arm-linux-gnueabihf/bits/string_fortified.h:138:10: warning:
> ‘__builtin___strncat_chk’ accessing 1 byte at offsets 12339 and 4145 may
> overlap 1 byte at offset 12339 [-Wrestrict]
> 138 | return __builtin___strncat_chk (__dest, __src, __len,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 139 | __glibc_objsize (__dest));
> | ~~~~~~~~~~~~~~~~~~~~~~~~~
> In function ‘strncat’,
> inlined from ‘instw_setpath.isra’ at installwatch.c:1671:2:
> /usr/include/arm-linux-gnueabihf/bits/string_fortified.h:138:10: warning:
> ‘__builtin___strncat_chk’ accessing 1 byte at offsets 16440 and 4145 may
> overlap 1 byte at offset 16440 [-Wrestrict]
> 138 | return __builtin___strncat_chk (__dest, __src, __len,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 139 | __glibc_objsize (__dest));
> | ~~~~~~~~~~~~~~~~~~~~~~~~~
> installwatch.c: In function ‘instw_setpath.isra’:
> installwatch.c:1620:17: warning: ‘__builtin_strncpy’ output may be truncated
> copying 4096 bytes from a string of length 4096 [-Wstringop-truncation]
> 1620 | strncpy(instw->reslvpath,instw->truepath,PATH_MAX);
> | ^
> installwatch.c:1621:17: warning: ‘__builtin_strncpy’ output may be truncated
> copying 4096 bytes from a string of length 4096 [-Wstringop-truncation]
> 1621 | strncpy(instw->translpath,instw->truepath,PATH_MAX);
> | ^
> /tmp/cckxe2Ww.s: Assembler messages:
> /tmp/cckxe2Ww.s:11565: Error: symbol `open64' is already defined
> /tmp/cckxe2Ww.s:24205: Error: symbol `creat64' is already defined
> /tmp/cckxe2Ww.s:24578: Error: symbol `ftruncate64' is already defined
> /tmp/cckxe2Ww.s:24736: Error: symbol `fopen64' is already defined
> /tmp/cckxe2Ww.s:25191: Error: symbol `readdir64' is already defined
> /tmp/cckxe2Ww.s:25379: Error: symbol `scandir64' is already defined
> /tmp/cckxe2Ww.s:25738: Error: symbol `truncate64' is already defined
> make[3]: *** [Makefile:22: installwatch.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/04/20/checkinstall_1.6.2+git20170426.d24a630-4_unstable-armhf.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: checkinstall
Source-Version: 1.6.2+git20170426.d24a630-5
Done: Stephen Gelman <ssg...@debian.org>
We believe that the bug you reported is fixed in the latest version of
checkinstall, 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 1069...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stephen Gelman <ssg...@debian.org> (supplier of updated checkinstall 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, 11 Sep 2024 00:24:44 -0500
Source: checkinstall
Architecture: source
Version: 1.6.2+git20170426.d24a630-5
Distribution: unstable
Urgency: medium
Maintainer: Stephen Gelman <ssg...@debian.org>
Changed-By: Stephen Gelman <ssg...@debian.org>
Closes: 1055075 1055077 1069436
Changes:
checkinstall (1.6.2+git20170426.d24a630-5) unstable; urgency=medium
.
[ Stephen Gelman ]
* Fix HPPA build (Closes: #1055075)
Thanks John David Anglin for the patch!
* Fix riscv64 build (Closes: #1055077)
Thanks Aurelien Jarno for the patch!
* Fix armhf/armel build post-t64 transition (Closes: #1069436)
.
[ Samuel Thibault ]
* control: Add hurd-amd64 case.
Checksums-Sha1:
971f88c6bf873e3f4877dde6df173d0164c58e25 2262
checkinstall_1.6.2+git20170426.d24a630-5.dsc
a21d57e71c44dda61e335d2b9189ee63ac73ee28 19512
checkinstall_1.6.2+git20170426.d24a630-5.debian.tar.xz
defe91133bed253c711938b6a9ad5c532932eec9 6818
checkinstall_1.6.2+git20170426.d24a630-5_amd64.buildinfo
Checksums-Sha256:
a2d248d06714588503ec929c7bd2d619beeb2c9b6d44acdd24dddb189399d82c 2262
checkinstall_1.6.2+git20170426.d24a630-5.dsc
909842b31b07476e5490757b971dab68c1d48836e70abf6016a2a2ba4b02a0a7 19512
checkinstall_1.6.2+git20170426.d24a630-5.debian.tar.xz
932444736552e5e5ed11402616357b7c02b1af35d354f3013500fa2465dcf90b 6818
checkinstall_1.6.2+git20170426.d24a630-5_amd64.buildinfo
Files:
a676d3dee926f71d7442ed93ca9a6ec1 2262 admin optional
checkinstall_1.6.2+git20170426.d24a630-5.dsc
dcb2cc680b07fcb0fd68c7b215f37351 19512 admin optional
checkinstall_1.6.2+git20170426.d24a630-5.debian.tar.xz
dd18b9a848f9902b126c6223240d007f 6818 admin optional
checkinstall_1.6.2+git20170426.d24a630-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEC77u8GTpSr6EMli0dUHPqvw16s8FAmbic+gSHHNzZ2VsbUBk
ZWJpYW4ub3JnAAoJEHVBz6r8NerP2ZwQALzk0bd878I0m8H1HRjjTGFkN6+lJDhN
locQ2zM5BmmAbIcoYxsQMBM6OavLw8/Rx8BMJnfiiqPM60iCu4BJsB8stSNhoXah
jHRD63fsozzjBJuAv8uL9jBpLI1HR1pyfsKX44QMXKN8aNHam0kECoUgDXfjpnyc
oP0mN1gAXAJjo7iK6HVClUD2PX4PpnTy/33vvlRQF6/jPRcBHgiH1tWjqojErrLW
jOLBhq6sq0AGuv5hr3e0KUxDO6i4+VSqJeDcVOHyerl6xpZVoWRE2Zhn6gtyuhmC
GCbl1nGIXMFxxkMskvBkCqSwOmw1Ki32t1x4ZgAkVIM53viwxu+UpeGIEd4eqfzm
NtUV4K/nICzeDWWsDdzAXkP1H0IycyuGz1nRGnKqxZbRRqdIQKA/n1PZ0stNd4Bf
AlZf18vN4xlFEl2AJ+vs4rUXvMXRIZuj/Jd+8FcRJT6LpQXhpB+yZdpA973eLnSo
xaxxR5TgQ+KfhtvB3OwkwMHxIE5M5XjWFwrD3aKt1AEwXw80xczedgWYYzbCHZch
Sv0XEJicGzCIOeozq9nCnRuEwPwWyLnOFxnWsMMumIWnth8M76hl19fgsOlTEU1A
ZfTy70AROhnoluWD9FKDLU5BpMSBHg8paz6uLLCJJaRFf/nvhqOmBxMOzRwLb69P
g4na283NqVKw
=LDZ7
-----END PGP SIGNATURE-----
pgpTrwLxB2u3i.pgp
Description: PGP signature
--- End Message ---