[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#370661: gcj-4.1: FTBFS on GNU/kFreeBSD



Package: gcj-4.1
Version: 4.1.1-1
Severity: important
Tags: patch

Hi,

gcj-4.1 currently fails to build from source on GNU/kFreeBSD. Please
find attached a patch to fix that. Could you apply it in the next
upload.

Thanks in advance,
Aurelien

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gcj-4.1 depends on:
ii  gcc-4.1                     4.1.1-2      The GNU C compiler
ii  gcj-4.1-base                4.1.1-1      The GNU Compiler Collection (gcj b
ii  gij-4.1                     4.1.1-1      The GNU Java bytecode interpreter
ii  java-common                 0.25         Base of all Java packages
ii  libc0.1                     2.3.6-13     GNU C Library: Shared libraries
ii  libc0.1-dev                 2.3.6-13     GNU C Library: Development Librari
ii  libgcc1                     1:4.1.1-2    GCC support library
ii  libgcj7                     4.1.1-1      Java runtime library for use with 
ii  libgcj7-dev                 4.1.1-1      Java development headers and stati
ii  libgcj7-jar                 4.1.1-1      Java runtime library for use with 
ii  zlib1g                      1:1.2.3-11   compression library - runtime

Versions of packages gcj-4.1 recommends:
ii  fastjar                       1:4.1.1-2  Jar creation utility

-- no debconf information
diff -u gcj-4.1-4.1.1/debian/rules.defs gcj-4.1-4.1.1/debian/rules.defs
--- gcj-4.1-4.1.1/debian/rules.defs
+++ gcj-4.1-4.1.1/debian/rules.defs
@@ -303,7 +303,7 @@
 
 ifeq ($(with_java),yes)
   with_java_alsa := yes
-  ifneq (,$(filter $(DEB_TARGET_GNU_SYSTEM), kfreebsd-i386))
+  ifneq (,$(filter $(DEB_TARGET_GNU_SYSTEM), kfreebsd-gnu))
     with_java_alsa := no
   endif
 endif

Reply to: