From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 6 16:41:24 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A3DA1065670 for ; Sun, 6 Apr 2008 16:41:24 +0000 (UTC) (envelope-from rwebb001@san.rr.com) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.120]) by mx1.freebsd.org (Postfix) with ESMTP id 5447E8FC20 for ; Sun, 6 Apr 2008 16:41:24 +0000 (UTC) (envelope-from rwebb001@san.rr.com) Received: from triton.bsd.local ([24.161.163.76]) by cdptpa-omta06.mail.rr.com with ESMTP id <20080406164123.SDMA4667.cdptpa-omta06.mail.rr.com@triton.bsd.local>; Sun, 6 Apr 2008 16:41:23 +0000 Message-ID: <47F8FD2C.8050302@san.rr.com> Date: Sun, 06 Apr 2008 09:41:16 -0700 From: "Robert A. Webb" User-Agent: Thunderbird 2.0.0.12 (X11/20080327) MIME-Version: 1.0 To: Jeremy Messenger References: <47F8EDB7.6020304@san.rr.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org Subject: Re: xscreensaver-gnome build failure 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: Sun, 06 Apr 2008 16:41:24 -0000 Jeremy Messenger wrote: > On Sun, 06 Apr 2008 10:35:19 -0500, Robert Webb > wrote: > >> In the last few days I have been trying to install Gnome from ports, >> I keep getting this error, I tried updating my ports tree which >> seemed to work just fine. The only other ports I have installed are >> these plus their dependancies: >> Firefox, Thunderbird, Abiword, XFCE4, XFCE, WMaker, Ogle >> >> Information on my system followed by the errors: >> >> **Output of uname -a: >> FreeBSD triton.bsd.local 7.0-STABLE FreeBSD 7.0-STABLE #1: Tue Apr 1 >> 19:33:17 PDT 2008 >> root@triton.bsd.local:/usr/obj/usr/src/sys/TRITON i386 >> >> **Output of DMESG: > >> >> >> **Output of xscreensaver-gnome build error: >> ===> Building for xscreensaver-gnome-4.24_6 >> gmake[1]: Entering directory >> `/usr/ports/x11/xscreensaver-gnome/work/xscreensaver-4.24/utils' >> gmake[1]: Nothing to be done for `all'. >> gmake[1]: Leaving directory >> `/usr/ports/x11/xscreensaver-gnome/work/xscreensaver-4.24/utils' >> gmake[1]: Entering directory >> `/usr/ports/x11/xscreensaver-gnome/work/xscreensaver-4.24/driver' >> cc -Wall -Wstrict-prototypes -Wnested-externs -std=c89 >> -U__STRICT_ANSI__ -c -I. -I. -I./../utils -I.. -D_THREAD_SAFE >> -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include >> -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo >> -I/usr/local/include/pango-1.0 -I/usr/local/include >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include >> -I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 >> -I/usr/local/include/libxml2 -I/usr/local/include/libglade-2.0 >> -I/usr/local/include/gtk-2.0 -I/usr/local/include/glib-2.0 >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include >> -DHAVE_CONFIG_H >> -DDEFAULT_PATH_PREFIX='"/usr/local/bin/xscreensaver-hacks"' >> -I./../utils/images \ >> -DHAVE_CONFIG_H >> -DDEFAULT_ICONDIR='"/usr/local/share/xscreensaver/glade"' >> -DLOCALEDIR=\"/usr/local/share/locale\" -O2 -fno-strict-aliasing >> -pipe -march=pentium4m -I/usr/local/include -I/usr/local/include \ >> ./demo-Gtk.c >> gmake[1]: Leaving directory >> `/usr/ports/x11/xscreensaver-gnome/work/xscreensaver-4.24/driver' >> *** Error code 2 >> Stop in /usr/ports/x11/xscreensaver-gnome. >> *** Error code 1 >> Stop in /usr/ports/x11/xscreensaver-gnome. >> >> The previous attempt to this build exhibited more errors reguarding >> the code files in the driver directory but I haven't been able to >> capture it. > > The error isn't clear. Did you do the clean (make clean) and build it > again to see if you can get more clear errors? > > Cheers, > Mezz > >> Thanks in advance for any assistance in this matter. >> -Robert > > I ended up doing a make deinstall clean on the xscreensaver-gnome port. After that I tried the Gnome build again, it stopped with an error and told me to remove xscreensaver, after which everything built successfully (finally). I am still kinda new to BSD, with all of the compliling errors (not the captured ones) I tried searching google and the lists, I never thought to try to remove it, and try again. Thank you for your help Jeremy.