test-smart_pointer.o: In function `smart_pointer_test::test_optional()': /var/tmp/portage/dev-libs/libfilezilla-0.9.2/work/libfilezilla-0.9.2/tests/smart_pointer.cpp:54: undefined reference to `CppUnit::SourceLine::SourceLine(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' /var/tmp/portage/dev-libs/libfilezilla-0.9.2/work/libfilezilla-0.9.2/tests/smart_pointer.cpp:54: undefined reference to `CppUnit::Message::Message(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' /var/tmp/portage/dev-libs/libfilezilla-0.9.2/work/libfilezilla-0.9.2/tests/smart_pointer.cpp:54: undefined reference to `CppUnit::Asserter::failIf(bool, CppUnit::Message const&, CppUnit::SourceLine const&)' /var/tmp/portage/dev-libs/libfilezilla-0.9.2/work/libfilezilla-0.9.2/tests/smart_pointer.cpp:54: undefined reference to `CppUnit::Message::~Message()' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 13.0-desktop_libressl_20170903-100751 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-6.4.0 * Available Python interpreters, in order of preference: [1] python3.4 [2] python2.7 (fallback) java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.5.1 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm emerge -qpv dev-libs/libfilezilla [ebuild N ] dev-libs/libfilezilla-0.9.2 USE="{-test}"
Created attachment 492782 [details] emerge-info.txt
Created attachment 492784 [details] dev-libs:libfilezilla-0.9.2:20170906-021848.log
Created attachment 492786 [details] emerge-history.txt
Created attachment 492788 [details] environment
Created attachment 492790 [details] etc.portage.tbz2
Created attachment 492792 [details] logs.tbz2
Created attachment 492794 [details] temp.tbz2
Created attachment 492796 [details] tests.tbz2
looks like underlinking
(In reply to Sergei Trofimovich from comment #9) > looks like underlinking I was wrong. It's an API change of dev-util/cppunit: libfilezilla builds fine against 1.13.2-r2 but fails against 1.14.0.
libfilezilla-0.9.2/m4/cppunit.m4 relies on cppunit-config tool presence. In 1.14.0 cppunit-config was removed and the only way to setup cppunit environment is to use pkg-config.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032c84c9d3b226b882e5f4f13552754fe8e38804 commit 032c84c9d3b226b882e5f4f13552754fe8e38804 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2017-09-17 10:22:37 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2017-09-17 10:24:10 +0000 dev-libs/libfilezilla: backported pkg-config cppunit detection, bug #630094 libfilezilla-0.9.2/m4/cppunit.m4 relies on cppunit-config tool presence. In 1.14.0 cppunit-config was removed and the only way to setup cppunit environment is to use pkg-config. Upstream fixed it in revision 8441. I've applied extracted patch as-is: svn diff -r 8440:8441 And not tests link and pass fine against both cppunit 1.13 and 1.14 Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/630094 Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../libfilezilla-0.9.2-cppunit-pkgconfig.patch | 428 +++++++++++++++++++++ dev-libs/libfilezilla/libfilezilla-0.9.2.ebuild | 11 +- 2 files changed, 438 insertions(+), 1 deletion(-)