public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: does anyone update http://gcc.gnu.org/gcc-4.6/buildstat.html
@ 2011-11-18 21:10 Dennis Clarke
  2011-11-18 22:15 ` Tom G. Christensen
  0 siblings, 1 reply; 16+ messages in thread
From: Dennis Clarke @ 2011-11-18 21:10 UTC (permalink / raw)
  To: Tom G. Christensen; +Cc: dclarke, Jonathan Wakely, Gerald Pfeifer, gcc-help


> On 11/18/2011 03:55 PM, Dennis Clarke wrote:
>> cool.
>>
>>   However .. there is a small error in one of the rows.
>>
>> this section :
>>
>> <tr>
>> <td>arm-unknown-rtemseabi4.11</td>
>> <td>x86_64-unknown-linux-gnu</td>
>>
> If you'd actually look at the testresults for this entry (and buildstat
> pages for previous releases) then you'd know that the second column is
> used for the host when it differs from the target.
>
> In this case the target arm-unknown-rtemseabi4.11 was built on a
> x86_64-unknown-linux-gnu host.
>
> So there is no error here, and no edit is needed.

cool

Are there column headings ?


-- 
--
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke           | Solaris and Linux and Open Source |
| dclarke@blastwave.org   | Respect for open standards.       |
+-------------------------+-----------------------------------+

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: does anyone update http://gcc.gnu.org/gcc-4.6/buildstat.html
@ 2011-11-18 22:50 Dennis Clarke
  2011-11-19 17:05 ` Gerald Pfeifer
  0 siblings, 1 reply; 16+ messages in thread
From: Dennis Clarke @ 2011-11-18 22:50 UTC (permalink / raw)
  To: Tom G. Christensen; +Cc: dclarke, Jonathan Wakely, Gerald Pfeifer, gcc-help


> On 11/18/2011 09:50 PM, Dennis Clarke wrote:
>> Are there column headings ?
>>
> I don't see any :)
>
> The second column was previously used for comments and host triplets
> where prefixed with 'host'. Since I did not intend to use it for
> comments as was done in the past I neglected to follow the previously
> established convention of prefixing with 'host'.
> If it would clear things up I'd be happy to add that back in.
>


I was thinking along the lines of a colour coded section approach where
each OS variation was in a separate section and then architecture
variations were also available.

The best thing for me to do .. is to just do it and then say "look at
this, what do you think?" but keep it dirt simple, basic HTML4.01 and no
fancy CSS at all. It must be perfect in links/elinks/lynx also.

Dennis


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: does anyone update http://gcc.gnu.org/gcc-4.6/buildstat.html
@ 2011-11-18 15:04 Dennis Clarke
  2011-11-18 15:10 ` Jonathan Wakely
  2011-11-18 20:08 ` Tom G. Christensen
  0 siblings, 2 replies; 16+ messages in thread
From: Dennis Clarke @ 2011-11-18 15:04 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: dclarke, Gerald Pfeifer, Tom Christensen, gcc-help


> On 18 November 2011 14:25, Dennis Clarke wrote:
>>
>> Mind if I redo this page entirely from top to bottom and provide a
>> prototype that all can see on one of my sites?  If this is okay .. then
>> maybe we can update the main page.
>
> Put whatever you want on your sites :-)

  ha, yes. Well I was thinking of a clean looking table .. nothing more.

> What do you mean redo it from top to bottom?
> I don't think we want to change the format much, and updating the main
> page will be easiest with a patch against the current one.  The page
> is kept in the old CVS repo:
> http://gcc.gnu.org/cvs.html

cool.

 However .. there is a small error in one of the rows.

this section :

<tr>
<td>arm-unknown-rtemseabi4.11</td>
<td>x86_64-unknown-linux-gnu</td>

<td>Test results:
<a
href="http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03523.html">4.6.2</a>,
<a
href="http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03108.html">4.6.2</a>
</td>
</tr>


Should be :

<tr>
<td>arm-unknown-rtemseabi4.11</td>
<td>&nbsp;</td>
<td>Test results:
<a
href="http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03523.html">4.6.2</a>,
<a
href="http://gcc.gnu.org/ml/gcc-testresults/2011-10/msg03108.html">4.6.2</a>
</td>
</tr>


However I would do it very differently.


-- 
--
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke           | Solaris and Linux and Open Source |
| dclarke@blastwave.org   | Respect for open standards.       |
+-------------------------+-----------------------------------+

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: does anyone update http://gcc.gnu.org/gcc-4.6/buildstat.html
@ 2011-11-18 14:56 Dennis Clarke
  2011-11-18 15:02 ` Jonathan Wakely
  0 siblings, 1 reply; 16+ messages in thread
From: Dennis Clarke @ 2011-11-18 14:56 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Jonathan Wakely, Tom Christensen, dclarke, gcc-help


> On Mon, 14 Nov 2011, Jonathan Wakely wrote:
>> Gerald, I'm happy to update it with Dennis's results if that's OK with
>> you?
>
> Absolutely, you are more than welcome to update this at any time.
>
> (Assuming this does not cause any troubles for Tom and his scripts,
> since he is really doing a great job about it and we don't want to
> make this more complicated for him.)
>
> On Fri, 18 Nov 2011, Tom Christensen wrote:
>> I usually provide a patch every 2 weeks but it seems the last one(1)
>> didn't
>> get picked up. I've posted a new one here:
>> http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01880.html
>
> Thanks for the new one, and sorry, I've got no idea how I could have
> missed the previous one.  My bad.

oops ... there is an error on the page, right where we see
arm-unknown-rtemseabi4.11 there is a "x86_64-unknown-linux-gnu" stuck in
the next column.

Mind if I redo this page entirely from top to bottom and provide a
prototype that all can see on one of my sites?  If this is okay .. then
maybe we can update the main page.

Dennis


-- 
--
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke           | Solaris and Linux and Open Source |
| dclarke@blastwave.org   | Respect for open standards.       |
+-------------------------+-----------------------------------+

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: does anyone update http://gcc.gnu.org/gcc-4.6/buildstat.html
@ 2011-11-18 14:26 Dennis Clarke
  0 siblings, 0 replies; 16+ messages in thread
From: Dennis Clarke @ 2011-11-18 14:26 UTC (permalink / raw)
  To: Tom Christensen; +Cc: Jonathan Wakely, dclarke, gcc-help, Gerald Pfeifer


> On 11/14/2011 07:18 PM, Jonathan Wakely wrote:
>> On 14 November 2011 16:09, Dennis Clarke wrote:
>>>
>>> I killed several cats under a full moon to get 4.6.2 to build perfect,
>>> flawless, on Solaris 8 Sparc :                   :-)
>>>
>>>   http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg01044.html
>>>
>>> Does anyone update this page ?
>>>
>>>     http://gcc.gnu.org/gcc-4.6/buildstat.html
>>
>> Yep, Gerald (CC'd) does:
>> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/wwwdocs/htdocs/gcc-4.6/buildstat.html
>>
>> Gerald, I'm happy to update it with Dennis's results if that's OK with
>> you?
>>
> I usually provide a patch every 2 weeks but it seems the last one(1)
> didn't get picked up. I've posted a new one here:
> http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01880.html
>
> -tgc
>
> 1) http://gcc.gnu.org/ml/gcc-patches/2011-11/msg00492.html

Well awesome. Thank you so much. However, eek, there are a few results
there from me that should be stricken only because they have a multitude
of problems. While it did take weeks of work I found out late in the game
that "go" was not supported on Solaris and only exists in the mainline. So
this guy here is valid :

http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg01044.html

The others, while valid, show intermediate work that should be stricken
from the "buildstat" page.

Want a patch ?

Also, I will be submitting results across the entire Solaris line as well
as Debian on PowerPC and, possibly, Debian on DEC Alpha. Maybe DEC Alpha.
That is a job I have wanted to tackle for years and I have a large DEC
Alpha server sitting in my server room.


Dennis



-- 
--
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke           | Solaris and Linux and Open Source |
| dclarke@blastwave.org   | Respect for open standards.       |
+-------------------------+-----------------------------------+

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: does anyone update http://gcc.gnu.org/gcc-4.6/buildstat.html
@ 2011-11-14 21:28 Dennis Clarke
  0 siblings, 0 replies; 16+ messages in thread
From: Dennis Clarke @ 2011-11-14 21:28 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: dclarke, gcc-help, Gerald Pfeifer


> On 14 November 2011 16:09, Dennis Clarke wrote:
>>
>> I killed several cats under a full moon to get 4.6.2 to build perfect,
>> flawless, on Solaris 8 Sparc :                   :-)
>>
>>  http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg01044.html
>>
>> Does anyone update this page ?
>>
>>    http://gcc.gnu.org/gcc-4.6/buildstat.html
>
> Yep, Gerald (CC'd) does:
> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/wwwdocs/htdocs/gcc-4.6/buildstat.html
>
> Gerald, I'm happy to update it with Dennis's results if that's OK with
> you?

I am working on Solaris 8 x86, 32-bit as well as 64-bit Solaris 10 and I
have PowerPC Debian linux cooking. Until I see respectable results I will
keep quiet. However, to me, GCC is the penultimate open source project
that gives rise to all others. It must be tested, handled carefully and
respected. Thus, I work night and day on every new release to get good
results. Call me a geek but I love a good compiler. :-)

Dennis



-- 
--
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke           | Solaris and Linux and Open Source |
| dclarke@blastwave.org   | Respect for open standards.       |
+-------------------------+-----------------------------------+

^ permalink raw reply	[flat|nested] 16+ messages in thread
* does anyone update http://gcc.gnu.org/gcc-4.6/buildstat.html
@ 2011-11-14 18:18 Dennis Clarke
  2011-11-14 20:23 ` Jonathan Wakely
  0 siblings, 1 reply; 16+ messages in thread
From: Dennis Clarke @ 2011-11-14 18:18 UTC (permalink / raw)
  To: gcc-help


I killed several cats under a full moon to get 4.6.2 to build perfect,
flawless, on Solaris 8 Sparc :                   :-)

  http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg01044.html

Does anyone update this page ?

    http://gcc.gnu.org/gcc-4.6/buildstat.html


Dennis




-- 
--
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke           | Solaris and Linux and Open Source |
| dclarke@blastwave.org   | Respect for open standards.       |
+-------------------------+-----------------------------------+

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

end of thread, other threads:[~2011-11-19  2:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-18 21:10 does anyone update http://gcc.gnu.org/gcc-4.6/buildstat.html Dennis Clarke
2011-11-18 22:15 ` Tom G. Christensen
  -- strict thread matches above, loose matches on Subject: below --
2011-11-18 22:50 Dennis Clarke
2011-11-19 17:05 ` Gerald Pfeifer
2011-11-18 15:04 Dennis Clarke
2011-11-18 15:10 ` Jonathan Wakely
2011-11-18 20:08 ` Tom G. Christensen
2011-11-18 14:56 Dennis Clarke
2011-11-18 15:02 ` Jonathan Wakely
2011-11-18 14:26 Dennis Clarke
2011-11-14 21:28 Dennis Clarke
2011-11-14 18:18 Dennis Clarke
2011-11-14 20:23 ` Jonathan Wakely
2011-11-18 14:08   ` Tom Christensen
2011-11-18 14:44     ` Gerald Pfeifer
2011-11-18 20:51       ` Tom G. Christensen

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