Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto]installazione phoronix
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
newbies
n00b
n00b


Joined: 15 Jan 2012
Posts: 6

PostPosted: Sun Jan 15, 2012 5:16 pm    Post subject: [Risolto]installazione phoronix Reply with quote

Salve a tutti, sono un nuovissimo utente di gentoo :lol: :lol: ed ovviamente, usandola, inizio ad avere qualche problema.

Voglio installare phoronix ed eseguendo "emerge -a phoronix-test-suite" mi da tutta questa roba.

Code:
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-libs/oniguruma-5.9.2
[ebuild  N     ] media-libs/t1lib-5.1.2  USE="-X -doc -static-libs"
[ebuild  N     ] dev-libs/pslib-0.4.1-r2  USE="-debug -jpeg -png -tiff"
[ebuild  N     ] dev-libs/libmcrypt-2.5.8-r2
[ebuild  N     ] app-admin/eselect-php-0.6.2
[ebuild  N     ] dev-lang/nasm-2.09.10  USE="-doc"
[ebuild  N     ] media-libs/libjpeg-turbo-1.1.1  USE="-static-libs"
[ebuild  N     ] virtual/jpeg-0  USE="-static-libs"
[ebuild  N     ] dev-lang/php-5.3.9  USE="berkdb bzip2 cli crypt ctype curl fileinfo filter gd gdbm hash iconv ipv6 json nls pcntl phar posix readline session simplexml ssl tokenizer truetype unicode xml zip zlib -apache2 -bcmath -calendar -cdb -cgi -cjk -curlwrappers -debug -doc -embed -enchant -exif -firebird -flatfile -fpm (-frontbase) -ftp -gmp -imap -inifile -intl -iodbc -kerberos -kolab -ldap -ldap-sasl -libedit -mhash -mssql -mysql -mysqli -mysqlnd -oci8-instant-client -odbc -pdo -pic -postgres -qdbm -recode -sharedmem -snmp -soap -sockets -spell -sqlite -sqlite3 -suhosin (-sybase-ct) -sysvipc -threads -tidy -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xsl"
[ebuild  N    ~] dev-php/pecl-ps-1.3.6-r1  USE="-examples" PHP_TARGETS="php5-3 (-php5-2)"
[ebuild  N    ~] app-benchmarks/phoronix-test-suite-3.2.1  USE="bash-completion"

The following keyword changes are necessary to proceed:
#required by app-benchmarks/phoronix-test-suite-3.2.1, required by phoronix-test-suite (argument)
>=dev-php/pecl-ps-1.3.6-r1 ~amd64
#required by phoronix-test-suite (argument)
>=app-benchmarks/phoronix-test-suite-3.2.1 ~amd64

The following USE changes are necessary to proceed:
#required by app-benchmarks/phoronix-test-suite-3.2.1, required by phoronix-test-suite (argument)
>=dev-lang/php-5.3.9:5.3 truetype curl gd pcntl zip

NOTE: This --autounmask behavior can be disabled by setting
      EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf.

Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).


La prima parte non mi preoccupa (mi elenca solo le dipendenze da soddisfare) ma non capisco la parte finale
Code:

NOTE: This --autounmask behavior can be disabled by setting
      EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf.

Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).

Qual è il problema che riscontra???Vuol dire che non è supportato phoronix???
Spero di non aver fatto una domanda troppo da newbie. Grazie in anticipo per qualunque aiuto.


Last edited by newbies on Mon Jan 16, 2012 8:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Sun Jan 15, 2012 5:46 pm    Post subject: Reply with quote

Sorvoliamo sulla domanda da troppo newbie...

Il sistema ti sta semplicemente avvisando che per installare quello che hai richiesto devi modificare delle USE e smascherare il pacchetto phoronix, disponibile in portage solo in versione instabile.
Inoltre il suggerimento, che ti sconsiglio, è quello di smascherare in automatico i pacchetti mascherati, intervenendo sul make.conf.
Back to top
View user's profile Send private message
k01
Arch/Herd Tester
Arch/Herd Tester


Joined: 13 Feb 2008
Posts: 617
Location: Milano

PostPosted: Sun Jan 15, 2012 6:31 pm    Post subject: Re: installazione phoronix Reply with quote

newbies wrote:

The following keyword changes are necessary to proceed:
#required by app-benchmarks/phoronix-test-suite-3.2.1, required by phoronix-test-suite (argument)
>=dev-php/pecl-ps-1.3.6-r1 ~amd64
#required by phoronix-test-suite (argument)
>=app-benchmarks/phoronix-test-suite-3.2.1 ~amd64

