Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 64080

Summary: emerge broken with -upD (>=x11-misc/ttmkfdir-3.0.9-r2 masked)
Product: Gentoo Linux Reporter: Anthony Jean <anthony>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Anthony Jean 2004-09-14 19:53:48 UTC
*[root@wk:root] emerge -upD world

These are the packages that I would merge, in order:

Calculating world dependencies \
!!! all ebuilds that could satisfy ">=x11-misc/ttmkfdir-3.0.9-r2" have been masked.
!!! possible candidates are:
- x11-misc/ttmkfdir-3.0.9-r2 (masked by: ~keyword)
!!!    (dependency required by "x11-base/xorg-x11-6.8.0" [ebuild])

!!! Problem with ebuild sys-apps/man-pages-1.67
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2004-09-14 19:57:56 UTC
Include:
emerge info
Comment 2 Andrew Bevitt 2004-09-15 05:38:56 UTC
All of the keywords in xorg-x11-6.8.0 are ~keyword masked

You dont have xorg-x11 in /etc/portage/package.keywords do you?
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2004-09-15 09:58:51 UTC
It looks like you've got an ~arch package (xorg-x11-6.8.0) installed on a stable system, so you also need to get the ~arch packages it depends on accounted for in package.keywords (man portage for more info).

Please comment and reopen if that isn't the problem.