Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175693 - info index regeneration thinks there isn't a /usr/share/info/bashref.info.gz - dangling symlink in the past?
Summary: info index regeneration thinks there isn't a /usr/share/info/bashref.info.gz ...
Status: RESOLVED DUPLICATE of bug 162451
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 12:42 UTC by Caleb Cushing
Modified: 2007-04-23 17:41 UTC (History)
0 users

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 Caleb Cushing 2007-04-23 12:42:13 UTC
* Regenerating GNU info directory index...
 * Processed 93 info files; 1 errors.
install-info: No such file or directory for /usr/share/info/bashref.info.gz

-rw-r--r-- 1 root root 84K Apr 18 21:34 /usr/share/info/bash.info.bz2
lrwxrwxrwx 1 root root  13 Apr 18 21:34 /usr/share/info/bashref.info.bz2 -> bash.info.bz2
lrwxrwxrwx 1 root root  12 Apr 15 19:10 /usr/share/info/bashref.info.gz -> bash.info.gz

so the problem is... there is no bash.info.gz what package should be installing this? bash probably. I've tried re-installing bash and no dice. I don't really use info pages so no biggy.... but it still shouldn't be happening

Reproducible: Always
Comment 1 Bo Ørsted Andresen (RETIRED) gentoo-dev 2007-04-23 12:45:27 UTC
(In reply to comment #0)
> lrwxrwxrwx 1 root root  12 Apr 15 19:10 /usr/share/info/bashref.info.gz ->
> bash.info.gz

bash.info.gz doesn't exist. Hence bashref.info.gz is a dangling symlink. Remove it.
Comment 2 Caleb Cushing 2007-04-23 12:50:53 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > lrwxrwxrwx 1 root root  12 Apr 15 19:10 /usr/share/info/bashref.info.gz ->
> > bash.info.gz
> 
> bash.info.gz doesn't exist. Hence bashref.info.gz is a dangling symlink. Remove
> it.
> 
how, when did this get installed on my system? I certainly didn't add it by hand. which means portage or the tarball I installed from put it there... and it wasn't cleaned properly. good to know it isn't supposed to be there. cleaning it manually is easy.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-04-23 16:50:48 UTC
portage: was there some danging symlink foo in the past, maybe with the change in compression type?
Comment 4 Harald van Dijk (RETIRED) gentoo-dev 2007-04-23 17:41:19 UTC
Yes. Re-emerging bash will get it fixed.

*** This bug has been marked as a duplicate of bug 162451 ***