View previous topic :: View next topic |
Author |
Message |
Realmaker l33t
Joined: 17 Sep 2003 Posts: 683 Location: Bremen, Germany
|
Posted: Tue Oct 07, 2003 6:29 pm Post subject: kleine frage |
|
|
ich habe mir die dokumentation des protages-trees durchgelesen und muss sagen das system gefällt mir. nur eine frage wurde mir dabei nicht beantwortet, nämlich:
was ist mit den abhängigkeiten eines runtergeladenes programmes? gibt es dann etwas wie 'emerge name-x.y.z.tar.gz'? |
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1938
|
Posted: Tue Oct 07, 2003 6:32 pm Post subject: |
|
|
Ja, die Abhängigkeiten werden beim Installieren automatisch aufgelöst... _________________ Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong." |
|
Back to top |
|
|
Realmaker l33t
Joined: 17 Sep 2003 Posts: 683 Location: Bremen, Germany
|
Posted: Tue Oct 07, 2003 6:34 pm Post subject: |
|
|
und auch mit dem emerge-befehl oder mit ./configure && make && make install? |
|
Back to top |
|
|
think4urs11 Bodhisattva
Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Tue Oct 07, 2003 6:49 pm Post subject: |
|
|
Hi!
emerge entspricht in etwa
- suche abhängigkeiten (und löse sie auf)
- hole packet (incl. der abhängigen!)
- configuriere+compiliere+installiere
wobei Schritt 2+3 jeweils pro Packet laufen; d.h. download/compile/download/compile/...
kannst du aber auch beeinflußen das erst alle Packete geladen werden (Parameter -f bei emerge)
HTH
T. _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
|
Realmaker l33t
Joined: 17 Sep 2003 Posts: 683 Location: Bremen, Germany
|
Posted: Tue Oct 07, 2003 6:51 pm Post subject: |
|
|
hmmm, ok
dann frag ich das so:
was macht ihr wenn ihr ein programm das ihr benötigt nicht im portage-tree findet? (am betse plus befehl) |
|
Back to top |
|
|
gerry Apprentice
Joined: 01 Sep 2002 Posts: 249 Location: Bodensee
|
Posted: Tue Oct 07, 2003 6:55 pm Post subject: |
|
|
Realmaker wrote: |
dann frag ich das so:
was macht ihr wenn ihr ein programm das ihr benötigt nicht im portage-tree findet? (am betse plus befehl) |
wir (d.h. die erfahreneren) bauen ein ebuild und geben es in den bugzilla (wird das immer noch so gemacht?)
diejenigen die nicht warten wollen bis das ebuild akzeptiert wird ziehen sich das programm, entpacken es (z.b. "tar zxf programm.tar.gz") und installieren es mit dem berühmten dreisatz
Code: |
./configure
make
make install (als root)
|
falls das configure script noch nach anderen programmen o.ä. verlangt, installiert man die am besten mit emerge |
|
Back to top |
|
|
Realmaker l33t
Joined: 17 Sep 2003 Posts: 683 Location: Bremen, Germany
|
Posted: Tue Oct 07, 2003 7:05 pm Post subject: |
|
|
gut, genau das wollte ich wissen, vielen dank |
|
Back to top |
|
|
|