Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -DUp world issue
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
pauk
n00b
n00b


Joined: 04 May 2003
Posts: 17
Location: Queensland, Australia

PostPosted: Sat Jun 14, 2003 10:56 am    Post subject: emerge -DUp world issue Reply with quote

This has probably been done to death, so I apologise in advance...

I've emerged net-mail/evolution-1.4.0, which works quite well. However now when I try to run a emerge -DUp world command, I get the following error:

Code:
root@erinyes pfraser # emerge -DUp world
>>> --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 ">=gnome-extra/libgtkhtml-3.0.5" have been masked.
!!!    (dependency required by "net-mail/evolution-1.4.0" [ebuild])
 
!!! Problem with ebuild net-mail/evolution-1.4.0
!!! Possibly a DEPEND/*DEPEND problem.
 
!!! Depgraph creation failed.


Obviously this causes some problems (Can't update any world packages)... Is there a solution to this?
Back to top
View user's profile Send private message
cult hero
Apprentice
Apprentice


Joined: 13 Oct 2002
Posts: 186
Location: Las Vegas

PostPosted: Sun Jun 15, 2003 11:19 am    Post subject: Reply with quote

Yeah, actually... you should read through the portage guide. However... it would be rude of me not to answer.

You need to unmask libgtkhtml in your /usr/portage/profiles/package.mask file. Just find the line with libgtkhtml and comment it out a la one of these #.
_________________
Repeat after me! This world is made of love and peace!
Back to top
View user's profile Send private message
pauk
n00b
n00b


Joined: 04 May 2003
Posts: 17
Location: Queensland, Australia

PostPosted: Mon Jun 16, 2003 5:39 am    Post subject: Reply with quote

Oops, should've mentioned I already tried that. :) (It's actually commented out already)
Back to top
View user's profile Send private message
Brown Eyed Boy
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jun 2003
Posts: 85
Location: England

PostPosted: Mon Jun 16, 2003 9:08 pm    Post subject: Reply with quote

I'm having the same problem (but with different packages) and I'd really appreciate a solution. Here's what packages would be merged with --update...
    $ emerge --update --deep --pretend world

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

    Calculating world dependencies ...done!
    [ebuild UD] gnome-base/eel-2.2.3 [2.2.4]
    [ebuild UD] gnome-base/nautilus-2.2.3 [2.2.4]
    [ebuild U ] dev-perl/MIME-Base64-2.20 [2.12-r2]
    [ebuild U ] dev-perl/libnet-1.13 [1.11-r1]
    [ebuild U ] dev-perl/HTML-Parser-3.28 [3.26-r2]
    [ebuild U ] dev-perl/libwww-perl-5.69 [5.68]
    [ebuild U ] gnome-base/gnome-panel-2.2.2 [2.2.1]
    [ebuild U ] gnome-extra/bug-buddy-2.2.104 [2.2.103]

But here's what I get with --upgradeonly...
    $ emerge --upgradeonly --deep --pretend world
    >>> --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 ">=gnome-base/eel-2.2.4" have been masked.
    !!! (dependency required by "gnome-base/nautilus-2.2.4" [ebuild])

    !!! Problem with ebuild gnome-base/nautilus-2.2.4
    !!! Possibly a DEPEND/*DEPEND problem.

    !!! Depgraph creation failed.

The way I understand the --upgradeonly option, shouldn't it just ignore the 2 packages that --update would downgrade and emerge the remaining packages? I'd appreciate some clarification on this.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum