public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/35941]  New: gcc-4.4-20080411 bootstrap failure
@ 2008-04-14 23:19 anhvofrcaus at gmail dot com
  2008-04-14 23:21 ` [Bug bootstrap/35941] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: anhvofrcaus at gmail dot com @ 2008-04-14 23:19 UTC (permalink / raw)
  To: gcc-bugs

bootstrap fails with the trailing error messages below

[...]
gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE  -o
build/gencheck \
    build/gencheck.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/gencheck > tmp-check.h
/bin/sh ../../gcc-4.4-20080411/gcc/../move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
build/genpreds -c ../../gcc-4.4-20080411/gcc/config/i386/i386.md >
tmp-constrs.h/bin/sh ../../gcc-4.4-20080411/gcc/../move-if-change tmp-constrs.h
tm-constrs.h
echo timestamp > s-constrs-h
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild
-I../../gcc-4.4-20080411/gcc -I../../gcc-4.4-20080411/gcc/build
-I../../gcc-4.4-20080411/gcc/../include
-I../../gcc-4.4-20080411/gcc/../libcpp/include
-I/home/voax/linux/tools/mpfr-2.3.1/include
-I../../gcc-4.4-20080411/gcc/../libdecnumber
-I../../gcc-4.4-20080411/gcc/../libdecnumber/bid -I../libdecnumber  -o
build/gencondmd.o build/gencondmd.c
gcc  -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-format-attribute -fno-common  -DHAVE_CONFIG_H
-DGENERATOR_FILE  -o build/gencondmd \
    build/gencondmd.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a
build/gencondmd > tmp-cond.md
/bin/sh ../../gcc-4.4-20080411/gcc/../move-if-change tmp-cond.md
insn-conditions.md
echo timestamp > s-condmd
build/genflags ../../gcc-4.4-20080411/gcc/config/i386/i386.md \
  insn-conditions.md > tmp-flags.h
/bin/sh ../../gcc-4.4-20080411/gcc/../move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
make[3]: *** No rule to make target `|', needed by `c-lang.o'.  Stop.
make[3]: Leaving directory `/home/voax/linux/build-4.4.0/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/voax/linux/build-4.4.0'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/voax/linux/build-4.4.0'
make: *** [bootstrap] Error 2


-- 
           Summary: gcc-4.4-20080411 bootstrap failure
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anhvofrcaus at gmail dot com
 GCC build triplet: gcc-4.4-20080411
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug bootstrap/35941] gcc-4.4-20080411 bootstrap failure
  2008-04-14 23:19 [Bug bootstrap/35941] New: gcc-4.4-20080411 bootstrap failure anhvofrcaus at gmail dot com
@ 2008-04-14 23:21 ` pinskia at gcc dot gnu dot org
  2008-04-15  0:08 ` hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-14 23:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-04-14 23:20 -------
What make version are you using?


-- 


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


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

* [Bug bootstrap/35941] gcc-4.4-20080411 bootstrap failure
  2008-04-14 23:19 [Bug bootstrap/35941] New: gcc-4.4-20080411 bootstrap failure anhvofrcaus at gmail dot com
  2008-04-14 23:21 ` [Bug bootstrap/35941] " pinskia at gcc dot gnu dot org
@ 2008-04-15  0:08 ` hp at gcc dot gnu dot org
  2008-04-15  0:36 ` anhvofrcaus at gmail dot com
  2008-04-15  1:14 ` anhvofrcaus at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-04-15  0:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2008-04-15 00:06 -------
It looks exactly like what Janis saw with make 3.79.1.
I'll close this as "fixed" with the since then committed
<http://gcc.gnu.org/ml/gcc-patches/2008-04/msg01018.html>
(though the reporter also needs to update to GNU make 3.80 or later).


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug bootstrap/35941] gcc-4.4-20080411 bootstrap failure
  2008-04-14 23:19 [Bug bootstrap/35941] New: gcc-4.4-20080411 bootstrap failure anhvofrcaus at gmail dot com
  2008-04-14 23:21 ` [Bug bootstrap/35941] " pinskia at gcc dot gnu dot org
  2008-04-15  0:08 ` hp at gcc dot gnu dot org
@ 2008-04-15  0:36 ` anhvofrcaus at gmail dot com
  2008-04-15  1:14 ` anhvofrcaus at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: anhvofrcaus at gmail dot com @ 2008-04-15  0:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from anhvofrcaus at gmail dot com  2008-04-15 00:35 -------
[sjswdev2]:{71#}% make -version 
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.


-- 


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


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

* [Bug bootstrap/35941] gcc-4.4-20080411 bootstrap failure
  2008-04-14 23:19 [Bug bootstrap/35941] New: gcc-4.4-20080411 bootstrap failure anhvofrcaus at gmail dot com
                   ` (2 preceding siblings ...)
  2008-04-15  0:36 ` anhvofrcaus at gmail dot com
@ 2008-04-15  1:14 ` anhvofrcaus at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: anhvofrcaus at gmail dot com @ 2008-04-15  1:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from anhvofrcaus at gmail dot com  2008-04-15 01:13 -------
I upgraded to make-3.81 as suggested. This problem has gone away. Thank you all
for your quick help.


-- 


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


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

end of thread, other threads:[~2008-04-15  1:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-14 23:19 [Bug bootstrap/35941] New: gcc-4.4-20080411 bootstrap failure anhvofrcaus at gmail dot com
2008-04-14 23:21 ` [Bug bootstrap/35941] " pinskia at gcc dot gnu dot org
2008-04-15  0:08 ` hp at gcc dot gnu dot org
2008-04-15  0:36 ` anhvofrcaus at gmail dot com
2008-04-15  1:14 ` anhvofrcaus at gmail dot com

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