From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73117 invoked by alias); 8 Nov 2019 09:21:34 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 73108 invoked by uid 89); 8 Nov 2019 09:21:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=HTo:U*libffi-discuss X-HELO: einhorn-mail.in-berlin.de Received: from einhorn-mail.in-berlin.de (HELO einhorn-mail.in-berlin.de) (217.197.80.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Nov 2019 09:21:32 +0000 X-Envelope-From: doko@ubuntu.com X-Envelope-To: Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id xA89LTvx016099 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 8 Nov 2019 10:21:30 +0100 Subject: Re: libffi 3.3 release candidate 1 To: libffi-discuss@sourceware.org References: From: Matthias Klose Message-ID: Date: Fri, 08 Nov 2019 09:21:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019/txt/msg00056.txt.bz2 On 24.10.19 13:16, Anthony Green wrote: > libffi 3.3 release candidate 1 is available for testing... > > https://github.com/libffi/libffi/releases/download/v3.3-rc1/libffi-3.3-rc1.tar.gz > https://github.com/libffi/libffi/releases/tag/v3.3-rc1 started doing some test rebuilds using this version in https://launchpad.net/~doko/+archive/ubuntu/libffi/+packages and re-running failed builds against 3.2.1 in https://launchpad.net/~doko/+archive/ubuntu/libffi-3.2.1/+packages Regressions are seen with ecl: amd64, i386 gwrap: arm64 gauche-c-wrapper: arm64 jffi: all architectures polyml: amd64, i386 python-cffi: arm64 ruby-ffi: arm64 (but ruby2.5 ftbfs for unrelated reasons) I'm following up with more rebuilds. Matthias