From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 31 15:26:47 2006 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 72A8716A527 for ; Tue, 31 Oct 2006 15:26:47 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4494543D6E for ; Tue, 31 Oct 2006 15:24:40 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k9VEmMnY022645; Tue, 31 Oct 2006 14:48:22 GMT Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k9VEmMhd055067; Tue, 31 Oct 2006 14:48:22 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k9VEmMjI055066; Tue, 31 Oct 2006 14:48:22 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 31 Oct 2006 14:48:21 +0000 Message-Id: <1162306101.47528.43.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: Subject: Gnome install problems on clean system X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 15:26:47 -0000 I have a new laptop, running -HEAD. It has no packages installed, but has an up to date /usr/ports tree. This is 100% reproducable by blowing away all ports and starting again. cd /usr/ports/x11/gnome2 && make all install reveals two problems (full log, 16M, at http://ury.york.ac.uk/~gavin/gnome-install.log ) The main problem looks like it's an issue with the move from /usr/X11R6 to /usr/local and is visible in the last lines of the log: libtool: link: cannot find the library `/usr/X11R6/lib/libgnomeui-2.la' or unhandled argument `/usr/X11R6/lib/libgnomeui-2.la'^M gmake[3]: *** [charpick_applet2] Error 1^M gmake[3]: Leaving directory `/usr/ports/x11/gnome-applets/work/gnome-applets-2.16.1/charpick'^M gmake[2]: *** [all-recursive] Error 1^M gmake[2]: Leaving directory `/usr/ports/x11/gnome-applets/work/gnome-applets-2.16.1/charpick'^M gmake[1]: *** [all-recursive] Error 1^M gmake[1]: Leaving directory `/usr/ports/x11/gnome-applets/work/gnome-applets-2.16.1'^M gmake: *** [all] Error 2^M *** Error code 2^M ^M Stop in /usr/ports/x11/gnome-applets.^M *** Error code 1^M ^M Stop in /usr/ports/x11/gnome2.^M rho# ls -l /usr/X11R6/lib/libgnomeui-2.la^M ls: /usr/X11R6/lib/libgnomeui-2.la: No such file or directory^M rho# ls -l /usr/X11R6/lib/libgnomeui-2.la^M -rwxr-xr-x 1 root wheel 2167 Oct 31 12:40 /usr/local/lib/libgnomeui-2.la^M It's checking for a library in /usr/X11R6/lib/ although it has moved to /usr/local/lib/ Second problem, at line 90231 in the log, we discover eel-2.14.1 is installed, but we need >=2.15.91. I'm unsure at the moment what causes this at the moment, but there was no version of eel registered at the time the build failed, and the version of eel in the Makefile is definitely 2.16.0_1 - so I have no idea where 2.14.1 is coming from. I just make install'd eel (in another shell) and resumed the build. I will try and get more details of this soon. Thanks! Gavin