[DebianGIS-dev] Bug#553979: marked as done (hdf5: Please port to sh4)

2010-01-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Jan 2010 11:47:49 +
with message-id e1nznq5-0006bn...@ries.debian.org
and subject line Bug#553979: fixed in hdf5 1.8.4-2
has caused the Debian Bug report #553979,
regarding hdf5: Please port to 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 ow...@bugs.debian.org
immediately.)


-- 
553979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: hdf5
Version: 1.8.3-2.1
Severity: important
User: debian-...@superh.org
Usertags: sh4

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
http://buildd.debian-ports.org/status/architecture.php?suite=unstablea=sh4buildd=

When we build hdf5 package on sh4, some revision is necessary.

1. Add !sh4 to libopenmpi-dev build-dep.
   sh4 doesn't support openmpi.

2. Add revision to configure.
   Current configure of hdf5 pacakge generate from old autoconf.
   Old autoconf adds -little option to compile option.
 http://lists.gnu.org/archive/html/bug-autoconf/2008-10/msg00039.html
   We need patch revising this.

I added patch to revising these. Package building was fine.
Please apply these patches.

Best regards,
 Nobuhiro
--- a/configure 2009-11-02 02:52:09.0 +
+++ b/configure 2009-11-02 02:52:01.0 +
@@ -5115,7 +5115,7 @@
 
   ;;
   # Ignore these flags.
--lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | 
-LIST:* | -LNO:*)
+-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little | 
-LANG:=* | -LIST:* | -LNO:*)
   ;;
 -lkernel32)
   test x$CYGWIN != xyes  ac_cv_fc_libs=$ac_cv_fc_libs $ac_arg
--- a/debian/control.in 2009-11-02 02:45:41.0 +
+++ b/debian/control.in 2009-11-02 02:46:07.0 +
@@ -4,8 +4,8 @@
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
 Build-Depends: libmpich1.0-dev (= 1.2.7-1), zlib1g-dev, lam4-dev (= 
7.1.1-3.2), quilt,
- libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390], libjpeg62-dev | 
libjpeg-dev, debhelper ( 7), sed (=4.1.5), 
- gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
+ libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390 !sh4], libjpeg62-dev | 
libjpeg-dev, debhelper ( 7), sed (=4.1.5), 
+ gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4]
 Standards-Version: 3.8.1
 Homepage: http://hdfgroup.org/HDF5/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/hdf5/trunk/
--- a/debian/rules  2009-11-02 02:46:54.0 +
+++ b/debian/rules  2009-11-02 02:46:29.0 +
@@ -48,6 +48,8 @@
 build_openmpi = no
 else ifeq ($(DEB_BUILD_ARCH),s390)
 build_openmpi = no
+else ifeq ($(DEB_BUILD_ARCH),sh4)
+build_openmpi = no
 else
 build_openmpi = yes
 endif
--- a/debian/control2009-11-02 03:01:57.0 +
+++ b/debian/control2009-11-02 03:02:14.0 +
@@ -4,8 +4,8 @@
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
 Build-Depends: libmpich1.0-dev (= 1.2.7-1), zlib1g-dev, lam4-dev (= 
7.1.1-3.2), quilt,
- libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390], libjpeg62-dev | 
libjpeg-dev, debhelper ( 7), sed (=4.1.5), 
- gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
+ libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390 !sh4], libjpeg62-dev | 
libjpeg-dev, debhelper ( 7), sed (=4.1.5), 
+ gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4]
 Standards-Version: 3.8.1
 Homepage: http://hdfgroup.org/HDF5/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/hdf5/trunk/
---End Message---
---BeginMessage---
Source: hdf5
Source-Version: 1.8.4-2

We believe that the bug you reported is fixed in the latest version of
hdf5, which is due to be installed in the Debian FTP archive:

hdf5-tools_1.8.4-2_i386.deb
  to main/h/hdf5/hdf5-tools_1.8.4-2_i386.deb
hdf5_1.8.4-2.diff.gz
  to main/h/hdf5/hdf5_1.8.4-2.diff.gz
hdf5_1.8.4-2.dsc
  to main/h/hdf5/hdf5_1.8.4-2.dsc
libhdf5-doc_1.8.4-2_all.deb
  to main/h/hdf5/libhdf5-doc_1.8.4-2_all.deb
libhdf5-lam-1.8.4_1.8.4-2_i386.deb
  to main/h/hdf5/libhdf5-lam-1.8.4_1.8.4-2_i386.deb
libhdf5-lam-dev_1.8.4-2_i386.deb
  to main/h/hdf5/libhdf5-lam-dev_1.8.4-2_i386.deb
libhdf5-mpich-1.8.4_1.8.4-2_i386.deb
  to main/h/hdf5/libhdf5-mpich-1.8.4_1.8.4-2_i386.deb

