[Bug libstdc++/47859] New: Makefile: Input/output error. Stop
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859 Summary: Makefile: Input/output error. Stop Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: yuch...@gmail.com Created attachment 23442 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23442 Makefile in .../libstdc++-v3/libsupc++/ This is the problem I encountered in the "make" stage of gcc installation. My system is x86_64-redhat-linux (Red Hat Linux 3.2.3-56). The configure command is "--prefix=/usr/local/gcc-4.5.2 --enable-threads=posix --disable-checking --disable-multilib --enable-languages=c,c++,fortran --with-gmp=/usr/local/gmp-5.0.1 --with-mpfr=/usr/local/mpfr-2.4.2 --with-mpc=/usr/local/mpc-0.8.1" make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/include' Making all in libsupc++ make[4]: Entering directory `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' make[4]: *** Makefile: Input/output error. Stop. make[4]: Leaving directory `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3' make[2]: *** [all] Error 2 make[2]: Leaving directory `/data/yuchape/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3' make[1]: *** [all-target-libstdc++-v3] Error 2 make[1]: Leaving directory `/data/yuchape/gcc-build' make: *** [all] Error 2 The attachment is the Makefile in .../libstdc++-v3/libsupc++/
[Bug libstdc++/47859] Makefile: Input/output error. Stop
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859 --- Comment #3 from yu 2011-02-23 14:29:32 UTC --- (In reply to comment #2) > Also, is the error repeatable? Does it happen every time you run 'make'? It has been 'make' for about more than 1 hour when this error occurs.
[Bug libstdc++/47859] Makefile: Input/output error. Stop
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859 --- Comment #4 from yu 2011-02-23 14:31:05 UTC --- (In reply to comment #3) > (In reply to comment #2) > > Also, is the error repeatable? Does it happen every time you run 'make'? > > It has been 'make' for about more than 1 hour when this error occurs. This is the first time of 'make'. I don't know whether it is repeatable.
[Bug other/47869] New: fatal error: build/gencondmd.c: No such file or directory
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47869 Summary: fatal error: build/gencondmd.c: No such file or directory Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org ReportedBy: yuch...@gmail.com Hello, When compiling gcc-4.5.2 on x86_64-redhat-linux (Red Hat Linux 3.2.3-56) I get the following error: hape/gcc-4.5.2/gcc/../libdecnumber/bid -I../libdecnumber -I/usr/include/libelf \ -o build/gencondmd.o build/gencondmd.c cc1: fatal error: build/gencondmd.c: No such file or directory compilation terminated. make[3]: *** [build/gencondmd.o] Error 1 make[3]: Leaving directory `/data/yuchape/gcc-build/gcc' make[2]: *** [all-stage3-gcc] Error 2 make[2]: Leaving directory `/data/yuchape/gcc-build' make[1]: *** [stage3-bubble] Error 2 make[1]: Leaving directory `/data/yuchape/gcc-build' make: *** [all] Error 2 The configure command is "--prefix=/usr/local/gcc-4.5.2 --enable-threads=posix --disable-checking --disable-multilib --enable-languages=c,c++,fortran --with-gmp=/usr/local/gmp-5.0.1 --with-mpfr=/usr/local/mpfr-2.4.2 --with-mpc=/usr/local/mpc-0.8.1"