_lior_ n00b
Joined: 29 Dec 2004 Posts: 13
|
Posted: Sun Sep 18, 2005 9:39 am Post subject: [SOLVED] embedded x86 perl woes! |
|
|
using stage1-x86-uclibc-2005.0.tar.bz2 i successfully bootstrapped a chroot environment, but i have a useflag "minimal". with this flag, the resulting perl is stripped of most of its module functionality BUT during the next step, emerge -e system, lot of packages need perl modules. I can reemerge perl with USE="-minimal" emerge --newuse perl, but after that, when i emerge -e system, perl will be rebuilt with "minimal" useflag again! this is PARADOX!
pls help.
solved with:
echo 'dev-lang/perl -minimal' >> /etc/portage/package.use |
|