Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109 - info directory regeneration problem
Summary: info directory regeneration problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mikael Hallendal (hallski) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-09 18:02 UTC by Jeld The Dark Elf
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeld The Dark Elf 2002-01-09 18:02:23 UTC
After merging a few packages following message started popping up after every merge.

 * Regenerating GNU info directory index...
('jed', None, None, '.gz')
('info', None, None, '.gz')
 * Processed 71 info files: 2 errors; type emerge --verbose to view errors.

The emerge --verbose returns following

 * Regenerating GNU info directory index...
('jed', None, None, '.gz')
install-info: warning: no info dir entry in `/usr/share/info/jed.info.gz'
('info', None, None, '.gz')
install-info: warning: no info dir entry in `/usr/share/info/info.info.gz'
 * Processed 71 info files; 2 errors.
Comment 1 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-09 18:17:11 UTC
azarah: did you know how to handle these?
Comment 2 Jeld The Dark Elf 2002-01-10 16:39:59 UTC
Hmmm... Is there a way to disable dir generation?
Comment 3 Chad Huneycutt (RETIRED) gentoo-dev 2002-01-15 12:58:33 UTC
Fixing the directory indices is an easy fix (see my mail to gentoo-dev in late 
July, 2001).
Comment 4 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-15 16:39:27 UTC
Adding a link to the mail refered (I think)
http://lists.gentoo.org/pipermail/gentoo-dev/2001-July/005648.html
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-01-15 16:43:34 UTC
Like Chad said .. not very difficult.  Just have a look at the 'Master Info 
Index' (just run 'info'), choose the right Catagory for the app for those
available, and also a fitting description.

Then add near the top of the info page (look at others for help):

INFO-DIR-SECTION <Catagory goes here>
START-INFO-DIR-ENTRY
* <Short name goes here>: (<.info filename>).           <Description goes here>
END-INFO-DIR-ENTRY


For instance for LibGTop it is:

INFO-DIR-SECTION Libraries
START-INFO-DIR-ENTRY
* LibGTop: (libgtop).           A library to get system specific data.
END-INFO-DIR-ENTRY
Comment 6 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-23 17:38:11 UTC
fixed in 0.99.14-r1