The following USE changes are necessary to proceed:
#required by app-benchmarks/phoronix-test-suite-3.2.1, required by phoronix-test-suite (argument)
>=dev-lang/php-5.3.9:5.3 truetype curl gd pcntl zip

NOTE: This --autounmask behavior can be disabled by setting
EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf.

Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).

La prima parte non mi preoccupa (mi elenca solo le dipendenze da soddisfare) ma non capisco la parte finale

Qual è il problema che riscontra???Vuol dire che non è supportato phoronix???
Spero di non aver fatto una domanda troppo da newbie. Grazie in anticipo per qualunque aiuto.


se leggi attentamente c'è scritto esatattamente qual'è il problema :wink:
in portage ci sono pacchetti considerata stabili, e pacchetti considerati in testing (indicati da ~). normalmente vengono installati solo quelli stabili, se vuoi installare un pacchetto in testing devi smascherarlo esplicitamente. nell'handbook c'è scritto tutto, non fermarti alla semplice installazione ma continua a leggere anche le due sezioni successive:
http://www.gentoo.org/doc/it/handbook/handbook-x86.xml?part=2
http://www.gentoo.org/doc/it/handbook/handbook-x86.xml?part=3

mrl4n wrote:
Inoltre il suggerimento, che ti sconsiglio, è quello di smascherare in automatico i pacchetti mascherati, intervenendo sul make.conf.


se intendi la parte in cui dice di aggiungere autounmask=n alle opzioni di default è il contrario, autounmask=y è attivo di default ed è il comportamento che viene riscontrato da "newbies", se viene disattivata si ottiene il semplice messaggio che tutte le ebuild che potrebbero soddisfare la richiesta sono mascherate, senza suggerire i cambiamenti da effettuare. se anche viene abilitato --autounmask-write come opzione di default è comunque sempre necessario aggiornare i file in /etc prima di rendere effettive le modifiche
Back to top
View user's profile Send private message
newbies
n00b
n00b


Joined: 15 Jan 2012
Posts: 6

PostPosted: Sun Jan 15, 2012 7:50 pm    Post subject: Reply with quote

Grazie per le risposte intanto. Era come sospettavo ma non volevo sparare cavolate. Avevo letto del fatto del"mask" ed "unmask" quindi adesso ho capito che è quello. Allora basta inserire questi due (app-benchmarks/phoronix-test-suite-3.2.1 e dev-php/pecl-ps-1.3.6-r1) nel /etc/portage/package.unmask, no???Avevo letto così, scusate ma non vorrei incasinare tutto.
Back to top
View user's profile Send private message
k01
Arch/Herd Tester
Arch/Herd Tester


Joined: 13 Feb 2008
Posts: 617
Location: Milano

PostPosted: Sun Jan 15, 2012 8:18 pm    Post subject: Reply with quote

in /etc/portage/package.keywords, non in .unmask, quello serve in altri casi :)
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon Jan 16, 2012 9:23 am    Post subject: Reply with quote

mrl4n wrote:
Sorvoliamo sulla domanda da troppo newbie...


se è una battuta basata sul suo username ok (ma magari metti delle faccine la prossima volta). Altrimenti, mi spiace dirlo, ma questo non è esattamente il modo di accogliere un nuovo arrivato.

Riconosco benissimo di poter aver frainteso il tuo messaggio quindi, se è questo il caso, ti chiedo scusa in anticipo.
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2489
Location: イタリアのロディで

PostPosted: Mon Jan 16, 2012 1:21 pm    Post subject: Reply with quote

Forse voleva dire di non aver paura di fare domande anche se gli sembrano troppo da niubbo.
Peggio se avesse risposto RTFM!! :P
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
newbies
n00b
n00b


Joined: 15 Jan 2012
Posts: 6

PostPosted: Mon Jan 16, 2012 4:05 pm    Post subject: Reply with quote

cmq ho risolto mettendo ~ ad amd64 del make.conf
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon Jan 16, 2012 4:12 pm    Post subject: Reply with quote

newbies wrote:
cmq ho risolto mettendo ~ ad amd64 del make.conf


così smascheri tutti quanti i pacchetti in portage (compresa la toolchain e i pacchetti fondamentali come il kernel). In generale non è una scelta saggia, men che meno se si ha poca esperienza con gentoo.

La soluzione corretta è smascherare solamente il minimo necessario per procedere all'installazione del pacchetto desiderato: c'è un motivo valido (di solito) se un software è incasellato nella categoria "testing".
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
k01
Arch/Herd Tester
Arch/Herd Tester


Joined: 13 Feb 2008
Posts: 617
Location: Milano

PostPosted: Mon Jan 16, 2012 5:02 pm    Post subject: Reply with quote

newbies wrote:
scusate ma non vorrei incasinare tutto.


