Package: pvm
Version: 3.4.5-12.3
Severity: important
Tags: patch
Justification: fails to build from source
User: [email protected]
Usertags: s390x

pvm fails to build on s390x, as this architecture is not known to
getpvmarch. The patch below fixes this issue, would it be possible
to include it in the next upload? Thanks in advance.

diff -u pvm-3.4.5/debian/getpvmarch pvm-3.4.5/debian/getpvmarch
--- pvm-3.4.5/debian/getpvmarch
+++ pvm-3.4.5/debian/getpvmarch
@@ -36,6 +36,9 @@
        s390)
                echo LINUXS390
                ;;
+       s390x)
+               echo LINUXS390
+               ;;
        powerpc)
                echo LINUXPPC
                ;;



-- 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]

Reply via email to