This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [GSoC] Elimination of CLooG library installation dependency
- From: "Bin.Cheng" <amker dot cheng at gmail dot com>
- To: Roman Gareev <gareevroman at gmail dot com>
- Cc: Richard Biener <richard dot guenther at gmail dot com>, Tobias Grosser <tobias at grosser dot es>, Mircea Namolaru <mircea dot namolaru at inria dot fr>, gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 21 Aug 2014 13:15:41 +0800
- Subject: Re: [GSoC] Elimination of CLooG library installation dependency
- Authentication-results: sourceware.org; auth=none
- References: <CABGF_gco8bbFoBD=PORcSp=Q_wQpqca2M72mRzmyRO46B0juFQ at mail dot gmail dot com> <CABGF_gd-ecEcgSmEfmRYUPKkNoxxWxscx3WTVH6EpA989zwBPw at mail dot gmail dot com> <CAFiYyc2=DsR6BPS_0V2q37fRXi+ozfAc_af8jAqdEeFbY2bCqA at mail dot gmail dot com> <CABGF_gcdqXehSQ3vJDaQjU3LJ0OOuPRXBOLU-=0UAf+zm_m6hw at mail dot gmail dot com> <CAHFci2-8JYa4apuaE4UW=cg-NHD46qZfuhsisA=_Kape06QQXw at mail dot gmail dot com> <CABGF_ge20D4sbJbfTz2pO+jzrSm5fDGgf6udh9fTq31L++kmsA at mail dot gmail dot com> <CAHFci28YccMPyucs=i3r+rEDXP5q-GD2aF4E8kdBu0Oun0BX5g at mail dot gmail dot com>
I think it's a issue in isl library check for (Canadian)
cross_compiling. Will send a patch soon.
Thanks,
bin
On Wed, Aug 20, 2014 at 1:47 PM, Bin.Cheng <amker.cheng@gmail.com> wrote:
> On Wed, Aug 20, 2014 at 1:24 PM, Roman Gareev <gareevroman@gmail.com> wrote:
>> Which configure options do you use? Have you tried to bootstrap
>> r214105 with same configure options?
>> Have you tried to manually export the path to isl to LD_RUN_PATH?
>> (You've probably tried. I just want to make sure.)
>
> I can't access the build bot right now, so haven't tried other options
> yet. The latest good I got build was against r213896.
>
> Thanks,
> bin
>>
>>
>> 2014-08-20 9:28 GMT+06:00 Bin.Cheng <amker.cheng@gmail.com>:
>>> I suspect this causes arm/aarch64 native bootstrap failure with below messages.
>>>
>>> aarch64-none-linux-gnu-g++ -c -g -O2 -DIN_GCC -fno-exceptions
>>> -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing
>>> -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
>>> -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros
>>> -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I.
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc/.
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc/../include
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc/../libcpp/include
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/workdir/aarch64-none-linux-gnu/sysroot//usr/include
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/workdir/aarch64-none-linux-gnu/sysroot//usr/include
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc/../libdecnumber
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc/../libdecnumber/dpd
>>> -I../libdecnumber
>>> -I/projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc/../libbacktrace
>>> -DCLOOG_INT_GMP -o graphite.o -MT graphite.o -MMD -MP -MF
>>> ./.deps/graphite.TPo
>>> /projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc/graphite.c
>>> /projects/pd/pdsw-infrastructure/production-builds/bld-root/channels/fsf-trunk/builds/502/src/gcc/gcc/graphite.c:38:21:
>>> fatal error: isl/set.h: No such file or directory
>>> compilation terminated.
>>> make[1]: *** [graphite.o] Error 1
>>> make[1]: Leaving directory
>>> `/arm/scratch/pdtltest/bld-temporary/builds/fsf-trunk/502/workdir/aarch64-none-linux-gnu/obj/build-gcc/gcc'
>>> make: *** [all-gcc] Error 2
>>>
>>> Thanks,
>>> bin
>>
>> --
>> Cheers, Roman Gareev.