From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 1 04:20:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01F9410657DE for ; Sun, 1 Feb 2009 04:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2F958FC30 for ; Sun, 1 Feb 2009 04:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n114K4Jx090906 for ; Sun, 1 Feb 2009 04:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n114K4mr090905; Sun, 1 Feb 2009 04:20:04 GMT (envelope-from gnats) Resent-Date: Sun, 1 Feb 2009 04:20:04 GMT Resent-Message-Id: <200902010420.n114K4mr090905@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scot Hetzel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFDC41065720 for ; Sun, 1 Feb 2009 04:15:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE5C8FC19 for ; Sun, 1 Feb 2009 04:15:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n114FN8g063605 for ; Sun, 1 Feb 2009 04:15:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n114FN3H063604; Sun, 1 Feb 2009 04:15:23 GMT (envelope-from nobody) Message-Id: <200902010415.n114FN3H063604@www.freebsd.org> Date: Sun, 1 Feb 2009 04:15:23 GMT From: Scot Hetzel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131237: www/firefox3: missing LDFLAGS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 04:20:05 -0000 >Number: 131237 >Category: ports >Synopsis: www/firefox3: missing LDFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 01 04:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Scot Hetzel >Release: 8.0-CURRENT >Organization: >Environment: >Description: While running the libchk (sysutils/libchk), it would report several libraries missing on firefox3's firefox-bin. This is caused by ldd not looking in the /usr/local/lib/firefox3 directory for these libraries. >How-To-Repeat: Running ldd on /usr/local/lib/firefox3/firefox-bin results in several libraries not being found: firefox-bin: libxul.so => not found (0x0) libmozjs.so => not found (0x0) libxpcom.so => not found (0x0) libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) libplc4.so.1 => /usr/local/lib/libplc4.so.1 (0x80076f000) : >Fix: Add this line to www/firefox3/Makefile LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} >Release-Note: >Audit-Trail: >Unformatted: