Your message dated Mon, 13 Sep 2010 21:32:15 +0000
with message-id <e1ovgdl-0003pr...@franck.debian.org>
and subject line Bug#596603: fixed in libhdf4 4.2r4-11
has caused the Debian Bug report #596603,
regarding libhdf4: FTBFS on sparc64
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.)


-- 
596603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libhdf4
Version: 4.2r4-10
Severity: normal
Tags: patch
User: debian-sp...@lists.debian.org
Usertags: sparc64

libhdf4 fails to build from source on sparc64 as it misses some
definitions for this architecture in hdfi.h. The patch below fixes that,
could you please add it in the next upload? Thanks in advance.

diff -u libhdf4-4.2r4/debian/patches/hdfi.h libhdf4-4.2r4/debian/patches/hdfi.h
--- libhdf4-4.2r4/debian/patches/hdfi.h
+++ libhdf4-4.2r4/debian/patches/hdfi.h
@@ -58,7 +58,7 @@
  
  #ifndef MIPSEL
  #define MIPSEL
-@@ -1039,6 +1049,340 @@
+@@ -1039,6 +1049,349 @@
  #endif /* INTEL86 */
  #endif /* !(defined(macintosh) || defined(MAC)) */
  
@@ -144,14 +144,23 @@
 +typedef unsigned char     uint8;
 +typedef short int         int16;
 +typedef unsigned short int uint16;
++#ifdef _LP64 /* 64-bit environment */
++typedef int               int32;
++typedef unsigned int      uint32;
++#else /* 32-bit environment */
 +typedef long int          int32;
 +typedef unsigned long int uint32;
++#endif
 +typedef int               intn;
 +typedef unsigned int      uintn;
 +typedef float             float32;
 +typedef double            float64;
 +typedef long              intf;     /* size of INTEGERs in Fortran compiler */
++#ifdef _LP64 /* 64-bit environment */
++typedef long              hdf_pint_t;   /* an integer the same size as a 
pointer */
++#else /* 32-bit environment */
 +typedef int               hdf_pint_t;   /* an integer the same size as a 
pointer */
++#endif
 +#define FNAME_POST_UNDERSCORE
 +#define _fcdtocp(desc) (desc)
 +


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: sparc64

