Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installato gentoo...alcuni problemi....
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Raffo
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1019
Location: Berlin

PostPosted: Mon May 31, 2004 6:42 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Raffo wrote:
mi potete dire che cosa debbo fare per aggiornare il sistema??

Io faccio
Code:
# emerge sync
# emerge -UD world

sono processi molto lunghi vero??

ho emerso gimp facendo normalmente # emerge gimp, nn ho avuto problemi, solo che mi ha installato la vers 1.2, siccome uso moltissimo gimp, vorrei avere la vers 2.0...come faccio?? per oggi nn vi torturo più, ancora grazie, ciao!!
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Mon May 31, 2004 7:03 pm    Post subject: Reply with quote

Devi lanciare
Code:

ACCEPT_KEYWORDS="~x86" emerge -pv gimp

(la p tra le opzioni è per --pretend, ti fa solo vedere cosa installerebbe, per installarlo davvero toglila)
Questo serve perchè è un pacchetto masked, ovvero un pacchetto la cui stabilità non è ancora accertata al 100% (o una percentuale accettabile vicina ad essa :) )
Magari guarda man portage e/o man emerge per ulteriori delucidazioni visto che sono abbastanza essenziali per il funzionamento di gentoo
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Mon May 31, 2004 7:05 pm    Post subject: Reply with quote

Scusa....
Quote:

ACCEPT_KEYWORDS="~x86" emerge -pv gimp

Questo va bene se usi un'architettura x86 chiaramente, altrimenti sostituisci con ~latuaarchitettura (magari hai un athlon64 e ti facevo installare quella per x86)... :oops:
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Mon May 31, 2004 9:10 pm    Post subject: Reply with quote

Cazzantonio wrote:
Scusa....
Quote:

ACCEPT_KEYWORDS="~x86" emerge -pv gimp

Questo va bene se usi un'architettura x86 chiaramente, altrimenti sostituisci con ~latuaarchitettura (magari hai un athlon64 e ti facevo installare quella per x86)... :oops:


In teoria questo è giusto, ma facendo cosi ti incasini un po' la vita...
Si perchè emergi gimp ~x86 ma quando poi dai un
Code:
#emerge -uDav world

ti riporterebbe gimp alla 1.2 (o quello che è la versione stabile), se invece fai
Code:
#ACCEPT_KEYWORDS="~x86" emerge -uDav world

ti mette le versioni instabili di tutto quello che ti aggiorna.

Dovresti invece crearti un file /etc/portage/packages.keywords e scriverci
Code:
>=media-gfx/gimp ~x86


Così usa la versione instabile solo di gimp. e lo emergi con emerge gimp ;)
spero che sia utile.
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Mon May 31, 2004 9:40 pm    Post subject: Reply with quote

Ma infatti faccio solitamente
Code:
emerge -vDU world

così non esiste il problema... (perchè mettere la u quando puoi mettere la U? :D )

Mettere la roba in package.keywords va bene ma serve se emergi un sacco di roba masked, se ti serve solo gimp lo sai e ti conviene fare in quel modo, almeno secondo il mio gusto personale... ogni consiglio è chiaramente sempre ben accetto :D
In ogni caso hai fatto bene a farlo notare perchè io non ci avrei mai pensato a dirlo (ormai sono abituato troppo male) :oops:
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Tue Jun 01, 2004 6:07 am    Post subject: Reply with quote

=DvD= wrote:
Dovresti invece crearti un file /etc/portage/packages.keywords e scriverci
Code:
>=media-gfx/gimp ~x86

Questa e' la soluzione migliore secondo me.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Tue Jun 01, 2004 8:39 am    Post subject: Reply with quote

Cazzantonio wrote:
Ma infatti faccio solitamente
Code:
emerge -vDU world

così non esiste il problema... (perchè mettere la u quando puoi mettere la U? :D )


