From owner-freebsd-ports@FreeBSD.ORG Tue Aug 11 18:46:45 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 258FB1065675 for ; Tue, 11 Aug 2009 18:46:45 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id E20228FC49 for ; Tue, 11 Aug 2009 18:46:44 +0000 (UTC) Received: from critter.freebsd.dk (critter-phk.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 657DE69959 for ; Tue, 11 Aug 2009 18:29:54 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.3/8.14.3) with ESMTP id n7BITn3d021545 for ; Tue, 11 Aug 2009 18:29:53 GMT (envelope-from phk@critter.freebsd.dk) To: ports@freebsd.org From: Poul-Henning Kamp Date: Tue, 11 Aug 2009 18:29:49 +0000 Message-ID: <21544.1250015389@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Subject: firefox3 / libxul X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 18:46:45 -0000 I just installed my new laptop with -current doing a complete build, in the end, firefox3 does not start: /usr/local/lib/firefox3/firefox-bin /libexec/ld-elf.so.1: Shared object "libxul.so" not found, required by "firefox-bin" it is not entirely clear to me how it managed to compile against this lib, but not install it, but it may be a matter of PORTS dependencies being wrong, therefore this email. It might be reproducible, by taking a blank system and cd /usr/ports/www/firefox3 make all install clean which is essentially what my "sysbuild.sh" tool (see src/tools/tools) does. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.