View previous topic :: View next topic |
Author |
Message |
Yggdrasill Tux's lil' helper
Joined: 12 Feb 2005 Posts: 103 Location: Belgique - Liège
|
Posted: Mon Feb 13, 2006 12:57 pm Post subject: [emerge] error...but why ??? (solved) |
|
|
Hello,
I've just try to emerge kteatime but I have an error i don't understand :
Code: |
Khaani:~ Yggdrasill$ emerge -f kteatime
!!! /etc/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)
Calculating dependencies \!!! Cannot resolve a virtual package name to an ebuild.
!!! This is a bug, please report it. (virtual/x11-6.8)
Khaani:~ Yggdrasill$
|
I try to do an emerge sync but it have the same result...
does somebody know where it's coming?
Thanks ! _________________ MacBook 13,3" Core2Duo 2,0GHz
'- Mac Os X Leopard 10.5.1
'- Gentoo
Last edited by Yggdrasill on Mon Feb 13, 2006 11:59 pm; edited 1 time in total |
|
Back to top |
|
|
thesnowman Guru
Joined: 08 May 2003 Posts: 365 Location: Sydney, Australia
|
Posted: Mon Feb 13, 2006 1:07 pm Post subject: |
|
|
Try this:
Code: | # ln -fs /etc/make.profile /usr/portage/profiles/default-linux/x86/2005.1 |
This assumes your on x86 platform. Look in /usr/portage/profiles/default-linux for your architecture if your not and point to that instead.
See here for info on Gentoo profiles:
http://www.gentoo.org/doc/en/gentoo-upgrading.xml |
|
Back to top |
|
|
Valkura Apprentice
Joined: 27 Feb 2006 Posts: 242 Location: Ramsey, MN
|
Posted: Sat Apr 29, 2006 7:40 am Post subject: |
|
|
thesnowman wrote: | Try this:
Code: | # ln -fs /etc/make.profile /usr/portage/profiles/default-linux/x86/2005.1 |
This assumes your on x86 platform. Look in /usr/portage/profiles/default-linux for your architecture if your not and point to that instead.
See here for info on Gentoo profiles:
http://www.gentoo.org/doc/en/gentoo-upgrading.xml |
I think it is probably:
Code: | ln -fs /etc/make.profile /usr/portage/profiles/default-darwin/macos/[whatever version of OSX you have - 10.3 of 10.4] |
EDIT: Never mind, missed the [SOLVED] _________________ last.fm
SFH, because it's awesome |
|
Back to top |
|
|
|