Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198545 - sys-apps/texinfo-4.11 produces bad Info files
Summary: sys-apps/texinfo-4.11 produces bad Info files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-11-09 10:37 UTC by Ulrich Müller
Modified: 2007-11-12 07:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for makeinfo/cmds.c from upstream CVS (texinfo-4.11-dircategory-headers.patch,707 bytes, patch)
2007-11-09 10:53 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2007-11-09 10:37:56 UTC
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 Ulrich Müller gentoo-dev 2007-11-09 10:53:01 UTC
Created attachment 135561 [details, diff]
Patch for makeinfo/cmds.c from upstream CVS

This should fix it.
Comment 2 SpanKY gentoo-dev 2007-11-12 07:25:23 UTC
thanks, added to 4.11-r1