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

Bug#903406: marked as done (gridengine: FTBFS on armhf due to OpenJDK VM changes)



Your message dated Tue, 05 Feb 2019 07:39:13 +0000
with message-id <E1gqvK5-0008LT-JD@fasolo.debian.org>
and subject line Bug#903406: fixed in gridengine 8.1.9+dfsg-9
has caused the Debian Bug report #903406,
regarding gridengine: FTBFS on armhf due to OpenJDK VM changes
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 owner@bugs.debian.org
immediately.)


-- 
903406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903406
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gridengine
Version: 8.1.9+dfsg-4
Severity: serious
Tags: patch
Control: block 903015 by -1

Hi,

gridengine fails to build on armhf due to the VM-related changes in OpenJDK 8u144-b01-2, which mean that the lib/server directory no longer exists on that architecture.

I've build-tested the attached patch on abel.d.o (the armhf porterbox).

Regards,

Adam
--- a/source/aimk.orig	2018-07-09 14:23:01.642562774 +0000
+++ b/source/aimk	2018-07-09 14:25:39.495856441 +0000
@@ -2002,7 +2002,10 @@
              set JAVA_LIB_ARCH = ""
              echo "WARNING: no JAVA_LIB_ARCH for architecture $buildarch"
       endsw
-      if ( "$JAVA_LIB_ARCH" != "") then
+      if ( "$buildarch" == "lx-armhf") then
+        # Debian/armhf doesn't ship a "server" VM
+        set JAVA_LFLAGS="-L$JAVA_HOME/jre/lib/$JAVA_LIB_ARCH/client"
+      else if ( "$JAVA_LIB_ARCH" != "") then
         set JAVA_LFLAGS="-L$JAVA_HOME/jre/lib/$JAVA_LIB_ARCH/server"
       else
         set JAVA_LFLAGS=""

--- End Message ---
--- Begin Message ---
Source: gridengine
Source-Version: 8.1.9+dfsg-9

We believe that the bug you reported is fixed in the latest version of
gridengine, 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 903406@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Afif Elghraoui <afif@debian.org> (supplier of updated gridengine 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 05 Feb 2019 01:09:19 -0500
Source: gridengine
Binary: gridengine-common gridengine-client gridengine-qmon gridengine-master gridengine-exec gridengine-dev gridengine-drmaa1.0 libdrmaa1.0-java libdrmaa1.0-java-doc gridengine-drmaa-dev libdrmaa1.0-ruby
Architecture: source
Version: 8.1.9+dfsg-9
Distribution: unstable
Urgency: medium
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Changed-By: Afif Elghraoui <afif@debian.org>
Description:
 gridengine-client - Utilities for Grid Engine queue management
 gridengine-common - Distributed resource management - common files
 gridengine-dev - Distributed resource management - development files
 gridengine-drmaa-dev - Distributed resource management Application API library - develop
 gridengine-drmaa1.0 - Distributed resource management Application API library
 gridengine-exec - Distributed resource management - Execution Server
 gridengine-master - Distributed resource management - Master Server
 gridengine-qmon - Graphical utilities for Grid Engine queue management
 libdrmaa1.0-java - Distributed resource management Application API library - Java bi
 libdrmaa1.0-java-doc - Distributed resource management Application API library - Java bi
 libdrmaa1.0-ruby - Distributed resource management Application API library - Ruby bi
Closes: 857659 903406
Changes:
 gridengine (8.1.9+dfsg-9) unstable; urgency=medium
 .
   [ Afif Elghraoui ]
   * Do not attempt building JGDI (Reduces severity of #875404)
   * d/watch: update to point to sourceforge
   * Fix FTBFS on armhf due to OpenJDK VM changes.
     Thanks to Adam Barratt for the patch (Closes: #903406)
 .
   [ Andreas Beckmann ]
   * Remove dangling /var/lib/gridengine/jobsbin symlink (Closes: #857659)
Checksums-Sha1:
 8087a6a624a93a1eba93555e4888829729d9dd26 3007 gridengine_8.1.9+dfsg-9.dsc
 54f1d45a5a44ad0c96517480e438234c488b1181 46160 gridengine_8.1.9+dfsg-9.debian.tar.xz
 a95e1a5f3eb7f2202ccd393369cd03a6a9fce133 7326 gridengine_8.1.9+dfsg-9_source.buildinfo
Checksums-Sha256:
 15ab2ec3a8a726fd6f354288d02140b1ec021614ceedeba0d8e9280554d79ace 3007 gridengine_8.1.9+dfsg-9.dsc
 116d55171f161c7fd2beabce87fe0d846b6bd16339660a4b4b2f1c4052b5b13a 46160 gridengine_8.1.9+dfsg-9.debian.tar.xz
 ba67ad3d9c272a58c52d0b114dfc65622a5d5d4712634d6ce1bdc5c874c5ad5a 7326 gridengine_8.1.9+dfsg-9_source.buildinfo
Files:
 7b7017bd0b840f1d838c930a66625681 3007 utils optional gridengine_8.1.9+dfsg-9.dsc
 a2d6c5bcec6bf7e3e2dda3e565693b8d 46160 utils optional gridengine_8.1.9+dfsg-9.debian.tar.xz
 3d2d93cd5ce295889af085bce29c9906 7326 utils optional gridengine_8.1.9+dfsg-9_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE6rcjomb2J+aAVWFfWbIwbzr53cEFAlxZKVcQHGFmaWZAZGVi
aWFuLm9yZwAKCRBZsjBvOvndwQgIEACA/pK/qLAWSuXXTxN5XjotX9g9DvLQGMb1
bd1V3MrtAHmB135Exhjf55UUV8GouD/VwlewJQpys1/XUUwGkFMwK1f9Ee83DOmn
dTf1YHLx1aF9swZS5gpEznnt3xbpvSIwcwdm0S0wkEaI9JDCPP8VZG6Qq1xUDtiu
/SSITiMEfx5YDFHFcQnH+af0RE+TLita5u1ZzU4DFaXBEojpR8mHvUvQnSdmCstd
Ozz/G8ktu/CUoaiTUvA5Dmc9ygXj629ZvQwPZMzj5e4SuQhYpy4KBqctIFWapSuF
rCMWIL4qVkorQoZ6llTtMK2eZgskNnDC6EbDI9mfZqvJISHmRnb2z0mueX+jykrS
O0THFLvcmZ4ZpFoTCdK7lZFfXwUesiOEC14vd8iXAKDrN+8E8ijNHupzox87w6nA
jpQKP+uIFHQxY4412XMXrwhf8jG4bfOVb9FywmkQK6UYW7QrAwGx1ux1YRiCm68e
x8BHbE1021jEaD3Qn+m64jPpIjz9YjRerw50KBZqNAMO94L8/mFDIdMB/jPdSYlh
pNXgdxsHEPAG5wrrqGMaSSMJhqPVgX9HykdR3Q7s8Cie3oLvYSMpsVYY6YgjkVMC
j3CI5/zlrTyN8tPHUgjv6AkrvpPmNq5Ttws50pWFN2nC1FSsmbrol9YkgV1neHYt
RAK3GHRdQA==
=P91n
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: