public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/15263] New: configure.html: end tag for element "H4" which is not open...
@ 2004-05-03 14:22 berndtrog at yahoo dot com
  2004-05-04  0:43 ` [Bug web/15263] " reichelt at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: berndtrog at yahoo dot com @ 2004-05-03 14:22 UTC (permalink / raw)
  To: gcc-bugs

w3c validator says:
http://gcc.gnu.org/install/configure.html:

Line 745, column 77: end tag for element "H4" which is not open (explain...). 

  ...></a>Cross-Compiler-Specific Options</h4>


http://validator.w3.org/check?uri=http%3A%2F%2Fgcc.gnu.org%2Finstall%2Fconfigure.html

-- 
           Summary: configure.html: end tag for element "H4" which is not
                    open...
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: web
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berndtrog at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
@ 2004-05-04  0:43 ` reichelt at gcc dot gnu dot org
  2004-05-04  1:05 ` reichelt at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-05-04  0:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-05-04 00:43 -------
Confirmed.

Also
  http://gcc.gnu.org/install/prerequisites.html
does not pass the validator test. :-(


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |documentation
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-04 00:43:12
               date|                            |


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
  2004-05-04  0:43 ` [Bug web/15263] " reichelt at gcc dot gnu dot org
@ 2004-05-04  1:05 ` reichelt at gcc dot gnu dot org
  2004-05-04 20:15 ` gerald at pfeifer dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-05-04  1:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-05-04 01:05 -------
The bug in prerequisites.html seems to be a bug in install.texi,
caused by a superfluous newline. The following patch fixes that:

=================================================================
--- install.texi	Tue May  4 02:57:53 2004
+++ install.texi	Tue May  4 02:58:30 2004
@@ -290,7 +290,6 @@ systems' @command{tar} programs will als
 
 @heading Tools/packages necessary for modifying GCC
 @table @asis
-
 @item autoconf versions 2.13 and 2.59
 @itemx GNU m4 version 1.4 (or later)
 
=================================================================

The bug in configure.html seems to be a problem with makeinfo.
The page that I generated locally passes the validator without problems.

Gerald, could you please have a look?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald at pfeifer dot com


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
  2004-05-04  0:43 ` [Bug web/15263] " reichelt at gcc dot gnu dot org
  2004-05-04  1:05 ` reichelt at gcc dot gnu dot org
@ 2004-05-04 20:15 ` gerald at pfeifer dot com
  2004-06-10 20:58 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: gerald at pfeifer dot com @ 2004-05-04 20:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gerald at pfeifer dot com  2004-05-04 20:15 -------
Volker, this looks fine.  Thanks!

-- 


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
                   ` (2 preceding siblings ...)
  2004-05-04 20:15 ` gerald at pfeifer dot com
@ 2004-06-10 20:58 ` cvs-commit at gcc dot gnu dot org
  2004-06-10 21:07 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-10 20:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-10 20:58 -------
Subject: Bug 15263

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	reichelt@gcc.gnu.org	2004-06-10 20:58:44

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : install.texi 

Log message:
	PR web/15263
	* doc/install.texi: Remove superfluous linebreak.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3914&r2=2.3915
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&r1=1.284&r2=1.285



-- 


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
                   ` (3 preceding siblings ...)
  2004-06-10 20:58 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-10 21:07 ` cvs-commit at gcc dot gnu dot org
  2004-06-10 21:49 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-10 21:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-10 21:07 -------
Subject: Bug 15263

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	reichelt@gcc.gnu.org	2004-06-10 21:06:59

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : install.texi 

Log message:
	PR web/15263
	* doc/install.texi: Remove superfluous linebreak.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.491&r2=2.2326.2.492
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.248.4.20&r2=1.248.4.21



-- 


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
                   ` (4 preceding siblings ...)
  2004-06-10 21:07 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-10 21:49 ` pinskia at gcc dot gnu dot org
  2004-06-10 22:38 ` reichelt at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-10 21:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-10 21:49 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.1


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
                   ` (5 preceding siblings ...)
  2004-06-10 21:49 ` pinskia at gcc dot gnu dot org
@ 2004-06-10 22:38 ` reichelt at gcc dot gnu dot org
  2004-06-12 22:49 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-10 22:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-06-10 22:38 -------
Not fixed.

Only the prerequisites.html part got fixed,
the configure.html stuff still needs fixing.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
                   ` (6 preceding siblings ...)
  2004-06-10 22:38 ` reichelt at gcc dot gnu dot org
@ 2004-06-12 22:49 ` mmitchel at gcc dot gnu dot org
  2004-06-18 10:14 ` reichelt at gcc dot gnu dot org
  2004-07-05  8:23 ` reichelt at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-12 22:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-12 22:49 -------
This is definitely not a showstopper; removing target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |---


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
                   ` (7 preceding siblings ...)
  2004-06-12 22:49 ` mmitchel at gcc dot gnu dot org
@ 2004-06-18 10:14 ` reichelt at gcc dot gnu dot org
  2004-07-05  8:23 ` reichelt at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-18 10:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-06-18 10:13 -------
The trouble in configure.html is caused by a bug in makeinfo 4.6
which is used to generate the webpages on the server.

According to
  http://lists.gnu.org/archive/html/bug-texinfo/2004-01/msg00079.html
this is fixed in makeinfo 4.7. (I'm running 4.7, too, and it really
seems to be fixed.)

Time to update the makeinfo version on the gcc server. :-)


-- 


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


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

* [Bug web/15263] configure.html: end tag for element "H4" which is not open...
  2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
                   ` (8 preceding siblings ...)
  2004-06-18 10:14 ` reichelt at gcc dot gnu dot org
@ 2004-07-05  8:23 ` reichelt at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-07-05  8:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-07-05 08:23 -------
Fixed.

The server got updated to makeinfo 4.7.
The installation instructions now pass the validator test.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.2


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


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

end of thread, other threads:[~2004-07-05  8:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-03 14:22 [Bug web/15263] New: configure.html: end tag for element "H4" which is not open berndtrog at yahoo dot com
2004-05-04  0:43 ` [Bug web/15263] " reichelt at gcc dot gnu dot org
2004-05-04  1:05 ` reichelt at gcc dot gnu dot org
2004-05-04 20:15 ` gerald at pfeifer dot com
2004-06-10 20:58 ` cvs-commit at gcc dot gnu dot org
2004-06-10 21:07 ` cvs-commit at gcc dot gnu dot org
2004-06-10 21:49 ` pinskia at gcc dot gnu dot org
2004-06-10 22:38 ` reichelt at gcc dot gnu dot org
2004-06-12 22:49 ` mmitchel at gcc dot gnu dot org
2004-06-18 10:14 ` reichelt at gcc dot gnu dot org
2004-07-05  8:23 ` reichelt at gcc dot gnu dot 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).