From owner-freebsd-ports@FreeBSD.ORG Thu Sep 29 19:18:48 2005 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 0643D16A41F for ; Thu, 29 Sep 2005 19:18:48 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net [207.115.63.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B27B43D48 for ; Thu, 29 Sep 2005 19:18:47 +0000 (GMT) (envelope-from mark@mkproductions.org) X-ORBL: [66.139.109.225] Received: from [192.168.1.25] (ppp-66-139-109-225.dsl.stlsmo.swbell.net [66.139.109.225]) by pimout4-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j8TJIj5d187132; Thu, 29 Sep 2005 15:18:46 -0400 Message-ID: <433C3E15.6000406@mkproductions.org> Date: Thu, 29 Sep 2005 14:18:45 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050928) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Trigg References: <433855C1.4060803@mkproductions.org> <433AC90D.80608@mkproductions.org> <20050928172829.GB5451@soaustin.net> <433ADE61.7030208@mkproductions.org> <20050928183013.GA18483@soaustin.net> <433AE2FE.30201@mkproductions.org> <20050928184644.GA18993@soaustin.net> <433C02EC.6030902@mkproductions.org> <20050929173606.GA24200@soaustin.net> <433C2A4B.2020100@mkproductions.org> <20050929180436.GA25628@soaustin.net> <433C2FC8.5040800@mkproductions.org> <4761.192.168.1.2.1128018711.squirrel@mail.scadian.net> In-Reply-To: <4761.192.168.1.2.1128018711.squirrel@mail.scadian.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Portupgrade Error 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: Thu, 29 Sep 2005 19:18:48 -0000 Jim Trigg wrote: > I sent this privately by accident; resending publicly so that lurkers who > are having similar problems can see a possible solution. > > On Thu, September 29, 2005 2:17 pm, Mark Kane wrote: > >>>On Thu, Sep 29, 2005 at 12:54:19PM -0500, Mark Kane wrote: >>> >>>>So I should run a portupgrade -arR again now but with script this time? >> >>Okay here is a part of it: >> >>---> Upgrading 'libbonobo-2.10.0' to 'libbonobo-2.10.1_1' >>(devel/libbonobo) >>---> Building '/usr/ports/devel/libbonobo' >> >>[snip] >> >>checking for XML::Parser... configure: error: XML::Parser perl module is >>required for intltool >>===> Script "configure" failed unexpectedly. > > > If one of the ports that had been upgraded previously was perl, and you > hadn't run perl-after-upgrade since, then XML::Parser is probably > installed into an older version of perl than the current version. Run > perl-after-upgrade and then try upgrading libbonobo. > > Jim And I think that's it! :D [Updating the pkgdb in /var/db/pkg ... - 257 packages found (-0 +1) . done] Nothing skipped or failed, and it appears to be done now. I didn't see anything about "perl-after-upgrade" when portupgrade upgraded Perl a couple weeks ago, but that seemed to do it. That also fixed an error with Irssi that started after the last portupgrade that I was getting curious about. Thanks very much. -Mark