| Summary: | net-libs/rb_libtorrent-0.16.19: Build fails at /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ltorrent-rasterbar | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | James Chew <james05+gentoo> |
| Component: | [OLD] Library | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | genlinux, net-p2p |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
James Chew
2015-03-22 16:21:19 UTC
# emerge -pqv '=net-libs/rb_libtorrent-0.16.19::gentoo'
[ebuild N ] net-libs/rb_libtorrent-0.16.19 USE="python ssl -debug -doc -examples -static-libs {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_4"
Created attachment 399470 [details]
build.log
> I think it is related to bug 54243. It probably is and your side note is actually *the* issue at hand. > x86_64-pc-linux-gnu-g++ -pthread -shared -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -fvisibility=hidden -fvisibility-inlines-hidden -O2 -pipe -march=sandybridge --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=sandybridge -ftemplate-depth=120 -fvisibility=hidden -fvisibility-inlines-hidden build/temp.linux-x86_64-3.3/src/alert.o build/temp.linux-x86_64-3.3/src/big_number.o build/temp.linux-x86_64-3.3/src/converters.o build/temp.linux-x86_64-3.3/src/create_torrent.o build/temp.linux-x86_64-3.3/src/datetime.o build/temp.linux-x86_64-3.3/src/entry.o build/temp.linux-x86_64-3.3/src/error_code.o build/temp.linux-x86_64-3.3/src/fingerprint.o build/temp.linux-x86_64-3.3/src/ip_filter.o build/temp.linux-x86_64-3.3/src/magnet_uri.o build/temp.linux-x86_64-3.3/src/module.o build/temp.linux-x86_64-3.3/src/peer_info.o build/temp.linux-x86_64-3.3/src/session.o build/temp.linux-x86_64-3.3/src/session_settings.o build/temp.linux-x86_64-3.3/src/string.o build/temp.linux-x86_64-3.3/src/torrent_handle.o build/temp.linux-x86_64-3.3/src/torrent_info.o build/temp.linux-x86_64-3.3/src/torrent_status.o build/temp.linux-x86_64-3.3/src/utility.o build/temp.linux-x86_64-3.3/src/version.o -L../../src/.libs -L/usr/lib64 -ltorrent-rasterbar -lpthread -lboost_system-mt -lboost_python-3.3 -lpthread -lssl -lcrypto -lpython3.3 -o build/lib.linux-x86_64-3.3/libtorrent.cpython-33.so -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -fvisibility=hidden -fvisibility-inlines-hidden > ... > make: Leaving directory '/var/tmp/portage/net-libs/rb_libtorrent-0.16.19/work/libtorrent-rasterbar-0.16.19-python3_3/bindings/python' Note '-L../../src/.libs' part (also, as my side note: given that '-L/usr/lib64' is the first value, this is prone to breaking on ABI breaks). python_install Probably, just adding a proper symlink in python_configure or python_install would solve the original problem. *** This bug has been marked as a duplicate of bug 542434 *** |