Your message dated Thu, 23 Oct 2014 22:59:07 +0000 with message-id <[email protected]> and subject line Bug#762419: fixed in xca 1.0.0-1 has caused the Debian Bug report #762419, regarding xca: FTBFS on sid/x86_64 (missing libstdc++) 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.) -- 762419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762419 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: xca Version: 0.9.3-1 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, make[2]: Leaving directory '/tmp/xca-0.9.3/img' LINK xca /usr/bin/ld.bfd.real: /tmp/xca-0.9.3/lib/db_key.o: undefined reference to symbol '__cxa_free_exception@@CXXABI_1.3' //usr/lib/x86_64-linux-gnu/libstdc++.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:61: recipe for target 'xca' failed make[1]: *** [xca] Error 1 make[1]: Leaving directory '/tmp/xca-0.9.3' debian/rules:19: recipe for target 'build-stamp' failed make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 strace reveals the following command for linking: execve("/usr/bin/gcc", ["gcc", "-g", "-O2", "-fstack-protector-strong", "-Wformat", "-Werror=format-security", "-Wl,-z,relro", "@lib/.build-stamp", "@widgets/.build-stamp", "@img/.build-stamp", "-lQtGui", "-lQtCore", "-lssl", "-lcrypto", "-lltdl", "-o", "xca"], ...) Apparently, libstdc++ is missing here (or g++ needs to be used for linking). Addling -lstdc++ to Local.mak's LIBS makes the link succeed. Sebastian - -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xca depends on: ii libc6 2.19-11 ii libgcc1 1:4.9.1-15 ii libltdl7 2.4.2-1.10+b1 ii libqtcore4 4:4.8.6+git64-g5dc8b2b+dfsg-2 ii libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-2 ii libssl1.0.0 1.0.1i-2 ii libstdc++6 4.9.1-15 xca recommends no packages. xca suggests no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVB+5bPhx3EthBlqjAQj2GQ/+I9tDwD+l0rK7n0gYvJSuvC45HwZU5Kxs BOe9EwgS7c75PNhMcevgmz5Lb1AFlM2rwaWSvFSvMS3OA4JurGORtrL4ug3X+R1N qxLSVwJKfJzuy2wVrqFNiL8nowBv9GOZV8XDg5RUCEB8FMFwM1zYVAwaDZsrUtTj qziSBqpylIqf+UboU3ZvPWfVwwpose3bJjIevN/cG6jxXRJgqxjWBc7aVka2f2E5 jEjgGgpbe4eY15EfrA+0qEznnRgd3pHonHEyBtLJCLHVfdkTh72IkV/jvqkieJXJ lSxENRScP8hVTO6MtKtwSwYFVoDnogNTSi7wxpTJVTWERni2HbPU8ZH+6J5TY9sc oh4+YSGjiMPEi6cS01zaIIL2A4mfAQdHXI0XKzQux0sQdVB6sbydS2StiM+wsHuV Kl6byfCpxf8xPL+MNnpub8WuGfJhAW7FfPWOWxC9bkrDLFvJaesgFpLQC+Rmhr/q iap3JIm0hBtOHMThG/CM4VxPyqG+4852LvcmSg+ZLTToWWf6DKqTfGvzxXe5qux/ iSghFsVtX8XVSFLVjp8L2wUohBZqoGTC1niH3CR1Ovzy8PxDHTgoaFt2l7fie5WC aHoPRTyGF2tJ5VJX5p8Ufn5ifUmw8/E4PsLBrBM8yVUyfd9rvFH/I5POF5lUtaIP Iu+GsQDCjJA= =iG3m -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: xca Source-Version: 1.0.0-1 We believe that the bug you reported is fixed in the latest version of xca, 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. Tino Mettler <[email protected]> (supplier of updated xca 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: SHA1 Format: 1.8 Date: Thu, 23 Oct 2014 11:59:26 +0200 Source: xca Binary: xca Architecture: source Version: 1.0.0-1 Distribution: unstable Urgency: medium Maintainer: Tino Mettler <[email protected]> Changed-By: Tino Mettler <[email protected]> Description: xca - x509 Certification Authority management tool based on QT4 Closes: 713672 758440 762419 Changes: xca (1.0.0-1) unstable; urgency=medium . * New upstream release (Closes: #758440) * Fix undefined reference to symbol '__cxa_free_exception@@CXXABI_1.3' Thanks to YunQiang Su <[email protected]> (Closes: #713672, #762419) * Show all build commands during build to fix a lintian warning * Use DEB_REF instead of UPSTREAM_REF for git based patch creation * Update maintainer name Checksums-Sha1: 41c2c791c30ba4da522ed14a2d97d64c4091bc29 1139 xca_1.0.0-1.dsc b6f91f4ff9b13d6b1a0c8b554e83584af24a50d4 802454 xca_1.0.0.orig.tar.gz 0455d6107d3851d5bfa160f3b190b1e67393c05b 4456 xca_1.0.0-1.debian.tar.xz Checksums-Sha256: 82ec6eb281292de9122f03435ccd550a9f317b4a7790f4b55996171b03301fa7 1139 xca_1.0.0-1.dsc d24af7c5cda694097361c7e04dadf5aa32f43d5d484b8447acf8acbea1b555d8 802454 xca_1.0.0.orig.tar.gz c361504a6815c45d4a29fbb04891c4c37db1251215d337b4d33ad9cb475fb2c7 4456 xca_1.0.0-1.debian.tar.xz Files: 4a2bf4a7045fe7ba99c5a6a566b5baad 1139 x11 optional xca_1.0.0-1.dsc 619bb6f07d062054880c103f21785d3a 802454 x11 optional xca_1.0.0.orig.tar.gz 1b99ab5ff8900e94b9caf30c0cdd03c3 4456 x11 optional xca_1.0.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlRJgyMACgkQGJoyQbxwpv/HnwCfXBJBcgGRKO3Ikzfk4u67yssT 9LMAmwXk6/8Rc/vcyBL9nQEoZS4QTYR2 =O9Ov -----END PGP SIGNATURE-----
--- End Message ---

