Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387703 - sys-boot/grub-1.99-r2 runtime deps missing on ppc
Summary: sys-boot/grub-1.99-r2 runtime deps missing on ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC Linux
: Normal minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 16:15 UTC by Erik Hoppe
Modified: 2012-05-18 15:01 UTC (History)
2 users (show)

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


Attachments
add runtime deps (ppc-deps.patch,521 bytes, patch)
2011-10-19 16:18 UTC, Erik Hoppe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.