From owner-freebsd-ports@FreeBSD.ORG Mon Apr 28 12:47:34 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01B7D37B401 for ; Mon, 28 Apr 2003 12:47:34 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B45D43F85 for ; Mon, 28 Apr 2003 12:47:33 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail5.nc.rr.com (fe5 [24.93.67.52])h3SJgihA006975; Mon, 28 Apr 2003 15:42:47 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 28 Apr 2003 15:44:26 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h3SJilaa081706; Mon, 28 Apr 2003 15:44:47 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Julian Elischer In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-o4fcxprvtWWCT7OYYKi8" Organization: MarcusCom, Inc. Message-Id: <1051559233.362.50.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 28 Apr 2003 15:47:14 -0400 X-Spam-Status: No, hits=-38.6 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: ports@freebsd.org Subject: Re: mozilla port borked? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 19:47:34 -0000 --=-o4fcxprvtWWCT7OYYKi8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-04-28 at 15:32, Julian Elischer wrote: > I ran portipdate on Friday and since then mozilla > doesn't run.. >=20 > > mozilla > /usr/libexec/ld-elf.so.1: Shared object "libmozjs.so" not found > /usr/libexec/ld-elf.so.1: Shared object "libmozjs.so" not found > >=20 > there IS such a file in the mozilla work dir.. Are you launching Mozilla out of the port working dir, or from /usr/X11R6/bin? If the latter, then the libmozjs.so file should be in /usr/X11R6/lib/mozilla directory. In this case, the mozilla script sets LD_LIBRARY_PATH such that this object can be found. If you're running it from the port working dir, and there is no /usr/X11R6/lib/mozilla/libmozjs.so, then the it will most likely fail. Joe > julian# cd mozilla > julian# ls > CVS distinfo pkg-descr pkg-message > Makefile files pkg-descr.gtk2 work > julian# find . -name "*libmozjs*" -ls > 3278755 928 -rwxr-xr-x 1 root wheel 459792 > Apr 27 18:06 ./work/mozilla/js/src/libmozjs.so > 3111602 0 lrwxr-xr-x 1 root wheel 24 > Apr 27 18:06 ./work/mozilla/dist/lib/libmozjs.so -> > ../../js/src/libmozjs.so > 3111603 0 lrwxr-xr-x 1 root wheel 24 > Apr 27 18:06 ./work/mozilla/dist/bin/libmozjs.so -> > ../../js/src/libmozjs.so > 3127170 0 lrwxr-xr-x 1 root wheel 24 > Apr 27 18:06 ./work/mozilla/dist/gre/libmozjs.so -> > ../../js/src/libmozjs.so >=20 >=20 >=20 > but if I install it by hand, > julian# cp ./work/mozilla/js/src/libmozjs.so /usr/local/lib >=20 > julian# ldd /usr/X11R6/lib/mozilla/mozilla-bin=20 > /usr/X11R6/lib/mozilla/mozilla-bin: > libmozjs.so =3D> /usr/local/lib/libmozjs.so (0x2809b000) > libplds4.so =3D> /usr/local/lib/libplds4.so (0x2810c000) > libplc4.so =3D> /usr/local/lib/libplc4.so (0x28132000) > libnspr4.so =3D> /usr/local/lib/libnspr4.so (0x2815a000) > libgtk12.so.2 =3D> /usr/X11R6/lib/libgtk12.so.2 (0x28189000) > libgdk12.so.2 =3D> /usr/X11R6/lib/libgdk12.so.2 (0x282b1000) > libgmodule12.so.3 =3D> /usr/local/lib/libgmodule12.so.3 > (0x282e5000) > libglib12.so.3 =3D> /usr/local/lib/libglib12.so.3 (0x282e8000) > libintl.so.4 =3D> /usr/local/lib/libintl.so.4 (0x2830a000) > libXi.so.6 =3D> /usr/X11R6/lib/libXi.so.6 (0x28312000) > libXext.so.6 =3D> /usr/X11R6/lib/libXext.so.6 (0x2831a000) > libX11.so.6 =3D> /usr/X11R6/lib/libX11.so.6 (0x28328000) > libm.so.2 =3D> /usr/lib/libm.so.2 (0x283e4000) > libstdc++.so.3 =3D> /usr/lib/libstdc++.so.3 (0x283ff000) > libc_r.so.4 =3D> /usr/lib/libc_r.so.4 (0x28444000) > libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x284f9000) > libXThrStub.so.6 =3D> /usr/X11R6/lib/libXThrStub.so.6 (0x285d4000= ) > julian# > But mozilla still doesn't work, even though it no longer gives that > error. >=20 > does anyone have any thoughts? >=20 > (The maintainer is listed as "ports@") >=20 >=20 >=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-o4fcxprvtWWCT7OYYKi8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+rYVBb2iPiv4Uz4cRAknqAKCh13WXD8tbUPnYdvLBCUmEuTNxAwCfS4Q6 g5nmol8Et7oQop6wtYR5Xdk= =N0ea -----END PGP SIGNATURE----- --=-o4fcxprvtWWCT7OYYKi8--