From owner-freebsd-perl@FreeBSD.ORG Tue Jan 27 22:36:43 2009 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0EBE10656E1; Tue, 27 Jan 2009 22:36:43 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from exchange.physicalsegment.com (78-105-106-222.zone3.bethere.co.uk [78.105.106.222]) by mx1.freebsd.org (Postfix) with ESMTP id 16B688FC30; Tue, 27 Jan 2009 22:36:42 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from mail pickup service by exchange.physicalsegment.com with Microsoft SMTPSVC; Tue, 27 Jan 2009 21:33:22 +0000 Received: from mx2.freebsd.org ([69.147.83.53]) by tsplpt01.thespinney.local with Microsoft SMTPSVC(6.0.2600.5512); Tue, 27 Jan 2009 14:15:21 +0000 Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id D87FC163B4E; Tue, 27 Jan 2009 14:15:08 +0000 (UTC) (envelope-from owner-freebsd-questions@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0417C1065688; Tue, 27 Jan 2009 14:15:08 +0000 (UTC) (envelope-from owner-freebsd-questions@freebsd.org) 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 45DF31065670; Tue, 27 Jan 2009 14:14:54 +0000 (UTC) (envelope-from Matthias.Apitz@oclc.org) Received: from mail.pica.nl (mail.pica.nl [192.87.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id D16D88FC14; Tue, 27 Jan 2009 14:14:53 +0000 (UTC) (envelope-from Matthias.Apitz@oclc.org) Received: from rebelion.Sisis.de ([10.0.1.29]) by mail.pica.nl with Microsoft SMTPSVC(6.0.3790.3959); Tue, 27 Jan 2009 15:14:52 +0100 Received: (from guru@localhost) by rebelion.Sisis.de (8.14.2/8.13.8/Submit) id n0REEqjX024287; Tue, 27 Jan 2009 15:14:52 +0100 (CET) (envelope-from matthias.apitz@oclc.org) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to matthias.apitz@oclc.org using -f Date: Tue, 27 Jan 2009 15:14:52 +0100 From: Matthias Apitz To: Anton Berezin , freebsd-questions@freebsd.org, perl@freebsd.org Message-ID: <20090127141452.GA24178@rebelion.Sisis.de> References: <20090127131500.GA22386@rebelion.Sisis.de> <20090127135924.GA28672@heechee.tobez.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090127135924.GA28672@heechee.tobez.org> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.0-STABLE (i386) X-OriginalArrivalTime: 27 Jan 2009 14:14:52.0737 (UTC) FILETIME=[9F3F4B10:01C98089] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-questions@freebsd.org Errors-To: owner-freebsd-questions@freebsd.org Cc: Subject: Re: errors on pkg_create for p5-* ports X-BeenThere: freebsd-perl@freebsd.org Reply-To: Matthias Apitz List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 22:36:46 -0000 El día Tuesday, January 27, 2009 a las 02:59:24PM +0100, Anton Berezin escribió: > Matthias, > > On Tue, Jan 27, 2009 at 02:15:00PM +0100, Matthias Apitz wrote: > > > After installing 7.1R ports (portupgraded) I'm trying to create packages > > of all the ~1000 installed packages; 8 packages, all belonging to > > bsdpan-* packages from ports/www/p5-* (exact list below) are giving > > errors; what could I do? > > Something is very interesting here. If you used ports to install those > modules, there will be no bsdpan packages, there will be p5 packages. > > If you installed modules directly from CPAN, there will be bsdpan packages. > > So before trying to figure out the problem with pkg_create, it would be > useful to figure out how the modules in question were installed, and if the > answer is "directly from CPAN", why the "real" ports were not used for the > task. Your question remembers me what I've posted on January 18 to the kde-freebsd list: > Hello, > > The building of the KDE 3.5.10 master port x11/kde3 fails in > misc/shared-mime-info with: > > # cd /usr/ports/X11/kde3 > # make install BATCH=yes > > .... > checking for perl... /usr/bin/perl > checking for XML::Parser... configure: error: XML::Parser perl module > is > required for intltool > ===> Script "configure" failed unexpectedly. > > (this is with portsnap fetch+extract and portupgrade) > > I did by hand: > > # perl -MCPAN -e shell > at cpan> prompt type in: > install XML::Parser > > which made it happy; > > is this a known issue? (Cc: maintainer gnome@FreeBSD.org) Well this explains why there is stuff directly from CPAN and why the "real" has not been used; any idea how to avoid this CPAN access? > > Another interesting question is whether a previous version of lang/perl5.8 > (5.8.8) was installed at some point, and whether perl-after-upgrade script > was run after the upgrade to 5.8.9 (as per ports/UPDATING entry). I don't think so that there have been 5.8.8 installed; I installed the base system, portupgraded and went directly to the KDE3 master port which caused the above error; matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ SPAMer of the year: Subject: Alle Software ist Deutsche Sprachen >From: -40 % die Neujahrsaktion _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"