Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 198545
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ulrich Müller <ulm@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
texinfo-4.11-dircategory-headers.patch Patch for makeinfo/cmds.c from upstream CVS patch Ulrich Müller 2007-11-09 10:53 0000 707 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 198545 depends on: Show dependency tree
Bug 198545 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-11-09 10:37 0000
texinfo-4.11 mangles the directory entries of Info files. For example, vm.info
(from app-emacs/vm-8.0.5.504) now starts as follows:

| INFO-DIR-SECTION Emacs
| START-INFO-DIR-ENTRY
| This is vm.info, produced by makeinfo version 4.11 from vm.texinfo.
|
| * VM: (vm).                             A mail reader.
| END-INFO-DIR-ENTRY
|    This file documents the VM mail reader.

while with texinfo-4.8-r5 it was:

| This is vm.info, produced by makeinfo version 4.8 from vm.texinfo.
|
| INFO-DIR-SECTION Emacs
| START-INFO-DIR-ENTRY
| * VM: (vm).                             A mail reader.
| END-INFO-DIR-ENTRY
|    This file documents the VM mail reader.

install-info then includes it in the "dir" file, and info will finally display
the following:

* VM: (vm).                             A mail reader.
This is vm.info, produced by makeinfo version 4.11 from vm.texinfo.

------- Comment #1 From Ulrich Müller 2007-11-09 10:53:01 0000 -------
Created an attachment (id=135561) [details]
Patch for makeinfo/cmds.c from upstream CVS

This should fix it.

------- Comment #2 From SpanKY 2007-11-12 07:25:23 0000 -------
thanks, added to 4.11-r1

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug