Your message dated Tue, 09 Feb 2010 04:32:15 +0000
with message-id <[email protected]>
and subject line Bug#565370: fixed in pvm 3.4.5-12.2
has caused the Debian Bug report #565370,
regarding pvm: Please support Renesas SH(sh4)
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 [email protected]
immediately.)
--
565370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565370
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pvm
Version: 3.4.5-12.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: sh4
X-Debbugs-CC: [email protected]
Hi,
I am now trying to run Debian on Renesas SH(sh4) CPU.
http://buildd.debian-ports.org/status/architecture.php?suite=unstable&a=sh4
pvm FTBFS on SH4.
Because pvm does not support Renesas SH.
http://buildd.debian-ports.org/fetch.php?pkg=pvm&arch=sh4&ver=3.4.5-12.1&stamp=1262749319&file=log&as=raw
-----
Now at patch 20-fix-kfreebsd-ftbfs.patch
touch debian/stamp-patched
dh_testdir
echo "#! /bin/sh" > lib/pvmgetarch
echo "echo `sh debian/getpvmarch`" >> lib/pvmgetarch
Unknown architecture!
chmod +x lib/pvmgetarch
chmod +x debian/getpvmarch
FC="gfortran" F77="gfortran" PVM_ROOT=`pwd` ./lib/aimk -here -f
./conf/`sh debian/getpvmarch`.def -f ./Makefile.aimk CFLOPTS='"-g -O2
-DRSHCOMMAND=\\\"/usr/lib/pvm3/bin/rsh\\\" -DPVMDPATH=\\\"pvmd\\\"
-DPVMDFILE=\\\"/usr/bin/pvmd\\\"
-DPVM_DEFAULT_ROOT=\\\"/usr/lib/pvm3\\\" -DOVERLOADHOST"'
PVMDIR=`pwd` all
Unknown architecture!
aimk: no pvmgetarch - is $PVM_ROOT set correctly?
make: *** [build-stamp] Error 1
-----
I made patch to support SH. Could you apply this patch?
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
--- /dev/null 2010-01-12 23:54:25.813003116 +0000
+++ b/conf/LINUXSH.def 2010-01-15 01:39:28.000000000 +0000
@@ -0,0 +1,10 @@
+ARCHCFLAGS = -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" \
+ -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS \
+ -DCTIMEISTIMET -DSYSERRISCONST
+ARCHDLIB =
+ARCHDOBJ =
+ARCHLIB = -lreadline
+HASRANLIB = t
+AR = ar
+PVM_ARCH = LINUXSH
+MAKE = make
--- /dev/null 2010-01-12 23:54:25.813003116 +0000
+++ b/conf/LINUXSH.m4 2010-01-15 00:38:17.000000000 +0000
@@ -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)
--- a/debian/getpvmarch 2010-01-15 01:49:13.000000000 +0000
+++ b/debian/getpvmarch 2010-01-15 01:48:59.000000000 +0000
@@ -42,6 +42,9 @@
arm)
echo LINUXARM
;;
+ sh4)
+ echo LINUXSH
+ ;;
*)
echo 'Unknown architecture!' 1>&2
exit 1;
--- End Message ---
--- Begin Message ---
Source: pvm
Source-Version: 3.4.5-12.2
We believe that the bug you reported is fixed in the latest version of
pvm, which is due to be installed in the Debian FTP archive:
libpvm3_3.4.5-12.2_i386.deb
to main/p/pvm/libpvm3_3.4.5-12.2_i386.deb
pvm-dev_3.4.5-12.2_i386.deb
to main/p/pvm/pvm-dev_3.4.5-12.2_i386.deb
pvm-examples_3.4.5-12.2_i386.deb
to main/p/pvm/pvm-examples_3.4.5-12.2_i386.deb
pvm_3.4.5-12.2.diff.gz
to main/p/pvm/pvm_3.4.5-12.2.diff.gz
pvm_3.4.5-12.2.dsc
to main/p/pvm/pvm_3.4.5-12.2.dsc
pvm_3.4.5-12.2_i386.deb
to main/p/pvm/pvm_3.4.5-12.2_i386.deb
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nobuhiro Iwamatsu <[email protected]> (supplier of updated pvm 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 09 Feb 2010 12:02:45 +0900
Source: pvm
Binary: pvm pvm-dev libpvm3 pvm-examples
Architecture: source i386
Version: 3.4.5-12.2
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson <[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Description:
libpvm3 - Parallel Virtual Machine - shared libraries
pvm - Parallel Virtual Machine - binaries
pvm-dev - Parallel Virtual Machine - development files
pvm-examples - Parallel Virtual Machine - examples
Closes: 565370
Changes:
pvm (3.4.5-12.2) unstable; urgency=low
.
* Non-maintainer upload.
ACKed by maintainer.
* Support Renesas SH (Closes: #565370).
- Add patch 21-sh4-support.patch.
- Add support sh4 to getpvmarch.
Checksums-Sha1:
d324f66fd4fd4dd5f40a570ef5ac7836db815808 1040 pvm_3.4.5-12.2.dsc
63c5e422628e18a1647a1a093768fea01e2b4507 21025 pvm_3.4.5-12.2.diff.gz
82c06d55b373574f4e328e1e4ec2083446ffb83e 162326 pvm_3.4.5-12.2_i386.deb
15fe7d4c4bd9dd8e6b6a88e1ee54d11beb031590 348786 pvm-dev_3.4.5-12.2_i386.deb
a2bffd1a4af795bec744fab16e0731fb553e4ab2 93010 libpvm3_3.4.5-12.2_i386.deb
10c1ad26d6d22fab8fdbd58423d0147d33066c2a 214372
pvm-examples_3.4.5-12.2_i386.deb
Checksums-Sha256:
ec06265d755f5b11f458d5fb95bc3fca37f8ec337d3d110269304a43b90884c7 1040
pvm_3.4.5-12.2.dsc
84712d2532540cdac0652e8dd603a445dfd38e0aa22918134457071b73c77809 21025
pvm_3.4.5-12.2.diff.gz
b2df2501df56d3e569473f14e17ae13cde757592728d1144cea163b66bb9bf5c 162326
pvm_3.4.5-12.2_i386.deb
79c8d8339adfe0bfcbfc4e924e2f408cac42cc217da90a33a0cc155e89d07d98 348786
pvm-dev_3.4.5-12.2_i386.deb
e9b5aee9afde7bf8915629345c6cd6e304b3f93edc2d93cdafc8a4cbde193105 93010
libpvm3_3.4.5-12.2_i386.deb
7a165b1051be651ea0c0e707e7ce7972d065aae1d101c29fe0e1bf692a8455ab 214372
pvm-examples_3.4.5-12.2_i386.deb
Files:
9020cdc0ca8f4094d197f947f22dfa7c 1040 devel extra pvm_3.4.5-12.2.dsc
b138576ebdf3f5b040b91a7dde2741fe 21025 devel extra pvm_3.4.5-12.2.diff.gz
5d3521ae0b23ec4681ca9d284a7cc43e 162326 devel extra pvm_3.4.5-12.2_i386.deb
cc37019bf40fe60b362f26548b07d4f5 348786 devel extra pvm-dev_3.4.5-12.2_i386.deb
811665d056c1113dcc549bb908cee4e8 93010 libs extra libpvm3_3.4.5-12.2_i386.deb
e8c022765f5c8043deb3ed039578c14d 214372 devel extra
pvm-examples_3.4.5-12.2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktw4nMACgkQQSHHQzFw6+kMwQCgqxRtFbK4JvNyPD3JnMiR1+SS
zg0AnAxWXi/PM2Aie2YqzMHXcCs+aOHL
=zYWg
-----END PGP SIGNATURE-----
--- End Message ---