Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 387703

Summary: sys-boot/grub-1.99-r2 runtime deps missing on ppc
Product: Gentoo Linux Reporter: Erik Hoppe <generik>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: minor CC: ppc64, ppc
Priority: Normal    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: add runtime deps

Description Erik Hoppe 2011-10-19 16:15:07 UTC
we need both sys-apps/ibm-powerpc-utils and sys-apps/powerpc-utils for the grub userland tools to work.

Reproducible: Always

Steps to Reproduce:
grub2-* likely to fail without the utils in question are installed
Actual Results:  
grub2-install /dev/sda && grub2-mkconfig > /boot/grub2/grub.cfg 
which: no ofpathname in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/powerpc-unknown-linux-gnu/gcc-bin/4.5.3)
which: no nvsetenv in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/powerpc-unknown-linux-gnu/gcc-bin/4.5.3)
: Not found.

Expected Results:  
grub2-install /dev/sda && grub2-mkconfig > /boot/grub2/grub.cfg 
Installation finished. No error reported.
Generating grub.cfg ...
Found linux image: /boot/kernel-3.0.7-gentoo-PowerBook3,4-OF
Found linux image: /boot/kernel-3.0.6-gentoo-PowerBook3,4-OF
Found Mac OS X on /dev/sda2
done
Comment 1 Erik Hoppe 2011-10-19 16:18:00 UTC
Created attachment 290243 [details, diff]
add runtime deps
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2012-05-18 15:01:41 UTC
Thanks for the report! I've made the change in CVS.