Kernel: Linux 2.6.32-bpo.5-sparc64-smp (SMP w/32 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Source: libhdf4
Source-Version: 4.2r4-11

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

hdf4-tools_4.2r4-11_amd64.deb
  to main/libh/libhdf4/hdf4-tools_4.2r4-11_amd64.deb
libhdf4-0-alt_4.2r4-11_amd64.deb
  to main/libh/libhdf4/libhdf4-0-alt_4.2r4-11_amd64.deb
libhdf4-0_4.2r4-11_amd64.deb
  to main/libh/libhdf4/libhdf4-0_4.2r4-11_amd64.deb
libhdf4-alt-dev_4.2r4-11_amd64.deb
  to main/libh/libhdf4/libhdf4-alt-dev_4.2r4-11_amd64.deb
libhdf4-dev_4.2r4-11_amd64.deb
  to main/libh/libhdf4/libhdf4-dev_4.2r4-11_amd64.deb
libhdf4-doc_4.2r4-11_all.deb
  to main/libh/libhdf4/libhdf4-doc_4.2r4-11_all.deb
libhdf4_4.2r4-11.diff.gz
  to main/libh/libhdf4/libhdf4_4.2r4-11.diff.gz
libhdf4_4.2r4-11.dsc
  to main/libh/libhdf4/libhdf4_4.2r4-11.dsc
libhdf4g-dev_4.2r4-11_all.deb
  to main/libh/libhdf4/libhdf4g-dev_4.2r4-11_all.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 596...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine <fran...@debian.org> (supplier of updated libhdf4 
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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 13 Sep 2010 22:56:23 +0200
Source: libhdf4
Binary: libhdf4-0 hdf4-tools libhdf4g-dev libhdf4-dev libhdf4-doc libhdf4-0-alt 
libhdf4-alt-dev
Architecture: source all amd64
Version: 4.2r4-11
Distribution: unstable
Urgency: high
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Francesco Paolo Lovergine <fran...@debian.org>
Description: 
 hdf4-tools - The Hierarchical Data Format library -- runtime package
 libhdf4-0  - The Hierarchical Data Format library -- library package
 libhdf4-0-alt - The Hierarchical Data Format library -- library package
 libhdf4-alt-dev - The Hierarchical Data Format library -- development package
 libhdf4-dev - The Hierarchical Data Format library -- development package
 libhdf4-doc - The Hierarchical Data Format library -- documentation
 libhdf4g-dev - The Hierarchical Data Format library -- transitional development
Closes: 596603
Changes: 
 libhdf4 (4.2r4-11) unstable; urgency=high
 .
   * Fixes hdfi.h for SPARC. Thanks Aurelien Jarno.
     (closes: #596603)
Checksums-Sha1: 
 f66ae652a8c1a2b406726e1fad5125a95c44243d 1404 libhdf4_4.2r4-11.dsc
 3fdf8a93596e1379a4cb4be898ef5b7148b43467 3438545 libhdf4_4.2r4-11.diff.gz
 e7c268212d0bb46acb070587b1bb37f9af43731c 13116 libhdf4g-dev_4.2r4-11_all.deb
 f3abc31e89bf3c0e7a57abab1f14a180dd1f0545 2635494 libhdf4-doc_4.2r4-11_all.deb
 1cabfe968d6a6c524b8e853d2583f2807dadfc1b 352680 libhdf4-0_4.2r4-11_amd64.deb
 701884e100a62eda8ae15c01bfbf6311230d4b61 280422 hdf4-tools_4.2r4-11_amd64.deb
 573f67c994c937cdd0597804d4b04e4d67739070 543510 libhdf4-dev_4.2r4-11_amd64.deb
 a7ba3baa90bb131b75608207e1cde3efcaafa23d 306854 
libhdf4-0-alt_4.2r4-11_amd64.deb
 abb9ffe5059321443bb57b95f2e55f50b3ee8fcb 476968 
libhdf4-alt-dev_4.2r4-11_amd64.deb
Checksums-Sha256: 
 68aabdc798a0153b61381c5130bc3c375b52fa3c8aceea1e63acfcc49766cc9c 1404 
libhdf4_4.2r4-11.dsc
 cb36f78919c75695baf760eb22e7d1a30dc9737ff274bf2b8ac76c8dcb4b355b 3438545 
libhdf4_4.2r4-11.diff.gz
 bddbff70bd5e456118348b96d27f5fb785e0582fdd48131ec5b98f1e2b89d13c 13116 
libhdf4g-dev_4.2r4-11_all.deb
 e5651945ccb69d2948c4b409ba939679e4208e3f09b0d5497bbfec156c3a30eb 2635494 
libhdf4-doc_4.2r4-11_all.deb
 cc41e59f920fdf3e53056c14e4bbb8a8bcde626416c8f0558d690a8630690905 352680 
libhdf4-0_4.2r4-11_amd64.deb
 eb0c56f62c9d3dc2d4fa758ebc7dc5493e441a7a6e4a1adf242b33378ea6e29e 280422 
hdf4-tools_4.2r4-11_amd64.deb
 dba5c8ae346eb6d6d1ff737e693140f2e8c5e31a44c64c4619fb7c27914600fb 543510 
libhdf4-dev_4.2r4-11_amd64.deb
 ed4c9ee9c16187500be2746246416fe07c40770310933de89268af5449cd5b94 306854 
libhdf4-0-alt_4.2r4-11_amd64.deb
 8bfdee11fa49745ac6ee5ea10cabd9688bd21ccbe0dee4cc559da10d9dd3d3d3 476968 
libhdf4-alt-dev_4.2r4-11_amd64.deb
Files: 
 dbd93ed47200f9910787ff47ddda8693 1404 graphics optional libhdf4_4.2r4-11.dsc
 55f7f96d51566bc6514ebdef6262bef9 3438545 graphics optional 
libhdf4_4.2r4-11.diff.gz
 38a6a9fcbe129be48cfb7cbdd1f15c01 13116 libdevel optional 
libhdf4g-dev_4.2r4-11_all.deb
 f46f75211e4c2efdfff1693e95039043 2635494 doc optional 
libhdf4-doc_4.2r4-11_all.deb
 8b32a972e479ec9ceccc6cefb7d259e8 352680 libs optional 
libhdf4-0_4.2r4-11_amd64.deb
 0860d82054409c3e8d403a320da2895e 280422 graphics optional 
hdf4-tools_4.2r4-11_amd64.deb
 a60958183350310d092b5f4c5644a8ad 543510 libdevel optional 
libhdf4-dev_4.2r4-11_amd64.deb
 2e85e80849e2a04fa838b9329b29b3d5 306854 libs extra 
libhdf4-0-alt_4.2r4-11_amd64.deb
 da32d49161d60b6b26a971b99322cb53 476968 libdevel extra 
libhdf4-alt-dev_4.2r4-11_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyOlKoACgkQpFNRmenyx0dWDQCePbWR/QrO6hONHiqKexJkfMa5
CXQAnR9be6dkX2lpBrBF2X/fqKLtOxDc
=kUtk
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to