| Summary: | gnome-base/gvfs-1.6.6-r1: compile failure with /usr/lib64/libproxy.so | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Logarithmenlord |
| Component: | Current packages | Assignee: | Freedesktop bugs <freedesktop-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Logarithmenlord
2011-01-06 20:17:42 UTC
Created attachment 259096 [details]
build.log
See what 'ldd -r /usr/lib64/libproxy.so' prints. (In reply to comment #2) > See what 'ldd -r /usr/lib64/libproxy.so' prints. > ldd -r /usr/lib64/libproxy.so linux-vdso.so.1 => (0x00007fffd4904000) libmodman.so.1 => /usr/lib/libmodman.so.1 (0x00007fbb3c5fb000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007fbb3c3dd000) libmozjs.so => //usr/lib64/xulrunner-2.0/libmozjs.so (0x00007fbb3bef7000) libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/libstdc++.so.6 (0x00007fbb3bbe3000) libc.so.6 => /lib/libc.so.6 (0x00007fbb3b87c000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fbb3b665000) libdl.so.2 => /lib/libdl.so.2 (0x00007fbb3b461000) /lib64/ld-linux-x86-64.so.2 (0x00007fbb3ca56000) libnspr4.so => /usr/lib64/libnspr4.so (0x00007fbb3b223000) libm.so.6 => /lib/libm.so.6 (0x00007fbb3afa2000) undefined symbol: JS_GetStringBytes (/usr/lib64/libproxy.so) undefined symbol: JS_NewString (/usr/lib64/libproxy.so) So, seems right now libproxy hates xulrunner-2.0. (In reply to comment #4) > So, seems right now libproxy hates xulrunner-2.0. > Momentarily work-around: USE="-xulrunner" emerge libproxy and emerge gvfs as it seems that the problem goes back to libproxy. Well, for the moment remember that xulrunner 2.0 is still *not* in the tree. This is wrongly assigned (the problem is in libproxy, not gvfs). I also doubt xulrunner-2 is really supported at the moment :-/ (In reply to comment #7) > This is wrongly assigned (the problem is in libproxy, not gvfs). I also doubt > xulrunner-2 is really supported at the moment :-/ > This has been signaled in bug 342787 *** This bug has been marked as a duplicate of bug 342787 *** |