From owner-freebsd-questions@FreeBSD.ORG Wed Aug 12 07:54:38 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 CC007106566C for ; Wed, 12 Aug 2009 07:54:38 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id 90DEF8FC3A for ; Wed, 12 Aug 2009 07:54:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <4A827538.9020406@intersonic.se> Date: Wed, 12 Aug 2009 09:54:32 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.21 (X11/20090611) MIME-Version: 1.0 To: Mel Flynn References: <4A814C91.5000909@intersonic.se> <200908111223.13929.mel.flynn+fbsd.questions@mailing.thruhere.net> <4A81DB08.60907@intersonic.se> <200908111413.56215.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: <200908111413.56215.mel.flynn+fbsd.questions@mailing.thruhere.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Error code 254 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2009 07:54:39 -0000 Mel Flynn wrote: > On Tuesday 11 August 2009 12:56:40 Per olof Ljungmark wrote: >> Mel Flynn wrote: >>> On Tuesday 11 August 2009 12:20:00 Per olof Ljungmark wrote: >>>> Mel Flynn wrote: >>>>> On Tuesday 11 August 2009 10:53:21 Per olof Ljungmark wrote: >>>>>> Mel Flynn wrote: >>>>>>> On Tuesday 11 August 2009 09:27:06 Mel Flynn wrote: >>>>>>>> On Tuesday 11 August 2009 08:53:59 Per olof Ljungmark wrote: >>>>>>>>> Mel Flynn wrote: >>>>>>>>>> On Tuesday 11 August 2009 02:48:49 Per olof Ljungmark wrote: >>>>>>>>>>> ===> Installing documentation in >>>>>>>>>>> /usr/local/share/doc/pear/XML_Serializer. ===> Installing tests >>>>>>>>>>> in /usr/local/share/pear/tests/XML_Serializer. ===> Installing >>>>>>>>>>> examples in /usr/local/share/examples/pear/XML_Serializer. *** >>>>>>>>>>> Error code 254 >> Hmmm, when I try >> portupgrade -fO pear >> the error pops up here too. >> >> Should I suspect the package database then? >> >> ===> Installing for pear-1.8.1 >> ===> pear-1.8.1 depends on file: /usr/local/include/php/main/php.h - >> found ===> pear-1.8.1 depends on file: >> /usr/local/lib/php/20060613/pcre.so - found >> ===> pear-1.8.1 depends on file: /usr/local/lib/php/20060613/xml.so - >> found >> ===> Generating temporary packing list >> *** Error code 254 > > Is it really at that point? Could you try a make -dl install again? If it's > the package list generation for real, then I'm gonna suspect something on a > system level, like IO errors or read-only mounts. > > If it is the same thing with pear install command, then perhaps you should > pkg_delete -r pear-1.8.1 (careful, will uninstall anything depending on pear) > and start over to see if the error persists. The pear command sure can use > some more verbosity then. Yes, reinstalling pear made the problem go away. Unfortunately this will never tell us what was actually wrong but at least it works now. Thanks a lot for your input. -- per