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

Bug#435053: gcj-4.2: FTBFS on kfreebsd-amd64



Package: gcj-4.2
Version: 4.2.1-1
Severity: important
Tags: patch

gcj-4.2 fails to build on kfreebsd-amd64 at this architecture is still
in java_no_archs. The patch below removes it, and it is the only thing
need to get gcj working correctly on this architecture.


diff -u gcj-4.2-4.2.1/debian/rules.conf gcj-4.2-4.2.1/debian/rules.conf
--- gcj-4.2-4.2.1/debian/rules.conf
+++ gcj-4.2-4.2.1/debian/rules.conf
@@ -459,7 +459,7 @@
 ada_no_archs    := $(strip $(foreach cpu,$(ada_no_cpus),!$(cpu)) \
 			!kfreebsd-amd64 !knetbsd-i386 !netbsd-i386 !hurd-i386)
 java_no_archs   := $(strip $(foreach cpu,$(java_no_cpus),!$(cpu)) \
-			!kfreebsd-amd64 !knetbsd-i386 !netbsd-i386 !hurd-i386)
+			!knetbsd-i386 !netbsd-i386 !hurd-i386)
 pascal_no_archs := $(strip $(foreach cpu,$(pascal_no_cpus),!$(cpu)) \
 			!netbsd-i386)
 fortran_no_archs:= $(strip $(foreach cpu,$(fortran_no_cpus),!$(cpu)) \


-- System Information:
Debian Release: lenny/sid
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 6.2-1-em64t-p4
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash



Reply to: