Opened 12 years ago
Closed 12 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.
Change History (3)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 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 , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed as of SHA: e554d7b60c4ec630ed6b50977864d4067b86b906
Note:
See TracTickets
for help on using tickets.

Tested that it is fixed definitely as of 2.23.52 snapshot.