public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12715] New: MinGW Bootstrap Failure: 3.4 20031015
@ 2003-10-21 21:51 stl at caltech dot edu
  2003-10-21 22:05 ` [Bug bootstrap/12715] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: stl at caltech dot edu @ 2003-10-21 21:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12715

           Summary: MinGW Bootstrap Failure: 3.4 20031015
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: stl at caltech dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-mingw32
  GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32

In /c/temp/gcc/build, I ran:

/c/temp/gcc/src/configure --prefix=/c/temp/gcc/dest --enable-languages=c,c++ --
enable-sjlj-exceptions --enable-threads=win32 --disable-win32-registry --
disable-shared --without-newlib --disable-nls --disable-debug

This worked.  Then I ran:

make "CFLAGS=-O2" "LDFLAGS=-s -Wl,--stack=0x00800000" profiledbootstrap

This eventually said:

make[2]: Entering directory `/c/temp/gcc/build/gcc'
echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y
sed -e "/^@@ifobjc.*/,/^@@end_ifobjc.*/d" \
  -e "/^@@ifc.*/d" -e "/^@@end_ifc.*/d" \
  /c/temp/gcc/src/gcc/c-parse.in >>tmp-c-parse.y
/bin/sh /c/temp/gcc/src/gcc/move-if-change tmp-c-parse.y /c/temp/gcc/src/gcc/c-
p                                arse.y
cd /c/temp/gcc/src/gcc && \
if /bin/sh /c/temp/gcc/src/gcc/../missing bison  -o c-p$$.c c-parse.y; then \
  test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
  mv -f c-p$$.c c-parse.c ; \
else \
  rm -f c-p$$.* ; \
  false ; \
fi
WARNING: `bison' is missing on your system.  You should only need it if
         you modified a `.y' file.  You may need the `Bison' package
         in order for those modifications to take effect.  You can get
         `Bison' from any GNU archive site.
mv: cannot stat `c-p1360.c': No such file or directory
make[2]: *** [/c/temp/gcc/src/gcc/c-parse.c] Error 1
make[2]: Leaving directory `/c/temp/gcc/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/c/temp/gcc/build/gcc'
make: *** [profiledbootstrap] Error 2


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/12715] MinGW Bootstrap Failure: 3.4 20031015
  2003-10-21 21:51 [Bug bootstrap/12715] New: MinGW Bootstrap Failure: 3.4 20031015 stl at caltech dot edu
@ 2003-10-21 22:05 ` pinskia at gcc dot gnu dot org
  2003-10-21 22:38 ` stl at caltech dot edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-21 22:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12715


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-21 21:54 -------
Did you read the error message?
WARNING: `bison' is missing on your system.  You should only need it if
         you modified a `.y' file.  You may need the `Bison' package
         in order for those modifications to take effect.  You can get
         `Bison' from any GNU archive site.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/12715] MinGW Bootstrap Failure: 3.4 20031015
  2003-10-21 21:51 [Bug bootstrap/12715] New: MinGW Bootstrap Failure: 3.4 20031015 stl at caltech dot edu
  2003-10-21 22:05 ` [Bug bootstrap/12715] " pinskia at gcc dot gnu dot org
@ 2003-10-21 22:38 ` stl at caltech dot edu
  2003-10-22 18:39 ` wilson at specifixinc dot com
  2003-10-22 19:19 ` stl at caltech dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: stl at caltech dot edu @ 2003-10-21 22:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12715



------- Additional Comments From stl at caltech dot edu  2003-10-21 22:15 -------
But I didn't modify any files, much less any .y files.  I used the unmodified 
snapshot.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/12715] MinGW Bootstrap Failure: 3.4 20031015
  2003-10-21 21:51 [Bug bootstrap/12715] New: MinGW Bootstrap Failure: 3.4 20031015 stl at caltech dot edu
  2003-10-21 22:05 ` [Bug bootstrap/12715] " pinskia at gcc dot gnu dot org
  2003-10-21 22:38 ` stl at caltech dot edu
@ 2003-10-22 18:39 ` wilson at specifixinc dot com
  2003-10-22 19:19 ` stl at caltech dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: wilson at specifixinc dot com @ 2003-10-22 18:39 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12715



------- Additional Comments From wilson at specifixinc dot com  2003-10-22 18:32 -------
Subject: Re:  MinGW Bootstrap Failure: 3.4 20031015

stl at caltech dot edu wrote:
> But I didn't modify any files, much less any .y files.  I used the unmodified 
> snapshot.

If you are building a gcc release, then you don't need bison.

If you build gcc from any other source, such as a snapshot, then you may 
need bison.  This is covered in our FAQ
	http://gcc.gnu.org/faq.html#generated_files
The text is a bit dated, since it implies snapshots are OK, but they 
aren't anymore.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/12715] MinGW Bootstrap Failure: 3.4 20031015
  2003-10-21 21:51 [Bug bootstrap/12715] New: MinGW Bootstrap Failure: 3.4 20031015 stl at caltech dot edu
                   ` (2 preceding siblings ...)
  2003-10-22 18:39 ` wilson at specifixinc dot com
@ 2003-10-22 19:19 ` stl at caltech dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: stl at caltech dot edu @ 2003-10-22 19:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12715



------- Additional Comments From stl at caltech dot edu  2003-10-22 19:18 -------
I see, thanks.  My fault, not gcc's (though the error message is rather 
misleading).


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-22 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-21 21:51 [Bug bootstrap/12715] New: MinGW Bootstrap Failure: 3.4 20031015 stl at caltech dot edu
2003-10-21 22:05 ` [Bug bootstrap/12715] " pinskia at gcc dot gnu dot org
2003-10-21 22:38 ` stl at caltech dot edu
2003-10-22 18:39 ` wilson at specifixinc dot com
2003-10-22 19:19 ` stl at caltech dot edu

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).