From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15654 invoked by alias); 8 Feb 2013 20:41:51 -0000 Received: (qmail 15604 invoked by uid 22791); 8 Feb 2013 20:41:49 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,TW_BF X-Spam-Check-By: sourceware.org Received: from youngberry.canonical.com (HELO youngberry.canonical.com) (91.189.89.112) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Feb 2013 20:41:42 +0000 Received: from dslb-088-073-103-223.pools.arcor-ip.net ([88.73.103.223] helo=[192.168.42.216]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1U3ulR-0005zT-37; Fri, 08 Feb 2013 20:41:41 +0000 Message-ID: <51156300.5090802@ubuntu.com> Date: Fri, 08 Feb 2013 20:41:00 -0000 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 MIME-Version: 1.0 To: Anthony Green CC: "libffi-discuss@sourceware.org" Subject: Re: libffi 3.0.12 rc2 ready for testing References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2013/txt/msg00057.txt.bz2 Am 08.02.2013 00:10, schrieb Anthony Green: > Thanks for the feedback so far. I've just uploaded the tarball of > release candidate 2 here: > > ftp://sourceware.org/pub/libffi/libffi-3.0.12-rc2.tar.gz > > Again... feedback on the wiki welcome... > http://moxielogic.org/wiki/index.php/Libffi_3.0.12 > > I'm hoping to make this the most widely tested version of libffi yet. > Here's what changed from yesterday... one of the sparc related patches did break the build on sparc (32bit, using gcc -m32 -mcpu=v9). Looks like some tests should be #if defined(SPARC64) || defined(__sparc_v9__) instead of #ifdef SPARC64 Matthias libtool: link: sparc-linux-gnu-gcc -shared -fPIC -DPIC src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/sparc/.libs/ffi.o src/sparc/.libs/v8.o src/sparc/.libs/v9.o -O2 -Wl,-z -Wl,defs -Wl,-z -Wl,relro -Wl,-soname -Wl,libffi.so.6 -o .libs/libffi.so.6.0.1 src/sparc/.libs/ffi.o: In function `ffi_call': /build/buildd-libffi_3.0.12~rc2-1-sparc-56QJre/libffi-3.0.12~rc2/build/../src/sparc/ffi.c:459: undefined reference to `ffi_call_v8' /build/buildd-libffi_3.0.12~rc2-1-sparc-56QJre/libffi-3.0.12~rc2/build/../src/sparc/ffi.c:447: undefined reference to `ffi_call_v8' /build/buildd-libffi_3.0.12~rc2-1-sparc-56QJre/libffi-3.0.12~rc2/build/../src/sparc/ffi.c:453: undefined reference to `ffi_call_v8' collect2: ld returned 1 exit status make[3]: *** [libffi.la] Error 1