public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/40010]  New: Parallel make issue when building man pages
@ 2009-05-03 17:42 halcy0n at gentoo dot org
  2009-05-03 17:43 ` [Bug other/40010] " halcy0n at gentoo dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: halcy0n at gentoo dot org @ 2009-05-03 17:42 UTC (permalink / raw)
  To: gcc-bugs

The gcc manpage is not always created due to a dependency missing for gcc.pod
in gcc/Makefile.in.  invoke.texi depends upon gcc-vers.texi being generated,
but no such dependency is listed.  This was found by
6vvetjsrt26xsrzlh1z0zn4d2grdah@gmail.com in
https://bugs.gentoo.org/show_bug.cgi?id=256608

I'm attaching a patch by him which fixes this issue.


-- 
           Summary: Parallel make issue when building man pages
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: halcy0n at gentoo dot org


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


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

* [Bug other/40010] Parallel make issue when building man pages
  2009-05-03 17:42 [Bug other/40010] New: Parallel make issue when building man pages halcy0n at gentoo dot org
@ 2009-05-03 17:43 ` halcy0n at gentoo dot org
  2009-07-07 19:57 ` rwild at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: halcy0n at gentoo dot org @ 2009-05-03 17:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from halcy0n at gentoo dot org  2009-05-03 17:43 -------
Created an attachment (id=17793)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17793&action=view)
gcc-pod-missing-dependency


-- 


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


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

* [Bug other/40010] Parallel make issue when building man pages
  2009-05-03 17:42 [Bug other/40010] New: Parallel make issue when building man pages halcy0n at gentoo dot org
  2009-05-03 17:43 ` [Bug other/40010] " halcy0n at gentoo dot org
@ 2009-07-07 19:57 ` rwild at gcc dot gnu dot org
  2009-07-25 17:53 ` rwild at gcc dot gnu dot org
  2009-07-25 17:54 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-07-07 19:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rwild at gcc dot gnu dot org  2009-07-07 19:57 -------
Subject: Bug 40010

Author: rwild
Date: Tue Jul  7 19:57:15 2009
New Revision: 149345

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149345
Log:
gcc/
2009-06-23  Mark Loeser  <mark@halcy0n.com>

        PR build/40010
        * Makefile.in (gcc.pod): Depend on gcc-vers.texi.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in


-- 


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


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

* [Bug other/40010] Parallel make issue when building man pages
  2009-05-03 17:42 [Bug other/40010] New: Parallel make issue when building man pages halcy0n at gentoo dot org
  2009-05-03 17:43 ` [Bug other/40010] " halcy0n at gentoo dot org
  2009-07-07 19:57 ` rwild at gcc dot gnu dot org
@ 2009-07-25 17:53 ` rwild at gcc dot gnu dot org
  2009-07-25 17:54 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-07-25 17:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rwild at gcc dot gnu dot org  2009-07-25 17:53 -------
Subject: Bug 40010

Author: rwild
Date: Sat Jul 25 17:53:35 2009
New Revision: 150085

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150085
Log:
gcc/
2009-07-25  Mark Loeser  <mark@halcy0n.com>

        PR build/40010
        * Makefile.in (gcc.pod): Depend on gcc-vers.texi.

Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/Makefile.in


-- 


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


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

* [Bug other/40010] Parallel make issue when building man pages
  2009-05-03 17:42 [Bug other/40010] New: Parallel make issue when building man pages halcy0n at gentoo dot org
                   ` (2 preceding siblings ...)
  2009-07-25 17:53 ` rwild at gcc dot gnu dot org
@ 2009-07-25 17:54 ` rwild at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-07-25 17:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rwild at gcc dot gnu dot org  2009-07-25 17:54 -------
Fixed.


-- 

rwild at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-07-25 17:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-03 17:42 [Bug other/40010] New: Parallel make issue when building man pages halcy0n at gentoo dot org
2009-05-03 17:43 ` [Bug other/40010] " halcy0n at gentoo dot org
2009-07-07 19:57 ` rwild at gcc dot gnu dot org
2009-07-25 17:53 ` rwild at gcc dot gnu dot org
2009-07-25 17:54 ` 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).