Your message dated Mon, 09 May 2016 18:19:20 +0000
with message-id <[email protected]>
and subject line Bug#734153: fixed in libhdf4 4.2.11-1~exp1
has caused the Debian Bug report #734153,
regarding libhdf4-alt-dev doesn't work on mips*
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.)


-- 
734153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734153
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libhdf4
Severity: normal

Building ncl with libhdf4-alt-dev, it FTBFS on mips and mipsel due to:

cc -ansi  -fPIC -g -O2 -Wformat -Werror=format-security    
-I../../../.././include -I/usr/include/freetype2 -I/usr/include/gdal  
-I/usr/include/hdf-eos5 -I/usr/include/hdf   -DBuildRasterHDF -DLINUX 
-DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun            
-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI             
-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV               
-DNGTMPDIR='"tmp"' -Dmips -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE 
-DByteSwapped -DNeedFuncProto  -D_FORTIFY_SOURCE=2  -c -o hdf.o hdf.c
In file included from /usr/include/hdf/hdf.h:20:0,
                 from hdf.c:54:
/usr/include/hdf/hdfi.h:1886:1: error: unknown type name 'No'
 No machine type has been defined.  Your Makefile needs to have someing like
 ^
/usr/include/hdf/hdfi.h:1886:12: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'type'
 No machine type has been defined.  Your Makefile needs to have someing like
            ^
/usr/include/hdf/hdfi.h:1886:12: error: unknown type name 'type'
In file included from hdf.c:54:0:
/usr/include/hdf/hdf.h:134:1: error: unknown type name 'int32'
 typedef int32 HFILEID;
 ^
/usr/include/hdf/hdf.h:136:15: error: expected declaration specifiers or '...' 
before '*' token
 typedef intn (*hdf_termfunc_t)(void);   /* termination function typedef */
               ^
In file included from /usr/include/hdf/hdf.h:143:0,
                 from hdf.c:54:
/usr/include/hdf/hbitio.h:35:7: error: unknown type name 'int32'
       int32       acc_id;       /* Access ID for H layer I/O routines */
       ^
/usr/include/hdf/hbitio.h:36:7: error: unknown type name 'int32'
       int32       bit_id;       /* Bitfile ID for internal use */
       ^
/usr/include/hdf/hbitio.h:39:7: error: unknown type name 'int32'
       int32      block_offset, /* offset of the current buffered block in the 
dataset */
       ^
/usr/include/hdf/hbitio.h:43:7: error: unknown type name 'intn'
       intn       count,        /* bit count to next boundary */
       ^
/usr/include/hdf/hbitio.h:45:7: error: unknown type name 'uint8'
       uint8       access;       /* What the access on this file is ('r', 'w', 
etc..) */
       ^
/usr/include/hdf/hbitio.h:46:7: error: unknown type name 'uint8'
       uint8       mode;         /* how are we interacting with the data now 
('r', 'w', etc) */
       ^
/usr/include/hdf/hbitio.h:47:7: error: unknown type name 'uint8'
       uint8       bits;         /* extra bit buffer, 0..BITNUM-1 bits */
       ^
/usr/include/hdf/hbitio.h:48:7: error: unknown type name 'uint8'
       uint8      *bytep;        /* current position in buffer */
       ^
/usr/include/hdf/hbitio.h:49:7: error: unknown type name 'uint8'
       uint8      *bytez;        /* end of buffer to compare */
       ^
/usr/include/hdf/hbitio.h:50:7: error: unknown type name 'uint8'
       uint8      *bytea;        /* byte buffer */
       ^
/usr/include/hdf/hbitio.h:57:1: error: unknown type name 'uint8'
 const uint8 maskc[9]
 ^
/usr/include/hdf/hbitio.h:67:1: error: unknown type name 'uint32'
 const uint32 maskl[33]
 ^
In file included from /usr/include/hdf/hdf.h:144:0,
                 from hdf.c:54:
/usr/include/hdf/hcomp.h:62:1: error: unknown type name 'uint16'
 extern uint16 compress_map[];
 ^
/usr/include/hdf/hcomp.h:86:13: error: unknown type name 'int32'
             int32       nt;     /* number type */
             ^
