public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Diego Novillo <dnovillo@redhat.com>
To: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Cc: Daniel Berlin <dberlin@dberlin.org>
Subject: [tree-ssa] Fix bootstrap failure
Date: Sun, 30 Nov 2003 15:11:00 -0000	[thread overview]
Message-ID: <1070203864.24047.32.camel@frodo.toronto.redhat.com> (raw)

2003-11-30  Daniel Berlin  <dberlin@dberlin.org>

        * c-config-lang.in: Move tree-alias-* from here
        * Makefile.in (GTFILES): To here.
	[ ... ]

causes this bootstrap failure:

  /home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/bld.tobiano/gcc/gengtype-lex.c -o gengtype-lex.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long  -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/. -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/../include -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/../libbanshee/libcompat -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/../libbanshee -I/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/../libbanshee/points-to  \
  /home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/bld.tobiano/gcc/gengtype-yacc.c -o gengtype-yacc.o
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long    -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengtype \
 gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
make[2]: *** No rule to make target `\/home/cygnus/dnovillo/perf/sbox/tree-ssa-branch/local.i686/src/gcc/tree-alias-common.c', needed by `s-gtype'.  Stop.
make[2]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld.tobiano/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld.tobiano/gcc'
make: *** [bootstrap] Error 2


Fixed with


	* Makefile.in (GTFILES): Fix typo in tree-alias-common.c
	entry.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.903.2.145
diff -d -c -p -r1.903.2.145 Makefile.in
*** Makefile.in	30 Nov 2003 01:00:49 -0000	1.903.2.145
--- Makefile.in	30 Nov 2003 14:45:53 -0000
*************** GTFILES = $(srcdir)/input.h $(srcdir)/co
*** 2206,2212 ****
    $(srcdir)/tree-ssa.c $(srcdir)/tree-dfa.c $(srcdir)/tree-ssa-ccp.c \
    $(srcdir)/tree-ssa-pre.c $(srcdir)/tree-iterator.c $(out_file) \
    $(srcdir)/tree-alias-type.h $(srcdir)/tree-alias-common.h \
!   $(srcdir)/tree-alias-type.c \$(srcdir)/tree-alias-common.c \
    @all_gtfiles@
  
  GTFILES_FILES_LANGS = @all_gtfiles_files_langs@
--- 2206,2212 ----
    $(srcdir)/tree-ssa.c $(srcdir)/tree-dfa.c $(srcdir)/tree-ssa-ccp.c \
    $(srcdir)/tree-ssa-pre.c $(srcdir)/tree-iterator.c $(out_file) \
    $(srcdir)/tree-alias-type.h $(srcdir)/tree-alias-common.h \
!   $(srcdir)/tree-alias-type.c $(srcdir)/tree-alias-common.c \
    @all_gtfiles@
  
  GTFILES_FILES_LANGS = @all_gtfiles_files_langs@


Diego.

             reply	other threads:[~2003-11-30 14:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-30 15:11 Diego Novillo [this message]
2003-11-30 15:51 ` Daniel Berlin
2003-11-30 19:09   ` Toon Moene
2003-11-30 19:10     ` Daniel Berlin
2003-11-30 19:12       ` Toon Moene
2003-11-30 19:31         ` Toon Moene
2003-11-30 19:56           ` Daniel Berlin
2003-11-30 21:01             ` Toon Moene

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1070203864.24047.32.camel@frodo.toronto.redhat.com \
    --to=dnovillo@redhat.com \
    --cc=dberlin@dberlin.org \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).