Source: libgc Version: 1:7.4.2-6 Tags: patch User: [email protected] Usertags: rebootstrap
Hi Christoph, Since the recent uploads libgc started to FTBFS for x32. Symbols changed for other architectures as well and x32 mostly does the same as amd64. Thus it is sufficient to turn one arch match on amd64 into any-amd64 to also cover x32. Attaching the patch for your convenience. Helmut
--- a/debian/libgc1c2.symbols +++ b/debian/libgc1c2.symbols @@ -465,8 +465,8 @@ GC_push_finalizer_structures@Base 1:7.2d GC_push_gc_structures@Base 1:7.2d (arch=arm64 hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64el)GC_push_marked1@Base 1:7.4.2 - (arch=!amd64 !armel !armhf !hppa !i386 !m68k !mips !mipsel !powerpc !ppc64 !s390x)GC_push_marked2@Base 1:7.2d - (arch=!amd64 !armel !armhf !hppa !i386 !m68k !mips !mipsel !powerpc !ppc64 !s390x)GC_push_marked4@Base 1:7.2d + (arch=!any-amd64 !armel !armhf !hppa !i386 !m68k !mips !mipsel !powerpc !ppc64 !s390x)GC_push_marked2@Base 1:7.2d + (arch=!any-amd64 !armel !armhf !hppa !i386 !m68k !mips !mipsel !powerpc !ppc64 !s390x)GC_push_marked4@Base 1:7.2d GC_push_marked@Base 1:7.2d GC_push_next_marked@Base 1:7.2d GC_push_next_marked_dirty@Base 1:7.2d

