Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user]
Date: Fri, 04 Sep 2009 06:54:20
Message-Id: 200909041402.45068.joost@antarean.org
In Reply to: [gentoo-user] by Cinder Cinder
1 On Friday 04 September 2009 13:47:51 Cinder Cinder wrote:
2 > Wow! I made it! I'm in! Just installed my first Gentoo (Phew!). Its cool!
3 > I'm up to part 2 of the Gentoo Linux x86 Handbook "Working With Gentoo" and
4 > I've managed to install a few things, namely vim, links, and xorg-server
5 > (As per the Xorg server Configuration Guide) in addition the some essential
6 > tools mentioned in the Handbook. I tried to install xfce4-meta (Xfce
7 > Configuration Guide)
8 >
9 > code:
10 > # emerge -avt xfce4-meta
11 >
12 > ... and was informed that I need to add +jpeg to my USE flags. So I did
13 > (minus the plus sign:) Then emerge said some packages are blocking each
14 > other. I tried unmerging the blocking packages as per the Handbook. but
15 > they don't seem to be installed yet, so that seems to rule out updating
16 > them. The Handbook says if two yet to be installed packages are blocking
17 > each other I should file a bug report. I don't understand bug reporting
18 > yet. I tried updating the system.
19 >
20 > Code:
21 > # emerge --update --deep world
22 >
23 > ... but I get the same meassage. Can anyone help? Heres my /etc/make.conf
24 >
25
26 <snipped configuration files>
27
28 Can you paste the exact output you get when you run:
29
30 # emerge -va --update --deep world
31 the "-va" will make the output verbose and will ask for confirmation if all
32 dependencies can be resolved correctly.
33 (might be usefull to always use that to double check what you are installing)
34
35 --
36 Joost

Replies

Subject Author
Re: [gentoo-user] Dale <rdalek1967@×××××.com>