View previous topic :: View next topic |
Author |
Message |
publius n00b
Joined: 21 Oct 2004 Posts: 13
|
Posted: Mon Nov 22, 2004 4:19 pm Post subject: emerge --update fails [solved] |
|
|
I emerge sync'd and upon emerge -p --update --deep system I get:
Code: |
These are the packages that I would merge, in order:
Calculating system dependencies -
!!! All ebuilds that could satisfy "sys-apps/coreutils" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-apps/coreutils-5.0-r6 (masked by: missing keyword)
- sys-apps/coreutils-5.2.0-r2 (masked by: missing keyword)
- sys-apps/coreutils-5.2.1-r1 (masked by: missing keyword)
- sys-apps/coreutils-5.2.1-r2 (masked by: missing keyword)
- sys-apps/coreutils-5.2.1 (masked by: missing keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
!!! (dependency required by "sys-apps/debianutils-1.16.7-r4" [ebuild])
!!! Problem with ebuild sys-apps/debianutils-1.16.7-r4
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.
|
I've tried a few different keywords and it always has trouble with coreutils. Any suggestions?
Last edited by publius on Wed Nov 24, 2004 3:44 pm; edited 1 time in total |
|
Back to top |
|
|
Taeyoung n00b
Joined: 16 Oct 2004 Posts: 14 Location: Seoul, Korea
|
Posted: Tue Nov 23, 2004 7:13 am Post subject: |
|
|
Code: | mkdir /etc/portage
ln -s /usr/portage/profiles/default-macos-10.3 profile |
(if you use tiger.. symlink with default-macos-10.4 , and if 10.2..? symlink with default-macos ) _________________ It is only with the heart that one can see rightly; what is essential is invisible to the eye. |
|
Back to top |
|
|
publius n00b
Joined: 21 Oct 2004 Posts: 13
|
Posted: Wed Nov 24, 2004 3:44 pm Post subject: |
|
|
Thanks! I got it working.
My symlink was pointing some place weird. And it needs to link from make.profile, not profile. |
|
Back to top |
|
|
|