public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/30739]  New: awk Prerequisite is not documented
@ 2007-02-08 22:08 pinskia at gcc dot gnu dot org
  2008-06-14  8:43 ` [Bug bootstrap/30739] " rwild at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-08 22:08 UTC (permalink / raw)
  To: gcc-bugs

After getting a private email about what caused PR 29049 for real, I noticed
that the prerequisite for awk was not documented in
http://gcc.gnu.org/install/prerequisites.html

Yes it is a standard UNIX tool but there are some versions of GNU awk which are
broken.


-- 
           Summary: awk Prerequisite is not documented
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

* [Bug bootstrap/30739] awk Prerequisite is not documented
  2007-02-08 22:08 [Bug bootstrap/30739] New: awk Prerequisite is not documented pinskia at gcc dot gnu dot org
@ 2008-06-14  8:43 ` rwild at gcc dot gnu dot org
  2008-06-18 18:48 ` rwild at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2008-06-14  8:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rwild at gcc dot gnu dot org  2008-06-14 08:42 -------
(In reply to comment #0)
> After getting a private email about what caused PR 29049 for real, I noticed
> that the prerequisite for awk was not documented in
> http://gcc.gnu.org/install/prerequisites.html

Confirmed.

> Yes it is a standard UNIX tool but there are some versions of GNU awk which are
> broken.

Patch at <http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00914.html>.
If anybody remembers the broken GNU awk version, we could mention that in the
manual.


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwild at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-06-14 08:42:32
               date|                            |


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


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

* [Bug bootstrap/30739] awk Prerequisite is not documented
  2007-02-08 22:08 [Bug bootstrap/30739] New: awk Prerequisite is not documented pinskia at gcc dot gnu dot org
  2008-06-14  8:43 ` [Bug bootstrap/30739] " rwild at gcc dot gnu dot org
@ 2008-06-18 18:48 ` rwild at gcc dot gnu dot org
  2008-06-19  6:01 ` rwild at gcc dot gnu dot org
  2008-06-19  6:01 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2008-06-18 18:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rwild at gcc dot gnu dot org  2008-06-18 18:47 -------
Subject: Bug 30739

Author: rwild
Date: Wed Jun 18 18:46:35 2008
New Revision: 136902

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136902
Log:
gcc/
        PR documentation/30739
        * doc/install.texi (Prerequisites): Document dependency on awk.

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


-- 


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


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

* [Bug bootstrap/30739] awk Prerequisite is not documented
  2007-02-08 22:08 [Bug bootstrap/30739] New: awk Prerequisite is not documented pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-06-19  6:01 ` rwild at gcc dot gnu dot org
@ 2008-06-19  6:01 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2008-06-19  6:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rwild at gcc dot gnu dot org  2008-06-19 06:00 -------
Subject: Bug 30739

Author: rwild
Date: Thu Jun 19 05:59:30 2008
New Revision: 136939

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136939
Log:
gcc/

        PR documentation/30739
        * doc/install.texi (Prerequisites): Document dependency on awk.

Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/doc/install.texi


-- 


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


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

* [Bug bootstrap/30739] awk Prerequisite is not documented
  2007-02-08 22:08 [Bug bootstrap/30739] New: awk Prerequisite is not documented pinskia at gcc dot gnu dot org
  2008-06-14  8:43 ` [Bug bootstrap/30739] " rwild at gcc dot gnu dot org
  2008-06-18 18:48 ` rwild at gcc dot gnu dot org
@ 2008-06-19  6:01 ` rwild at gcc dot gnu dot org
  2008-06-19  6:01 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2008-06-19  6:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rwild at gcc dot gnu dot org  2008-06-19 06:01 -------
Fixed.


-- 

rwild at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-06-19  6:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 22:08 [Bug bootstrap/30739] New: awk Prerequisite is not documented pinskia at gcc dot gnu dot org
2008-06-14  8:43 ` [Bug bootstrap/30739] " rwild at gcc dot gnu dot org
2008-06-18 18:48 ` rwild at gcc dot gnu dot org
2008-06-19  6:01 ` rwild at gcc dot gnu dot org
2008-06-19  6:01 ` rwild 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).