On Monday 15 September 2003 16:10, Terry Churchill wrote:
> Hi,
>
> I emerged gnome 2.4 overnight with:
>
> ACCEPT_KEYWORDS="~x86" emerge gnome
>
> I had to manually unmerge a few packages that were blocking, but it
> seemed to go OK & I'm running it now.
>
> How to I fix this?
>
> atuin root # emerge -UpD world

I would suggest not using -U at all - use -u instead. If your running ~x86 
then things rarely get downgraded. If your not, it's better to copy the ~x86 
packages you want to your overlay directory and change the ~x86 to x86 there.

> >>> --upgradeonly implies --update... adding --update to options.
>
> These are the packages that I would merge, in order:
>
> Calculating world dependencies /
> !!! all ebuilds that could satisfy ">=x11-base/xfree-4.3.0-r3" have been
> masked.!!!    (dependency required by "x11-libs/gtk+-2.2.4-r1" [ebuild])
>
> !!! Problem with ebuild gnome-base/gconf-2.2.1
> !!! Possibly a DEPEND/*DEPEND problem.
>
> !!! Depgraph creation failed.
>
> I'm a bit new to portage, but I guess I need to unmask some packages,
> but I can't find xfree-4.3.0-r3 in package.mask...

The problem is in x11-libs/gtk+-2.2.4-r1. Look at the following:

# Need this specific xfree version to get bugfree xinput support (#20407)
RDEPEND=">=x11-base/xfree-4.3.0-r3

I had a quick look at the bug and it does indeed have to do with xinput. It 
would seem that this is a mistake and it should read:

RDEPEND=">=x11-base/xfree-4.3.0


Regards,
Jason

--
[EMAIL PROTECTED] mailing list

Reply via email to