Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403899 - sys-boot/grub-9999 /usr/share/grub2/grub-mkconfig_lib: No such file or directory
Summary: sys-boot/grub-9999 /usr/share/grub2/grub-mkconfig_lib: No such file or directory
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL: https://savannah.gnu.org/bugs/index.p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 14:47 UTC by Kfir Lavi
Modified: 2012-02-17 03:30 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 Kfir Lavi 2012-02-15 14:47:05 UTC
thedude linux # grub2-mkconfig
/sbin/grub2-mkconfig: line 47: /usr/share/grub2/grub-mkconfig_lib: No such file or directory

grub-mkconfig_lib is installed in /usr/share/grub so I needed to create a symlink to repair this. 

Regards,
Kfir

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2012-02-16 05:33:16 UTC
bug in upstream code.  reports for live bzr code should go to grub as they're the maintainers of the live tree.

looks like Makefile.am should use "grubdata_DATA += grub-mkconfig_lib" instead of pkgdata_DATA ...
Comment 2 Kfir Lavi 2012-02-16 06:32:07 UTC
Created bug upstream:
https://savannah.gnu.org/bugs/index.php?35542

Kfir