This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A warning found during GCC 6.1.0 compilation process (may be a critical error or bug)
- From: David Malcolm <dmalcolm at redhat dot com>
- To: Ethin Probst <harlydavidsen at gmail dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 02 Jun 2016 16:49:04 -0400
- Subject: Re: A warning found during GCC 6.1.0 compilation process (may be a critical error or bug)
- Authentication-results: sourceware.org; auth=none
- References: <CAJQtwF0dmHqf_cmE+6XhgR5i2dP_k=xksd+GB3VJUhq1AS2E+g at mail dot gmail dot com>
On Thu, 2016-06-02 at 14:46 -0500, Ethin Probst wrote:
[...snip...]
> (I've had to redo the
> compilation more than once because SSH decided to idle timeout and
> make noted the hangup, ending the compilation process immediately due
> to there being no TTY to send messages to, even though I'd had them
> (and still have them) redirected to a file.)
FWIW when I'm doing such things I use "screen" [1], which persists
across multiple ssh logins.
You may be also be able to fix this by running the build command from
"nohup".
Hope this is helpful
Dave
[1] https://www.gnu.org/software/screen/manual/screen.html
[2] http://www.gnu.org/software/coreutils/manual/html_node/nohup-invoca
tion.html#nohup-invocation