X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-4.9 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <CAHiT=DEgVMRvLZ2J64FEdhXRBe6VYR0fypsWpk8_aj0bHYsWGQ@mail.gmail.com>
References: <CAHiT=DEgVMRvLZ2J64FEdhXRBe6VYR0fypsWpk8_aj0bHYsWGQ@mail.gmail.com>
From: "Yaakov (Cygwin/X)" <yselkowitz@users.sourceforge.net>
Date: Tue, 10 Jul 2012 15:56:02 -0500
Message-ID: <CAGvSfeyK+A3gk-Rkn8r8kiPMbdrnev=Sojib0cd4zYyS_ks_JQ@mail.gmail.com>
Subject: Re: perl-5.14.2 switch
To: Reini Urban <rurban@x-ray.at>
Cc: cygwin@cygwin.com, dr.volker.zell@oracle.com
Content-Type: text/plain; charset=ISO-8859-1
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Tue, Jul 10, 2012 at 1:01 PM, Reini Urban wrote:
> I'll be switching perl from 5.10 to 5.14 in the next days.

Your rebase pure_install changes in EU::MM_Cygwin do not take DESTDIR
into account, breaking cygport.  Line 195 of said module needs to be
changed to (as one long line):

$s =~ s|^(pure_install ::
pure_\$\(INSTALLDIRS\)_install\n\t)\$\(NOECHO\)
\$\(NOOP\)\n|$1\$(CHMOD) \$(PERM_RWX) \$(DESTDIR)$dll\n\ttest -n
"\$(DESTDIR)\" \|\| /bin/rebase -s $dll\n|m;

I have fixed my local copy in the meantime and am continuing to work
on the upgrade, but this is a blocker for 5.14.


Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

