Source: scm
Version: 5e5
Severity: normal
Tags: patch
Dear Maintainer,
See build log here:
https://buildd.debian.org/status/fetch.php?pkg=scm&arch=hppa&ver=5e5-4&stamp=1501605488&raw=0
Attached is a patch to fix this problem. Please apply.
Thanks,
Dave Anglin
-- System Information:
Debian Release: buster/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)
Kernel: Linux 4.11.0-2-parisc64-smp (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8),
LANGUAGE=en_CA:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Index: scm-5e5/setjump.h
===================================================================
--- scm-5e5.orig/setjump.h
+++ scm-5e5/setjump.h
@@ -35,6 +35,10 @@
# endif /* UNICOS */
#endif /* PROT386 */
+#if defined(__hppa__)
+# define STACK_GROWS_UP
+#endif
+
/* These are parameters for controlling memory allocation. The heap
is the area out of which cons and object headers is allocated.
Each heap object is 8 bytes on a 32 bit machine and 16 bytes on a