From owner-freebsd-questions@FreeBSD.ORG Tue Aug 11 22:13:59 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 3AAEE1065673 for ; Tue, 11 Aug 2009 22:13:59 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 07F868FC36 for ; Tue, 11 Aug 2009 22:13:58 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 2541C7E818; Tue, 11 Aug 2009 14:13:57 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Tue, 11 Aug 2009 14:13:55 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <4A814C91.5000909@intersonic.se> <200908111223.13929.mel.flynn+fbsd.questions@mailing.thruhere.net> <4A81DB08.60907@intersonic.se> In-Reply-To: <4A81DB08.60907@intersonic.se> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908111413.56215.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: 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: Tue, 11 Aug 2009 22:13:59 -0000 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. -- Mel