Opened 12 years ago
Closed 12 years ago
#9482 closed bug (fixed)
Binutil build breakage with texinfo 5.0
Reported by: | kallisti5 | Owned by: | kallisti5 |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Binutils 2.23.1 seems to possibly break Texinfo 5.0 while compiling our gcc4 build tools.
See http://sourceware.org/bugzilla/show_bug.cgi?id=15183 for additional information.
This ticket is mostly to track the breakage.
bfd.texinfo:325: unknown command `colophon' bfd.texinfo:336: unknown command `cygnus'
Change History (3)
comment:1 by , 12 years ago
Summary: | Binutil build breakage → Binutil build breakage with texinfo 5.0 |
---|
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Scratch that.. this is actually reverse what I said. Texinfo 5.0 doesn't build the docs in bintutils properly.
I found a solution here: http://www.mail-archive.com/bug-binutils@gnu.org/msg14429.html
Working on applying it now