I was trying to bootstrap from the 4.2.0 RC3 tarball. Configured as: ../gcc-4.2.0-20070501/configure --with-arch=mips32 --with-float=soft --disable-java-awt --without-x --disable-tls --enable-__cxa_atexit --disable-jvmpi --disable-static --disable-libmudflap --enable-languages=c,c++,java
A similar bootstrap from SVN sources a couple of weeks ago was successful: http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg00666.html The result is this failure in stage3 while building libstdc++: /home/build/gcc-4.2-build/./gcc/xgcc -shared-libgcc -B/home/build/gcc-4.2-build/./gcc -nostdinc++ -L/home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/src -L/home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/mipsel-unknown-linux-gnu/bin/ -B/usr/local/mipsel-unknown-linux-gnu/lib/ -isystem /usr/local/mipsel-unknown-linux-gnu/include -isystem /usr/local/mipsel-unknown-linux-gnu/sys-include -Winvalid-pch -Wno-deprecated -x c++-header -g -O2 -D_GNU_SOURCE -I/home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/include/mipsel-unknown-linux-gnu -I/home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/include -I/home/build/gcc-4.2.0-20070501/libstdc++-v3/libsupc++ -O2 -g /home/build/gcc-4.2.0-20070501/libstdc++-v3/include/precompiled/extc++.h -o mipsel-unknown-linux-gnu/bits/extc++.h.gch/O2g.gch In file included from /home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp:53, from /home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp:53, from /home/build/gcc-4.2.0-20070501/libstdc++-v3/include/precompiled/extc++.h:59: /home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp:142:72: error: ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp: No such file or directory In file included from /home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:51, from /home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp:51, from /home/build/gcc-4.2.0-20070501/libstdc++-v3/include/precompiled/extc++.h:60: /home/build/gcc-4.2-build/mipsel-unknown-linux-gnu/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp:56:72: error: ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp: No such file or directory . . . -- Summary: bootstrap failure in 4.2.0 RC3. const_point_iterator.hpp not found Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: daney at gcc dot gnu dot org GCC build triplet: mipsel-unknown-linux-gnu GCC host triplet: mipsel-unknown-linux-gnu GCC target triplet: mipsel-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31807