From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 28 01:29:10 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 91EFE16A400 for ; Tue, 28 Mar 2006 01:29:10 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao01.cox.net (centrmmtao01.cox.net [70.168.83.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21FE443D45 for ; Tue, 28 Mar 2006 01:29:10 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao01.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060328012905.KVXQ17668.centrmmtao01.cox.net@mezz.mezzweb.com>; Mon, 27 Mar 2006 20:29:05 -0500 Date: Mon, 27 Mar 2006 19:30:47 -0600 To: "Mark Voltz" References: <79ea9c290603271557u1f0fef94h7b63035c110aa02c@mail.gmail.com> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: User-Agent: Opera M2/8.52 (Linux, build 1631) Cc: gnome@freebsd.org Subject: Re: freebsd6 - galeon fails make 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, 28 Mar 2006 01:29:10 -0000 On Mon, 27 Mar 2006 19:23:43 -0600, Jeremy Messenger wrote: > On Mon, 27 Mar 2006 17:57:40 -0600, Mark Voltz > wrote: > >> >> >> checking for GDU_MODULE_VERSION_CHECK... configure: error: Package >> requirements (gnome-doc-utils >= 0.3.2) >> were not met. > > It explains pretty clearly about that you need gnomedocutils 0.3.2 or > above. > >> Consider adjusting the PKG_CONFIG_PATH environment variable if you >> installed software in a non-standard prefix. >> >> Alternatively you may set the GDU_MODULE_VERSION_CHECK_CFLAGS and >> GDU_MODULE_VERSION_CHECK_LIBS environmen >> t variables >> to avoid the need to call pkg-config. See the pkg-config man page for >> more details. >> ===> Script "configure" failed unexpectedly. >> >> >> >> --- >> >> uname output >> >> FreeBSD 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #0: Mon Mar 27 10:57:34 >> CST >> 2006 >> >> --- >> >> checked /usr/ports/UPDATING and saw nothing related directly to galeon > > But, galeon's dependencies are in there. See my comment below that is > same issue as with here. > >> --- >> sh gnomelogalyzer.sh output >> >> Generating build log. Please wait... done. >> >> The cause of your build failure is not known to gnomelogalyzer.sh. >> Before >> e-mailing the build log to the FreeBSD GNOME team at >> freebsd-gnome@FreeBSD.org, >> TRY EACH OF THE FOLLOWING: >> >> * If you are generating your own logfile, make sure to generate it >> with >> something similar to: >> "make 2>&1 | tee /path/to/logfile" (sh/bash/ksh/zsh) or >> "make |& tee /path/to/logfile" (csh/tcsh) >> * Make sure your cvsup(1) configuration file specifies the >> 'ports-all' >> collection >> * Run cvsup(1) and attempt the build again >> * Check /usr/ports/UPDATING for information pertinent to your >> build >> failure >> * 99% of the commonly reported build failures can be solved by >> running "portupgrade -a" > > Buzzz! Lacking of UPDATING and "portupgrade -a" are your main problem. > >> * Read the FAQs at http://www.FreeBSD.org/gnome/ > > You will need this for GNOME upgrade to 2.12.x or wait for 2.14.x. > >> * Search the archives of freebsd-gnome@FreeBSD.org. Archives >> can be >> searched at http://www.freebsd.org/gnome/index.html#search >> >> --- >> >> i don't have portupgrade installed, > > That is problem, your system is messy because you don't use portupgrade. > You have out of date apps and you have double ports install, which > aren't good. Example in your installed-pkgs has: > > =========================== > atk-1.10.3_1 > atk-1.9.1 # double > [...] > expat-1.95.8_3 > expat-2.0.0_1 # double, psst, it's in UPDATING. > [...] > gconf2-2.10.1 > gconf2-2.12.1_1 # double > [...] > glib-2.6.6 > glib-2.8.6_1 # double > [...] > gnome2-2.10.2 # Current, we have 2.12.x and soon will be > # 2.14. Again, it's in UPDATING. > [...] > gnomedocutils-0.2.1_1 # That explain why your galeon has been failed > # to build; it is asking for 0.3.2 or above, > # which we current have gnomedocutils-0.6.0_1. Oops, wrong tree, I mean we current have gnomedocutils-0.4.4. Cheers, Mezz > [...] > gnomevfs2-2.10.1 > gnomevfs2-2.12.2_2 # double > [...] > gstreamer-0.8.10 > gstreamer-ffmpeg-0.8.5 > gstreamer-plugins-* # All of your gst are out of date. > [...] > gtk-2.6.9 > gtk-2.8.12_1 # double > [...] > libgnome-2.10.1 > libgnome-2.12.0.1_1 # double > libgnomecanvas-2.10.2_1 > libgnomecanvas-2.12.0_1 # double > [..] > libgnomeprint-2.10.3_1 > libgnomeprint-2.12.1_1 # double > [...goes on, too long to list...] > =========================== > >> but I cvsup'd the ports collection and attempted to install >> again. same result. > > Not surpised if it's same result, because CVSup only update your ports > tree and not your installed ports (apps/libraries). The portupgrade will > update all of your apps, but since you have a messy system so it might > be harder to do it with portupgrade and harder to follow UPDATING too by > now. If I were you, I would remove all of them and reinstall those. > > Cheers, > Mezz > >> --- -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org