From owner-freebsd-gnome@FreeBSD.ORG Fri Jun 17 09:29:04 2005 Return-Path: X-Original-To: gnome@freebsd.org 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 ADBCE16A41C for ; Fri, 17 Jun 2005 09:29:04 +0000 (GMT) (envelope-from lada@k2.vol.cz) Received: from k2.vol.cz (k2.vol.cz [195.250.128.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A21D43D49 for ; Fri, 17 Jun 2005 09:29:04 +0000 (GMT) (envelope-from lada@k2.vol.cz) Received: from k2.vol.cz (localhost [127.0.0.1]) by k2.vol.cz (8.12.9p2/8.12.9) with ESMTP id j5H9T1dY001179; Fri, 17 Jun 2005 11:29:01 +0200 (CEST) (envelope-from lada@k2.vol.cz) Received: (from lada@localhost) by k2.vol.cz (8.12.9p2/8.12.9/Submit) id j5H9Sw6o001177; Fri, 17 Jun 2005 11:28:58 +0200 (CEST) (envelope-from lada) Date: Fri, 17 Jun 2005 11:28:58 +0200 From: Vladimir Kotal To: Alistair Sutton Message-ID: <20050617092858.GV98048@k2.vol.cz> References: <20050616082012.GO98048@k2.vol.cz> <027668B2-6571-4AE0-8713-BC55CD01ABA9@ahze.net> <20050616092649.GQ98048@k2.vol.cz> <20050617084931.GU98048@k2.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: vladimir.kotal@col.cz Accept-Languages: cz, sk, en User-Agent: Mutt/1.5.5.1i Cc: gnome@freebsd.org, vladimir.kotal@col.cz Subject: Re: firefox 1.0.4 compilation failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladimir.kotal@col.cz List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2005 09:29:04 -0000 On Fri, Jun 17, 2005 at 10:27:27AM +0100, Alistair Sutton wrote: > On 6/17/05, Vladimir Kotal wrote: > > On Thu, Jun 16, 2005 at 05:36:50AM -0400, Michael Johnson wrote: > > > > > Hmm, incorrect usage of pkg_{install,delete} I guess. > > > > After reinstalling libXft, glib, pango, freetype2, gtk2, gnome-libs and > > couple of others I ended with the following: > > > > Creating ../../dist/idl > > /usr/ports/www/firefox/work/mozilla/config/nsinstall -R -m 644 > > nsIConsoleListener.idl nsIConsoleMessage.idl nsIConsoleService.idl > > nsIErrorService.idl nsIException.idl nsIExceptionService.idl > > ../../dist/idl > > Creating _xpidlgen/.done > > nsIConsoleListener.idl > > ../../dist/bin/xpidl -m header -w -I. -I../../dist/idl -o > > _xpidlgen/nsIConsoleListener nsIConsoleListener.idl > > /usr/libexec/ld-elf.so.1: Shared object "libglib-2.0.so.400" not found > > gmake[3]: *** [_xpidlgen/nsIConsoleListener.h] Error 1 > > gmake[3]: Leaving directory > > `/usr/ports/www/firefox/work/mozilla/xpcom/base' > > gmake[2]: *** [export] Error 2 > > gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/xpcom' > > gmake[1]: *** [tier_2] Error 2 > > gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > > gmake: *** [default] Error 2 > > *** Error code 2 > > > > Stop in /usr/ports/www/firefox. > > Did you start the build from scratch or did you just carry on with the > previous incomplete build? > >From scratch. (even did make distclean before make clean) v.