public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* anything wrong with gcc.gnu.org
@ 2003-08-28  2:33 Diego Novillo
  2003-08-28  3:14 ` Ian Lance Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: Diego Novillo @ 2003-08-28  2:33 UTC (permalink / raw)
  To: overseers


http://gcc.gnu.org/ is showing an empty page.  No error.  Just blank. 
Anybody else seeing this?


Diego.

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

* Re: anything wrong with gcc.gnu.org
  2003-08-28  2:33 anything wrong with gcc.gnu.org Diego Novillo
@ 2003-08-28  3:14 ` Ian Lance Taylor
  2003-08-28  3:32   ` Christopher Faylor
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Lance Taylor @ 2003-08-28  3:14 UTC (permalink / raw)
  To: Diego Novillo; +Cc: overseers

Diego Novillo <dnovillo@redhat.com> writes:

> http://gcc.gnu.org/ is showing an empty page.  No error.  Just blank. 
> Anybody else seeing this?

A lot of files in /www/gcc/htdocs have been clobbered to contain just
a single newline.  It apparently happened Aug 28 00:54 UTC, or 5:54pm
PDT.  A few files were changed at that time but not clobbered to just
a single newline.

The files in /www/gcc/htdocs-preformatted look correct and
up-to-date.

I went over to /www/gcc/htdocs-preformatted and did this:
    find . -type f -maxdepth 1 -print | while read f; do /www/gcc/bin/preprocess $f; done

Then I saw that several files in subdirectories were also 1 byte
long.  They were all named *.html.  So I did this:
    find . -type f -name '*.html' -print | while read f; do /www/gcc/bin/preprocess $f; done

That seems to have fixed the problem.

However, I don't know what caused it.

Ian

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

* Re: anything wrong with gcc.gnu.org
  2003-08-28  3:14 ` Ian Lance Taylor
@ 2003-08-28  3:32   ` Christopher Faylor
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Faylor @ 2003-08-28  3:32 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: Diego Novillo, overseers

On Wed, Aug 27, 2003 at 08:14:00PM -0700, Ian Lance Taylor wrote:
>Diego Novillo <dnovillo@redhat.com> writes:
>
>> http://gcc.gnu.org/ is showing an empty page.  No error.  Just blank. 
>> Anybody else seeing this?
>
>A lot of files in /www/gcc/htdocs have been clobbered to contain just
>a single newline.  It apparently happened Aug 28 00:54 UTC, or 5:54pm
>PDT.  A few files were changed at that time but not clobbered to just
>a single newline.
>
>The files in /www/gcc/htdocs-preformatted look correct and
>up-to-date.
>
>I went over to /www/gcc/htdocs-preformatted and did this:
>    find . -type f -maxdepth 1 -print | while read f; do /www/gcc/bin/preprocess $f; done
>
>Then I saw that several files in subdirectories were also 1 byte
>long.  They were all named *.html.  So I did this:
>    find . -type f -name '*.html' -print | while read f; do /www/gcc/bin/preprocess $f; done
>
>That seems to have fixed the problem.
>
>However, I don't know what caused it.

Maybe the texinfo update is the culprit.

cgf

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

end of thread, other threads:[~2003-08-28  3:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-28  2:33 anything wrong with gcc.gnu.org Diego Novillo
2003-08-28  3:14 ` Ian Lance Taylor
2003-08-28  3:32   ` Christopher Faylor

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).