Your message dated Tue, 09 Feb 2010 21:42:24 +0000
with message-id <[email protected]>
and subject line Bug#565120: fixed in openturns 0.13.1-3
has caused the Debian Bug report #565120,
regarding openturns: 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.)
--
565120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565120
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openturns
Version: 0.13.1-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
openturns FTBFS on SH4.
Because configure included in openturns is created in old autoconf.
http://buildd.debian-ports.org/fetch.php?pkg=openturns&arch=sh4&ver=0.13.1-1&stamp=1260537077&file=log&as=raw
-----
checking how to hardcode library paths into programs... immediate
checking how to get verbose linking output from sh4-linux-gnu-gfortran... -v
checking for Fortran 77 libraries of sh4-linux-gnu-gfortran...
-little -L/usr/lib/gcc/sh4-linux-gnu/4.3.4
-L/usr/lib/gcc/sh4-linux-gnu/4.3.4/../../.. -lgfortranbegin -lgfortran
-lm
checking for dummy main to link with Fortran 77 libraries... unknown
configure: error: in
`/build/buildd-openturns_0.13.1-1-sh4-LmujSq/openturns-0.13.1/lib':
configure: error: linking to Fortran libraries from C fails
See `config.log' for more details.
configure: error: ./configure failed for lib
-----
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
Could you update confiugre with new autoconf?
Or please apply the patch which I attached.
This is patch for quick fix.
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
--- a/lib/configure 2009-12-14 09:58:05.000000000 +0900
+++ b/lib/configure 2009-12-14 09:58:28.000000000 +0900
@@ -19924,7 +19924,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"
--- End Message ---
--- Begin Message ---
Source: openturns
Source-Version: 0.13.1-3
We believe that the bug you reported is fixed in the latest version of
openturns, which is due to be installed in the Debian FTP archive:
libopenturns-dbg_0.13.1-3_amd64.deb
to main/o/openturns/libopenturns-dbg_0.13.1-3_amd64.deb
libopenturns-dev_0.13.1-3_amd64.deb
to main/o/openturns/libopenturns-dev_0.13.1-3_amd64.deb
libopenturns0_0.13.1-3_amd64.deb
to main/o/openturns/libopenturns0_0.13.1-3_amd64.deb
openturns-examples_0.13.1-3_amd64.deb
to main/o/openturns/openturns-examples_0.13.1-3_amd64.deb
openturns-validation_0.13.1-3_all.deb
to main/o/openturns/openturns-validation_0.13.1-3_all.deb
openturns-wrapper_0.13.1-3_amd64.deb
to main/o/openturns/openturns-wrapper_0.13.1-3_amd64.deb
openturns_0.13.1-3.diff.gz
to main/o/openturns/openturns_0.13.1-3.diff.gz
openturns_0.13.1-3.dsc
to main/o/openturns/openturns_0.13.1-3.dsc
python-openturns_0.13.1-3_amd64.deb
to main/o/openturns/python-openturns_0.13.1-3_amd64.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.
Christophe Prud'homme <[email protected]> (supplier of updated openturns
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: Mon, 08 Feb 2010 19:13:55 +0100
Source: openturns
Binary: libopenturns0 libopenturns-dev libopenturns-dbg python-openturns
openturns-examples openturns-wrapper openturns-validation
Architecture: source all amd64
Version: 0.13.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team
<[email protected]>
Changed-By: Christophe Prud'homme <[email protected]>
Description:
libopenturns-dbg - debug symbols for OpenTURNS
libopenturns-dev - headers and development libraries for OpenTURNS
libopenturns0 - dynamic libraries for OpenTURNS
openturns-examples - examples of OpenTURNS functionalities
openturns-validation - validation files for OpenTURNS
openturns-wrapper - example of a wrapper for OpenTURNS
python-openturns - Python front-end of OpenTURNS (aka TUI)
Closes: 565120
Changes:
openturns (0.13.1-3) unstable; urgency=low
.
* debian/rules: enable quilt(the patches were not applied before)
* Bug fix: "Please support Renesas SH(sh4)", thanks to Nobuhiro Iwamatsu
(Closes: #565120).
Checksums-Sha1:
5b0756758dcf4d3b3b1938b9f0083f93179c7a0d 1633 openturns_0.13.1-3.dsc
57c09d020c0fc6922c28b1f197dcabfc6c880db1 25197 openturns_0.13.1-3.diff.gz
f2c932fe74751cbf07800c179ccee83f95ad5485 158866
openturns-validation_0.13.1-3_all.deb
563ed5544f11150616c51aaead7d7500b8c85cfd 2381892
libopenturns0_0.13.1-3_amd64.deb
9f4c53f707db8613466a2fb168dc392aaa93e63b 6970954
libopenturns-dev_0.13.1-3_amd64.deb
02b14cbd24b234951bea576712fec4077849eb9f 44097116
libopenturns-dbg_0.13.1-3_amd64.deb
7cda1677b21b7a18c54d82eb8fd98c2276ded5fe 17334622
python-openturns_0.13.1-3_amd64.deb
bdb64c38b692ffff17251416174e3127d1ee6631 5731944
openturns-examples_0.13.1-3_amd64.deb
fab8fe06abe88a306da7c8d062c4799ee941c837 626564
openturns-wrapper_0.13.1-3_amd64.deb
Checksums-Sha256:
194faaa22a07482500bb6abb116654c754984ee60d50e428493632fcf4242aa0 1633
openturns_0.13.1-3.dsc
ec5998ea993d5bc77e416ebba88ec274ce2a5051597345875e77e7152f23a67b 25197
openturns_0.13.1-3.diff.gz
fd35139dbd09ff736d5276d8a43747752bbde652fb317883159b191780814254 158866
openturns-validation_0.13.1-3_all.deb
86ed56ca6b48c0f4ba1e0b96df3288eb14d7a2246c2ac4286f10aedabd093e14 2381892
libopenturns0_0.13.1-3_amd64.deb
d98160f66d9ba2dca95f994048106f3d3af24ef94da7acb8d03461db496d1a04 6970954
libopenturns-dev_0.13.1-3_amd64.deb
5b227c4392210215966cd49f18648b310ea1fbc9606e3951a002e2b498a42f17 44097116
libopenturns-dbg_0.13.1-3_amd64.deb
99a9e72553d2552c080864dbee47f1e2830e38d5364243e79cddd48ce7fb8818 17334622
python-openturns_0.13.1-3_amd64.deb
16d32f9c65bb916a68e49ffa3d4a0ac4d70374fe8ef9492af8dfc04138c64df3 5731944
openturns-examples_0.13.1-3_amd64.deb
792e85d28f287ead88a4e0c6e1344ce16f61bfd0e341ff2557c3ba1639e6c8b7 626564
openturns-wrapper_0.13.1-3_amd64.deb
Files:
afd966468477c21c04eb8fa3f9a94d8c 1633 science extra openturns_0.13.1-3.dsc
6cda757b484e70496cb75f7fc9f05c7a 25197 science extra openturns_0.13.1-3.diff.gz
80f89768a891eff4549facfe8fec76ab 158866 science extra
openturns-validation_0.13.1-3_all.deb
fbecf3b765149d105b531817ba380fc3 2381892 libs extra
libopenturns0_0.13.1-3_amd64.deb
ad3dbd6f5c6d8277edb3790157ebfebf 6970954 libdevel extra
libopenturns-dev_0.13.1-3_amd64.deb
6c72fed3fb1445c104a11d987bd76d11 44097116 debug extra
libopenturns-dbg_0.13.1-3_amd64.deb
aeba8afc5cb5d5b51399f1899aa816f8 17334622 python extra
python-openturns_0.13.1-3_amd64.deb
e43c7107b65a9851cd7215714be93aa5 5731944 science extra
openturns-examples_0.13.1-3_amd64.deb
5d4138f5a163120627c963c0a4256740 626564 science extra
openturns-wrapper_0.13.1-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLcHcLoY+0C9S+FFARAjIEAJ9nh4Cs8Ob2Z2QrDzlXy/S17rsP8QCeNKb1
vuwr86E/Of/oc5BFuKp2PKc=
=ZvZS
-----END PGP SIGNATURE-----
--- End Message ---