---------- Forwarded message ---------- From: Rogelio Serrano <rogelio.serr...@gmail.com> Date: Wed, Oct 29, 2014 at 10:51 AM Subject: profiledbootstrap failing at all-target-libssp To: Hardened LFS Development List <hlfs-...@linuxfromscratch.org>
after the waiting the whole night i get this: libtool: link: /home/rogelio/gcc-build/./gcc/xgcc -B/home/rogelio/gcc-build/./gcc/ -B/x86_64-unknown-linux-gnu/bin/ -B/x86_64-unknown-linux-gnu/lib/ -isystem /x86_64-unknown-linux-gnu/include -isystem /x86_64-unknown-linux-gnu/sys-include -shared .libs/ssp.o .libs/gets-chk.o .libs/memcpy-chk.o .libs/memmove-chk.o .libs/mempcpy-chk.o .libs/memset-chk.o .libs/snprintf-chk.o .libs/sprintf-chk.o .libs/stpcpy-chk.o .libs/strcat-chk.o .libs/strcpy-chk.o .libs/strncat-chk.o .libs/strncpy-chk.o .libs/vsnprintf-chk.o .libs/vsprintf-chk.o -Wl,--version-script=../../../gcc-4.7.4/libssp/ssp.map -Wl,-soname -Wl,libssp.so.0 -o .libs/libssp.so.0.0.0 .libs/gets-chk.o: In function `gets': /usr/include/bits/stdio2.h:237: warning: the `gets' function is dangerous and should not be used. collect2: error: ld returned 1 exit status make[3]: *** [libssp.la] Error 1 make[3]: Leaving directory `/home/rogelio/gcc-build/x86_64-unknown-linux-gnu/libssp' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/rogelio/gcc-build/x86_64-unknown-linux-gnu/libssp' make[1]: *** [all-target-libssp] Error 2 make[1]: Leaving directory `/home/rogelio/gcc-build' make: *** [profiledbootstrap] Error 2 i could just disable libssp in the config but that means i have to bootstrap again! is there a clean way to fix this?