Your message dated Sat, 14 Nov 2009 15:25:45 +0000
with message-id <[email protected]>
and subject line Bug#554502: fixed in med-fichier 2.3.5-2
has caused the Debian Bug report #554502,
regarding FTBFS: configure: error: linking to Fortran libraries from C fails
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.)


-- 
554502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554502
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: med-fichier
Version: 2.3.5-1
Severity: important
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?a=sh4

med-fichier can't build on sh4. Because configure of this package generated
from old autoconf.
  
http://buildd.debian-ports.org/fetch.php?pkg=med-fichier&arch=sh4&ver=2.3.5-1&stamp=1257272361&file=log&as=raw

-----
checking for dummy main to link with Fortran 77 libraries... unknown
configure: error: in
`/build/buildd-med-fichier_2.3.5-1-sh4-eHet0f/med-fichier-2.3.5':
configure: error: linking to Fortran libraries from C fails
See `config.log' for more details.
-----

Old autoconf adds -little option to compile option. sh4 architecture can't
interpret this option. Therefore, this has build error.
 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  patch.

Best regards,
  Nobuhiro
--- a/configure	2009-11-04 23:28:30.000000000 +0000
+++ b/configure	2009-11-04 23:30:05.000000000 +0000
@@ -3414,7 +3414,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_f77_libs="$ac_cv_f77_libs $ac_arg"
@@ -22396,7 +22396,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_f77_libs="$ac_cv_f77_libs $ac_arg"
@@ -26068,7 +26068,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"

--- End Message ---
--- Begin Message ---
Source: med-fichier
Source-Version: 2.3.5-2

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

libmed-dev_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmed-dev_2.3.5-2_amd64.deb
libmed-doc_2.3.5-2_all.deb
  to main/m/med-fichier/libmed-doc_2.3.5-2_all.deb
libmed-tools_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmed-tools_2.3.5-2_amd64.deb
libmed1_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmed1_2.3.5-2_amd64.deb
libmedc-dev_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmedc-dev_2.3.5-2_amd64.deb
libmedc1_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmedc1_2.3.5-2_amd64.deb
libmedimport-dev_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmedimport-dev_2.3.5-2_amd64.deb
libmedimport0_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmedimport0_2.3.5-2_amd64.deb
libmedimportcxx-dev_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmedimportcxx-dev_2.3.5-2_amd64.deb
libmedimportcxx0_2.3.5-2_amd64.deb
  to main/m/med-fichier/libmedimportcxx0_2.3.5-2_amd64.deb
med-fichier_2.3.5-2.diff.gz
  to main/m/med-fichier/med-fichier_2.3.5-2.diff.gz
