public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/41709]  New: Failing bootstrap in stage 2 while building Ada + C
@ 2009-10-14 16:49 anhvofrcaus at gmail dot com
  2009-10-30 17:58 ` [Bug bootstrap/41709] " ktietz at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: anhvofrcaus at gmail dot com @ 2009-10-14 16:49 UTC (permalink / raw)
  To: gcc-bugs

Bootstrap fails in stage 2 with tail end error message shown below.

[...]
# Now that we have built all the objects, we need to copy
# them back to the GCC directory.  Too many things (other
# in-tree libraries, and DejaGNU) know about the layout
# of the build tree, for now.
make install-leaf DESTDIR=../.././gcc \
          slibdir= libsubdir= MULTIOSDIR=.
make[4]: Entering directory `/c/Gcc/Build-4.5.0/i686-pc-mingw32/libgcc'
/bin/sh ../../../gcc-4.5-20091008/libgcc/../mkinstalldirs ../.././gcc
/bin/install -c -m 644 libgcc_eh.a ../.././gcc/
chmod 644 ../.././gcc/libgcc_eh.a
ranlib ../.././gcc/libgcc_eh.a
/bin/sh ../../../gcc-4.5-20091008/libgcc/../mkinstalldirs ../.././gcc;
/bin/inst
all -c ./shlib/libgcc_s_sjlj-1.dll
../.././gcc/usr/local/bin/libgcc_s_sjlj-1.dll
; /bin/install -c -m 644 ./shlib/libgcc_s.a ../.././gcc/libgcc_s.a
/bin/install: cannot create regular file
`../.././gcc/usr/local/bin/libgcc_s_sjl
j-1.dll': No such file or directory
/bin/sh ../../../gcc-4.5-20091008/libgcc/../mkinstalldirs ../.././gcc
/bin/install -c -m 644 libgcc.a ../.././gcc/
chmod 644 ../.././gcc/libgcc.a
ranlib ../.././gcc/libgcc.a
/bin/install -c -m 644 libgcov.a ../.././gcc/
chmod 644 ../.././gcc/libgcov.a
ranlib ../.././gcc/libgcov.a
parts="crtbegin.o crtend.o crtfastmath.o";                              \
        for file in $parts; do                                  \
          rm -f ../.././gcc/$file;              \
          /bin/install -c -m 644 $file ../.././gcc/;    \
        done
make[4]: Leaving directory `/c/Gcc/Build-4.5.0/i686-pc-mingw32/libgcc'
make[3]: Leaving directory `/c/Gcc/Build-4.5.0/i686-pc-mingw32/libgcc'
make[2]: Leaving directory `/c/Gcc/Build-4.5.0'
make[2]: Entering directory `/c/Gcc/Build-4.5.0'
make[3]: Entering directory `/c/Gcc/Build-4.5.0'
rm -f stage_current
make[3]: Leaving directory `/c/Gcc/Build-4.5.0'
make[2]: Leaving directory `/c/Gcc/Build-4.5.0'
make[2]: Entering directory `/c/Gcc/Build-4.5.0'
Configuring stage 2 in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for i686-pc-mingw32-gcc...  /c/Gcc/Build-4.5.0/./prev-gcc/xgcc
-B/c/Gcc
/Build-4.5.0/./prev-gcc/ -B/usr/local/i686-pc-mingw32/bin/
-L/c/Gcc/Build-4.5.0/
i686-pc-mingw32/winsup/mingw
-L/c/Gcc/Build-4.5.0/i686-pc-mingw32/winsup/w32api/
lib -isystem /c/Gcc/gcc-4.5-20091008/winsup/mingw/include -isystem
/c/Gcc/gcc-4.
5-20091008/winsup/w32api/include -B/usr/local/i686-pc-mingw32/bin/
-B/usr/local/
i686-pc-mingw32/lib/ -isystem /usr/local/i686-pc-mingw32/include -isystem
/usr/l
ocal/i686-pc-mingw32/sys-include
checking for C compiler default output file name... a.exe
checking whether the C compiler works... configure: error: in
`/c/Gcc/Build-4.5.
0/intl':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make[2]: *** [configure-stage2-intl] Error 1
make[2]: Leaving directory `/c/Gcc/Build-4.5.0'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/c/Gcc/Build-4.5.0'
make: *** [all] Error 2


-- 
           Summary: Failing bootstrap in stage 2 while building Ada + C
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anhvofrcaus at gmail dot com
  GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32


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


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

end of thread, other threads:[~2012-02-04 10:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-41709-4@http.gcc.gnu.org/bugzilla/>
2012-02-03 22:49 ` [Bug bootstrap/41709] Failing bootstrap in stage 2 while building Ada + C pinskia at gcc dot gnu.org
2012-02-04  5:07 ` anhvofrcaus at gmail dot com
2012-02-04 10:01 ` charlet at gcc dot gnu.org
2009-10-14 16:49 [Bug c/41709] New: " anhvofrcaus at gmail dot com
2009-10-30 17:58 ` [Bug bootstrap/41709] " ktietz at gcc dot gnu dot org
2009-10-31  2:22 ` anhvofrcaus at gmail dot com
2009-11-02 20:28 ` anhvofrcaus at gmail dot com
2009-11-02 23:56 ` anhvofrcaus at gmail dot com
2009-11-03  6:33 ` rwild at gcc dot gnu dot org
2009-11-05  1:00 ` anhvofrcaus at gmail dot com
2009-11-06 19:25 ` 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).