View previous topic :: View next topic |
Author |
Message |
sollaa n00b
Joined: 02 Mar 2007 Posts: 2
|
Posted: Fri Mar 16, 2007 9:34 am Post subject: Problem Emerging GSL/Missing ebuilds |
|
|
Hi Everybody,
I'm new to Gentoo, though not Linux/OS X/Unix in general. I followed the directions on http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml to boostrap my Gentoo install. My goal was to get a new version of gcc installed so that I could try compiling GSL on this machine (G4 PowerBook).
However, when I try to emerge gsl, I get
emerge: there are no ebuilds to satisfy "gsl".
It appears to be available on packages.gentoo.org, though it's masked as testing (I don't mind that). Here's my make.conf:
Code: |
ACCEPT_KEYWORDS="~ppc-macos ppc-macos"
SYNC="svn+http://overlays.gentoo.org/svn/proj/alt/trunk/prefix-overlay"
CFLAGS="-mcpu=7450 -O2 -pipe -maltivec -mabi=altivec -fno-strict-aliasing"
CXXFLAGS="${CFLAGS}"
|
I've tried to run emerge --sync to fix it, but it still isn't available. I've also noticed that other packages available for the ppc-macos architecture aren't in my Portage tree. I think the problem is that SYNC= line, but I'm not sure where to go from here. Any help would be appreciated.
Thanks![/code][/quote] |
|
Back to top |
|
|
sollaa n00b
Joined: 02 Mar 2007 Posts: 2
|
Posted: Mon Mar 19, 2007 11:28 pm Post subject: |
|
|
Answering my own question for completeness' sake.
The new "prefix Portage" installation method maintains a separate "overlay" Portage tree. It is meant to replace the old arch installation method, where packages were selected based primarily on the arch keyword. |
|
Back to top |
|
|
grobian Developer
Joined: 31 May 2006 Posts: 67
|
Posted: Sat May 26, 2007 12:40 pm Post subject: |
|
|
I agree with the first thing. It's using an overlay, so not everything from the main tree is available (yet), but you can add it yourself. _________________ Gentoo on a different level |
|
Back to top |
|
|
|