Your message dated Sun, 12 Jul 2015 04:00:24 +0000
with message-id <e1ze8re-0004vd...@franck.debian.org>
and subject line Bug#767322: fixed in java-gnome 4.1.3-4
has caused the Debian Bug report #767322,
regarding java-gnome: FTBFS for ppc64el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
767322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: java-gnome
Version: 4.1.3-3
Severity: normal
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el


Dear Maintainer,

On ppc64el architecture, the java-gnome package FTBFS as the
"-client" option is not enabled.

The ppc64el version for openJDK does not implement '-client'
option, only '-server' is available (which is the default).

The patch checks for the architecture and removes the '-client'
option for ppc64le arch, allowing the package to build correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal


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

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN java-gnome-4.1.3.orig/configure java-gnome-4.1.3/configure
--- java-gnome-4.1.3.orig/configure	2014-10-30 05:46:34.000000000 +0000
+++ java-gnome-4.1.3/configure	2014-10-30 05:46:54.000000000 +0000
@@ -359,7 +359,8 @@
 	my $item = $_[1];
 	my $program = $_[2];
 	my $args = $_[3];
-
+	my $arch;
+	
 	chomp $program;
 	if ( ! -f "$program") {
 		$$scalarref = "";
@@ -395,6 +396,12 @@
 		return
 	}
 
+	$arch = `uname -m 2>/dev/null`;
+	chomp $arch;
+	if($arch eq "ppc64le") {
+		$args =~ s/-client //;
+	}
+
 	$output = `$program $args Hello 2>/dev/null`;
 	chomp $output;

--- End Message ---
--- Begin Message ---
Source: java-gnome
Source-Version: 4.1.3-4

We believe that the bug you reported is fixed in the latest version of
java-gnome, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 767...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated java-gnome package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 11 Jul 2015 19:09:25 -0700
Source: java-gnome
Binary: libjava-gnome-java libjava-gnome-jni libjava-gnome-java-doc
Architecture: source all amd64
Version: 4.1.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
 libjava-gnome-java - Java-gnome language bindings project
 libjava-gnome-java-doc - Java-gnome language bindings project documentation
 libjava-gnome-jni - Java-gnome language bindings project JNI layer
Closes: 767322 789851
Changes:
 java-gnome (4.1.3-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Guillaume Mazoyer ]
   * debian/rules
     - Set CFLAGS and LDFLAGS variables according to the Debian standards.
     - Add -ffunction-sections to CFLAGS for hppa.
     - Set V=1 to build in verbose mode so the compiler flags are not hidden.
   * Properly use debhelper 9.
 .
   [ tony mancill ]
   * Add patch for configure script on ppc64el.  (Closes: #767322)
     - Note that patch only enables for binary (-B) builds.
   * Disable GLIB deprecation warnings during test phase by setting
     G_ENABLE_DIAGNOSTIC=0.  This was causing build failures.
     (Closes: #789851)
   * Bump Standards-Version to 3.9.6.
Checksums-Sha1:
 06f226de4be5ca992a10efc2f99f6da432d1a544 2474 java-gnome_4.1.3-4.dsc
 83c1c36b4409b5c9a675cff794f13a2cdedbe479 8432 java-gnome_4.1.3-4.debian.tar.xz
 6e114f7a322d6bbb492e058847f04e1f99a8ed76 771638 
libjava-gnome-java-doc_4.1.3-4_all.deb
 d9fde1cf24a4afebe5d342b4118f38d5f07572bd 1265942 
libjava-gnome-java_4.1.3-4_all.deb
 5675f5f3096cf306ef5c3d0c73d5ed301b8e32d0 169038 
libjava-gnome-jni_4.1.3-4_amd64.deb
Checksums-Sha256:
 3b8b2a6588f5253cb8b1ae4bb1cb3557cd5007e8dca98bb0e11ed436635ae00f 2474 
java-gnome_4.1.3-4.dsc
 efc25451e0c85c5657cfdcaa5848d5b18e01b4b3f0d0b11cd2dd0e7096ee0593 8432 
java-gnome_4.1.3-4.debian.tar.xz
 a2f35ce1174685b85b2bbca3b0628e6ffeb18e3cecd61b5073074057a9141c96 771638 
libjava-gnome-java-doc_4.1.3-4_all.deb
 63dd615c7b96115754e614b7e5b83fed2bded113048cf61141df19adcae088a2 1265942 
libjava-gnome-java_4.1.3-4_all.deb
 44cc97b392811ed0e5adede84338af0b0a5389072b675c3ccb94f25ad1bf2fed 169038 
libjava-gnome-jni_4.1.3-4_amd64.deb
Files:
 2d9d6a8b99bd0c8f94c04fa1178b8a2c 2474 java optional java-gnome_4.1.3-4.dsc
 153d07943d4d42e38fc4fb24d0f7edee 8432 java optional 
java-gnome_4.1.3-4.debian.tar.xz
 147a59177786f1fa0781a05b4e018d83 771638 doc optional 
libjava-gnome-java-doc_4.1.3-4_all.deb
 9323b8fa16bdabf68816013351388828 1265942 java optional 
libjava-gnome-java_4.1.3-4_all.deb
 6f906a5c0f6297631b9119e5da9922ad 169038 java optional 
libjava-gnome-jni_4.1.3-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJVoc/bAAoJECHSBYmXSz6WHCEP/21FdE5qclFfbISgnuOIvy5U
Q/00368sdtud/Oq+YbkIyvXOv9lz1kxOHn3Mc5NTBKGGBm9eSRflwtdjRMAbXNHA
F4hFEwFoFN5AMXSBXiZzL5kLZK8JK+OheiVv5gzW0y25w/d1Zp71yUEgmwAkcVZN
21LcNwy9Qj2r4udQGippYwuyl+svDC7dtaixD1GtcgTNtQRoGR4qRfIO7VgIZFdY
+fJjbUM8DrKWYQiGXheO9LAZsHdXQFRNntfIFyez3vqw9ZIZ/HSmtDwrEZCrpHBa
bHvPqBT0KprV3ZEnnvjqDtAtZxabRg30Y5iBxrRAQoTpaGRLzNhNjH0hN1AEgcx9
Cc1nruoXEtep++EkQkxCkGDaLJy1j/v1Naec2G0b9dHpCCZyBvHsD8ReVhm6dMIg
tgVnv9JPz8Sbq9Xcy54xupyEUJLLn9AWBchR5ag06tFOKtLw7kad13Nwa2AV5kyZ
Zxn23Pih1pkXg/2OOaCBs0/+bt5yJ7Q/uMh0sNpgTdqD08vH/kvvHKvEmgLu1Owy
wfXSMRQJwtXpGTzab1qFDKT9MRE7bPQ+Abw6k54ISysrjTNjdiuXr3tcEi6jsGbN
Pa+8F4zNF4eqRB5xKMfV4+gD4mhss5xnyQuzMz/prR++RDstg4TTdPNtZcmOMz8+
Bb8l0lEiMR19gilixCxU
=aNSF
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to