Hello Mike, > Can you try rebuilding with hppa added to the NO_JDK_ARCHS variable in > debian/rules? Please follow up if that fixes the build or not.
Confirmed. Adding "hppa" to NO_JDK_ARCHS fixes the build. Can you please apply the change to the next octave upload? Patch attached. Thanks, Helge
diff -up ./debian/rules.org ./debian/rules --- ./debian/rules.org 2015-07-22 14:18:35.217011693 +0200 +++ ./debian/rules 2015-07-22 14:18:45.097013760 +0200 @@ -22,7 +22,7 @@ export DEB_VERSION_UPSTREAM # build deps because it is needed for octave-common, see # debian/patches/always-build-octave-jar.patch). include /usr/share/dpkg/architecture.mk -NO_JDK_ARCHS := hurd-i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel sparc +NO_JDK_ARCHS := hurd-i386 hppa kfreebsd-amd64 kfreebsd-i386 mips mipsel sparc ifneq (,$(filter $(DEB_HOST_ARCH),$(NO_JDK_ARCHS))) WITH_JAVA_FLAGS := --disable-java else

