From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17939 invoked by alias); 26 Jan 2012 21:24:15 -0000 Received: (qmail 17923 invoked by uid 22791); 26 Jan 2012 21:24:13 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_PX X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jan 2012 21:24:00 +0000 Received: by iadk27 with SMTP id k27so1553023iad.0 for ; Thu, 26 Jan 2012 13:23:59 -0800 (PST) Received: by 10.50.157.131 with SMTP id wm3mr3904400igb.13.1327613039180; Thu, 26 Jan 2012 13:23:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.15.71 with HTTP; Thu, 26 Jan 2012 13:23:39 -0800 (PST) In-Reply-To: <20120126162835.GA25295@sig21.net> References: <20120126154058.GB2963@sig21.net> <20120126162835.GA25295@sig21.net> From: Chris Morgan Date: Thu, 26 Jan 2012 21:24:00 -0000 Message-ID: Subject: Re: CLooG build error To: Johannes Stezenbach Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00067.txt.bz2 On Thu, Jan 26, 2012 at 11:28 AM, Johannes Stezenbach wrote: > On Thu, Jan 26, 2012 at 10:46:06AM -0500, Chris Morgan wrote: >> >> I'm not sure where that configure.ac file is that you'd like me to >> patch. Is modifying that going to get overwritten when I re-run the >> ct-ng build? > > Um, you said you run latest hg, and in latest hg there is > a configure.ac and a bootstrap script which you need to > run to generate the configure script. =A0After that you need > to run configure, make, make install. > > HTH > Johannes Oh right. I didn't know if it was something in cloog or not. I got past that error after rebuilding and reinstalling but again a failure in cloog after a ct-ng clean and ct-ng build: in.lo matrix.lo pprint.lo program.lo statement.lo version.lo -lgmp -lppl_c -lppl -lgmpxx -lstdc++ [ALL ] libtool: link: x86_64-build_unknown-linux-gnu-ar cru .libs/libcloog.a block.o loop.o names.o options.o clast.o domain.o matrix.o pprint.o program.o statement.o version.o [ALL ] libtool: link: x86_64-build_unknown-linux-gnu-ranlib .libs/libcl= oog.a [ALL ] libtool: link: ( cd ".libs" && rm -f "libcloog.la" && ln -s "../libcloog.la" "libcloog.la" ) [ALL ] make[1]: Leaving directory `/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/build-cloog-= ppl' [EXTRA] Checking CLooG/ppl [DEBUG] =3D=3D> Executing: 'make' '-j2' '-s' 'check' [ALL ] Making check in . [ALL ] libtool: link: x86_64-build_unknown-linux-gnu-gcc -Wall -fomit-frame-pointer -pipe -o cloog cloog.o -L/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/lib ./.libs/libcloog.a -lm /home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/lib/li= bppl_c.a /home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/lib/li= bppl.a /home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/lib/li= bgmpxx.a /home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/lib/li= bgmp.a -lstdc++ [ALL ] /usr/bin/ld: /home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/lib/li= bppl_c.a(ppl_c_implementation_common.o): undefined reference to symbol 'fesetround@@GLIBC_2.2.5' [ALL ] /usr/bin/ld: note: 'fesetround@@GLIBC_2.2.5' is defined in DSO /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu/libm.so so try adding it to the linker command line [ALL ] /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu/li= bm.so: could not read symbols: Invalid operation [ALL ] collect2: ld returned 1 exit status [ERROR] make[2]: *** [cloog] Error 1 [ERROR] make[1]: *** [check-recursive] Error 1 [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Installing CLooG/ppl' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@172] [ERROR] >> called from: do_cloog[scripts/build/companion_libs/cloog.sh@65] [ERROR] >> called from: main[scripts/crosstool-NG.sh@597] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> '/home/cmorgan/ct-ng-install/share/doc/crosstool-ng/ct-ng.hg@default-188d58= cfe7cf/B - Known issues.txt' [ERROR] I'm surprised these kinds of things aren't being caught earlier. Is there no automated regression suite in crosstool-ng that builds all of these targets on a daily basis? I'd like to help out since last time I tried ct-ng it failed for other reasons :-) Chris -- For unsubscribe information see http://sourceware.org/lists.html#faq