This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: x86 libffi installs broken in mainline
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 1 Feb 2003 12:37:14 -0500
- Subject: Re: x86 libffi installs broken in mainline
- Organization: Red Hat Canada
- References: <20030131144946.GA23131@tornado.toronto.redhat.com> <15930.37340.987831.400178@cuddles.cambridge.redhat.com>
On Fri, 31 Jan 2003, Andrew Haley wrote:
> Diego Novillo writes:
> > Bootstraps on mainline are broken since 2003-01-29. The
> > overnight SPEC testers are getting this failure:
> >
> > -----------------------------------------------------------------------------
> > make[3]: Entering directory `/notnfs/dnovillo/sbox/gcc/bld/i686-pc-linux-gnu/libffi'
> > /bin/sh /home/dnovillo/perf/sbox/gcc/local/src/libffi//home/dnovillo/perf/sbox/gcc/local/src/libffi/../mkinstalldirs /home/dnovillo/perf/sbox/gcc/local/inst/lib/.
> > /home/dnovillo/perf/sbox/gcc/local/src/libffi//home/dnovillo/perf/sbox/gcc/local/src/libffi/../mkinstalldirs: /home/dnovillo/perf/sbox/gcc/local/src/libffi//home/dnovillo/perf/sbox/gcc/local/src/libffi/../mkinstalldirs: No such file or directory
> > make[3]: *** [install-toolexeclibLTLIBRARIES] Error 127
> > make[3]: Leaving directory `/notnfs/dnovillo/sbox/gcc/bld/i686-pc-linux-gnu/libffi'
> > make[2]: *** [install-am] Error 2
> > make[2]: Leaving directory `/notnfs/dnovillo/sbox/gcc/bld/i686-pc-linux-gnu/libffi'
> > make[1]: *** [install-recursive] Error 1
> > make[1]: Leaving directory `/notnfs/dnovillo/sbox/gcc/bld/i686-pc-linux-gnu/libffi'
> > make: *** [install-target-libffi] Error 2
> > -----------------------------------------------------------------------------
> >
> > This change seems to be related to the failure. The change
> > doesn't have a ChangeLog entry, unfortunately.
> >
> > Anybody recognize it?
>
> revision 1.30
> date: 2003/01/28 22:58:58; author: aoliva; state: Exp; lines: +77 -78
> * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
> Remove USE_LIBDIR conditional.
> * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
> * Makefile.in, configure: Rebuilt.
>
Alex,
Could you take a look at this? It's still failing in mainline.
Thanks. Diego.