[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failed Tests
From: |
Ralf Wildenhues |
Subject: |
Re: Failed Tests |
Date: |
Wed, 25 May 2005 09:19:27 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi Stephen,
* Stephen More wrote on Tue, May 24, 2005 at 11:30:28PM CEST:
> On 5/24/05, Ralf Wildenhues <address@hidden> wrote:
> > * Stephen More wrote on Tue, May 24, 2005 at 08:44:27PM CEST:
> > > I built libtool-1.5.6 on a RHEL4 ( Red Hat Enterprise Linux Box )
> > >
> > > $ ./config.guess
> > > i686-pc-linux-gnu
> > >
> > *snip*
> > > I then built libtool-1.5.18 on the same box and got:
> >
> > > 25 of 101 tests failed
> >
> > > Is there anything else you would like me to report ?
> >
> > Please rerun the test suite with VERBOSE=X and send the output,
> > preferably packed (bzip2, gzip).
> >
> Here is the output.
Thanks a bunch! This looks like a reincarnation of a bug with ash I
reported (and believed fixed) quite some time ago:
| === Running demo-make.test
| Making in ../demo
*snip*
| /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -o helldl
-export-dynamic -dlpreopen libhello.la dlmain.o
| rm -f .libs/helldl.nm .libs/helldl.nmS .libs/helldl.nmT
| creating .libs/helldlS.c
| extracting global C symbols from `./.libs/libhello.a'
| (cd .libs && gcc -c -fno-builtin "helldlS.c")
| helldlS.c:12: error: stray '\1' in program
| helldlS.c:12: warning: useless keyword or type name in empty declaration
| helldlS.c:12: warning: empty declaration
| make[3]: *** [helldl] Error 1
Let me guess: Your /bin/sh is ash, and somehow libtool fails to find the
proper $echo (which should be != "echo"). Could you please post the
exact configure line you issued plus output, and config.log?
Thanks,
Ralf
- Failed Tests, Timothy Moran, 2005/05/01
- Failed Tests, Stephen More, 2005/05/24
- Re: Failed Tests, Ralf Wildenhues, 2005/05/24
- Re: Failed Tests, Stephen More, 2005/05/24
- Re: Failed Tests,
Ralf Wildenhues <=
- Re: Failed Tests, Stephen More, 2005/05/25
- Re: Failed Tests, Ralf Wildenhues, 2005/05/25
- Re: Failed Tests, Stephen More, 2005/05/25
- Re: Failed Tests, Ralf Wildenhues, 2005/05/25
- Re: Failed Tests, Ralf Wildenhues, 2005/05/25