Package: sigscheme Version: 0.8.5-2 Severity: important Tags: patch Justification: fails to build from source User: [email protected] Usertags: s390x
sigscheme fails to build from source on s390x due to missing symbols. Like s390, it needs an exception in the symbols file. The patch below fixe the issues, would it be possible to add it in the next upload? Thanks in advance. diff -Nru sigscheme-0.8.5/debian/libgcroots0.symbols sigscheme-0.8.5/debian/libgcroots0.symbols --- sigscheme-0.8.5/debian/libgcroots0.symbols 2011-02-21 01:53:43.000000000 +0000 +++ sigscheme-0.8.5/debian/libgcroots0.symbols 2011-08-15 22:45:26.000000000 +0000 @@ -5,7 +5,7 @@ GCROOTS_init@Base 0.8.5 GCROOTS_is_protected@Base 0.8.5 GCROOTS_is_protected_context@Base 0.8.5 - (arch=!mips !mipsel !s390)GCROOTS_jmp_buf@Base 0.8.5 + (arch=!mips !mipsel !s390 !s390x)GCROOTS_jmp_buf@Base 0.8.5 GCROOTS_mark@Base 0.8.5 GCROOTS_noop1@Base 0.8.5 GCROOTS_push_current_stack@Base 0.8.5 -- System Information: Debian Release: wheezy/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: s390x Kernel: Linux 3.0.0-1-s390x (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

