View previous topic :: View next topic |
Author |
Message |
xaman n00b
Joined: 17 Jun 2005 Posts: 25 Location: Vallès Oriental - Països Catalans
|
Posted: Fri Sep 09, 2005 3:57 pm Post subject: [CAT] ? Instal·lar un paquet testing: tikiwiki-1.9.1 |
|
|
Estic intentant instal·lar tikiwiki en una versió etiquetada com a testing.
Code: | localhost xaman # emerge -p =tikiwiki-1.9.1
These are the packages that I would merge, in order:
Calculating dependencies
!!! All ebuilds that could satisfy "=tikiwiki-1.9.1" have been masked.
!!! One of the following masked packages is required to complete your request:
- www-apps/tikiwiki-1.9.1 (masked by: ~x86 keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
localhost xaman #
|
He estat buscant i he trobat un capitol que creia que em solucionaria el problema: 3.b. Mixing Stable with Testing
he creat el fitxer /etc/portage/package.keywords i he posat una línia:
Code: | =www-app/tikiwiki-1.9.1 ~x86 |
També he provat de crear l'arxiu /etc/portage/package.unmask amb la línia:
Code: | =www-apps/tikiwiki-1.9.1 |
El resultat sempre és el mateix que al principi. Sabeu com ho he de fer per instal·lar aquest paquet? _________________ No pots separar pau de llibertat perquè ningú pot viure en pau a no ser que tingui la seva llibertat. Malcom X
Visiteu http://www.focnou.org Portal de l'EI en construcció. Està obert a propostes i col·laboracions! |
|
Back to top |
|
|
focahclero Guru
Joined: 02 Jan 2004 Posts: 554
|
Posted: Fri Sep 09, 2005 8:34 pm Post subject: |
|
|
Si vols instal·lar una versió concreta caldria:
Code: | # emerge -p =www-app/tikiwiki-1.9.1 |
(et faltava la categoria del paquet)
Si vols qualsevol versió ~x86 (no "inestable", car ~ significa que "no està bastant provat" no "inestable") hi ha prou en quelcom així
Code: | # echo www-app/tikiwiki ~x86 >> /etc/portage/package.keywords |
i aleshores l'emerge podría ser
Code: | # emerge -p tikiwiki |
Per cert, et recomane -pv o -av. Millor tenir el nivell de detall que proporciona la v.
Salut _________________ focahclero
Registered Linux User #352648. Get Counted! http://counter.li.org
[TEMA] Descripción problema (estado) |
|
Back to top |
|
|
xaman n00b
Joined: 17 Jun 2005 Posts: 25 Location: Vallès Oriental - Països Catalans
|
Posted: Sat Sep 10, 2005 3:54 pm Post subject: |
|
|
Ok, moltes gràcies. Ara ho he pogut instal·lar.
Em sembla que un dels problemes era que m'havia deixat una "s" a apps/tikiwiki. a /etc/portage/package.keywords
Salut i a reveure! _________________ No pots separar pau de llibertat perquè ningú pot viure en pau a no ser que tingui la seva llibertat. Malcom X
Visiteu http://www.focnou.org Portal de l'EI en construcció. Està obert a propostes i col·laboracions! |
|
Back to top |
|
|
|