[DebianGIS-dev] Bug#553979: marked as done (hdf5: Please port to sh4)

2010-01-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Jan 2010 22:48:44 +
with message-id e1nysj2-0006uy...@ries.debian.org
and subject line Bug#553979: fixed in hdf5 1.8.4-1
has caused the Debian Bug report #553979,
regarding hdf5: Please port to 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 ow...@bugs.debian.org
immediately.)


-- 
553979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: hdf5
Version: 1.8.3-2.1
Severity: important
User: debian-...@superh.org
Usertags: sh4

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
http://buildd.debian-ports.org/status/architecture.php?suite=unstablea=sh4buildd=

When we build hdf5 package on sh4, some revision is necessary.

1. Add !sh4 to libopenmpi-dev build-dep.
   sh4 doesn't support openmpi.

2. Add revision to configure.
   Current configure of hdf5 pacakge generate from old autoconf.
   Old autoconf adds -little option to compile option.
 http://lists.gnu.org/archive/html/bug-autoconf/2008-10/msg00039.html
   We need patch revising this.

I added patch to revising these. Package building was fine.
Please apply these patches.

Best regards,
 Nobuhiro
--- a/configure 2009-11-02 02:52:09.0 +
+++ b/configure 2009-11-02 02:52:01.0 +
@@ -5115,7 +5115,7 @@
 
   ;;
   # Ignore these flags.
--lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | 
-LIST:* | -LNO:*)
+-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little | 
-LANG:=* | -LIST:* | -LNO:*)
   ;;
 -lkernel32)
   test x$CYGWIN != xyes  ac_cv_fc_libs=$ac_cv_fc_libs $ac_arg
--- a/debian/control.in 2009-11-02 02:45:41.0 +
+++ b/debian/control.in 2009-11-02 02:46:07.0 +
@@ -4,8 +4,8 @@
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
 Build-Depends: libmpich1.0-dev (= 1.2.7-1), zlib1g-dev, lam4-dev (= 
7.1.1-3.2), quilt,
- libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390], libjpeg62-dev | 
libjpeg-dev, debhelper ( 7), sed (=4.1.5), 
- gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
+ libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390 !sh4], libjpeg62-dev | 
libjpeg-dev, debhelper ( 7), sed (=4.1.5), 
+ gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4]
 Standards-Version: 3.8.1
 Homepage: http://hdfgroup.org/HDF5/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/hdf5/trunk/
--- a/debian/rules  2009-11-02 02:46:54.0 +
+++ b/debian/rules  2009-11-02 02:46:29.0 +
@@ -48,6 +48,8 @@
 build_openmpi = no
 else ifeq ($(DEB_BUILD_ARCH),s390)
 build_openmpi = no
+else ifeq ($(DEB_BUILD_ARCH),sh4)
+build_openmpi = no
 else
 build_openmpi = yes
 endif
--- a/debian/control2009-11-02 03:01:57.0 +
+++ b/debian/control2009-11-02 03:02:14.0 +
@@ -4,8 +4,8 @@
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
 Build-Depends: libmpich1.0-dev (= 1.2.7-1), zlib1g-dev, lam4-dev (= 
7.1.1-3.2), quilt,
- libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390], libjpeg62-dev | 
libjpeg-dev, debhelper ( 7), sed (=4.1.5), 
- gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
+ libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390 !sh4], libjpeg62-dev | 
libjpeg-dev, debhelper ( 7), sed (=4.1.5), 
+ gfortran, libibverbs-dev [!arm !armel !hppa !mips !mipsel !s390 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4]
 Standards-Version: 3.8.1
 Homepage: http://hdfgroup.org/HDF5/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/hdf5/trunk/
---End Message---
---BeginMessage---
Source: hdf5
Source-Version: 1.8.4-1

We believe that the bug you reported is fixed in the latest version of
hdf5, which is due to be installed in the Debian FTP archive:

hdf5-tools_1.8.4-1_i386.deb
  to main/h/hdf5/hdf5-tools_1.8.4-1_i386.deb
hdf5_1.8.4-1.diff.gz
  to main/h/hdf5/hdf5_1.8.4-1.diff.gz
hdf5_1.8.4-1.dsc
  to main/h/hdf5/hdf5_1.8.4-1.dsc
hdf5_1.8.4.orig.tar.gz
  to main/h/hdf5/hdf5_1.8.4.orig.tar.gz
libhdf5-doc_1.8.4-1_all.deb
  to main/h/hdf5/libhdf5-doc_1.8.4-1_all.deb
libhdf5-lam-1.8.4_1.8.4-1_i386.deb
  to main/h/hdf5/libhdf5-lam-1.8.4_1.8.4-1_i386.deb
libhdf5-lam-dev_1.8.4-1_i386.deb
  to main/h/hdf5/libhdf5-lam-dev_1.8.4-1_i386.deb