[Pkg-bitcoin-devel] Bug#841706: bitcoin: FTBFS on hppa - typos in 2002_libmemenv_debian-ports.patch

John David Anglin dave.anglin at bell.net
Sat Oct 22 14:11:58 UTC 2016


Source: bitcoin
Version: 0.13.0-0.1
Severity: normal

Dear Maintainer,

The build fails due to typos in the debian patch: 2002_libmemenv_debian-ports.patch.
See:
https://buildd.debian.org/status/fetch.php?pkg=bitcoin&arch=hppa&ver=0.13.0-0.1&stamp=1477051336

There are missing ';' characters in the __asm__ statements for hppa:

+inline void WriteMemoryBarrier() {
+  __asm__ __volatile__ ("": : :"memory");
+}
+#endif
+#define LEVELDB_HAVE_MEMORY_BARRIER
+
+// PARISC
+#elif defined(ARCH_CPU_PARISC_FAMILY)
+
+inline void ReadMemoryBarrier() {
+  __asm__ __volatile__("" : : : "memory")
+}
+inline void WriteMemoryBarrier() {
+  __asm__ __volatile__("" : : : "memory")
 }
 #define LEVELDB_HAVE_MEMORY_BARRIER

Regards,
Dave

-- System Information:
Debian Release: stretch/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 4.7.7+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)



More information about the Pkg-bitcoin-devel mailing list