[haiku-development] Re: [Haiku-commits] r29040 - buildtools/vendor/mpfr

  • From: rossi@xxxxxxxxxxxxxxx
  • To: "SVN commits to the Haiku source repository" <haiku-commits@xxxxxxxxxxxxxxxx>
  • Date: Mon, 26 Jan 2009 05:06:16 -0500 (EST)

Hi,

> Author: mmlr
> Date: 2009-01-26 06:54:30 +0100 (Mon, 26 Jan 2009)
> New Revision: 29040
> ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=29040&view=rev
>
> Added:
>    buildtools/vendor/mpfr/2.3.0/
> Log:
> Tagging MPFR 2.3.0.
>
> Copied: buildtools/vendor/mpfr/2.3.0 (from rev 29039,
> buildtools/vendor/mpfr/current)

I've tried to build the new cross compiler on my primary build box (Ubuntu
8.10) this morning. However the build failed due to missing
./get_patches.sh. Here is the relevant snippet from the build output:


rossi@skullcap:~/develop/haiku/haiku/generated.gcc4$ ../configure
--build-cross-tools-gcc4 x86 ../../buildtools/ --include-gpl-addons
--include-3rdparty --enable-multiuser --use-gcc-pipe

[...]

./get_patches.sh > get_patches.c || rm -f get_patches.c
/bin/bash: ./get_patches.sh: No such file or directory
if /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDARG=1
-DHAVE_SYS_TIME_H=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1
-DMPFR_HAVE_FESETROUND=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1
-DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE_ALLOCA_H=1
-I. -I/home/rossi/develop/haiku/buildtools/gcc/mpfr  
-I/home/rossi/develop/haiku/haiku/generated.gcc4/cross-tools-build/gcc/./gmp
-I/home/rossi/develop/haiku/haiku/generated.gcc4/cross-tools-build/gcc/./gmp/tune
 -O2 -MT get_patches.lo -MD -MP -MF ".deps/get_patches.Tpo" -c -o
get_patches.lo get_patches.c; \
        then mv -f ".deps/get_patches.Tpo" ".deps/get_patches.Plo"; else
rm -f ".deps/get_patches.Tpo"; exit 1; fi
 gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SETLOCALE=1
-DHAVE_GETTIMEOFDAY=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_FLOOR=1
-DHAVE_CEIL=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DHAVE_ATTRIBUTE_MODE=1
-DHAVE_ALLOCA_H=1 -I. -I/home/rossi/develop/haiku/buildtools/gcc/mpfr
-I/home/rossi/develop/haiku/haiku/generated.gcc4/cross-tools-build/gcc/./gmp
-I/home/rossi/develop/haiku/haiku/generated.gcc4/cross-tools-build/gcc/./gmp/tune
-O2 -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c get_patches.c
-o get_patches.o
gcc: get_patches.c: No such file or directory
gcc: no input files
make[3]: *** [get_patches.lo] Error 1
make[3]: Leaving directory
`/home/rossi/develop/haiku/haiku/generated.gcc4/cross-tools-build/gcc/mpfr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/rossi/develop/haiku/haiku/generated.gcc4/cross-tools-build/gcc/mpfr'
make[1]: *** [all-mpfr] Error 2
make[1]: Leaving directory
`/home/rossi/develop/haiku/haiku/generated.gcc4/cross-tools-build/gcc'
make: *** [all] Error 2
ERROR: Building gcc failed.
rossi@skullcap:~/develop/haiku/haiku/generated.gcc4$

Both trees (buildtools and haiku itself) have been on r29046.

Cheers,
Rossi

Other related posts: