From owner-freebsd-perl@FreeBSD.ORG Fri May 31 16:19:37 2013 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 95E67991 for ; Fri, 31 May 2013 16:19:37 +0000 (UTC) (envelope-from richard@riknet.co.uk) Received: from mailex.mailcore.me (mailex.mailcore.me [94.136.40.61]) by mx1.freebsd.org (Postfix) with ESMTP id 62E8BE44 for ; Fri, 31 May 2013 16:19:36 +0000 (UTC) Received: from host86-141-149-72.range86-141.btcentralplus.com ([86.141.149.72] helo=[192.168.1.168]) by mail10.atlas.pipex.net with esmtpa (Exim 4.71) (envelope-from ) id 1UiS36-0006VW-Jy; Fri, 31 May 2013 17:19:28 +0100 Message-ID: <51A8CD90.7020205@riknet.co.uk> Date: Fri, 31 May 2013 17:19:28 +0100 From: Richard Kearsley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: perl@FreeBSD.org Subject: p5-Error-0.17020 port make error Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailcore-Auth: 11722439 X-Mailcore-Domain: 1412567 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2013 16:19:37 -0000 Hi! Until recently, this port was building without issues, now I'm getting an error while building: root@sjo1-0:/usr/ports/lang/p5-Error # make ===> License ART10 GPLv1 accepted by the user ===> Fetching all distfiles required by p5-Error-0.17020 for building ===> Extracting for p5-Error-0.17020 => SHA256 Checksum OK for Error-0.17020.tar.gz. ===> p5-Error-0.17020 depends on file: /usr/local/bin/perl5.14.2 - found ===> Patching for p5-Error-0.17020 ===> p5-Error-0.17020 depends on file: /usr/local/bin/perl5.14.2 - found ===> p5-Error-0.17020 depends on file: /usr/local/bin/perl5.14.2 - found ===> Configuring for p5-Error-0.17020 Checking if your kit is complete... Looks good Writing Makefile for Error Writing MYMETA.yml ===> Building for p5-Error-0.17020 Makefile out-of-date with respect to /usr/local/lib/perl5/5.14.2/mach/Config.pm /usr/local/lib/perl5/5.14.2/mach/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 /usr/local/bin/perl5.14.2 Makefile.PL "INSTALLDIRS=site" "CC=cc" "CCFLAGS=-O2 -pipe -fno-strict-aliasing" "PREFIX=/usr/local" "INSTALLPRIVLIB=/usr/local/lib" "INSTALLARCHLIB=/usr/local/lib" Checking if your kit is complete... Looks good Writing Makefile for Error Writing MYMETA.yml ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false *** [Makefile] Error code 1 1 error *** [do-build] Error code 1 Stop in /usr/ports/lang/p5-Error. I always do portsnap fetch & extract before installing a new box, so this is with the latest version available with freebsd 9.1 I believe I have traced it to a fault locating the perl binary in the Makefile but I'm not totally sure. comparing the file '/usr/ports/lang/p5-Error/work/Error-0.17020/Makefile' from a server where it installed fine a few months ago: PERL = /usr/local/bin/perl FULLPERL = /usr/local/bin/perl new server where the error occurs: PERL = /usr/local/bin/perl5.14.2 FULLPERL = /usr/local/bin/perl5.14.2 Please let me know if this is a fault in the ports or if I could be doing something wrong thanks! Richard