Date: Tue, 31 Oct 2006 14:48:21 +0000 From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> To: gnome@freebsd.org Subject: Gnome install problems on clean system Message-ID: <1162306101.47528.43.camel@buffy.york.ac.uk>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1162306101.47528.43.camel>