From owner-freebsd-ppc@freebsd.org Wed Sep 30 07:18:57 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 1D03DA0ADF8 for ; Wed, 30 Sep 2015 07:18:57 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::22e]) (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 CE79F1BE0 for ; Wed, 30 Sep 2015 07:18:56 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: by qkas79 with SMTP id s79so13811597qka.0 for ; Wed, 30 Sep 2015 00:18:56 -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=oiqxRXgucdxHg9HvSI/1njG2iqQ2at8krkPjzgx34yU=; b=iNbCN2U5FcQnmEAJnkcAfc2JIgERxy75aspw2kr3BeL7FiLE1ZRFagrZYhJhPGoOPc Gq61QB0OpcMvOsGDRiduSF0P+WU00jA5AyNeypuI2kX7sicfewfTmDW8G0WZXgKO0/Y5 ZOvmw/mKrApOGKtFfqezBVktAB70jc5WRk58HDkG+0rWUTAF8aENK/QQ/QyuKpv4NRRz rzXFym9maUOEtf0TNYHXc+eMFJ5OwibjZlwn4FpcBCXonKgzUwCdC1kxLXhlO0PEKZ1s 3QUcLsBDnglDWFsp1n59bE/WyZL1KheB7REY2yunzAQ821RnG7YN89onQki3aTtx3MJU cHPg== MIME-Version: 1.0 X-Received: by 10.55.201.80 with SMTP id q77mr2466658qki.50.1443597536039; Wed, 30 Sep 2015 00:18:56 -0700 (PDT) Received: by 10.55.158.209 with HTTP; Wed, 30 Sep 2015 00:18:55 -0700 (PDT) In-Reply-To: <560B8BE9.7050706@gmail.com> References: <560B82BD.1090309@gmail.com> <560B8BE9.7050706@gmail.com> Date: Wed, 30 Sep 2015 02:18:55 -0500 Message-ID: Subject: Re: Perl5.20 build fail From: Bill Sorenson To: Jukka Ukkonen Cc: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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:18:57 -0000 I guess I'll scorched-earth my current perl and try from the top. On Wed, Sep 30, 2015 at 2:14 AM, Jukka Ukkonen wrote: > 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 > >