/usr/include/hdf/hcomp.h:87:13: error: unknown type name 'intn'
             intn        ndim;   /* number of dimensions */
             ^
/usr/include/hdf/hcomp.h:88:13: error: unknown type name 'int32'
             int32      *dims;   /* array of dimensions */
             ^
/usr/include/hdf/hcomp.h:99:13: error: unknown type name 'intn'
             intn    quality;    /* Quality factor for JPEG compression, should 
be from */
             ^
/usr/include/hdf/hcomp.h:101:13: error: unknown type name 'intn'
             intn    force_baseline;     /* If force_baseline is set to TRUE 
then */
             ^
/usr/include/hdf/hcomp.h:111:13: error: unknown type name 'int32'
             int32   nt;     /* number type of the data to encode */
             ^
/usr/include/hdf/hcomp.h:112:13: error: unknown type name 'intn'
             intn    sign_ext;   /* whether to sign extend or not */
             ^
/usr/include/hdf/hcomp.h:113:13: error: unknown type name 'intn'
             intn    fill_one;   /* whether to fill with 1's or 0's */
             ^
/usr/include/hdf/hcomp.h:114:13: error: unknown type name 'intn'
             intn    start_bit;  /* offset of the start bit in the data */
             ^
/usr/include/hdf/hcomp.h:115:13: error: unknown type name 'intn'
             intn    bit_len;    /* number of bits to store */
             ^
