Hi, On Sat, Apr 09, 2011 at 08:07:04PM -0400, Roberto C. Sánchez wrote: > On Tue, Feb 08, 2011 at 10:40:47AM +0900, Nobuhiro Iwamatsu wrote: > > > > I reported this bug #575993 [0], and it was revised in Debian. > > However, it is not yet fixed in the upstream. > > And the revision method is the same. > > > > Could you check and revise this bug? > > > > Best regards, > > Nobuhiro > > > > [0]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575993 > > Nobuhiro, > > I am not sure I understand. The patch you provided in #575993 was > incorporated into the coinor-ipopt package in version 3.8.1-2. Looking > at the failed build logs for both 3.8.1-1 (before the patch was added to > the package) and 3.9.2-1 (after the patch was added), it seems like the > failure is identical. Are you saying that the patch needs to be > revised?
Oh, sorry. We needed other correction in latest coinor-ipopt. I attached new patch. Could you replaece this tocoinor-ipopt_sh4.diff? Best regards, Nobuhiro
diff --git a/Ipopt/configure b/Ipopt/configure
index 72c6023..8f8f79e 100755
--- a/Ipopt/configure
+++ b/Ipopt/configure
@@ -5228,7 +5228,7 @@ fi
;;
# Ignore these flags.
- -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
+ -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -little | -LANG:=*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
diff --git a/ThirdParty/Blas/configure b/ThirdParty/Blas/configure
index 3a7cf69..d3fb25c 100755
--- a/ThirdParty/Blas/configure
+++ b/ThirdParty/Blas/configure
@@ -4114,7 +4114,7 @@ fi
;;
# Ignore these flags.
- -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
+ -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -little | -LANG:=*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
diff --git a/ThirdParty/HSL/configure b/ThirdParty/HSL/configure
index fa59167..09841aa 100755
--- a/ThirdParty/HSL/configure
+++ b/ThirdParty/HSL/configure
@@ -4331,7 +4331,7 @@ fi
;;
# Ignore these flags.
- -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
+ -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -little | -LANG:=*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
diff --git a/ThirdParty/Lapack/configure b/ThirdParty/Lapack/configure
index 9820c66..87554a6 100755
--- a/ThirdParty/Lapack/configure
+++ b/ThirdParty/Lapack/configure
@@ -4121,7 +4121,7 @@ fi
;;
# Ignore these flags.
- -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
+ -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -little | -LANG:=*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
diff --git a/ThirdParty/Mumps/configure b/ThirdParty/Mumps/configure
index 6531b60..a0901c3 100755
--- a/ThirdParty/Mumps/configure
+++ b/ThirdParty/Mumps/configure
@@ -4125,7 +4125,7 @@ fi
;;
# Ignore these flags.
- -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
+ -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -little |-LANG:=*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
signature.asc
Description: Digital signature

