Missing bashref.info.gz
Sunday, April 1st, 2007After emerging MythMusic on my brother’s (soon to be finished) MythTV rig, I got the following error at the end of the run:
* Regenerating GNU info directory index...
* Processed 127 info files; 1 errors
install-info:
No such file or directory for /usr/share/info/bashref.info.gz
After a little hunting, I was able to find the solution on the Gentoo forums (thread). Basically, it’s just an old symbolic link that is not needed. The solution is to simply unlink it:
# unlink /usr/share/info/bashref.info.gz
Seems to have worked.

