From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79352 invoked by alias); 27 Nov 2019 07:54:36 -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 79344 invoked by uid 89); 27 Nov 2019 07:54:36 -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=sk:libffi-, sk:libffi, __int128, DHAVE_CONFIG_H 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; Wed, 27 Nov 2019 07:54:34 +0000 X-Envelope-From: doko@ubuntu.com Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id xAR7sUjT017147 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Wed, 27 Nov 2019 08:54:30 +0100 Subject: Re: libffi 3.3 release candidate 1 To: Anthony Green , libffi-discuss References: From: Matthias Klose Message-ID: <816931f1-7ff7-60bf-82c1-e2221b1ec1dd@ubuntu.com> Date: Wed, 27 Nov 2019 07:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019/txt/msg00092.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 the libffi-3.3.tar.gz published last Friday now ftbfs on powerpc-linux-gnu: libtool: compile: powerpc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -fexceptions -MT src/powerpc/ffi.lo -MD -MP -MF src/powerpc/.deps/ffi.Tpo -c ../src/powerpc/ffi.c -fPIC -DPIC -o src/powerpc/.libs/ffi.o In file included from ../src/powerpc/ffi.c:33: ../src/powerpc/ffi_powerpc.h:65:9: error: ‘__int128’ is not supported on this target 65 | typedef __int128 float128; | ^~~~~~~~ make[3]: *** [Makefile:1274: src/powerpc/ffi.lo] Error 1 make[3]: Leaving directory '/<>/build' make[2]: *** [Makefile:1348: all-recursive] Error 1