Bug 18517 - Texinfo error in doc causes install to fail
Summary: Texinfo error in doc causes install to fail
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: compile (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 09:40 UTC by Patrick Monnerat
Modified: 2015-06-12 10:13 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Fix for problem (436 bytes, patch)
2015-06-11 09:40 UTC, Patrick Monnerat
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Monnerat 2015-06-11 09:40:05 UTC
Created attachment 8358 [details]
Fix for problem

After commit https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=29c1c24429a099eca297080dba56a8c090e3136a, installation fails with errors:

---
./gdb.texinfo:22136: @subsubsection seen before @end table
./gdb.texinfo:22175: @item outside of table or list
./gdb.texinfo:22179: @item outside of table or list
./gdb.texinfo:22185: unmatched `@end table'
...

The attached patch fixes the problem