Your message dated Fri, 02 Oct 2020 05:48:24 +0000
with message-id <[email protected]>
and subject line Bug#969577: fixed in caml-crush 1.0.10-4
has caused the Debian Bug report #969577,
regarding caml-crush: FTBFS with GCC 10: multiple definition of `my_arch'
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.)
--
969577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969577
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: caml-crush
Version: 1.0.9-1
Severity: serious
Tags: ftbfs sid bullseye
Justification: fails to build from source (but built successfully in the past)
caml-crush fails to build with GCC 10:
| gcc -Wl,-z,relro,-z,now -shared -Wl,-soname,libp11clienttcpssl.so -fPIC -o
libp11client"".so pkcs11_rpc_xdr.o pkcs11_rpc_clnt.o modwrap_"".o
modwrap_crpc.o modwrap_crpc_ssl.o -lpthread -lssl -Wl,-z,relro;
| /usr/bin/ld: modwrap_crpc.o:(.bss+0xa8): multiple definition of `my_arch';
modwrap_.o:(.bss+0xa8): first defined here
| /usr/bin/ld: modwrap_crpc.o:(.bss+0xb0): multiple definition of `peer_arch';
modwrap_.o:(.bss+0xb0): first defined here
| /usr/bin/ld: modwrap_crpc.o:(.bss+0x8): multiple definition of `is_Blocking';
modwrap_.o:(.bss+0x0): first defined here
| /usr/bin/ld: modwrap_crpc.o:(.bss+0x20): multiple definition of `mutex';
modwrap_.o:(.bss+0x20): first defined here
| /usr/bin/ld: modwrap_crpc.o:(.bss+0x60): multiple definition of
`linkedlist_mutex'; modwrap_.o:(.bss+0x60): first defined here
| /usr/bin/ld: modwrap_crpc.o:(.bss+0x88): multiple definition of `op_type';
modwrap_.o:(.bss+0x88): first defined here
| /usr/bin/ld: modwrap_crpc.o:(.bss+0x90): multiple definition of
`request_data'; modwrap_.o:(.bss+0x90): first defined here
| /usr/bin/ld: modwrap_crpc.o:(.bss+0x98): multiple definition of `ssl';
modwrap_.o:(.bss+0x98): first defined here
| /usr/bin/ld: modwrap_crpc.o:(.bss+0xa0): multiple definition of `ctx';
modwrap_.o:(.bss+0xa0): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0x98): multiple definition of `ssl';
modwrap_.o:(.bss+0x98): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0xa0): multiple definition of `ctx';
modwrap_.o:(.bss+0xa0): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0x18): multiple definition of
`is_Blocking'; modwrap_.o:(.bss+0x0): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0x20): multiple definition of `mutex';
modwrap_.o:(.bss+0x20): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0x60): multiple definition of
`linkedlist_mutex'; modwrap_.o:(.bss+0x60): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0x88): multiple definition of
`op_type'; modwrap_.o:(.bss+0x88): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0x90): multiple definition of
`request_data'; modwrap_.o:(.bss+0x90): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0xa8): multiple definition of
`my_arch'; modwrap_.o:(.bss+0xa8): first defined here
| /usr/bin/ld: modwrap_crpc_ssl.o:(.bss+0xb0): multiple definition of
`peer_arch'; modwrap_.o:(.bss+0xb0): first defined here
| collect2: error: ld returned 1 exit status
| make[3]: *** [Makefile:39: crpc] Error 1
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-SERVER/src/client-lib'
| make[2]: *** [Makefile:19: client] Error 2
| make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-SERVER'
| dh_auto_build: error: cd build-SERVER && make -j1
CUSTOM_SONAME=libp11clienttcpssl.so returned exit code 2
| make[1]: *** [debian/rules:45: override_dh_auto_build-SERVER] Error 25
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:53: build] Error 2
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Cheers
--
Sebastian Ramacher
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: caml-crush
Source-Version: 1.0.10-4
Done: Thomas Calderon <[email protected]>
We believe that the bug you reported is fixed in the latest version of
caml-crush, 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.
Thomas Calderon <[email protected]> (supplier of updated caml-crush
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: SHA512
Format: 1.8
Date: Tue, 29 Sep 2020 10:07:14 +0100
Source: caml-crush
Architecture: source
Version: 1.0.10-4
Distribution: unstable
Urgency: medium
Maintainer: Thomas Calderon <[email protected]>
Changed-By: Thomas Calderon <[email protected]>
Closes: 969577
Changes:
caml-crush (1.0.10-4) unstable; urgency=medium
.
* Fix other lintians
.
caml-crush (1.0.10-3) unstable; urgency=medium
.
* Fix dwz issues and other packaging bugs
.
caml-crush (1.0.10-2) unstable; urgency=medium
.
* Fix debian lintians
.
caml-crush (1.0.10-1) unstable; urgency=medium
.
* GCC-10 fixes (Closes: #969577)
Checksums-Sha1:
dd82c843917db1c093601e1c2d42b72cf336ca2f 1959 caml-crush_1.0.10-4.dsc
f841ba0cd28ae0581eb277cf37b070f15e1bc196 5888 caml-crush_1.0.10-4.debian.tar.xz
f51fb578d0c5b9dab6fcded586d03eaf50746100 337505 caml-crush_1.0.10.orig.tar.gz
Checksums-Sha256:
54cb4c989db20550127070849e597031b87bc6fe48973ccce787e9a7be856fc2 1959
caml-crush_1.0.10-4.dsc
d801e34685e7bf3d9097dbaf88de2365e1fbb10ea2d5ef951d9e853d8bf9985d 5888
caml-crush_1.0.10-4.debian.tar.xz
d296db4e779008a3936aca0919adef17a87e9bfe74aa3799bb28aedb62cdc2a7 337505
caml-crush_1.0.10.orig.tar.gz
Files:
40e14bc623ef484c9589cd3f809c2776 1959 net optional caml-crush_1.0.10-4.dsc
7ade5e9e9244831f732fb6e56ac90e6a 5888 net optional
caml-crush_1.0.10-4.debian.tar.xz
aa55ea093380c0a36b54eed147b3dd44 337505 net optional
caml-crush_1.0.10.orig.tar.gz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAl92vNcACgkQIbju8bGJ
MIHOjwf/TETCkOfTXsJK7+ToQbbXlPxY/Qfz3hNIjvhydlBa7A68hr0lJ7CwLcZE
5huxwNAUiW+jyP4FGbTNw95GnUKgXPjyHFsfqxTvuiXjJmYK/ljMOZrJyniFx9RE
pVDErTdEl1OvvjRdZ/UNGPUXXDI6oLTzRgwdD4189Rtxs1atfIeT1Gn8KMSDKEJs
FP/HljxkTit/Y581NRMurO/7zrvsdgLpFjcdp+2fDxva0Qqb6culv2asWRV9CXxw
zWW+feknKhhX0lnuY2CLLQP8742d9b51vgja6ao4jMrFp9VUtZWRmauTOXIz+7a+
Fh1YCVTFk9H81pyD0ah9ohmyA3VAsQ==
=al8S
-----END PGP SIGNATURE-----
--- End Message ---