[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#995223 closed by Debian FTP Masters <ftpmaster@ftp-master.debian.org> (reply to Matthias Klose <doko@debian.org>) (Bug#995223: fixed in libffi 3.4.2-3)



Hi Matthias!

On 10/11/21 15:27, John Paul Adrian Glaubitz wrote:
> This did not fix the bug, unfortunately. libffi is still being built with
> "-mcpu=power8" on ppc64, see the full build log in [1].
> 
> We didn't need --enable-portable before, so this isn't the issue but I assume
> the problem is the new autoconf version which is not compatible with libffi [2].

Julien has suggested on #debian-devel to build with --without-gcc-arch instead of
--enable-portable-binary and it indeed fixes the problem for me:

--- debian/rules.orig   2021-09-15 09:03:02.000000000 -0700
+++ debian/rules        2021-10-28 05:10:01.357633494 -0700
@@ -53,6 +53,7 @@
                --infodir=\$${prefix}/share/info \
                --enable-pax_emutramp \
                --disable-exec-static-tramp \
+               --without-gcc-arch \
                CC="$(CC)" \
                CXX="$(CXX)" \
                CPPFLAGS="$(CPPFLAGS)" \

Could you update the debian/rules accordingly?

Thanks,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: