From owner-freebsd-ports@FreeBSD.ORG Fri Oct 25 15:25:37 2013 Return-Path: Delivered-To: ports@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 742B37D9; Fri, 25 Oct 2013 15:25:37 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 321842D8A; Fri, 25 Oct 2013 15:25:37 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id wp18so1083855obc.29 for ; Fri, 25 Oct 2013 08:25:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=gb8giXIoBc7zLk/UqwcykMLznkB+eCP6d3bO5LD8+1s=; b=xtr3ZluuMfDtCz433ToCe3qjoQD/6/MLTlmvnrus8eAl8dTysdA3fdRxqfsZ5OgNJE fwI+Qmai5sV/Q8AlENx0UB1AKQsTUHV5AuZ5924N8+HM2LFrzj/v5hJ+pPY9hH9/v/H9 NspXRwcCsYJxCGEc9h3fEFhYEmhp9kJWnEdBJ/WrSj4p2aL2YFsIE9QDKIgFeShzy4jF asFc5rWKTyneT3eOC04F+7gYZESwAe1y9Zntu45skQ7nyv79xdYEJ3MDH/jwQi7B3XaS Pihlm8+Nfb29LSU3uV0KyzTMr7fUc04ctePMgxZU42TVQK09kOxQoqEgbNj/mo852Gdp toxg== MIME-Version: 1.0 X-Received: by 10.182.142.65 with SMTP id ru1mr771563obb.76.1382714735405; Fri, 25 Oct 2013 08:25:35 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.230.131 with HTTP; Fri, 25 Oct 2013 08:25:35 -0700 (PDT) In-Reply-To: <7EC8B03C3EA14BCCBA1D6C3D913514C2@multiplay.co.uk> References: <7BF7BC08166A4E6E91CF12EF75622F6B@multiplay.co.uk> <4B0216DAF77A4A93B59753C4E0FD366B@multiplay.co.uk> <7EC8B03C3EA14BCCBA1D6C3D913514C2@multiplay.co.uk> Date: Fri, 25 Oct 2013 19:25:35 +0400 X-Google-Sender-Auth: srd2nwwHwVBTK7Bxh9xoCBS5Wcs Message-ID: Subject: Re: Possible fix for all p5-* port installs being broken on FreeBSD From: Andrej Zverev To: Steven Hartland Content-Type: text/plain; charset=ISO-8859-1 Cc: Sunpoet Po-Chuan Hsieh , ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 15:25:37 -0000 Can you please show output (you can pastebin it somewhere) 1. make -C /usr/ports/converters/p5-Encode-Locale/ -VPERL_VERSION -VPERL_VER -VMAN3PREFIX -VSITE_PERL -VSITE_PERL_REL 2. perl -V 3. cat /etc/make.conf If this is not public information you can omit ports@FreeBSD.org from recipients > An example would be:- > > make install > ===> Installing for p5-Encode-Locale-1.03 > ===> p5-Encode-Locale-1.03 depends on file: /usr/local/bin/perl5.14.2 - > found > ===> Checking if converters/p5-Encode-Locale already installed > ===> Registering installation for p5-Encode-Locale-1.03 #1 > /data/portbuild/usr/ports/converters/p5-Encode-Locale/work/.PLIST.mktmp > pkg-static: lstat(/usr/local/lib/perl5/5.14/man/man3/Encode::Locale.3.gz): > No such file or directory > *** Error code 74 > > Stop. > make: stopped in /usr/ports/converters/p5-Encode-Locale > > ----- Original Message ----- From: "Andrej Zverev" > To: "Steven Hartland" > Cc: "Sunpoet Po-Chuan Hsieh" ; "ports" > > Sent: Friday, October 25, 2013 3:45 PM > Subject: Re: Possible fix for all p5-* port installs being broken on FreeBSD > > > >> I'm sorry, but can you for start provide build log where I can see >> error(s) ? I'm sure it's just your local issues. >> >> >> On Fri, Oct 25, 2013 at 5:27 PM, Steven Hartland >> wrote: >>> >>> ----- Original Message ----- From: "Sunpoet Po-Chuan Hsieh" >>> >>> >>>> On Fri, Oct 25, 2013 at 8:26 PM, Steven Hartland >>>> wrote: >>>> >>>>> Hi Sunpoet seems your the most active maintainer >>>>> of perl ports system on FreeBSD so please excuse >>>>> the email if your not the correct person but here goes. >>>>> >>>>> Currently make install for all p5-* ports fail >>>>> because they cant find the installed files. >>>>> >>>>> This seems to be because the site_perl directory >>>>> struction now uses PERL_VERSION instead of PERL_VER >>>>> e.g 5.14.4 not 5.14 >>>>> >>>>> The attached patch fixes this for me by changing >>>>> the package vars to use PERL_VERISON but its not >>>>> clear if its the install which is incorrect or >>>>> the vars. >>>>> >>>>> cc'ed ports@ just in case. >>>>> >>>>> Regards >>>>> Steve >>>> >>>> >>>> >>>> >>>> Hi Steven, >>>> >>>> The perl infrastructure change was made by az@. >>>> It helps to make minor version update easier (e.g. 5.14.2 -> 5.14.4). >>>> Please see UPDATING 20130612 entry for further information. >>>> Thanks. >>> >>> >>> >>> Thanks Sunpoet :) >>> >>> @az given UPDATING 20130612 I guess the attached patch is >>> required. As its currently its not possible to install any >>> p5-* port think we should get it commited ASAP assuming its >>> the correct fix. >>> >>> Regards >>> Steve >>> >>> ================================================ >>> This e.mail is private and confidential between Multiplay (UK) Ltd. and >>> the >>> person or entity to whom it is addressed. In the event of misdirection, >>> the >>> recipient is prohibited from using, copying, printing or otherwise >>> disseminating it or any information contained in it. >>> In the event of misdirection, illegible or incomplete transmission please >>> telephone +44 845 868 1337 >>> or return the E.mail to postmaster@multiplay.co.uk. >> >> > > ================================================ > This e.mail is private and confidential between Multiplay (UK) Ltd. and the > person or entity to whom it is addressed. In the event of misdirection, the > recipient is prohibited from using, copying, printing or otherwise > disseminating it or any information contained in it. > In the event of misdirection, illegible or incomplete transmission please > telephone +44 845 868 1337 > or return the E.mail to postmaster@multiplay.co.uk. >