Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52171 - app-office/gnucash: no info dir entry in `/usr/share/info/gnucash-design.info.gz'
Summary: app-office/gnucash: no info dir entry in `/usr/share/info/gnucash-design.info...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-27 03:30 UTC by Alan Schmitt
Modified: 2004-07-22 23:57 UTC (History)
2 users (show)

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


Attachments
Re-makes gnucash-design.info (gnucash-1.8.9-info-fix.diff,412 bytes, patch)
2004-07-18 12:28 UTC, Doug Weimer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Schmitt 2004-05-27 03:30:03 UTC
Whenever I do an emerge which regenerates the info index, I get warnings about the   gnucash-design info files having no info dir entry.

Reproducible: Always
Steps to Reproduce:
1. emerge -v some package that adds info files
Actual Results:  
 * Regenerating GNU info directory index...
install-info: warning: no info dir entry in `/usr/share/info/gnucash-design.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/g-wrap.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/g-wrap.info-1.gz'
install-info: warning: no info dir entry in `/usr/share/info/g-wrap.info-2.gz'
 * Processed 289 info files; 4 errors.

Expected Results:  
no warning should be given

The g-wrap missing entry is already filed as bug 42895
(http://bugs.gentoo.org/show_bug.cgi?id=42895). I have not found any bug
mentioning the gnucash-design warning.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-07-17 11:03:48 UTC
doug, can you do that stuff again?
Comment 2 Doug Weimer 2004-07-18 12:28:33 UTC
Created attachment 35706 [details, diff]
Re-makes gnucash-design.info

The attached patch is to be applied against gnucash-1.8.9.ebuild. Version 1.8.8
does not have the same problem and does not need to be patched.

The gnucash-design.texinfo file contains the proper INFO-DIR section; however,
an empty gnucash-design.info file is being shipped with the tarball.
Unfortunately make considers the shipped info file to be up to date and does
not recreate a correct version. The attached patch adds two lines to
src_compile to explicitly recreate gnucash-design.info.
Comment 3 Doug Weimer 2004-07-18 12:58:49 UTC
I've submitted a bug report upstream at http://bugzilla.gnome.org/show_bug.cgi?id=147839 so hopefully a proper info file will be distributed with the next version.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2004-07-22 23:57:12 UTC
thanks Doug