From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114542 invoked by alias); 25 May 2015 02:26:09 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 114532 invoked by uid 89); 25 May 2015 02:26:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock03.mail.cornell.edu Received: from limerock03.mail.cornell.edu (HELO limerock03.mail.cornell.edu) (128.84.13.243) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 May 2015 02:25:51 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock03.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id t4P2PnXf005350 for ; Sun, 24 May 2015 22:25:49 -0400 Received: from [192.168.1.4] (cpe-67-249-176-138.twcny.res.rr.com [67.249.176.138]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id t4P2Pmnk020865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sun, 24 May 2015 22:25:49 -0400 Message-ID: <5562881F.7000301@cornell.edu> Date: Mon, 25 May 2015 02:26:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: perl-5.22.0-RC2 / Perl distributions References: <87iobhvj4f.fsf@Rainer.invalid> In-Reply-To: <87iobhvj4f.fsf@Rainer.invalid> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00045.txt.bz2 On 5/24/2015 4:02 PM, Achim Gratz wrote: > > I've built perl-5.22.0-RC2 and bootstrapped the Perl distributions for > Cygwin (well, most of them -- I will send another ITA for some > additional ones I've hat to build later). It doesn't make much sense to > try a test release on sourceware, so I've uploaded to my own server, > which you can use (in addition to) the normal package archive(s): > > setup-{x86,x86_64}.exe -XOs http://cygwin.stromeko.net/ > > Let me know if anything is missing. The latest version of Biber requires autovivification, XML::Writer, and Text::Roman. And Test::Difference is required for running the tests. Can you add those? Here's a trickier one: Biber wants Unicode::Normalize, version <= 1.17. There's a comment that says "1.18 removes XS and is too slow". I'm not sure what to do about that. Any advice? Thanks. Ken