Date: Sat, 27 Aug 2016 11:10:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212159] net-p2p/qbittorrent-nox11: fails to build Message-ID: <bug-212159-13-U6LEHQPGqB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212159-13@https.bugs.freebsd.org/bugzilla/> References: <bug-212159-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212159 --- Comment #5 from w.schwarzenfeld@utanet.at --- I could eliminate the Boost::asio error, including #include <boost/asio/impl/src.hpp> in src/app/applications.cpp. now left this: linking qbittorrent session.o: In function `BitTorrent::Session::saveResumeData()': base/bittorrent/session.cpp:(.text+0xa00e): undefined reference to `libtorrent::session_handle::wait_for_alert(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> >)' session.o: In function `BitTorrent::Session::getPendingAlerts(std::__1::vector<libtorrent::alert*, std::__1::allocator<libtorrent::alert*> >&, unsigned long)': base/bittorrent/session.cpp:(.text+0x15cfe): undefined reference to `libtorrent::session_handle::wait_for_alert(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> >)' string.o: In function `Utils::String::naturalCompareCaseSensitive(QString const&, QString const&)': base/utils/string.cpp:(.text+0x53): undefined reference to `__cxa_thread_atexit' string.o: In function `Utils::String::naturalCompareCaseInsensitive(QString const&, QString const&)': base/utils/string.cpp:(.text+0x180): undefined reference to `__cxa_thread_atexit' clang++: error: linker command failed with exit code 1 (use -v to see invocation) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212159-13-U6LEHQPGqB>