From owner-freebsd-questions@FreeBSD.ORG Tue Mar 17 22:56:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 057381065673 for ; Tue, 17 Mar 2009 22:56:04 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id 8900E8FC24 for ; Tue, 17 Mar 2009 22:56:03 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1LjiCY-0003Pa-HO; Tue, 17 Mar 2009 22:56:02 +0000 Received: from melon.esperance-linux.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with ESMTP id n2HMu119022120; Tue, 17 Mar 2009 22:56:02 GMT Received: by melon.esperance-linux.co.uk (Postfix, from userid 1001) id C9F47FCA699; Tue, 17 Mar 2009 22:55:56 +0000 (GMT) Date: Tue, 17 Mar 2009 22:55:56 +0000 From: Frank Shute To: Neal Hogan Message-ID: <20090317225556.GB846@melon.esperance-linux.co.uk> Mail-Followup-To: Neal Hogan , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 6.4-RELEASE-p2 i386 X-Organisation: 'http://www.shute.org.uk/' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.1.7 (zetnet.co.uk [194.247.46.1]); Tue, 17 Mar 2009 22:56:02 +0000 (GMT) Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade question (failed updates) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2009 22:56:04 -0000 On Tue, Mar 17, 2009 at 03:24:10PM -0500, Neal Hogan wrote: > > What do we do about packages that "fail" to update? > > This is my first time running portupgrade, and am unsure what to think about > the ones where there is a "configure error" or "uknown build error" or > "install error" > > FYI -- I followed the following steps: > 1) upgraded from 7.0-RELEASE to 7.1-RELEASE > 2) updated /usr/ports: #portsnap fetch/extract/update > 3) udated db: #pkgdb -u > 4) fixed db: #pkgdb -F > 5) updated installed packages: #portupgrade -av > > At the end of the "week-long" process I have 6 failed attempts: > linux-atk-1.9.1 (install error) > linux-pango-1.10.2 (install error) > intltool-0.37.1 (unknown build error) > xkeyboard-config-1.3 (configure error) > shared-mime-info-0.51 (configure error) > policykit-0.9_1 (configure error) > > My system seems to run just fine. So, should I be worried? > > Thanks! If your system runs fine then you've got a bit of time on your hands to investigate further into why those ports didn't build. First, check /usr/ports/UPDATING for any errata against those ports. Then upgrade them one by one. E.g: # portupgrade -v linux-atk etc. and take note of whereabouts in the build process it is failing. The use of scrl-lock and page-up/down is recommended in looking at the output or use script(1). You should be able to figure out what is going wrong from the output. If you can't, post the output of portupgrade (snipped around where it goes wrong) to this list and people will help you. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html