med-fichier_2.3.5-2.dsc
  to main/m/med-fichier/med-fichier_2.3.5-2.dsc



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.
Aurelien Jarno <[email protected]> (supplier of updated med-fichier 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: Sat, 14 Nov 2009 14:23:22 +0000
Source: med-fichier
Binary: libmed1 libmed-dev libmedc1 libmedc-dev libmedimport0 libmedimport-dev 
libmedimportcxx0 libmedimportcxx-dev libmed-tools libmed-doc
Architecture: source all amd64
Version: 2.3.5-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[email protected]>
Changed-By: Aurelien Jarno <[email protected]>
Description: 
 libmed-dev - Development files for libmed
 libmed-doc - Documentation for the MED-fichier library
 libmed-tools - Runtime tools to handle MED files
 libmed1    - Library to exchange meshed data (Fortran version)
 libmedc-dev - Development files for libmedc
 libmedc1   - Library to exchange meshed data (C version)
 libmedimport-dev - Development files for libmedimport0
 libmedimport0 - Library to import old version files
 libmedimportcxx-dev - Development files for libmedimportcxx0 (C++ support)
 libmedimportcxx0 - Library to import old version files (C++ support)
Closes: 554502
Changes: 
 med-fichier (2.3.5-2) unstable; urgency=low
 .
   * Use quilt for patch management.
   * Enable AM_MAINTAINER_MODE and regenerate autotools related files.
     (closes: bug#554502).
Checksums-Sha1: 
 1ff14a23afcfc65440f35989d1a538aeb887fde9 1161 med-fichier_2.3.5-2.dsc
 765f74c49b81a8a9bb050209290441f003f0efaa 136265 med-fichier_2.3.5-2.diff.gz
 215177b0fe4a5f506544497c6052148340bf54c2 1364714 libmed-doc_2.3.5-2_all.deb
 2ecfa467b8f4d5303f732455dc1cf9b2a2099418 120412 libmed1_2.3.5-2_amd64.deb
 0feafdf6c3a4e6251269129a2c6359a7e63ccf2a 169740 libmed-dev_2.3.5-2_amd64.deb
 816d9addd1c6d1ea99b4a846c00d2d2749ae2f2c 94752 libmedc1_2.3.5-2_amd64.deb
 f120c870806f9a2f391625e7d235652d35a6f9b8 150304 libmedc-dev_2.3.5-2_amd64.deb
 dc88f483f9b806f5cd33d5588ebacd3dfd6416fc 25316 libmedimport0_2.3.5-2_amd64.deb
 8fc850ff9352485ea502749f7e6317a37cc5cc94 30646 
libmedimport-dev_2.3.5-2_amd64.deb
 a4d4c763ebfe0b9b212d7865172da0c7bc94e761 29496 
libmedimportcxx0_2.3.5-2_amd64.deb
 ac0c0370ccc59563974749ecdc27c61e79f798f7 37918 
libmedimportcxx-dev_2.3.5-2_amd64.deb
 e50359baf996e904deebba3b2a30c85493ebad78 33792 libmed-tools_2.3.5-2_amd64.deb
Checksums-Sha256: 
 443fd71d3a43464b5f791cc79c65604782bbae68482d41caebdd7b34fd20eb99 1161 
med-fichier_2.3.5-2.dsc
 e843b9d3cf15db95a339036c9caf9dec22eefee1f9e8794a0c3a5b82e00b60fe 136265 
med-fichier_2.3.5-2.diff.gz
 0c2688093a38c5632c3b7bd1a02580c2d7c70c67afa83c1ad2f66362f2f9e5b6 1364714 
libmed-doc_2.3.5-2_all.deb
 d909872f1b20cf538dbc30f1200a3b031cb0e3a9784d8fe0d617a1169f9b387a 120412 
libmed1_2.3.5-2_amd64.deb
 5561d464aebd95a3e959dffbea9e5852272cb9ef7b4f4e390737fee0a7c6eb93 169740 
libmed-dev_2.3.5-2_amd64.deb
 e8aa44ab057445ed5b80cf0054e727bca6fa57c9965c85263e22a70ada7220b6 94752 
libmedc1_2.3.5-2_amd64.deb
 4faedb8b20c8fcbf524e35f9570d90a1fb2ade797722a535508d41d13ef40492 150304 
libmedc-dev_2.3.5-2_amd64.deb
 06720f8a301a33d286f18379af42e21a62b18a6b64113270268bf2c72e79c49d 25316 
libmedimport0_2.3.5-2_amd64.deb
 8ea3e14f240c96a079a89d3e8f9da65d40a0cc09705a69e5572a8bdaf67b559e 30646 
libmedimport-dev_2.3.5-2_amd64.deb
 0415aae096ddce66d8c5d680f89034721d8389847b6b7930d6a1e90cb7f946c1 29496 
libmedimportcxx0_2.3.5-2_amd64.deb
 9035ace2a0d1b5c6b9426d0d0e5c0df234bb65672f277b95b187d30aeff4b45c 37918 
libmedimportcxx-dev_2.3.5-2_amd64.deb
 e7adb015ae2cb8ca2ee734aee1011d011fa696276a15f795e0451bdd307967d1 33792 
libmed-tools_2.3.5-2_amd64.deb
Files: 
 085227bfe8467f73fff2d6e7a3a6756d 1161 libs optional med-fichier_2.3.5-2.dsc
 0326d4249d680c1ded123fd48aea74c1 136265 libs optional 
med-fichier_2.3.5-2.diff.gz
 68e54250cc0781548c5ec5dc470524d0 1364714 doc optional 
libmed-doc_2.3.5-2_all.deb
 bc7e41e700b16da3e6c455096b86fa64 120412 libs optional libmed1_2.3.5-2_amd64.deb
 e8e0e3f96805120a61cbe4270f95ada5 169740 libdevel optional 
libmed-dev_2.3.5-2_amd64.deb
 97d75aadea2addf6ffe58bb19ca73b8d 94752 libs optional libmedc1_2.3.5-2_amd64.deb
 e5736d4174bd63fa5096d78d487c7e90 150304 libdevel optional 
libmedc-dev_2.3.5-2_amd64.deb
 be6f5dbdbff0c3559b52e218ef192077 25316 libs optional 
libmedimport0_2.3.5-2_amd64.deb
 ac1b540315c1781c7fac61d395c8194f 30646 libdevel optional 
libmedimport-dev_2.3.5-2_amd64.deb
 cca6407c7b74a1409137aa6b69a5a7fe 29496 libs optional 
libmedimportcxx0_2.3.5-2_amd64.deb
 304151699e70fddbc4b30afc10623e12 37918 libdevel optional 
libmedimportcxx-dev_2.3.5-2_amd64.deb
 8631643f1f69641bd0fbb1977ae34ead 33792 science optional 
libmed-tools_2.3.5-2_amd64.deb

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

iD8DBQFK/sFVw3ao2vG823MRAuN7AKCAybYIzZYmw67RR9EDM6cdZAW1/ACdHmxa
gmAO90QwrHXZSzQ/NDAxDaA=
=mS8s
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to