http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49978
Summary: make pdf error on OS X Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org ReportedBy: h...@oz.net I got the following error when I tried make pdf after a full make bootstrap: ... Doing pdf in libiberty texi2pdf ../../gcc-4.6.1/libiberty/libiberty.texi sed: 2: "s/\(^\|.* \)@documenten ...": whitespace after branch sed: 4: "s/\(^\|.* \)@documenten ...": whitespace after label sed: 6: "s/\(^\|.* \)@documenten ...": undefined label 'found ' This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011) restricted \write18 enabled. entering extended mode (/Users/perkins/src/nobackup/gcc-4.6.1/libiberty/libiberty.texi (/usr/local/texlive/2011/texmf-dist/tex/texinfo/texinfo.tex Loading texinfo [version 2011-05-23.16]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/local/texlive/2011/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) [1{/usr/local /texlive/2011/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] Chapter 1 Chapter 2 [1] [2] (/Users/perkins/src/nobackup/gcc-4.6.1/libiberty/obstacks.texi Chapter 3 [3] [4] Cross reference values unknown; you must run TeX again. [5] [6] [7] [8] [9] [10] [11] [12] [13]) Chapter 4 [14] (/Users/perkins/src/nobackup/gcc-4.6.1/libiberty/functions.texi [15] [16] [17] [18] [19] [20] [21] 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] (/Users/perkins/src/nobackup/gcc-4.6.1/libiberty/copying-lib.texi [37] [38] [39] [40] [41] [42] /Users/perkins/src/nobackup/gcc-4.6.1/libiberty/copying-lib.texi:480: This comm and can appear 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 ? Setup: OS X 10.6.8, xcode 3.2.6, new installation of MacTeX/TexLive 2011. I originally saw this a few months ago using the previous mactex/texlive 2010 but wanted to wait to report it until I could try it with the new annual release of tex. The gcc build used the full 4.6.1 release with gmp, mpc, and mpfr added into the tree (gmp 5.0.2, mpc 0.9, mpfr 3.0.1). Configure options were --enable-languages=c,c++,fortran --enable-checking=release. The actual gcc bootstrap completed successfully, the problem was with "make doc" right after that.