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

Combined tree build broken?


Hello,

is it just me or bootstrap of the GCC/binutils combined tree has been failing
for a couple of months?

It seems to happen because of some missing functions in the imported version of
libtcl8.4:

---cut---
if [ -s libexpect5.26.so ] ; then \
 /usr/bin/ginstall -c libexpect5.26.so /usr/local/src/gcc/i386-linux-HEAD-install/lib/libexpect5.26.so ; \
 /usr/bin/ginstall -c pkgIndex /usr/local/src/gcc/i386-linux-HEAD-install/lib/pkgIndex.tcl ; \
else true; fi
gcc  -fPIC -rdynamic -o expect_installed exp_main_exp.o -L/usr/local/src/gcc/i386-linux-HEAD-install/lib -lexpect5.26 -L/usr/local/src/gcc/i386-linux-HEAD-install/lib -ltcl8.4  -ldl  -lieee -lm -Wl,-rpath,/usr/local/src/gcc/i386-linux-HEAD-install/lib
/usr/local/src/gcc/i386-linux-HEAD-install/lib/libexpect5.26.so: undefined reference to `TclRegComp'
/usr/local/src/gcc/i386-linux-HEAD-install/lib/libexpect5.26.so: undefined reference to `TclRegExec'
/usr/local/src/gcc/i386-linux-HEAD-install/lib/libexpect5.26.so: undefined reference to `Expect_TclRegError'
/usr/local/src/gcc/i386-linux-HEAD-install/lib/libexpect5.26.so: undefined reference to `TclWordEnd'
/usr/local/src/gcc/i386-linux-HEAD-install/lib/libexpect5.26.so: undefined reference to `Expect_TclRegComp'
/usr/local/src/gcc/i386-linux-HEAD-install/lib/libexpect5.26.so: undefined reference to `TclGetRegError'
/usr/local/src/gcc/i386-linux-HEAD-install/lib/libexpect5.26.so: undefined reference to `Expect_TclRegExec'
collect2: ld returned 1 exit status
make[1]: *** [expect_installed] Error 1
make[1]: Leaving directory `/usr/local/src/gcc/i386-linux-HEAD-build/expect'
make: *** [install-expect] Error 2
---cut---

--
 // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/



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