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

Bug#744937: gcc-defaults: Package db5.3 doesn't build the libdb5.3-java-gcj_5.3.28-3_ppc64el.deb, due to the gcc-defaults package.



Package: gcc-defaults
Version: 1.126
Severity: wishlist
Tags: upstream patch

We are working to enable ppc64el port for Debian[1] and we would like to include this architecture as a supported one, thus fixing gcc-defaults to generate the /usr/share/gcj/debian_defaults file, which will be consumed later by other packages to generate their binaries, such as the libdb5.3-java-gcj_5.3.28-3_ppc64el.deb for example.

So, we would like to include ppc64el into the following variables:

gcj_archs
gcj_native_archs

[1] https://wiki.debian.org

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -purN a/debian/rules b/debian/rules
--- a/debian/rules	2014-04-08 19:41:18.269998302 +0000
+++ b/debian/rules	2014-04-08 19:42:26.099999086 +0000
@@ -257,8 +257,8 @@ ifneq (,$(filter $(DEB_HOST_ARCH),$(gcj4
   LIBGCJ_SONAME	= 14
 endif
 
-gcj_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386
-gcj_native_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386
+gcj_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386
+gcj_native_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386
 multilib_archs = amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 s390x sparc sparc64 x32
 
 ifneq (,$(filter $(DEB_HOST_ARCH), $(multilib_archs)))

Reply to: