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

Bug#1050763: marked as done (pvm: Please add support for new arch Loongarch)



Your message dated Mon, 22 Jan 2024 19:23:29 +0000
with message-id <[🔎] E1rRztJ-007BkM-Dv@fasolo.debian.org>
and subject line Bug#1055957: Removed package(s) from unstable
has caused the Debian Bug report #1050763,
regarding pvm: Please add support for new arch Loongarch
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.)


-- 
1050763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050763
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: pvm
Version: 3.4.6-5
Severity: wishlist
Tags: patch
User: debian-devel@lists.debian.org
Usertags: loongarch64

Dear maintainers,

   When I compiled pvm for loongarch architecture, it reported 
missing architecture support.
We have added loongarch architecture support for pvm, the patch and the getpvmarch change sample file
can be found in the attachment.
 The sample in getpvmarch is following:
        loong64)
                echo LINUXLOONGARCH
                ;;


 If you have any questions, you can contact me at any time.
--- /dev/null
+++ pvm-3.4.6/conf/LINUXLOONGARCH.def
@@ -0,0 +1,10 @@
+ARCHCFLAGS     =       -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" \
+                       -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS \
+                       -DCTIMEISTIMET -DSYSERRISCONST -DHASREADLINE
+ARCHDLIB       =
+ARCHDOBJ       =
+ARCHLIB                =       -lreadline
+HASRANLIB      =       t
+AR             =       ar
+PVM_ARCH       =       LINUXLOONGARCH
+MAKE           =       make
--- /dev/null
+++ pvm-3.4.6/conf/LINUXLOONGARCH.m4
@@ -0,0 +1,19 @@
+divert(-1)
+undefine(`len')
+#
+# append an underscore to FORTRAN function names
+#
+define(`FUNCTION',`$1_')
+#
+# FORTRAN character strings are passed as follows:
+# a pointer to the base of the string is passed in the normal
+# argument list, and the length is passed by value as an extra
+# argument, after all of the other arguments.
+#
+define(`ARGS',`($1`'undivert(1))')
+define(`SAVE',`divert(1)$1`'divert(0)')
+define(`STRING_ARG',`$1_ptr`'SAVE(`, $1_len')')
+define(`STRING_ARG_DECL',`char * $1_ptr; int $1_len')
+define(`STRING_LEN',`$1_len')
+define(`STRING_PTR',`$1_ptr')
+divert(0)
#! /bin/sh

eval `dpkg-architecture`

case $DEB_HOST_ARCH_CPU in
	i[36]86)
		echo LINUX
		;;
	sparc*)
		echo LINUXSPARC
		;;
	alpha)
		echo LINUXALPHA
		;;
	m68k)
		echo LINUXATARI
		;;
	amd64)
		echo LINUX64
		;;
	ia64)
		echo LINUX64
		;;
	ppc64|ppc64el)
		echo LINUX64
		;;
	hppa)
		echo LINUXHPPA
		;;
	mips*)
		echo LINUXMIPS
		;;
	s390)
		echo LINUXS390
		;;
	s390x)
		echo LINUXS390
		;;
	powerpc)
		echo LINUXPPC
		;;
	arm)
		echo LINUXARM
		;;
	arm64)
		echo LINUX64
		;;
	sh4)
		echo LINUXSH
		;;
	riscv64)
		echo LINUXRISCV
		;;
	loong64)
		echo LINUXLOONGARCH
		;;
	*)
		echo 'Unknown architecture!' 1>&2
		exit 1;
esac


--- End Message ---
--- Begin Message ---
Version: 3.4.6-5+rm

Dear submitter,

as the package pvm has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1055957

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: