Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339286 - net-libs/libproxy-0.4.6 fails to link due to missing -lmozjs
Summary: net-libs/libproxy-0.4.6 fails to link due to missing -lmozjs
Status: RESOLVED DUPLICATE of bug 339216
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-30 20:44 UTC by Martin von Gagern
Modified: 2010-09-30 21:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (libproxy.emerge--info,6.06 KB, text/plain)
2010-09-30 20:45 UTC, Martin von Gagern
Details
build log (net-libs:libproxy-0.4.6:20100930-184022.log,9.74 KB, text/plain)
2010-09-30 20:45 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2010-09-30 20:44:34 UTC
Emerging libproxy fails as the linker seems unable to locate libmozjs:

/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmozjs
collect2: ld returned 1 exit status
make[2]: *** [utils/proxy] Error 1
make[1]: *** [utils/CMakeFiles/proxy.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Scanning dependencies of target PLlibproxy
[100%] Building C object bindings/perl/src/CMakeFiles/PLlibproxy.dir/Libproxy.c.o
Linking C shared library ../../../perl/blib/arch/auto/Net/Libproxy.so
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmozjs
collect2: ld returned 1 exit status
make[2]: *** [perl/blib/arch/auto/Net/Libproxy.so] Error 1
make[1]: *** [bindings/perl/src/CMakeFiles/PLlibproxy.dir/all] Error 2
Comment 1 Martin von Gagern 2010-09-30 20:45:15 UTC
Created attachment 249106 [details]
emerge --info
Comment 2 Martin von Gagern 2010-09-30 20:45:44 UTC
Created attachment 249108 [details]
build log
Comment 3 Martin von Gagern 2010-09-30 20:46:40 UTC
$ locate libmozjs.so
/usr/lib64/thunderbird/libmozjs.so
/usr/lib64/xulrunner-devel-1.9.2/sdk/lib/libmozjs.so
/usr/lib64/seamonkey/libmozjs.so
/usr/lib64/openoffice/basis3.2/program/libmozjs.so
/usr/lib64/xulrunner-1.9.2/libmozjs.so
/opt/xulrunner/libmozjs.so
/opt/xulrunner/libmozjs.so.1
/opt/thunderbird/libmozjs.so
/opt/firefox/libmozjs.so
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-09-30 21:30:04 UTC

*** This bug has been marked as a duplicate of bug 339216 ***