This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: install broken for treelang


> On Tue, 2003-10-21 at 07:38, Jan Hubicka wrote:
> > > 
> > > Mark,
> > > 
> > > it still fails for me:
> > > 
> > > /usr/bin/install -c -m 644 /abuild/aj/builds/gcc/misc/gcc/doc/fsf-funding.7 /opt/gcc/3.4-devel/man/man7/fsf-funding.7
> > > /usr/bin/install: cannot stat `/abuild/aj/builds/gcc/misc/gcc/doc/fsf-funding.7': No such file or directory
> > > make[1]: [install-man] Error 1 (ignored)
> > 
> > We are now having any make install failing, so SPEC testers are down :(
> > It would be nice to fix it soon.  Unless someone beats me, I will try to
> > do so tonight.
> > It does appear to be combination of two Makefile patches that came in at
> > once as regression tester didn't start dying after Mark's patch.
> 
> I'm on it.
> 
> The .info problems got fixed last night, but it looks like there's
> something else wrong.

Your last patch appears to fix the .info problems.  Still when I
condigure with --prefix=not_existing_directory  I get following
bootstrap failure:
/bin/sh ../../gcc/mkconfig.sh tconfig.h
./xgcc -B./ -B/aux/hubicka/install/i686-pc-linux-gnu/bin/ -isystem
/aux/hubicka/install/i686-pc-linux-gnu/include -isystem
/aux/hubicka/install/i686-pc-linux-gnu/sys-include
-L/aux/hubicka/egcs/gcc/build/gcc/../ld -O2 -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include
-g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \
   -c ../../gcc/crtstuff.c -DCRT_BEGIN \
     -o crtbegin.o
cc1: /aux/hubicka/install/i686-pc-linux-gnu/bin/include: Not a directory
cc1: /aux/hubicka/install/i686-pc-linux-gnu/include: Not a directory
cc1: /aux/hubicka/install/i686-pc-linux-gnu/sys-include: Not a directory
cc1: /aux/hubicka/install/include: Not a directory
cc1: /aux/hubicka/install/lib/gcc/i686-pc-linux-gnu/3.4/include: Not a directory
cc1: /aux/hubicka/install/i686-pc-linux-gnu/include: Not a directory

This appears to be new today too.  Any ideas?

Thank you for looking into it!
Honza
> 
> -- 
> Mark Mitchell <mark@codesourcery.com>
> CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]