Hi Nobuhiro,

On 13 January 2010 at 17:21, Nobuhiro Iwamatsu wrote:
| Hi,
| 
| r-base-core-ra FTBFS on SH4.
| Because configure included in r-base-core-ra is created in old autoconf.

I guess that was to be expected, given that R itself has the same problem.  I
may use this as a test case for Kurt's suggested fix (cf Dec 15 email re bug
Debian bug #561180) of running autoconf locally first.

(A little later:)  That didn't work to this (R 2.9.2-base) package with Ra 
patch:

configure: WARNING: unrecognized options: --with-pango, --with-png, 
--without-gnome
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
loading site script './config.site'
loading build specific script './config.site'
./configure: line 3110: syntax error near unexpected token `WANT_R_FRAMEWORK,'
./configure: line 3110: `AM_CONDITIONAL(WANT_R_FRAMEWORK, test 
"x${want_R_framework}" = xyes)'
make: *** [configure-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package

I guess I'll revert and try your patch instead.

Dirk
 
| -----
| checking whether we can compute C Make dependencies... yes, using gcc
| -std=gnu99 -MM
| checking whether gcc -std=gnu99 supports -c -o FILE.lo... yes
| checking how to get verbose linking output from gfortran... -v
| checking for Fortran 77 libraries of gfortran...  -little
| -L/usr/lib/gcc/sh4-linux-gnu/4.4.2
| -L/usr/lib/gcc/sh4-linux-gnu/4.4.2/../../.. -lgfortranbegin -lgfortran
| -lm
| checking how to get verbose linking output from gcc -std=gnu99... -v
| checking for C libraries of gcc -std=gnu99...  -little
| -L/usr/lib/gcc/sh4-linux-gnu/4.4.2
| -L/usr/lib/gcc/sh4-linux-gnu/4.4.2/../../.. -lgcc_s
| checking for dummy main to link with Fortran 77 libraries... unknown
| configure: error: linking to Fortran libraries from C fails
| -----
| 
| Could you update confiugre with new autoconf?
| Or please apply the patch which I attached.
| This is patch for quick fix.
| 
| Best regards,
|  Nobuhiro
| 
| ----------------------------------------------------------------------
| --- a/configure       2010-01-13 04:46:36.000000000 +0000
| +++ b/configure       2010-01-13 04:47:17.000000000 +0000
| @@ -27542,7 +27542,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"
| @@ -27863,7 +27863,7 @@
|  
|            ;;
|            # 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 && r_cv_c_libs="$r_cv_c_libs $r_arg"

-- 
Three out of two people have difficulties with fractions.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to