From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 11 06:20:54 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 707EB16A4CE for ; Wed, 11 Feb 2004 06:20:54 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FDA43D1F for ; Wed, 11 Feb 2004 06:20:54 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 71E7E7643B; Wed, 11 Feb 2004 15:20:52 +0100 (CET) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13227-07; Wed, 11 Feb 2004 15:20:48 +0100 (CET) Received: from webonaut.com (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id B76DF7642C; Wed, 11 Feb 2004 15:20:48 +0100 (CET) Message-ID: <402A3A43.3040102@webonaut.com> Date: Wed, 11 Feb 2004 15:20:51 +0100 From: Franz Klammer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040204 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marie-Lan Nguyen References: <20040211141020.GA19156@clipper.ens.fr> In-Reply-To: <20040211141020.GA19156@clipper.ens.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com cc: gnome@freebsd.org Subject: Re: Problems installing www/firefox via Ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 14:20:54 -0000 Marie-Lan Nguyen wrote: >Hello there, > >I have trouble installing www/firefox via Ports on 5.1R. > >ml@earendil ~ $ uname -a >FreeBSD earendil.silmaril.vl 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Mon Aug 18 00:23:40 CEST 2003 root@earendil.silmaril.vl:/usr/src/sys/i386/compile/RABBITKERNEL i386 > >I have cvsupped today. Here is the Makefile timestamp: >$FreeBSD: ports/www/firefox/Makefile,v 1.65 2004/02/11 08:18:19 marcus Exp $ > >Firefox compiles OK but fails during make install: > >-------------------------------------------------- >(...) >gmake[2]: Leaving directory >`/usr/ports/www/firefox/work/mozilla/browser/extensions' >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla/browser' >gmake[1]: Entering directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk' >gmake[2]: Entering directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk/src' >../../../../config/nsinstall -t -m 644 gtkmozembed.h gtkmozembed_internal.h /usr/X11R6/lib/firefox/include/mozilla-1.6/gtkembedmoz >../../../../config/nsinstall -t -m 755 libgtkembedmoz.so /usr/X11R6/lib/firefox/lib/mozilla-1.6 >gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk/src' >gmake[2]: Entering directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk/tests' >../../../../config/nsinstall -t -m 755 TestGtkEmbed /usr/X11R6/lib/firefox/lib/mozilla-1.6 >gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk/tests' >gmake[1]: Leaving directory >`/usr/ports/www/firefox/work/mozilla/embedding/browser/gtk' >*** Error code 1 > >Stop in /usr/ports/www/firefox. >-------------------------------------------------- > >I tried twice and got the same error. > > > as workaround until this will be fixed (and you maybe break something) you can install firefox with "make -i install" i did it in this way ;-) franz. >Thanks, > > >