View previous topic :: View next topic |
Author |
Message |
darkeye Tux's lil' helper
Joined: 02 Mar 2004 Posts: 105
|
Posted: Thu Mar 18, 2004 9:33 pm Post subject: having some problems with Gentoo for Zaurus 0.2.2 |
|
|
I just got a Sharp Zaurus SL-C760, and I'm experimenting with Gentoo for Zaurus 0.2.2. I installed it according to the HOWTO. However, after my first emerge sync, I simply can't emerge anything. When trying, I get the following error:
Code: |
# emerge -B tree
Performing Global Updates: /usr/portage/profiles/updates/1Q-2004
(Could take a couple minutes if you have a lot of binary packages.)
.='update pass' *='binary update' @='/var/db move'
...................portage: Update type "slotmove" not recognized.
.....................
!!! No profile directory; system mode unavailable.
|
This is what I get no matter which package I try. What am I doing wrong? |
|
Back to top |
|
|
EdSchouten Tux's lil' helper
Joined: 07 Oct 2003 Posts: 79
|
Posted: Fri Mar 19, 2004 9:14 am Post subject: |
|
|
I guess you don't have a /etc/make.profile ? |
|
Back to top |
|
|
darkeye Tux's lil' helper
Joined: 02 Mar 2004 Posts: 105
|
Posted: Fri Mar 19, 2004 9:34 am Post subject: |
|
|
EdSchouten wrote: | I guess you don't have a /etc/make.profile ? |
yes, this seems to be true.
Code: |
# ls -l /etc/make.profile
lrwxrwxrwx 1 darkeye users 37 3·î 16 23:27 make.profile -> /usr/portage/profiles/default-arm-1.4
# ls /usr/portage/profiles/ | grep default-a
default-alpha-1.4
default-alpha-2004.0
default-amd64-1.4
default-amd64-2004.0
|
what is strange is that it's there in the original gentooForZaurus-0.2.2 file. is it possible that emerge sync removed it? |
|
Back to top |
|
|
|