This is the mail archive of the gcc-bugs@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]

[Bug c/41709] New: Failing bootstrap in stage 2 while building Ada + C


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


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