From owner-freebsd-perl@FreeBSD.ORG Sun Aug 25 09:06:55 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 43623F4F for ; Sun, 25 Aug 2013 09:06:55 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E807224A for ; Sun, 25 Aug 2013 09:06:55 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id wd6so2237511obb.19 for ; Sun, 25 Aug 2013 02:06:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=38vsKV+okVIDi6NRdEuVCvz+7F1PRIF1IJcdRQwfoXM=; b=OTzSl+owEmSPsda/Ju+kX+C/bEe5hMEEiCzExrl7rpgSPsvF2VXitDGQdySWUTHivj BubATLG98FywYKZtuR4QNNAwIvooLI6o8chN8IB8adM6FMPlFtgmPo88+OLp6WkgS8v+ WUXqpFIR/wNHD2mdxSa8PNp3qxWWa7AwB31ZUzhFcmUDkbKVk2RpjQ6gpk/ZaxRTUyVn PieZwfSkSwyXIl2BuvvNgIaGUYowRO4huvQ7hPj/tjULtQs6LH0RyJKM4ujVQ4s1E+/w UIqjQZpoo3kVRw+3k6fHcwTEOvmaDK5JHXgaWa4qRB2X7A/kC9M9xm/Uc6tldo7Mr79W D32Q== MIME-Version: 1.0 X-Received: by 10.182.22.5 with SMTP id z5mr4264obe.42.1377421614252; Sun, 25 Aug 2013 02:06:54 -0700 (PDT) Received: by 10.182.43.226 with HTTP; Sun, 25 Aug 2013 02:06:54 -0700 (PDT) In-Reply-To: <20130825085844.GZ52586@carrick-users.bishnet.net> References: <20130825012049.GY52586@carrick-users.bishnet.net> <20130825085844.GZ52586@carrick-users.bishnet.net> Date: Sun, 25 Aug 2013 13:06:54 +0400 Message-ID: Subject: Re: graphics/p5-GD-Graph with lang/perl5.12 From: Andrej Zverev To: Tim Bishop Content-Type: text/plain; charset=ISO-8859-1 Cc: "perl@FreeBSD.org" 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: Sun, 25 Aug 2013 09:06:55 -0000 Thanks for issue report. I think this change should fix it. http://svnweb.freebsd.org/ports?view=revision&revision=325332 On Sun, Aug 25, 2013 at 12:58 PM, Tim Bishop wrote: > Hi Andrej, > > % perl -MExtUtils::MakeMaker\ 999 > ExtUtils::MakeMaker version 999 required--this is only version 6.56. > BEGIN failed--compilation aborted. > > Installed devel/p5-ExtUtils-MakeMaker. > > % perl -MExtUtils::MakeMaker\ 999 > ExtUtils::MakeMaker version 999 required--this is only version 6.72. > BEGIN failed--compilation aborted. > > After that, graphics/p5-GD-Graph built fine. > > So it looks like devel/p5-ExtUtils-MakeMaker should be a build > dependency for graphics/p5-GD-Graph? > > I jumped to an incorrect conclusion about 5.12, sorry. > > Tim. > > On Sun, Aug 25, 2013 at 10:51:43AM +0400, Andrej Zverev wrote: >> Hello Tim. This one unrelated to perl5.12 deprecation. >> >> Can you you show me output of %perl -MExtUtils::MakeMaker\ 999 >> and after that try to install devel/p5-ExtUtils-MakeMaker which should be >> newer version than yours from base. Ah and try to build p5-GD-Graph again. >> >> >> On Sun, Aug 25, 2013 at 5:20 AM, Tim Bishop wrote: >> > Hi, >> > >> > graphics/p5-GD-Graph is failing to build with lang/perl5.12: >> > >> > ===> Configuring for p5-GD-Graph-1.48 >> > WARNING: AUTHOR takes a string/number not a ARRAY reference. >> > Please inform the author. >> > Checking if your kit is complete... >> > Looks good >> > only nested arrays of non-refs are supported at /usr/local/lib/perl5/5.12/ExtUtils/MakeMaker.pm line 664 >> > *** [do-configure] Error code 2 >> > >> > Stop in /usr/ports/graphics/p5-GD-Graph. >> > >> > ===>>> make failed for graphics/p5-GD-Graph >> > >> > I appreciate 5.12 is deprecated, but it hasn't yet been removed. >> > >> > Tim. > > -- > Tim Bishop > http://www.bishnet.net/tim/ > PGP Key: 0x6C226B37FDF38D55 >