This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/32690] New: 4.2.1 Bootstrap fails - gcc-4_2-branch/boehm-gc/ltconfig: No such file or directory
- From: "rob1weld at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2007 09:01:41 -0000
- Subject: [Bug bootstrap/32690] New: 4.2.1 Bootstrap fails - gcc-4_2-branch/boehm-gc/ltconfig: No such file or directory
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc version 4.2.1 20070628
make profiledbootstrap
...
Configuring in i686-pc-linux-gnu/boehm-gc
...
checking for i686-pc-linux-gnu-strip... strip
updating cache ./config.cache
/bin/sh: /root/downloads/gcc-4_2-branch/boehm-gc/ltconfig: No such file or
directory
configure: error: libtool configure failed
make[1]: *** [configure-target-boehm-gc] Error 1
make[1]: Leaving directory `/opt/gcc-4_2_1-build'
make: *** [profiledbootstrap] Error 2
A similar problem existed here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28609
This is what I did:
# ls /root/downloads/gcc-4_2-branch/boehm-gc/ltconfig
ls: /root/downloads/gcc-4_2-branch/boehm-gc/ltconfig: No such file or directory
pwd
/opt/gcc-4_2_1-build
cd /root/downloads/gcc-4_2-branch/
cp ltconfig boehm-gc
cd /opt/gcc-4_2_1-build
make profiledbootstrap
The configure scripts run and print this a few times (since I changed
NOTHING!):
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
...
Then this annoyance:
...
make[3]: Entering directory `/opt/gcc-4_2_1-build/libcpp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/gcc-4_2_1-build/libcpp'
make[3]: Entering directory `/opt/gcc-4_2_1-build/libdecnumber'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/gcc-4_2_1-build/libdecnumber'
make[3]: Entering directory `/opt/gcc-4_2_1-build/gcc'
make[3]: Leaving directory `/opt/gcc-4_2_1-build/gcc'
make[2]: Leaving directory `/opt/gcc-4_2_1-build'
make[2]: Entering directory `/opt/gcc-4_2_1-build'
make[3]: Entering directory `/opt/gcc-4_2_1-build'
rm -f stage_current
make distclean-stagefeedback
make[4]: Entering directory `/opt/gcc-4_2_1-build'
rm -rf stagefeedback-*
make[4]: Leaving directory `/opt/gcc-4_2_1-build'
make[3]: Leaving directory `/opt/gcc-4_2_1-build'
So it will be a few hours until I know my fix worked.
What is with this "rm -f stage_current" "make distclean-stagefeedback" stuff.
Why not just continue where I left off!
--
Summary: 4.2.1 Bootstrap fails - gcc-4_2-branch/boehm-
gc/ltconfig: No such file or directory
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rob1weld at aol dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32690