From owner-freebsd-ports@FreeBSD.ORG Sat Feb 25 17:07:42 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C78D516A420 for ; Sat, 25 Feb 2006 17:07:42 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from S4.cableone.net (s4.cableone.net [24.116.0.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C18643D45 for ; Sat, 25 Feb 2006 17:07:41 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from [192.168.15.102] (unverified [24.117.52.138]) by S4.cableone.net (CableOne SMTP Service S4) with ESMTP id 47518576 for ; Sat, 25 Feb 2006 10:43:05 -0700 Message-ID: <44008ED7.6050406@averageadmins.com> Date: Sat, 25 Feb 2006 11:07:35 -0600 From: Jeff Cross User-Agent: Thunderbird 1.5 (X11/20060131) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------000600050806040802040909" X-IP-stats: Incoming Last 0, First 0, in=1, out=0, spam=0 X-External-IP: 24.117.52.138 X-Abuse-Info: Send abuse complaints to abuse@cableone.net X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Trouble Upgrading Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 17:07:42 -0000 This is a multi-part message in MIME format. --------------000600050806040802040909 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I have been upgrading my ports using portupgrade -varR but have run across a few that are giving me fits. When trying to update scrollkeeper I get the following: You must have XML::Parser installed to run ../../intltool-merge gmake[3]: *** [scrollkeeper_cl.xml] Error 2 gmake[3]: Leaving directory `/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.14/cl/templates' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.14/cl' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.14' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/textproc/scrollkeeper. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade61500.21 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! textproc/scrollkeeper (scrollkeeper-0.3.14_3,1) (unknown build error) ---> Packages processed: 0 done, 21 ignored, 0 skipped and 1 failed It seems that my system can't fetch the source for bash-3.1.10, and get the following for libbonobo: ===> Script "configure" failed unexpectedly. Please run the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/devel/libbonobo/work/libbonobo-2.10.1/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/devel/libbonobo. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade70277.9 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! devel/libbonobo (libbonobo-2.10.1_2) (configure error) ---> Packages processed: 0 done, 9 ignored, 0 skipped and 1 failed The config.log that is referenced above is attached. I figured I'd ask you all before sending the output to the gnomelogalyzer. Thanks in advance for any help. I haven't had any issued updating my system since I began using FreeBSD months ago so I don't really know where to go from here. Jeff --------------000600050806040802040909--