https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69424
Bug ID: 69424 Summary: libcc1/findcomp.cc:21:18: fatal error: string: No such file or directory Product: gcc Version: 5.3.1 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: ext73 at wp dot pl Target Milestone: --- Until the release of gcc-5-20160105 everything worked properly. By contrast, the version of gcc-5-20160112 I am not able to install gcc. An error appears: mkdir -p -- /opt/gcc-5.3.1/lib/../lib64 mkdir -p -- /opt/gcc-5.3.1/include/libiberty make[3]: Wejście do katalogu `/tmp/gcc-5-20160119/build-gcc/libiberty/testsuite' make[3]: Nie ma nic do zrobienia w `install'. make[3]: Opuszczenie katalogu `/tmp/gcc-5-20160119/build-gcc/libiberty/testsuite' make[2]: Opuszczenie katalogu `/tmp/gcc-5-20160119/build-gcc/libiberty' make[2]: Wejście do katalogu `/tmp/gcc-5-20160119/build-gcc/libcc1' make install-am make[3]: Wejście do katalogu `/tmp/gcc-5-20160119/build-gcc/libcc1' /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/gcc-5-20160119/./libcc1 -I /tmp/gcc-5-20160119/./libcc1/../include -I /tmp/gcc-5-20160119/./libcc1/../libgcc -I ../gcc -I/tmp/gcc-5-20160119/./libcc1/../gcc -I /tmp/gcc-5-20160119/./libcc1/../gcc/c -I /tmp/gcc-5-20160119/./libcc1/../gcc/c-family -I /tmp/gcc-5-20160119/./libcc1/../libcpp/include -W -Wall -fvisibility=hidden -g -O2 -MT findcomp.lo -MD -MP -MF .deps/findcomp.Tpo -c -o findcomp.lo /tmp/gcc-5-20160119/./libcc1/findcomp.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/gcc-5-20160119/./libcc1 -I /tmp/gcc-5-20160119/./libcc1/../include -I /tmp/gcc-5-20160119/./libcc1/../libgcc -I ../gcc -I/tmp/gcc-5-20160119/./libcc1/../gcc -I /tmp/gcc-5-20160119/./libcc1/../gcc/c -I /tmp/gcc-5-20160119/./libcc1/../gcc/c-family -I /tmp/gcc-5-20160119/./libcc1/../libcpp/include -W -Wall -fvisibility=hidden -g -O2 -MT findcomp.lo -MD -MP -MF .deps/findcomp.Tpo -c /tmp/gcc-5-20160119/./libcc1/findcomp.cc -fPIC -DPIC -o .libs/findcomp.o /tmp/gcc-5-20160119/./libcc1/findcomp.cc:21:18: fatal error: string: No such file or directory compilation terminated. make[3]: *** [findcomp.lo] Błąd 1 make[3]: Opuszczenie katalogu `/tmp/gcc-5-20160119/build-gcc/libcc1' make[2]: *** [install] Błąd 2 make[2]: Opuszczenie katalogu `/tmp/gcc-5-20160119/build-gcc/libcc1' make[1]: *** [install-libcc1] Błąd 2 make[1]: Opuszczenie katalogu `/tmp/gcc-5-20160119/build-gcc' make: *** [install] Błąd 2 Of course objdir is different than srcdir - what you see. When configured with the option: --disable-libcc1 builds and installs properly. Regards Tomasz Miś