From owner-freebsd-ports@FreeBSD.ORG Thu Sep 29 18:31:52 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 C9B2116A41F for ; Thu, 29 Sep 2005 18:31:52 +0000 (GMT) (envelope-from jtrigg@spamcop.net) Received: from argent.heraldsnet.org (argent.heraldsnet.org [64.83.41.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5FF43D48 for ; Thu, 29 Sep 2005 18:31:52 +0000 (GMT) (envelope-from jtrigg@spamcop.net) Received: from mail.scadian.net (localhost.scadian.net [127.0.0.1]) by argent.heraldsnet.org (Postfix) with ESMTP id BB89D306 for ; Thu, 29 Sep 2005 14:31:51 -0400 (EDT) Received: from 192.168.1.2 (SquirrelMail authenticated user blaise) by mail.scadian.net with HTTP; Thu, 29 Sep 2005 14:31:51 -0400 (EDT) Message-ID: <4761.192.168.1.2.1128018711.squirrel@mail.scadian.net> In-Reply-To: <433C2FC8.5040800@mkproductions.org> 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> Date: Thu, 29 Sep 2005 14:31:51 -0400 (EDT) From: "Jim Trigg" To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal 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 18:31:52 -0000 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