Opened 11 years ago

Closed 11 years ago

#926 closed defect (fixed)

binutils fails to build due to 'colophon' and 'cygnus'

Reported by: Andrew Bradford Owned by: Andrew Bradford
Priority: major Milestone: CLFS Embedded 1.0.0
Component: BOOK Version: CLFS Embedded GIT
Keywords: Cc:

Description

../../../binutils-2.23.2/bfd/doc/bfd.texinfo:325: unknown command `colophon'
../../../binutils-2.23.2/bfd/doc/bfd.texinfo:336: unknown command `cygnus'

This has been fixed as of binutils-2.23.51 and newer in snapshots but is not yet "released." Once this fix makes it into a real release, the book version of binutils needs to be updated.

See: http://sourceware.org/bugzilla/show_bug.cgi?id=15183

Change History (3)

comment:1 by Andrew Bradford, 11 years ago

Owner: changed from clfs-commits@… to Andrew Bradford
Status: newassigned

Tested that it is fixed definitely as of 2.23.52 snapshot.

comment:2 by Andrew Bradford, 11 years ago

LFS has possibly a fix for this on older binutils in their section 5.4 (http://www.linuxfromscratch.org/lfs/view/development/chapter05/binutils-pass1.html):

 Fix a couple of syntax errors that prevent the documentation from building with Texinfo-5.1:

sed -i -e 's/@colophon/@@colophon/' \
       -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo

comment:3 by Andrew Bradford, 11 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.