View previous topic :: View next topic |
Author |
Message |
fsck n00b
Joined: 26 Oct 2005 Posts: 4
|
Posted: Wed Oct 26, 2005 5:30 am Post subject: Changed make.conf.... |
|
|
Well, I'm new to the forums, but have been using gentoo on several platforms, and figure I'd try GentoOSX. I was duped by the "masked packages" thing, until I got the (seemingly) brilliant idea to try modifying my make.conf.
Ya'll may think I'm nuts, but I changed the ACCEPT_KEYWORD variable in make.conf to accept "ppc". Has anybody tried this before? I'm halfway through an install of ethereal, with no errors thus far... Hope it stays that way.
Here is my current:
Quote: | # Copyright 2004 Pieter Van den Abeele, MetaDistribution.org
# Contains local system settings for Portage system on Mac OS X
# $Header$
# The Architecture
ARCH="powerpc-apple-darwin7"
# GCC flags
CHOST="powerpc-apple-darwin"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
# The next generation KEYWORD, including architecture, userland, kernel and libc
ACCEPT_KEYWORDS="ppc"
# Change to -j3 for dual processor machines.
MAKEOPTS="-j2"
# Feature collistion prevent portage from overwriting packages it didn't install itself
FEATURES="collision-protect"
# The necessary code to make portage use curl instead of wget
# When these lines are removed, portage defaults to wget
|
*whew,* man I hope it finishes correctly. |
|
Back to top |
|
|
Sleipnir Guru
Joined: 20 Sep 2005 Posts: 372 Location: Germany
|
Posted: Fri Oct 28, 2005 11:27 am Post subject: |
|
|
I have not tried this yet, but I am pretty sure you will hit some problems. Else the
packages would have been marked stable already. You can enable the
ACCEPT_KEYWORDS on a per package base with:
Code: |
ACCEPT_KEYWORDS="~ppc" emerge <package>
|
if you need it. _________________ A)bort, R)etry, I)nfluence with large hammer. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|