[Pkg-octave-commit] [octave] 01/02: Disable java on mips.

Sébastien Villemot sebastien at debian.org
Fri Aug 29 20:40:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave.

commit 4f87d1af82a202c3b142fa50fdb756bf65fa7b3b
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Aug 29 22:38:31 2014 +0200

    Disable java on mips.
    
    Closes: #759663
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c27f42b..5432d0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,14 +15,15 @@ export DEB_VERSION_UPSTREAM
 # Configure default Java paths using javahelper except on some archs.
 # hurd-i386, kfreebsd-* and sparc have gcj as default, which cause either
 # a compilation failure (hurd-i386) or a test failure (other archs).
-# On mipsel java unit tests calling openjdk-7 cause a bus error at runtime.
+# On mips and mipsel java unit tests calling openjdk-7 cause a bus error at
+# runtime.
 # On armhf, unit tests calling openjdk-7 cause a segmentation fault.
 # This arch list must be kept in sync with the arch list qualifying
 # default-jre in debian/control (note: we always want default-jdk in
 # 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 := armhf hurd-i386 kfreebsd-amd64 kfreebsd-i386 mipsel sparc
+NO_JDK_ARCHS := armhf hurd-i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel sparc
 ifneq (,$(filter $(DEB_HOST_ARCH),$(NO_JDK_ARCHS)))
 WITH_JAVA_FLAGS := --disable-java
 else

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list