From owner-freebsd-ppc@freebsd.org Wed Sep 30 07:14:55 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0D10A0AAF3 for ; Wed, 30 Sep 2015 07:14:55 +0000 (UTC) (envelope-from jau789@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 889181AE4 for ; Wed, 30 Sep 2015 07:14:55 +0000 (UTC) (envelope-from jau789@gmail.com) Received: by wicfx3 with SMTP id fx3so182533793wic.1 for ; Wed, 30 Sep 2015 00:14:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=+xi0qHho9TC/78oOKJQJhiEYOAfp3+NYePAKLn9FaWM=; b=laOPT8Ijq4G2rtcGkvRFt6xXwdrhvPSpKjSu9ij35e/k5fGFNZsyOTnj9ZTkiHwg33 b12dhvG6ZacpKoNcqmrsQC3HH10MYjRUohBV5za2NFr3egjCdZWr1tR8AyIwapuhJNQ9 mdR/xjG+qYtsLFVIQdY1npV9BRZYEQ7n9SQZ8dfZksjPGBxII0zdY7i9WrzUttWKn/Aq YkHJpMTrfwYO726ZPb6qbpUgH4Ycy8lrSwJB2LjIn+URx8qtl19FjOzOzwCZpkWKEqXI 1cIwbkxsetuC3cADeqoDPfMpQC/mcfToysCpFXae5dvG5xBHmY2nEXVqYoN26k19QyYV rsJw== X-Received: by 10.194.179.231 with SMTP id dj7mr2146616wjc.146.1443597294060; Wed, 30 Sep 2015 00:14:54 -0700 (PDT) Received: from [192.168.1.131] (xdsl-205-163.nblnetworks.fi. [83.145.205.163]) by smtp.googlemail.com with ESMTPSA id x9sm27847797wjf.44.2015.09.30.00.14.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Sep 2015 00:14:53 -0700 (PDT) Subject: Re: Perl5.20 build fail To: Bill Sorenson References: <560B82BD.1090309@gmail.com> Cc: FreeBSD PowerPC ML From: Jukka Ukkonen Message-ID: <560B8BE9.7050706@gmail.com> Date: Wed, 30 Sep 2015 10:14:49 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2015 07:14:56 -0000 On 09/30/15 09:49, Bill Sorenson wrote: > It died for me upgrading from perl5-5.20.2_6 to perl5-5.20.3_8. > Basically from August 31st to now.I don't think my issue is related to > the recent default perl changes. I'd check to see how old yours is. Uh-er... That's odd. See this... jau@yggdrasil:~ % pkg info perl5 perl5-5.20.3_8 Name : perl5 Version : 5.20.3_8 Installed on : Wed Sep 23 11:00:39 EEST 2015 Origin : lang/perl5.20 Architecture : freebsd:10:powerpc:32 Prefix : /usr/local Categories : devel perl5 lang Licenses : GPLv1 or ART10 Maintainer : perl@FreeBSD.org WWW : http://www.perl.org/ Comment : Practical Extraction and Report Language Options : DEBUG : off GDBM : off MULTIPLICITY : on PERL_64BITINT : on PERL_MALLOC : off PTHREAD : on SITECUSTOMIZE : off THREADS : on Shared Libs provided: libperl.so.5.20 Annotations : cpe : cpe:2.3:a:perl:perl:5.20.3:::::freebsd10:powerpc:8 Flat size : 48.6MiB Description : Perl is a language that combines some of the features of C, sed, awk and shell. See the manual page for more hype. There are also many books published by O'Reilly & Assoc. See pod/perlbook.pod for more information. WWW: http://www.perl.org/ So, at least on 10-stable it should be just fine. --jau