Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge installs an old version of mldonkey
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
rockster
n00b
n00b


Joined: 10 Jan 2003
Posts: 3
Location: The Netherlands

PostPosted: Mon Jan 13, 2003 11:32 am    Post subject: Emerge installs an old version of mldonkey Reply with quote

When I try to emerge mldonkey, it wants to install mldonkey 2.01:
Code:

server1 root # emerge -p mldonkey

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

Calculating dependencies ...done!
[ebuild   R  ] net-p2p/mldonkey-2.01

server1 root #


I discovered that version 2.02 was already in portage, and it was not masked (at least "cat package.mask | grep donkey" showed nothing). When I type
Code:

server1 root # emerge -p /usr/portage/net-p2p/mldonkey/mldonkey-2.02.ebuild

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

Calculating dependencies ...done!
[ebuild    U ] net-p2p/mldonkey-2.02 [2.01]

server1 root #

it wants to install the latest version. Is this an error in portage or am I doing something wrong here? :oops:

Thanks! :)

PS: With this new version, there is a new USE variable:

Code:

*mldonkey-2.02-r1 (03 Jan 2003)

  03 Jan 2003; Hannes Mehnert <hannes@gentoo.org> mldonkey-2.02-r1.ebuild:
  added pango patch if USE=mldonkeypango is set.

_________________
We all know linux is great.... it does infinite loops in 5 seconds
Back to top
View user's profile Send private message
hairyfeet
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jan 2003
Posts: 118
Location: Århus, Denmark

PostPosted: Mon Jan 13, 2003 1:48 pm    Post subject: Reply with quote

The package is masked by keyword: ~x86 and not in package.mask. Try to look here:
https://forums.gentoo.org/viewtopic.php?t=29278&highlight=

or just try:

ACCEPT_KEYWORDS="~x86" emerge mldonkey

HTH

/Sune
Back to top
View user's profile Send private message
hairyfeet
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jan 2003
Posts: 118
Location: Århus, Denmark

PostPosted: Mon Jan 13, 2003 2:04 pm    Post subject: Reply with quote

The ebuild is not using the latest pango patches. They are working fine here no more memory leaks it seems.

In the ebuild try changing:

PANGO_VERSION="20030101b"

to

PANGO_VERSION="20030108c"

HTH

/Sune
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