newbies wrote:
cmq ho risolto mettendo ~ ad amd64 del make.conf


e le mie congratulazioni per esserti incasinato il sistema!! quella non è la soluzione al tuo problema, come ti ha detto Onip dovevi smascherare solo un paio di pacchetti, non mettere tutto il sistemi in ~
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Mon Jan 16, 2012 5:07 pm    Post subject: Reply with quote

mrl4n wrote:
Inoltre il suggerimento, che ti sconsiglio, è quello di smascherare in automatico i pacchetti mascherati, intervenendo sul make.conf.


Onip non era stato l'unico ad avvisare :lol:

Onip wrote:
se è una battuta basata sul suo username ok (ma magari metti delle faccine la prossima volta). Altrimenti, mi spiace dirlo, ma questo non è esattamente il modo di accogliere un nuovo arrivato.


Quale username?? Nemmeno l'avevo notato

bandreabis wrote:
Forse voleva dire di non aver paura di fare domande anche se gli sembrano troppo da niubbo.
Peggio se avesse risposto RTFM!! :P


Centrato :!: :!: :!: ;) SIamo stati tutti niubbi...io stesso su molte cose lo sono tuttora.
Back to top
View user's profile Send private message
newbies
n00b
n00b


Joined: 15 Jan 2012
Posts: 6

PostPosted: Mon Jan 16, 2012 6:21 pm    Post subject: Reply with quote

ma l'ho usato solo per poter installare quel pacchetto, l'ho tolto poi.
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Mon Jan 16, 2012 7:22 pm    Post subject: Reply with quote

Se sei certo che non ti ha installato altri pacchetti, ti è andata bene.
La prossima volta ti consiglio di modificare il file package.keywords in /etc/portage solo per il pacchetto che ti interessa.

P.S. se hai risolto metti [risolto] nel titolo. :D
Back to top
View user's profile Send private message
newbies
n00b
n00b


Joined: 15 Jan 2012
Posts: 6

PostPosted: Mon Jan 16, 2012 8:21 pm    Post subject: Reply with quote

ok mrl4n, la prossima volta farò in quel modo :D :D
Back to top
View user's profile Send private message
Meconiotronic
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2007
Posts: 99

PostPosted: Sat Jan 21, 2012 12:56 pm    Post subject: Reply with quote

Se usi ~ nell'accept keywords e successivamente fai un emerge -Duv world per agggiornare il sistema di pure addio alla tua gentoo te lo dice uno che 6 anni fa dovette riformattare proprio per quello.

The following USE changes are necessary to proceed:
#required by app-benchmarks/phoronix-test-suite-3.2.1, required by phoronix-test-suite (argument)
>=dev-lang/php-5.3.9:5.3 truetype curl gd pcntl zip


Devi fare solo i cambiamenti che ti chiede portage, un po' come dichiarare una presa visione dei rischi.

In questo caso apri o crea /etc/portage/package.use/package.use

e dichiara nel file:

dev-lang/php truetype curl gd pcntl zip

In questo modo portage sa che quando deve compilare il pacchetto deve necessariamente aggiungergli quelle funzioni.

Se portage ti dice ad esempio:

One of the following masked packages is required to complete your request:
- x11-wm/compiz-0.8.6-r3::gentoo (masked by: ~amd64 keyword)

il file e' un altro

Apri o crea /etc/portage/package.keywords/package.keywords

E ci dichiari dentro:

x11-wm/compiz in questo modo smascheri una versione in testing.

Per le versioni di paccketti hard masked (ti serviranno davvero raramente) il processo di smascheramento e' un altro ancora)

Dammi retta leggiti quelle 4 righe del manuale che Gentoo e' la migliore distro che esista sembra ostica ma quando impari le basi e' davvero la migliore. Non c'e un problema che non risolvi.
Back to top
View user's profile Send private message
newbies
n00b
n00b


Joined: 15 Jan 2012
Posts: 6

PostPosted: Sat Jan 21, 2012 1:04 pm    Post subject: Reply with quote

Meconiotronic: ti ringrazio per la risposta esaustiva e per la pazienza, allora la prossima volta seguirò il consiglio alla lettera :wink:

Per quanto riguarda gentoo, devo perderci ancora un pò di tempo ma già mi avevano detto che era fra le migliori. Devo solo sbatterci un pò la testa ed usarla sempre :)
Back to top
View user's profile Send private message
Meconiotronic
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2007
Posts: 99

PostPosted: Sat Jan 21, 2012 1:29 pm    Post subject: Reply with quote

Vai tranquillo qui sul forum sono sempre pronti ad aiutarti. Se ho tempo anche io qualche volta mi metto a rispondere a qualche post.
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
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