public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/47859] New: Makefile: Input/output error. Stop
@ 2011-02-23 14:21 yuchape at gmail dot com
  2011-02-23 14:28 ` [Bug libstdc++/47859] " redi at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: yuchape at gmail dot com @ 2011-02-23 14:21 UTC (permalink / raw)
  To: gcc-bugs

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: unassigned@gcc.gnu.org
        ReportedBy: yuchape@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++/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/47859] Makefile: Input/output error. Stop
  2011-02-23 14:21 [Bug libstdc++/47859] New: Makefile: Input/output error. Stop yuchape at gmail dot com
@ 2011-02-23 14:28 ` redi at gcc dot gnu.org
  2011-02-23 14:29 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-02-23 14:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-02-23 14:15:17 UTC ---
This is not a bug in gcc, it suggests a disk error or some other problem with
your machine.  Check /var/log/messages at the time of the error


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/47859] Makefile: Input/output error. Stop
  2011-02-23 14:21 [Bug libstdc++/47859] New: Makefile: Input/output error. Stop yuchape at gmail dot com
  2011-02-23 14:28 ` [Bug libstdc++/47859] " redi at gcc dot gnu.org
@ 2011-02-23 14:29 ` redi at gcc dot gnu.org
  2011-02-23 14:31 ` yuchape at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-02-23 14:29 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-02-23 14:21:20 UTC ---
Also, is the error repeatable?  Does it happen every time you run 'make'?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/47859] Makefile: Input/output error. Stop
  2011-02-23 14:21 [Bug libstdc++/47859] New: Makefile: Input/output error. Stop yuchape at gmail dot com
  2011-02-23 14:28 ` [Bug libstdc++/47859] " redi at gcc dot gnu.org
  2011-02-23 14:29 ` redi at gcc dot gnu.org
@ 2011-02-23 14:31 ` yuchape at gmail dot com
  2011-02-23 14:41 ` yuchape at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yuchape at gmail dot com @ 2011-02-23 14:31 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859

--- Comment #3 from yu <yuchape at gmail dot com> 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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/47859] Makefile: Input/output error. Stop
  2011-02-23 14:21 [Bug libstdc++/47859] New: Makefile: Input/output error. Stop yuchape at gmail dot com
                   ` (2 preceding siblings ...)
  2011-02-23 14:31 ` yuchape at gmail dot com
@ 2011-02-23 14:41 ` yuchape at gmail dot com
  2011-02-23 15:00 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yuchape at gmail dot com @ 2011-02-23 14:41 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859

--- Comment #4 from yu <yuchape at gmail dot com> 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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/47859] Makefile: Input/output error. Stop
  2011-02-23 14:21 [Bug libstdc++/47859] New: Makefile: Input/output error. Stop yuchape at gmail dot com
                   ` (3 preceding siblings ...)
  2011-02-23 14:41 ` yuchape at gmail dot com
@ 2011-02-23 15:00 ` redi at gcc dot gnu.org
  2011-02-23 21:37 ` pinskia at gcc dot gnu.org
  2011-03-29 16:52 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-02-23 15:00 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011.02.23 14:50:10
     Ever Confirmed|0                           |1

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-02-23 14:50:10 UTC ---
(In reply to comment #4)
> (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.

Yes, but if you run it again it will start from where it stopped.
It won't start again from the beginning.

> This is the first time of 'make'. I don't know whether it is repeatable.

Please try it again.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/47859] Makefile: Input/output error. Stop
  2011-02-23 14:21 [Bug libstdc++/47859] New: Makefile: Input/output error. Stop yuchape at gmail dot com
                   ` (4 preceding siblings ...)
  2011-02-23 15:00 ` redi at gcc dot gnu.org
@ 2011-02-23 21:37 ` pinskia at gcc dot gnu.org
  2011-03-29 16:52 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-02-23 21:37 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-02-23 21:22:34 UTC ---
Are you building of NFS also?  "make[4]: warning:  Clock skew detected.  Your
build may be incomplete." Usually means your clock and the server clock don't
match up correctly.  And the IO error could possibly be a network issue.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/47859] Makefile: Input/output error. Stop
  2011-02-23 14:21 [Bug libstdc++/47859] New: Makefile: Input/output error. Stop yuchape at gmail dot com
                   ` (5 preceding siblings ...)
  2011-02-23 21:37 ` pinskia at gcc dot gnu.org
@ 2011-03-29 16:52 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-29 16:52 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47859

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-29 16:38:51 UTC ---
closing due to lack of feedback


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-03-29 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-23 14:21 [Bug libstdc++/47859] New: Makefile: Input/output error. Stop yuchape at gmail dot com
2011-02-23 14:28 ` [Bug libstdc++/47859] " redi at gcc dot gnu.org
2011-02-23 14:29 ` redi at gcc dot gnu.org
2011-02-23 14:31 ` yuchape at gmail dot com
2011-02-23 14:41 ` yuchape at gmail dot com
2011-02-23 15:00 ` redi at gcc dot gnu.org
2011-02-23 21:37 ` pinskia at gcc dot gnu.org
2011-03-29 16:52 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).