From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20761 invoked by alias); 8 Feb 2020 06:57:19 -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 20746 invoked by uid 89); 8 Feb 2020 06:57:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=06022020, 06.02.2020, HX-Languages-Length:1769, emergency X-HELO: mail-wr1-f42.google.com Received: from mail-wr1-f42.google.com (HELO mail-wr1-f42.google.com) (209.85.221.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 08 Feb 2020 06:57:17 +0000 Received: by mail-wr1-f42.google.com with SMTP id u6so1443054wrt.0 for ; Fri, 07 Feb 2020 22:57:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=ZJ/NZXB4l1UXRzuNZV24hu6GwLS7NUQ7IKqt6ESSgCo=; b=PipTbbGedzYMLOtnWvPSGXgLr8WVijgdGcb3wodvgEjNKb+kP8qU9MvnoWMegdoAmu NK3Msz9hzIsNzf16Mqt4q9WenknmRMWTob7+iY7qSWMSnOiFdGo09hjRUBhJOyBZmcqx wxXyqu8Sgv+c+rPC/r+gHOj+8W/Qgu3MQbEZZLINNCdvOcCip/KHvNqP6M0hnaibJXOZ bAbvHj0wvWlfgebrvLp5mNPRCfyrcgNCPnH5WQO6zoKmbocfvWtUdxjkPXMeoLn/BlRN hK8zLKy203JBambFoKDX5yv4usKEQoVNCOjzOXtPkZ70EXzb7YZVDDx15nH/uHivF5bK 6VHw== Return-Path: Received: from ?IPv6:2003:ee:6727:2e01:254c:d9e8:62f9:24a9? (p200300EE67272E01254CD9E862F924A9.dip0.t-ipconnect.de. [2003:ee:6727:2e01:254c:d9e8:62f9:24a9]) by smtp.gmail.com with ESMTPSA id y7sm16159839wmd.1.2020.02.07.22.57.14 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 07 Feb 2020 22:57:14 -0800 (PST) Subject: Re: [Attn. Maintainers] perl-5.30.1 -- prepare for release To: cygwin-apps@cygwin.com References: <877e47irjx.fsf@Rainer.invalid> <87k153fn33.fsf@Rainer.invalid> <3a01069a-9606-cfa5-c71e-c6cca7c0dbdd@acm.org> From: Marco Atzeri Message-ID: Date: Sat, 08 Feb 2020 06:57:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <3a01069a-9606-cfa5-c71e-c6cca7c0dbdd@acm.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00008.txt.bz2 Am 06.02.2020 um 18:53 schrieb David Rothenberger: > On 2/3/2020 12:11 PM, Achim Gratz wrote: >> I have done another update of my private Perl repository over the >> weekend. While not all maintainers will immediately be ready with their >> updates due to external circumstances, I'd like to release the new Perl >> version at the end of this week or maybe over the weekend. > > I had a family emergency that required me to leave town unexpectedly, > but I hope to update the subversion-perl next week. > > Regards, > David > I built subversion for X86_64 with new perl and for what I see the only tests that are failing are due to some misalignement between expected location of needed files svn_tests: E000002: Can't open file '/cygdrive/d/cyg_pub/devel/subversion/subversion-1.13.0-2.x86_64/src/subversion-1.13.0/subversion/tests/zlib.deflated': No such file or directory FAIL: checksum-test 4: zlib expansion test (zlib regression) but $ find subversion-1.13.0-2.x86_64/ -name zlib.deflated subversion-1.13.0-2.x86_64/origsrc/subversion-1.13.0/subversion/tests/libsvn_subr/zlib.deflated subversion-1.13.0-2.x86_64/src/subversion-1.13.0/subversion/tests/libsvn_subr/zlib.deflated similar START: config-test.exe svn_tests: E000002: Can't open file '/cygdrive/d/cyg_pub/devel/subversion/subversion-1.13.0-2.x86_64/src/subversion-1.13.0/subversion/tests/config-test.cfg': No such file or directory but $ find subversion-1.13.0-2.x86_64/ -name config-test.cfg subversion-1.13.0-2.x86_64/origsrc/subversion-1.13.0/subversion/tests/libsvn_subr/config-test.cfg subversion-1.13.0-2.x86_64/src/subversion-1.13.0/subversion/tests/libsvn_subr/config-test.cfg I will look later on this issues Regards Marco