Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13286 - emerge world fails with emerge: there are ... to satisfy "virtual/xft".'
Summary: emerge world fails with emerge: there are ... to satisfy "virtual/xft".'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Highest major (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-05 06:53 UTC by Klaus Kusche
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Kusche 2003-01-05 06:53:53 UTC
Since I did an "emerge rsync" today, most emerge operations, including "emerge
--pretend world", fail in the "calculating dependencies" step with "emerge:
there are no masked or unmasked ebuilds to satisfy "virtual/xft"."

What's wrong? It still worked two days ago. x11-libs/xft is present in
/usr/portage, but not installed. It provides virtual/xft, and as far as I can
tell, it is not masked.
Comment 1 foser (RETIRED) gentoo-dev 2003-01-05 07:01:58 UTC
What profile are you using ? Does 'cat /etc/make.profile/virtuals | grep xft'
have any ouput ? What arch are you on ?
Comment 2 Klaus Kusche 2003-01-05 07:45:25 UTC
> What profile are you using ? 
?
> Does 'cat /etc/make.profile/virtuals | grep xft' have any ouput ? 
No.
> What arch are you on ?
i86.
Comment 3 foser (RETIRED) gentoo-dev 2003-01-05 10:48:20 UTC
you dont have a virtual defined for it

what does 'ls -al /etc/make.*' give ?
Comment 4 Klaus Kusche 2003-01-05 10:58:13 UTC
-rw-r--r--    1 root     root         6912 Dec 29 17:26 /etc/make.conf
-rw-r--r--    1 root     root         6884 Dec 29 17:19 /etc/make.conf.sav
-rw-r--r--    1 root     root         2389 Dec 29 14:44 /etc/make.globals
lrwxrwxrwx    1 root     root           38 Aug  3 17:21 /etc/make.profile ->
/usr/portage/profiles/default-1.0-gcc3
Comment 5 Klaus Kusche 2003-01-05 11:01:22 UTC
That file came with today's rsync:

-rw-r--r--    1 root     root         1247 Jan  5 02:22 /usr/portage/profiles/de
fault-1.0-gcc3/virtuals
Comment 6 foser (RETIRED) gentoo-dev 2003-01-05 11:42:49 UTC
Ok, add the following line to the virtuals file and it should work :

virtual/xft      x11-libs/xft

I'll be fixing the profile, but that might take some time to propagate.
Comment 7 Klaus Kusche 2003-01-05 12:23:47 UTC
Editing the profile did the trick: Emerge is working again...
Comment 8 foser (RETIRED) gentoo-dev 2003-01-07 09:08:36 UTC
should be fixed now