| View previous topic :: View next topic |
| Author |
Message |
azote Guru


Joined: 17 Sep 2002 Posts: 414
|
Posted: Fri Nov 01, 2002 1:03 am Post subject: emerge kde ( all ebuilds ... masked ??) |
|
|
When I run emerge kde
It outputs | Code: | | all ebuilds that could satisfy "net-print / foomatic" ( from ebuild media-gfx/gimp-print4.2.2 merge) have been masked |
What that means? |
|
| Back to top |
|
 |
dreamer3 Guru

Joined: 24 Sep 2002 Posts: 553
|
Posted: Fri Nov 01, 2002 1:10 am Post subject: |
|
|
It means that because of cups in your USE statement (most likely) that kde is pulling in gimp-print as a dependency and that gimp-print needs net-print/foomatic as a dependency.
However the footmatic ebuild has been masked for some reason. (perhaps just a sync problem of some sort) Have you unmasked and installed anything special (I've seen this once from my unmasking and installing things and then portage trying to figure out what to do with dependencies after the packages were masked again).
Try
| Code: | emerge sync
emerge foomatic |
If foomatic emerges correctly then back to emerging KDE... |
|
| Back to top |
|
 |
azote Guru


Joined: 17 Sep 2002 Posts: 414
|
Posted: Fri Nov 01, 2002 1:20 am Post subject: |
|
|
it says | Code: | | ebuilds that could satisfy "foomatic" have been masked |
|
|
| Back to top |
|
 |
azote Guru


Joined: 17 Sep 2002 Posts: 414
|
Posted: Fri Nov 01, 2002 1:22 am Post subject: |
|
|
im log in as root.
does that have something to do ? |
|
| Back to top |
|
 |
azote Guru


Joined: 17 Sep 2002 Posts: 414
|
Posted: Fri Nov 01, 2002 1:33 am Post subject: |
|
|
got it !!!
I had to add
| Code: | | ACCEPT_KEYWORDS="~ppc" | to my make.conf file |
|
| Back to top |
|
 |
|