public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/51678] New: 'make pdf' is broken in libiberty
@ 2011-12-26  8:45 kargl at gcc dot gnu.org
  2012-01-02 10:47 ` [Bug other/51678] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kargl at gcc dot gnu.org @ 2011-12-26  8:45 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51678
           Summary: 'make pdf' is broken in libiberty
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: kargl@gcc.gnu.org


% gmake pdf
(waiting 1 or minutes)

Underfull \hbox (badness 10000) in paragraph at lines 669--673
 []@textrm For ex-am-ple, if @textsl bin[]prefix @textrm is @texttt /alpha/beta
/gamma/gcc/delta[]@textrm , @textsl pre-fix @textrm is
[22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35])
Appendix A [36] (/usr/home/kargl/gcc/gcc4x/libiberty/copying-lib.texi [37]
[38] [39] [40] [41] [42]
/usr/home/kargl/gcc/gcc4x/libiberty/copying-lib.texi:480: This command can appe
ar only outside of any environment, not in environment @enumerate.
@badenverr ...temp , not @inenvironment @thisenv }

@checkenv ...@ifx @thisenv @temp @else @badenverr 
                                                  @fi 
@sectionheading #1#2#3#4->{@checkenv {}
                                       @csname #2fonts@endcsname @rmisbold @...

@\heading ...tionheading {#1}{sec}{Yomitfromtoc}{}
                                                   @suppressfirstparagraphin...
l.480 @heading NO WARRANTY


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

* [Bug other/51678] 'make pdf' is broken in libiberty
  2011-12-26  8:45 [Bug other/51678] New: 'make pdf' is broken in libiberty kargl at gcc dot gnu.org
@ 2012-01-02 10:47 ` rguenth at gcc dot gnu.org
  2012-01-15 23:19 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-02 10:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-02 10:47:19 UTC ---
Must be broken since forever or caused by your host TeX installation.


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

* [Bug other/51678] 'make pdf' is broken in libiberty
  2011-12-26  8:45 [Bug other/51678] New: 'make pdf' is broken in libiberty kargl at gcc dot gnu.org
  2012-01-02 10:47 ` [Bug other/51678] " rguenth at gcc dot gnu.org
@ 2012-01-15 23:19 ` pinskia at gcc dot gnu.org
  2012-07-13  1:37 ` gcc at mirality dot co.nz
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-15 23:19 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
             Status|UNCONFIRMED                 |NEW
                URL|                            |http://gcc.gnu.org/bugzilla
                   |                            |/show_bug.cgi?id=51678
   Last reconfirmed|                            |2012-01-15
     Ever Confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-15 22:42:31 UTC ---
Confirmed.


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

* [Bug other/51678] 'make pdf' is broken in libiberty
  2011-12-26  8:45 [Bug other/51678] New: 'make pdf' is broken in libiberty kargl at gcc dot gnu.org
  2012-01-02 10:47 ` [Bug other/51678] " rguenth at gcc dot gnu.org
  2012-01-15 23:19 ` pinskia at gcc dot gnu.org
@ 2012-07-13  1:37 ` gcc at mirality dot co.nz
  2012-07-13  7:51 ` schwab@linux-m68k.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: gcc at mirality dot co.nz @ 2012-07-13  1:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Gavin Lambert <gcc at mirality dot co.nz> 2012-07-13 01:36:52 UTC ---
Created attachment 27782
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27782
Proposed fix

Confirmed on mingw32 with MiKTeX.

I've attached a patch which fixes this; basically TeX didn't like having a
heading in the middle of a numbered list (which seems fair enough to me).  The
patch breaks the numbered list into two sections.  This does of course change
the numbering of the actual items; possibly someone more familiar with TeX than
I can correct this (but the previous numbering seems wrong anyway).


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

* [Bug other/51678] 'make pdf' is broken in libiberty
  2011-12-26  8:45 [Bug other/51678] New: 'make pdf' is broken in libiberty kargl at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-07-13  1:37 ` gcc at mirality dot co.nz
@ 2012-07-13  7:51 ` schwab@linux-m68k.org
  2012-07-20  6:12 ` gcc at mirality dot co.nz
  2020-10-13  2:41 ` kargl at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2012-07-13  7:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> 2012-07-13 07:51:14 UTC ---
<http://permalink.gmane.org/gmane.comp.gcc.patches/266134>


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

* [Bug other/51678] 'make pdf' is broken in libiberty
  2011-12-26  8:45 [Bug other/51678] New: 'make pdf' is broken in libiberty kargl at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-07-13  7:51 ` schwab@linux-m68k.org
@ 2012-07-20  6:12 ` gcc at mirality dot co.nz
  2020-10-13  2:41 ` kargl at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: gcc at mirality dot co.nz @ 2012-07-20  6:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Gavin Lambert <gcc at mirality dot co.nz> 2012-07-20 06:11:40 UTC ---
Yes, that works too. :)


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

* [Bug other/51678] 'make pdf' is broken in libiberty
  2011-12-26  8:45 [Bug other/51678] New: 'make pdf' is broken in libiberty kargl at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-07-20  6:12 ` gcc at mirality dot co.nz
@ 2020-10-13  2:41 ` kargl at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: kargl at gcc dot gnu.org @ 2020-10-13  2:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51678

kargl at gcc dot gnu.org changed:

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

--- Comment #6 from kargl at gcc dot gnu.org ---
8 Years is a long time.

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

end of thread, other threads:[~2020-10-13  2:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-26  8:45 [Bug other/51678] New: 'make pdf' is broken in libiberty kargl at gcc dot gnu.org
2012-01-02 10:47 ` [Bug other/51678] " rguenth at gcc dot gnu.org
2012-01-15 23:19 ` pinskia at gcc dot gnu.org
2012-07-13  1:37 ` gcc at mirality dot co.nz
2012-07-13  7:51 ` schwab@linux-m68k.org
2012-07-20  6:12 ` gcc at mirality dot co.nz
2020-10-13  2:41 ` kargl at gcc dot gnu.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).