Perchè la -U è deprecata ( o cosi ho letto in qualche post, non mi ricordo se inglese o italiano) e sconsigliata: praticamente se portage vuole riportarti qalche pacchetto a una versione piu bassa, si vede che un motivo c'è... magari hanno scoperto dei problemi che pensavano che non ci fossero con la versione nuova.
Quindi perchè buttare via questa feature per nulla??? :D
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Tue Jun 01, 2004 12:23 pm    Post subject: Reply with quote

=DvD= wrote:
Perchè la -U è deprecata

Si effettivamente da quando c'e' il file keywords non ha piu' molto senso la -U visto che se vuoi un pacchetto in keywords lo aggiungi li.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Raffo
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1019
Location: Berlin

PostPosted: Tue Jun 01, 2004 12:41 pm    Post subject: Reply with quote

grazie ragazzi, ho deciso di optare per la soluzione proposta da =DvD=....ma è normale che nn ho la directory portage in etc?? la devo creare vero??
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Tue Jun 01, 2004 12:45 pm    Post subject: Reply with quote

Raffo wrote:
grazie ragazzi, ho deciso di optare per la soluzione proposta da =DvD=....ma è normale che nn ho la directory portage in etc?? la devo creare vero??

Io ho dovuto crearla... ti copio i files che c'ho io cosi ti fai un idea di come funziona... (il fatto che non ci sia di default spaventa un po', è vero!)

Code:
lazypenguin / # ls /etc/portage/
package.keywords  package.unmask  package.use


/etc/portage/package.keywords
Code:
lazypenguin / # cat /etc/portage/package.keywords
>=x11-base/xfree-4.3.99.902-r2 ~x86
>=net-p2p/mldonkey ~x86
>=media-gfx/gimp ~x86


/etc/portage/package.unmask
Code:
lazypenguin / # cat /etc/portage/package.unmask
>=x11-base/xfree-4.3.99.902-r2
=media-video/realone-1


/etc/portage/package.use
Code:
lazypenguin / # cat /etc/portage/package.use
>=net-www/links -X
>=net-dialup/rp-pppoe -X
>=dev-java/blackdown-jdk -doc
Back to top
View user's profile Send private message
Raffo
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1019
Location: Berlin

PostPosted: Tue Jun 01, 2004 12:56 pm    Post subject: Reply with quote

scusami che sono pignolo, ma in un tuo post dici di creare packages.keywords e in un altro package.keywords....qual è quello giusto???[/b]
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Tue Jun 01, 2004 1:00 pm    Post subject: Reply with quote

Raffo wrote:
scusami che sono pignolo, ma in un tuo post dici di creare packages.keywords e in un altro package.keywords....qual è quello giusto???[/b]


ops!
Quello dove ti faccio l'ls e il cat dei files!!
man portage && man emerge && info portage && info emerge ecc ecc cmq rispondono a tante domande :D
Back to top
View user's profile Send private message
sourcez
Apprentice
Apprentice


Joined: 05 Feb 2004
Posts: 166
Location: Italy

PostPosted: Tue Jun 01, 2004 1:15 pm    Post subject: Reply with quote

A questo indirizzo http://www.gentoo.it/tips/portagetips.html troverai molti consigli utili sul portage
_________________
"Tutti pensano a cambiare l’umanità ma nessuno pensa a cambiare se stesso."
Lev Tolstoj
Back to top
View user's profile Send private message
Raffo
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1019
Location: Berlin

PostPosted: Tue Jun 01, 2004 4:25 pm    Post subject: Reply with quote

ho fatto l'emerge come consigliato ed ho installato gimp 2.0 solo che se digito gimp da shell mi apre l'1.2.5!! cosa devo fare per far partire il 2.0??
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30925
Location: here

PostPosted: Tue Jun 01, 2004 4:33 pm    Post subject: Reply with quote

Raffo wrote:
ho fatto l'emerge come consigliato ed ho installato gimp 2.0 solo che se digito gimp da shell mi apre l'1.2.5!! cosa devo fare per far partire il 2.0??

gimp-2.0
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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