From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9315 invoked by alias); 26 Jan 2012 15:46:40 -0000 Received: (qmail 9303 invoked by uid 22791); 26 Jan 2012 15:46:40 -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 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 15:46:27 +0000 Received: by iadk27 with SMTP id k27so1121850iad.0 for ; Thu, 26 Jan 2012 07:46:26 -0800 (PST) Received: by 10.42.152.65 with SMTP id h1mr2054996icw.50.1327592786493; Thu, 26 Jan 2012 07:46:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.15.71 with HTTP; Thu, 26 Jan 2012 07:46:06 -0800 (PST) In-Reply-To: <20120126154058.GB2963@sig21.net> References: <20120126154058.GB2963@sig21.net> From: Chris Morgan Date: Thu, 26 Jan 2012 15:46: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/msg00065.txt.bz2 On Thu, Jan 26, 2012 at 10:40 AM, Johannes Stezenbach wrote: > Hi, > > On Wed, Jan 25, 2012 at 05:06:54PM -0500, Chris Morgan wrote: >> [ALL =A0] =A0 =A0/bin/bash ./libtool =A0--tag=3DCC =A0 --mode=3Dcompile >> x86_64-build_unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. >> -I/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10 >> -I./include/cloog -I./include >> -I/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10/include >> =A0-I/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/stati= c/include >> -I/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/i= nclude >> =A0-Wall -fomit-frame-pointer -pipe =A0-MT block.lo -MD -MP -MF >> .deps/block.Tpo -c -o block.lo `test -f 'source/block.c' || echo >> '/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10/'`source/b= lock.c > ... >> [ALL =A0] =A0 =A0mv -f .deps/block.Tpo .deps/block.Plo >> [ALL =A0] =A0 =A0cannot stat `.deps/block.Tpo': No such file or directory > > Incidentally I ran into the same issue with hg rev 2840:188d58cfe7cf. > I think it is a copy & paste bug, the real error is much earlier: > > [DEBUG] =A0 =A0=3D=3D> Executing: './autogen.sh' > [CFG =A0] =A0 =A0libtool: unrecognized option `-c' > [CFG =A0] =A0 =A0libtool: Try `libtool --help' for more information. > > Can you try this: > > diff -r 188d58cfe7cf configure.ac > --- a/configure.ac =A0 =A0 =A0Mon Jan 16 23:45:16 2012 +0100 > +++ b/configure.ac =A0 =A0 =A0Thu Jan 26 16:38:57 2012 +0100 > @@ -203,7 +203,7 @@ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[Specify the full PATH to = GNU libtoolize >=3D 1.5.26]), > =A0 =A0 =A0 =A0 [ac_cv_path_LIBTOOLIZE=3D$withval])]) > =A0AC_CACHE_CHECK([for GNU libtoolize >=3D 1.5.26], [ac_cv_path_LIBTOOLIZ= E], > - =A0 =A0[AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtool], > + =A0 =A0[AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtoolize], > =A0 =A0 =A0 =A0 [[LIBTOOLIZE_ver=3D$($ac_path_LIBTOOLIZE --version 2>&1 \ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 |$EGREP '\(GNU libtool.*\= ) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)') > =A0 =A0 =A0 =A0 =A0 test -n "$LIBTOOLIZE_ver" && ac_cv_path_LIBTOOLIZE=3D= $ac_path_LIBTOOLIZE ac_path_LIBTOOLIZE_found=3D:]], > > > Johannes Yes, I have the same output in my build.log: L ] `/home/cmorgan/ct-ng-install/lib/ct-ng.hg@default-188d58cfe7cf/scri= pts/config.sub' -> `./autoconf/config.sub' [DEBUG] =3D=3D> Executing: 'touch' '/home/cmorgan/ct-ng-install/bin/.build/src/.cloog-ppl-0.15.10.patched' [DEBUG] =3D=3D> Executing: 'rm' '-f' '/home/cmorgan/ct-ng-install/bin/.build/src/.cloog-ppl-0.15.10.patching' [DEBUG] =3D=3D> Executing: './autogen.sh' [CFG ] libtool: unrecognized option `-c' [CFG ] libtool: Try `libtool --help' for more information. [DEBUG] =3D=3D> Executing: 'touch' '/home/cmor 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? Any chance the fix will make it into the crosstool repo in the near future? Chris -- For unsubscribe information see http://sourceware.org/lists.html#faq