Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[PORTAGE] intento y no consigo desenmascarar (solucionado)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
sefirotsama
l33t
l33t


Joined: 11 Apr 2006
Posts: 791
Location: sefirot@catalunya # cd ~

PostPosted: Sun Apr 08, 2007 5:33 pm    Post subject: [PORTAGE] intento y no consigo desenmascarar (solucionado) Reply with quote

Estoy frustrado no hay manera lo he intentado de verdad he segido 800 veces cada guia y manual pero no lo consigo). Ojala me puedan ayudar :'(


También he seguido esta guia: http://gentoo-wiki.com/Masked#Masked_by_missing_keyword

Lo que me pasa, caso reciente:

ejemplo1 wrote:

unitl sefirot # emerge guifications

Calculating dependencies -
!!! All ebuilds that could satisfy "guifications" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-plugins/guifications-2.12 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.10 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta5 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta6 (masked by: ~amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

unitl sefirot # echo "x11-plugins/guifications" >> /etc/portage/package.unmask
unitl sefirot # emerge guifications

Calculating dependencies -
!!! All ebuilds that could satisfy "guifications" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-plugins/guifications-2.12 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.10 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta5 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta6 (masked by: ~amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.


unitl sefirot # tail /etc/portage/package.unmask
x11-plugins/guifications
unitl sefirot # JOOOOOOOOOOOOODEEEEEEEEEEEEER
bash: JOOOOOOOOOOOOODEEEEEEEEEEEEER: command not found


Y como este intento muchas más combinaciones con montones de paquetes si pongo la versión pongo el comparador sinó, no. Ya no sé que hacer y de verdad que lo he probado todo (sobretodo me he amargado con algún driver que necesito desenmascarar y me muero pq acaba sin funcionar.

POR FAVOR AYÚDENME!
_________________
Linux User #415604

GnuPG Key: 185F CF01 0FEE D196 D076 65E2 E3EE 52E7 7AA5 4FEB
«Dios no juega a los dados, usa /dev/random.»


Last edited by sefirotsama on Wed Apr 11, 2007 9:42 am; edited 1 time in total
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Sun Apr 08, 2007 7:18 pm    Post subject: Re: [PORTAGE] intento y no consigo desenmascarar (abierto) Reply with quote

La clave está en

Code:

- x11-plugins/guifications-2.12 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.10 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta5 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta6 (masked by: ~amd64 keyword)


El paquete no está disponible en amd64, así que tendrás que aceptar la rama inestable para ese paquete. Edita los archivos a los que has añadido este paquete y limpialo todo. Luego añade el paquete en package.keywords, en lugar de package.unmask.

Code:

$ echo "x11-plugins/guifications ~amd64" >> /etc/portage/package.keywords


Fíjate siempre en el "masked by...", que es lo que te da la pista de la razón por la que el paquete está enmascarado, y, por tanto, de como quitar el bloqueo.
Back to top
View user's profile Send private message
sefirotsama
l33t
l33t


Joined: 11 Apr 2006
Posts: 791
Location: sefirot@catalunya # cd ~

PostPosted: Sun Apr 08, 2007 7:52 pm    Post subject: Reply with quote

GRACIAS POR LA RESPUESTA!

Esta misma noche lo pruebo y digo que tal!

Quote:
unitl sefirot # A POR ELLOS!
bash:A POR ELLOS!: command not found

_________________
Linux User #415604

GnuPG Key: 185F CF01 0FEE D196 D076 65E2 E3EE 52E7 7AA5 4FEB
«Dios no juega a los dados, usa /dev/random.»
Back to top
View user's profile Send private message
ekz
l33t
l33t


Joined: 21 Jun 2006
Posts: 994
Location: Temuco - Chile

PostPosted: Sun Apr 08, 2007 7:59 pm    Post subject: Reply with quote

sefirotsama wrote:


Quote:
unitl sefirot # A POR ELLOS!
bash:A POR ELLOS!: command not found


[OT]

Me pasó una vez que vi un post con unos parámetros para el comando echo
Code:
echo -ne blablabla

Entonces para satisfacer mi curiosidad hice el clásico --help
Code:
ekz@localhost ~ $ echo --help
--help

OWNED!

[/OT]

SAludos


PD: man echo
_________________
Mi tumblelog
Back to top
View user's profile Send private message
sefirotsama
l33t
l33t


Joined: 11 Apr 2006
Posts: 791
Location: sefirot@catalunya # cd ~

PostPosted: Mon Apr 09, 2007 1:00 am    Post subject: Reply with quote

Todavia no he podido probar eso pero he visto esta respuesta

ekz wrote:

Me pasó una vez que vi un post con unos parámetros para el comando echo
Code:
echo -ne blablabla

Entonces para satisfacer mi curiosidad hice el clásico --help
Code:
ekz@localhost ~ $ echo --help
--help

OWNED!

SAludos


PD: man echo

muy muy muy bueno, supongo que con echo no se le puede pasar --version ni --help , xDDDDDDDDDDDDDD

que gracia, no me lo esperaba
_________________
Linux User #415604

GnuPG Key: 185F CF01 0FEE D196 D076 65E2 E3EE 52E7 7AA5 4FEB
«Dios no juega a los dados, usa /dev/random.»
Back to top
View user's profile Send private message
sefirotsama
l33t
l33t


Joined: 11 Apr 2006
Posts: 791
Location: sefirot@catalunya # cd ~

PostPosted: Tue Apr 10, 2007 2:08 pm    Post subject: Re: [PORTAGE] intento y no consigo desenmascarar (aparcado) Reply with quote

sefirotsama wrote:
Estoy frustrado no hay manera lo he intentado de verdad he segido 800 veces cada guia y manual pero no lo consigo). Ojala me puedan ayudar :'(


También he seguido esta guia: http://gentoo-wiki.com/Masked#Masked_by_missing_keyword

Lo que me pasa, caso reciente:

ejemplo1 wrote:

unitl sefirot # emerge guifications

Calculating dependencies -
!!! All ebuilds that could satisfy "guifications" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-plugins/guifications-2.12 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.10 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta5 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta6 (masked by: ~amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

unitl sefirot # echo "x11-plugins/guifications" >> /etc/portage/package.unmask
unitl sefirot # emerge guifications

Calculating dependencies -
!!! All ebuilds that could satisfy "guifications" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-plugins/guifications-2.12 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.10 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta5 (masked by: ~amd64 keyword)
- x11-plugins/guifications-2.13_beta6 (masked by: ~amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.


unitl sefirot # tail /etc/portage/package.unmask
x11-plugins/guifications
unitl sefirot # JOOOOOOOOOOOOODEEEEEEEEEEEEER
bash: JOOOOOOOOOOOOODEEEEEEEEEEEEER: command not found


Y como este intento muchas más combinaciones con montones de paquetes si pongo la versión pongo el comparador sinó, no. Ya no sé que hacer y de verdad que lo he probado todo (sobretodo me he amargado con algún driver que necesito desenmascarar y me muero pq acaba sin funcionar.

POR FAVOR AYÚDENME!



EDITO: tema temporalmente aparcado por falta de tiempo
_________________
Linux User #415604

GnuPG Key: 185F CF01 0FEE D196 D076 65E2 E3EE 52E7 7AA5 4FEB
«Dios no juega a los dados, usa /dev/random.»
Back to top
View user's profile Send private message
sefirotsama
l33t
l33t


Joined: 11 Apr 2006
Posts: 791
Location: sefirot@catalunya # cd ~

PostPosted: Wed Apr 11, 2007 9:44 am    Post subject: Reply with quote

Por el momento ya me ha ido bien con estos consejos. Ya he aprendido a usar correctamente los siguientes archivos:

    package.keyword
    package.unmask
    package.mask
    package.use



El último me venia de paso con las guias que antes no entendia y ahora ya sí.

Gracias una vez más. Cualquier otra duda del mismo tema la pondré aquí más adelante (quedavan varias pero no tengo mucho tiempo).
_________________
Linux User #415604

GnuPG Key: 185F CF01 0FEE D196 D076 65E2 E3EE 52E7 7AA5 4FEB
«Dios no juega a los dados, usa /dev/random.»
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish 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