/usr/include/hdf/hcomp.h:121:13: error: unknown type name 'intn'
             intn    skp_size;   /* size of the individual elements when skip


Some definitions need to be added to hdfi.h for Debian MIPS machines.

-- System Information:
Debian Release: 7.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: mips*

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

--- End Message ---
--- Begin Message ---
Source: libhdf4
Source-Version: 4.2.11-1~exp1

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.

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.
Bas Couwenberg <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 09 May 2016 19:42:42 +0200
Source: libhdf4
Binary: libhdf4-0 hdf4-tools libhdf4g-dev libhdf4-dev libhdf4-doc libhdf4-0-alt 
libhdf4-alt-dev
Architecture: source amd64 all
Version: 4.2.11-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Description:
 hdf4-tools - Hierarchical Data Format library -- runtime package
 libhdf4-0  - Hierarchical Data Format library (embedded NetCDF)
 libhdf4-0-alt - Hierarchical Data Format library (without NetCDF)
 libhdf4-alt-dev - Hierarchical Data Format development files (without NetCDF)
 libhdf4-dev - Hierarchical Data Format development files (embedded NetCDF)
 libhdf4-doc - Hierarchical Data Format library -- documentation
 libhdf4g-dev - Hierarchical Data Format library -- transitional development 
pack
Closes: 734153
Changes:
 libhdf4 (4.2.11-1~exp1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ Johan Van de Wauw ]
   * Imported Upstream version 4.2.11
   * Update changelog for new upstream version
   * Remove patch (applied upstream)
   * Merge NMU
   * bump version in rules
   * Remove HDF4 dir content, added in nmu
   * Remove suggests for old package
   * use d/format 3.0 quilt for patches
   * Remove patches applied upstream
   * Refresh patches
   * remove patch -> we run autoreconf anyway
   * Use quilt for all version, patch for specific changes
   * Fix libhdf4-alt-dev on Mips (Closes: #734153)
 .
   [ Bas Couwenberg ]
   * Update Vcs-* URLs to use HTTPS.
   * Enable all hardening buildflags, except PIE (causes build failure).
   * Add patch to fix spelling errors.
   * Add symbols files for libhdf4-0 & libhdf4-0-alt.
   * Use Breaks/Replace with version instead Conflicts/Replaces.
   * Update watch file to handle common issues.
   * Use minimal dh rules with autoreconf.
   * Override dh_install to use --list-missing.
   * Install settings files in -dev packages.
   * Update copyright file using copyright-format 1.0.
   * Bump Standards-Version to 3.9.8, changes:
     - Vcs-* URLs
     - Symbols files
     - copyright-format 1.0
Checksums-Sha1:
 38da5bb2b120ecc025b0e25a061d553feed604e2 2416 libhdf4_4.2.11-1~exp1.dsc
 3b98d9ef6ff1fbc569e53432bddc14c148da8274 3173535 libhdf4_4.2.11.orig.tar.bz2
 1d9f1cf5a5a5c931a98f102c8c148621e40b6bba 65532 
libhdf4_4.2.11-1~exp1.debian.tar.xz
 01bb70051eb2a40217f8df9e44db77c98d9d9706 520218 
hdf4-tools-dbgsym_4.2.11-1~exp1_amd64.deb
 c1eb490e2d1a2eea7fdca5b31f25b5174687fa33 231422 
hdf4-tools_4.2.11-1~exp1_amd64.deb
 39b5d7896f306d247acb579b466644fc1f77e65b 617428 
libhdf4-0-alt-dbgsym_4.2.11-1~exp1_amd64.deb
 a6811044a7adbefb4bfef235ccb8514cab8d9ade 272666 
libhdf4-0-alt_4.2.11-1~exp1_amd64.deb
 e299800bbcf0afd3cac217f0556325d4b3c40b30 699680 
libhdf4-0-dbgsym_4.2.11-1~exp1_amd64.deb
 5953344cbb5e91628c960b5b7e845cb60aa777fc 307842 
libhdf4-0_4.2.11-1~exp1_amd64.deb
 ba43c95cc57465c594306002f7744376c67a999a 370446 
libhdf4-alt-dev_4.2.11-1~exp1_amd64.deb
 6f1a23194f716b7f4738851290b5e9bbaf22f86e 417518 
libhdf4-dev_4.2.11-1~exp1_amd64.deb
 036cb559a7c5abaa8fc9b353606d143893b7a8df 68080 
libhdf4-doc_4.2.11-1~exp1_all.deb
 04f3be9d8350c1663c6bc9966759df17230edfcc 14106 
libhdf4g-dev_4.2.11-1~exp1_all.deb
Checksums-Sha256:
 a4b8d3c8ef42e873133b00e35a949896e5a80be94fef9999451a31f4e40b92a9 2416 
libhdf4_4.2.11-1~exp1.dsc
 bb0e900b8cc6bc89a5730abc97e654e7705e8e1fbc4e0d4477f417822428d99b 3173535 
libhdf4_4.2.11.orig.tar.bz2
 dd9e5c069ce2ac3942c956fee687567050e85f8b11438ed0678fc91051d39fb0 65532 
libhdf4_4.2.11-1~exp1.debian.tar.xz
 4e28fe2b8ca69994787fd74e9fe2f80594d773f42151873f1a2b50c1a89b39eb 520218 
hdf4-tools-dbgsym_4.2.11-1~exp1_amd64.deb
 759597d0e783e3fc8b6d50e953cd54c259b42e6de297636ffc537b2b72ac09dc 231422 
hdf4-tools_4.2.11-1~exp1_amd64.deb
 8b18cac01340ab55b022419f144359768cbd234d4cafbab1e8b63ca4bd5962d9 617428 
libhdf4-0-alt-dbgsym_4.2.11-1~exp1_amd64.deb
 39989a91831f56e37f75c64568cfda24249bf7392b5f4d9aeefce2d58df68779 272666 
libhdf4-0-alt_4.2.11-1~exp1_amd64.deb
 e496f20032c20814edee863de1b4db94d80e523b38becc0101dd2f9768345803 699680 
libhdf4-0-dbgsym_4.2.11-1~exp1_amd64.deb
 e08d023be096b6559c6514d1bffba3b38b9080796a820d5d2d01e1b3c15d8782 307842 
libhdf4-0_4.2.11-1~exp1_amd64.deb
 1a06b271c4513a5b1857be71b830350121e5ace0156bd167315076d21f5cbf82 370446 
libhdf4-alt-dev_4.2.11-1~exp1_amd64.deb
 784c5fa05d6c1022309926caff208d285a90bce7bc1189351399572d52dae402 417518 
libhdf4-dev_4.2.11-1~exp1_amd64.deb
 6d6036d060136576937cbce7ca55be6a91f92d886317266f4dad6464a495d7e5 68080 
libhdf4-doc_4.2.11-1~exp1_all.deb
 9f83d935935a68c67086542dda6e224887c7c6b10bcef84560ae1f6c06f88d3b 14106 
libhdf4g-dev_4.2.11-1~exp1_all.deb
Files:
 bad36a4e64743b244f63109b314f822b 2416 graphics optional 
libhdf4_4.2.11-1~exp1.dsc
 192a0320ef06f657523c2efaee0ccdcf 3173535 graphics optional 
libhdf4_4.2.11.orig.tar.bz2
 bb65a8b0b7e680e56b6e08d36bbe9e85 65532 graphics optional 
libhdf4_4.2.11-1~exp1.debian.tar.xz
 35641e2aee18130c8471b638171ddf78 520218 debug extra 
hdf4-tools-dbgsym_4.2.11-1~exp1_amd64.deb
 6291e6656c22a102606a6b402fb5ac9d 231422 graphics optional 
hdf4-tools_4.2.11-1~exp1_amd64.deb
 72cf7664c638708cd8fb2de98739536e 617428 debug extra 
libhdf4-0-alt-dbgsym_4.2.11-1~exp1_amd64.deb
 dd4fb943e32bc07dc1d0aa9268190436 272666 libs extra 
libhdf4-0-alt_4.2.11-1~exp1_amd64.deb
 0d9ca3044dfadfe32987a00d58a8f05c 699680 debug extra 
libhdf4-0-dbgsym_4.2.11-1~exp1_amd64.deb
 7038404974c1df69004443ebd0c8e60e 307842 libs optional 
libhdf4-0_4.2.11-1~exp1_amd64.deb
 fa60e76b57e88779e4260c2314af0084 370446 libdevel extra 
libhdf4-alt-dev_4.2.11-1~exp1_amd64.deb
 a7aa3d5dcc5c96f362db233b08ebcd30 417518 libdevel optional 
libhdf4-dev_4.2.11-1~exp1_amd64.deb
 c033abea6e06ce8299b9c07e4497a0e2 68080 doc optional 
libhdf4-doc_4.2.11-1~exp1_all.deb
 5107d6b15695090ac27e80c368443090 14106 libdevel optional 
libhdf4g-dev_4.2.11-1~exp1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXMNFZAAoJEGdQ8QrojUrxf40P/jX1DjyoVs4AaM5xgu7SmX+b
KcdhrrkMWvetVhAkxNztkGhx1o7AWsswzFNS+NeTiva0CuL0JQx6Ly3MPEYksCgX
mVFUAOw1xfAMgFZzjPoJNP0WOLG8ntzZB5FmYHHcG7mRDfMBm96pRHvc6/vkvlRK
qRLiiQwJdPV0VORMvIof8mFpW7vD1Ftv42nLNnT8wlmrpuK76yY7BKWdf3tdPh+T
EOdtF70UG98Wv3aFN0Hnkn6QoQ76dX3UFAyhlJ0+ut9XAW8vsPKPYWPi/R1jLpG4
sZmD12QB7H+vWzlEepC9PxKON376xmPR2wYMKf33m8j9pC+y1klPsFQ85Tk0rqSy
izbvPBMTJQ7qjZmuaLOY63ldLbUr8Ac+Jc0FXPenonE84dt1CyGe+Wna+Ke7ROhO
gV0CEE3q/wjqR+kc9Q+iWFA6wCQe3Sm3plC8SIG2VDCjrqOoXJm2NvVIWCuM4uuF
CJTUP4M6tAp2wvPJrLTYvhJDYwenaNUsAoSHXGzzdTDFPPniCsxAaQ3uX5iO/vED
dDeGTwP+RQ8zmPqDUqiI0vS2rLrl1WwvAu13ngZXKiKHUa6KMj7qISLkv4/YJKvV
pkc6BqhZyyQmOlB27+sYlhJJzJyCvns6QHwYmUya+fg5HxnkJi87FVtaZxTCcVU3
HSKq+NTwSDk2ULDodwwD
=liP/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to