Date: Thu, 13 Dec 2012 01:37:13 -0600 From: Scot Hetzel <swhetzel@gmail.com> To: Matthew Seaman <matthew@freebsd.org> Cc: freebsd-stable@freebsd.org Subject: Re: Will we get a RELEASE-9.1 for Christmas? Message-ID: <CACdU%2Bf-BrtCZhDT25yX0pvcFx9OvgyndQSQKXS-7UPYGyvr9VA@mail.gmail.com> In-Reply-To: <50C975B3.7070701@FreeBSD.org> References: <201212090318.UAA11257@lariat.net> <50C412F6.7040300@sdf.org> <201212090526.26535.lumiwa@gmail.com> <CAJHU=or2MJ7cNz2p4v%2BYFcOjgV-2dXrxngTeUCkxU8kOqOoFaQ@mail.gmail.com> <CAN6yY1vQPf8NUiq9fqr-qPDYSjON%2BMhXuQd6bHbQWtCbJ%2Byyqw@mail.gmail.com> <50C8CF77.2040102@FreeBSD.org> <kab3a0$3jk$1@ger.gmane.org> <50C975B3.7070701@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 13, 2012 at 12:29 AM, Matthew Seaman <matthew@freebsd.org> wrote: > On 12/12/2012 23:17, Walter Hurry wrote: >> That looks like a useful feature. But why is it saying this? >> >> pkg: (firefox-17.0.1,1) shared library libxpcom.so not found >> pkg: (firefox-17.0.1,1) shared library libmozalloc.so not found >> (lots more output snipped) >> >> $ locate libxpcom.so >> /usr/local/lib/firefox/libxpcom.so >> $ locate libmozalloc.so >> /usr/local/lib/firefox/libmozalloc.so >> $ file /usr/local/lib/firefox/libxpcom.so >> /usr/local/lib/firefox/libxpcom.so: ELF 64-bit LSB shared object, x86-64, >> version 1 (FreeBSD), dynamically linked, stripped >> $ file /usr/local/lib/firefox/libmozalloc.so >> /usr/local/lib/firefox/libmozalloc.so: ELF 64-bit LSB shared object, >> x86-64, version 1 (FreeBSD), dynamically linked, stripped >> $ > > Ah -- that would be a bug. At a guess, it's not finding the shlibs > because they're in a location not on the usual path and there's > something odd about the RPATH settings in the binaries. I shall > investigate further. > This same issue with firefox was reported in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=131237 And included a simple fix which was rejected by the firefox maintainer due to firefox sets LD_LIBRARY_PATH at runtime to find its share libraries. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACdU%2Bf-BrtCZhDT25yX0pvcFx9OvgyndQSQKXS-7UPYGyvr9VA>