From owner-freebsd-ppc@freebsd.org Wed Sep 30 06:35:45 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 57DA7A0BBEF for ; Wed, 30 Sep 2015 06:35:45 +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 E43DB1AEE for ; Wed, 30 Sep 2015 06:35:44 +0000 (UTC) (envelope-from jau789@gmail.com) Received: by wicfx3 with SMTP id fx3so46087650wic.0 for ; Tue, 29 Sep 2015 23:35:43 -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=pS/s1lAV5wE5kMJfDhvJN8GT191tYVCwpqVYfnR+8RE=; b=wDYnCIJcBbI8BjPIzD/06Xfpq8RPO1sV5P4Fgviw3QZog36nlA3vpCkJjjrnVDmOdt 8PMdobu4uMAyN2tF4VMzyBAtTSN0cKOaafhMiSO7y5rj/IAGECtWWaT+zj5IAtBJ+7Jd 6JiRR9E4cIhekTAU1zlDS0RR8NGOwOCtAztvKO/d/EkvbDLgVr60uZLGMfzKLAWaAuuR I1uy8Vx1VGdG2ge+B4ve/gb2nu1iJdU/oNWFkzaAFn72ItTZbtIaSqjGdZDDLGOnHgJq 024zcu4Vi+eRF5BNLQiprjXTB4dkbHcWyf6eddTZJdLc5JD+ooHcfgu51+qZD8cJa/Uk NPhg== X-Received: by 10.194.192.6 with SMTP id hc6mr1984900wjc.33.1443594943435; Tue, 29 Sep 2015 23:35:43 -0700 (PDT) Received: from [192.168.1.131] (xdsl-205-163.nblnetworks.fi. [83.145.205.163]) by smtp.googlemail.com with ESMTPSA id 12sm27702372wjw.15.2015.09.29.23.35.42 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Sep 2015 23:35:42 -0700 (PDT) Subject: Re: Perl5.20 build fail To: Bill Sorenson References: Cc: freebsd-ppc@FreeBSD.org From: Jukka Ukkonen X-Enigmail-Draft-Status: N1110 Message-ID: <560B82BD.1090309@gmail.com> Date: Wed, 30 Sep 2015 09:35:41 +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=windows-1252 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 06:35:45 -0000 On 09/30/15 00:58, Bill Sorenson wrote: > I'm having perl 5.20 from ports fail on ppc and ppc64 (working on sparc64 > and amd64). If anyone wants to try it on a machine I'd appreciate it. I have perl 5.20 installed on a PowerMac G4. So, it definitely should install cleanly on ppc. Have you removed all references to older perl versions from your /etc/make.conf? Apparently the only reference to any perl version in make.conf should be a line like this... DEFAULT_VERSIONS+=perl5=5.20 I remember there was some fuzz with an older perl version which was mentioned in make.conf when I updated perl to 5.20. --jau