aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: How to Install amule 2.1.0 on Gentoo using emerge?  (Read 2382 times)

PunkSC

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 73
How to Install amule 2.1.0 on Gentoo using emerge?
« on: January 23, 2006, 08:17:00 AM »

In the gentoo portage its only available amule 2.0.3r4, but i want to install amule 2.1.0. Whats the best approach:
 - Install amule 2.0.3r4 to install all amule dependencies then manually compile and install amule 2.1.0
 - Install all amule 2.1.0 dependencies manually, including amule itself
 - Install amule 2.1.0 using some packet marked as "maskared", or something like that (i am new to gentoo... so, i am not really sure if its possible)
Tks A LOT!
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: How to Install amule 2.1.0 on Gentoo using emerge?
« Reply #1 on: January 23, 2006, 08:55:38 AM »

if you just simple want amule-2.1.0 and thats it,
do

#ACCEPT_KEYWORDS="~x86"  emerge -Dav amule


pick your options maybe and emerge
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: How to Install amule 2.1.0 on Gentoo using emerge?
« Reply #2 on: January 23, 2006, 02:40:38 PM »

Or (the Gentoo way of doing things) add this line to /etc/portage/package.keywords
Code: [Select]
net-p2p/amule ~x86and them 'emerge -av amule'

The difference? Using stefaneros approach you will also emerge every dependency of amule from the testing (~x86) tree which is maybe not what you want. And if you do a 'emerge -avDu world' after that emerge will downgrade amule back to the stable version (which is 2.0.3-r4 right now). If you use package.keywords you tell portage that you want this package always from the testing tree.
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

PunkSC

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 73
Re: How to Install amule 2.1.0 on Gentoo using emerge?
« Reply #3 on: January 25, 2006, 12:41:54 PM »

Tks a lot guys! The main reason i changed mandrake 10 for gentoo is that is becoming hard to compile amule on my old and misconfigured mandrake 10. Now i can play with the last amule release again! Thats awesome! :D
Logged