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

Bug#1060369: marked as done (gridengine: please add support for loong64)



Your message dated Fri, 07 Mar 2025 15:25:10 +0000
with message-id <E1tqZZW-0020nl-48@fasolo.debian.org>
and subject line Bug#1060369: fixed in gridengine 8.1.9+dfsg-12
has caused the Debian Bug report #1060369,
regarding gridengine: please add support for loong64
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.)


-- 
1060369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060369
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gridengine
Version: 8.1.9+dfsg-11
Severity: normal
X-Debbugs-Cc: wuruilong@loongson.cn

Dear Maintainer,

Please support the loong64 architecture. 
The patch is provided in the attachment for your reference.

wuruilong 

-- System Information:
Debian Release: trixie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)

Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 gridengine (8.1.9+dfsg-11) unstable; urgency=medium
 .
   * Team upload.
   * d/patches/riscv64.patch: add support for riscv64 with a patch from
     Bo YU <tsu.yubo@gmail.com> ; thanks!
     Closes: #1017771
Author: Michael R. Crusoe <crusoe@debian.org>
Bug-Debian: https://bugs.debian.org/1017771

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-01-10

--- gridengine-8.1.9+dfsg.orig/source/aimk
+++ gridengine-8.1.9+dfsg/source/aimk
@@ -1977,6 +1977,9 @@ if ( $JNI == 1 ) then
 	 case lx-riscv64:
 	      set JAVA_LIB_ARCH = riscv64
 	      breaksw
+	 case lx-loong64:
+	      set JAVA_LIB_ARCH = loong64
+	      breaksw
 	 case lx-mips64:
 	      set JAVA_LIB_ARCH = mips64el
 	      breaksw
--- gridengine-8.1.9+dfsg.orig/source/dist/util/arch
+++ gridengine-8.1.9+dfsg/source/dist/util/arch
@@ -206,6 +206,9 @@ Linux)
 	  lxmachine=amd64
       fi
       ;;
+   loongarch64)
+      lxmachine=loong64
+      ;;
    mips)
       lxmachine=mips
       maybe_el
--- gridengine-8.1.9+dfsg.orig/source/scripts/compilearch
+++ gridengine-8.1.9+dfsg/source/scripts/compilearch
@@ -185,6 +185,11 @@ case $buildarch in
       COMPILE_ARCH=LINUXIA64
       TARGET_BITS=TARGET_64BIT
       ;;
+   lx-loong64)
+      BUILDARCH=LINUXLOONG64
+      COMPILE_ARCH=LINUXLOONG64
+      TARGET_BITS=TARGET_64BITT
+      ;;
    lx-mips)
       BUILDARCH=LINUXMIPS
       COMPILE_ARCH=LINUXMIPS

--- End Message ---
--- Begin Message ---
Source: gridengine
Source-Version: 8.1.9+dfsg-12
Done: Wouter Verhelst <wouter@debian.org>

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 1060369@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wouter Verhelst <wouter@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: SHA384

Format: 1.8
Date: Thu, 06 Mar 2025 16:38:08 +0200
Source: gridengine
Architecture: source
Version: 8.1.9+dfsg-12
Distribution: unstable
Urgency: medium
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Changed-By: Wouter Verhelst <wouter@debian.org>
Closes: 1060369 1075042
Changes:
 gridengine (8.1.9+dfsg-12) unstable; urgency=medium
 .
   * Team upload
 .
   [ Bo YU ]
   * Fix incompatible pointer type issue. (Closes: #1075042)
 .
   [ wuruilong ]
   * Add support for loong64 architecture. (Closes: #1060369)
Checksums-Sha1:
 c560d1cd920dee915fb158df54d08c211d159562 2466 gridengine_8.1.9+dfsg-12.dsc
 f97f8b3c1f508ba145f84908b77a3a630df92eab 48368 gridengine_8.1.9+dfsg-12.debian.tar.xz
 b84e470231d840b455aecf6cfbea4452a25c551b 13533 gridengine_8.1.9+dfsg-12_source.buildinfo
Checksums-Sha256:
 54539460cff37905ba0327e7646041fc40d4d872538b1bea84913f1a7b7decc0 2466 gridengine_8.1.9+dfsg-12.dsc
 08c0c3d52e2d34e241cce307ba1988f1f1b16661adc5867a22f424c96ffe5740 48368 gridengine_8.1.9+dfsg-12.debian.tar.xz
 550ea142232ce078e00a34aa3dd07a6c85aaeca6669445046125ce9aa3ceeabf 13533 gridengine_8.1.9+dfsg-12_source.buildinfo
Files:
 27929835a81bfa4dc957f1dc74bdb502 2466 utils optional gridengine_8.1.9+dfsg-12.dsc
 9a712f0e1cb367b132f8a89aec4c2b5e 48368 utils optional gridengine_8.1.9+dfsg-12.debian.tar.xz
 5a3646112a9d24d989330f421e87d6c7 13533 utils optional gridengine_8.1.9+dfsg-12_source.buildinfo

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

iKgEARMJADAWIQQZhIYJILYM7Y0TCTdH038p5i64/wUCZ8r4xxIcd291dGVyQGRl
Ymlhbi5vcmcACgkQR9N/KeYuuP+9XQF/fjTr2xDAxab537uJCfCDfYTb7dP0KM6d
3pA9HolNzVqaAX9SAdkZcs9hsI4sFTH/AX9Kxtt1iu8+L+dL5mFVKy6rLDSn50Vb
SQexKU0PraWU25n3Gew+tFGP72mkFKUKxVo=
=wWMx
-----END PGP SIGNATURE-----

Attachment: pgpVjmHsfwMkh.pgp
Description: PGP signature


--- End Message ---

Reply to: