Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Quassel y ACCEPT KEYWORDS [Solved]
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
afkael
Apprentice
Apprentice


Joined: 01 Jul 2008
Posts: 199

PostPosted: Fri Mar 06, 2009 3:05 am    Post subject: Quassel y ACCEPT KEYWORDS [Solved] Reply with quote

hola.. tengo una instalación con kde4 puro (o bueno, intento prescindir de qt3) y quisiera un cliente IRC.. el que quiero instalar es quassel que me parece muy bueno, al menos estéticamente se complementa con kde4, funcionalmente ni lo se porqu aun no lo puedo hacer funcionar..

Portage me advierte que:

Quote:
* In order to use the quassel init script you must set the
* QUASSEL_USER variable in /etc/conf.d/quasselcore to your username.
* Note: This is the user who runs the quasselcore and is independent
* from the users you set up in the quasselclient.
*
* Adding more than one user or changing username/password is not
* possible via the quasselclient yet. If you need to do these things
* you have to use the manageusers.py script, which has been installed in
* /usr/share/doc/quassel-0.3.1-r4.
* Please make sure that the quasselcore is stopped before adding more users.
*
* To enable SSL support for client/core connections the quasselcore needs
* a PEM certificate which needs to be stored in ~/.quassel/quasselCert.pem.
* To create the certificate use the following command:
* openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout ~/.quassel/quasselCert.pem -out ~/.quassel/quasselCert.pem

Pero intento crear usuarios con manageusers.py pero algo no funcina.. y supongo que falta algo en mi sistema:
Quote:
localhost quassel-0.4.0-r2 # python manageusers.py
Traceback (most recent call last):
File "manageusers.py", line 67, in <module>
main()
File "manageusers.py", line 50, in main
usermanager = UserManager()
File "manageusers.py", line 25, in __init__
self.db = sqlite3.connect(os.environ['HOME'] + '/.quassel/quassel-storage.sqlite')
sqlite3.OperationalError: unable to open database file
Exception exceptions.AttributeError: "'UserManager' object has no attribute 'db'" in <bound method UserManager.__del__ of <__main__.UserManager object at 0x7fce31159290>> ignored


Por otro lado agregé ACCEPT_KEYWORDS="~amd64" a mi make.con para pasarme a la rama inestable, pero portage insiste en hacer downgrade de mi instalación de kde-4.2 a kde-3.5.10, qué debo hacer para que ya no lo haga.. hay alguna alternativa a package.mask? en caso de que no.. cómo se qué paquetes debo enmascarar?

Quote:
localhost afkael # emerge --pretend --update --newuse --deep @system @world

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

Calculating dependencies... done!
[ebuild N ] media-libs/musicbrainz-2.1.5
[ebuild N ] app-admin/eselect-ruby-20081227
[ebuild N ] media-libs/libofa-0.9.3
[ebuild N ] media-libs/tunepimp-0.5.3-r1 USE="python"
[ebuild N ] dev-lang/ruby-1.8.6_p287-r12 USE="berkdb gdbm ipv6 ssl -debug -doc -emacs -examples -rubytests -socks5 -threads -tk -xemacs"
[ebuild N ] dev-libs/dbus-qt3-old-0.70 USE="-debug"
[ebuild NS ] kde-base/libkonq-3.5.10 [4.2.0] USE="-debug -kdehiddenvisibility"
[ebuild NS ] kde-base/kdebase-data-3.5.10 [4.2.0] USE="-debug"
[ebuild NS ] kde-base/kdialog-3.5.10 [4.2.0] USE="-debug -kdehiddenvisibility"
[ebuild NS ] kde-base/kcminit-3.5.10 [4.2.0] USE="-debug -kdehiddenvisibility"
[ebuild NS ] kde-base/kdesu-3.5.10 [4.2.0] USE="-debug -kdehiddenvisibility"
[ebuild NS ] kde-base/khotkeys-3.5.10 [4.2.0] USE="-debug -kdehiddenvisibility"
[ebuild NS ] kde-base/kdebase-kioslaves-3.5.10-r1 [4.2.0] USE="hal ldap -debug -kdehiddenvisibility -openexr -samba"
[ebuild NS ] kde-base/kfind-3.5.10 [4.2.0] USE="-debug -kdehiddenvisibility"
[ebuild N ] kde-base/kicker-3.5.10-r1 USE="-debug -kdehiddenvisibility -xcomposite"
[ebuild NS ] kde-base/khelpcenter-3.5.10 [4.2.0] USE="-debug -kdehiddenvisibility"
[ebuild NS ] kde-base/kcontrol-3.5.10 [4.2.0-r1] USE="arts joystick opengl -debug -ieee1394 -kdehiddenvisibility -logitech-mouse"
[ebuild NS ] kde-base/konqueror-3.5.10 [4.2.0-r1] USE="-branding -debug -java -kdehiddenvisibility"
[ebuild N ] x11-libs/qscintilla-2.3.2 USE="python qt4 -debug -doc -examples"
[ebuild N ] dev-python/qscintilla-python-2.3.2 USE="qt4"
[ebuild N ] dev-python/PyQt-3.17.6 USE="-debug -doc -examples"
[ebuild NS ] media-sound/amarok-1.4.10_p20090130-r1 [2.0.1.1] USE="amazon kde musicbrainz opengl python -daap -debug -ifp -ipod -mp4 -mtp -mysql -njb -postgres (-real) -visualization -xinerama" LINGUAS="es -af -ar -az -be -bg -bn -br -ca -cs -cy -da -de -el -en_GB -eo -et -eu -fa -fi -fr -ga -gl -he -hi -hu -id -is -it -ja -km -ko -ku -lo -lt -mk -ms -nb -nds -ne -nl -nn -pa -pl -pt -pt_BR -ro -ru -rw -se -sk -sl -sq -sr -sr@Latn -ss -sv -ta -tg -th -tr -uk -uz -zh_CN -zh_TW"


Gracias y saludos


Last edited by afkael on Mon Mar 09, 2009 11:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
Condex
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2005
Posts: 95
Location: 42'24ºN/8'74ºW - Sol III - Sol System

PostPosted: Fri Mar 06, 2009 8:39 pm    Post subject: Reply with quote

Quote:

* In order to use the quassel init script you must set the
* QUASSEL_USER variable in /etc/conf.d/quasselcore to your username.
* Note: This is the user who runs the quasselcore and is independent
* from the users you set up in the quasselclient.
*
* Adding more than one user or changing username/password is not
* possible via the quasselclient yet. If you need to do these things
* you have to use the manageusers.py script, which has been installed in
* /usr/share/doc/quassel-0.3.1-r4.
* Please make sure that the quasselcore is stopped before adding more users.
*
* To enable SSL support for client/core connections the quasselcore needs
* a PEM certificate which needs to be stored in ~/.quassel/quasselCert.pem.
* To create the certificate use the following command:
* openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout ~/.quassel/quasselCert.pem -out ~/.quassel/quasselCert.pem

Te contesto a lo del Quassel, lo del downgrade a KDE 3.5 podría ser porque tienes el Amarok 1.4, supongo que si reinstalas el Amarok 1.4 desactivando el USE de KDE ya no te lo pedirá...

Respecto al Quassel:
-Tienes que editar el archivo /etc/conf.d/quasselcore y poner el usuario que quieres que controle el core. En el home de este usuario también se guardará la configuración del Quassel.
-Una vez cambiado, arrancas el core. (/etc/init.d/quasselcore start).
-Luego abres el cliente, y la primera vez ya te sale un asistente para configurar el cliente y el core.

Espero que te sirva... ;)

Saludos,
Condex- 8)
_________________
Carpe diem quam minimum credula postero.
Back to top
View user's profile Send private message
afkael
Apprentice
Apprentice


Joined: 01 Jul 2008
Posts: 199

PostPosted: Sat Mar 07, 2009 12:24 am    Post subject: Reply with quote

Condex wrote:

Respecto al Quassel:
-Tienes que editar el archivo /etc/conf.d/quasselcore y poner el usuario que quieres que controle el core. En el home de este usuario también se guardará la configuración del Quassel.
-Una vez cambiado, arrancas el core. (/etc/init.d/quasselcore start).
-Luego abres el cliente, y la primera vez ya te sale un asistente para configurar el cliente y el core.

Espero que te sirva... ;)

Saludos,
Condex- 8)


Asi era nomas.. gracias

por lo de kde, uso amarok 2 y sigo sin entender cómo bloqueo los paquetes de kde3 o evito los downgrades

Saludos
Back to top
View user's profile Send private message
Condex
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2005
Posts: 95
Location: 42'24ºN/8'74ºW - Sol III - Sol System

PostPosted: Sat Mar 07, 2009 2:22 pm    Post subject: Reply with quote

Quote:
[ebuild NS ] media-sound/amarok-1.4.10_p20090130-r1 [2.0.1.1] USE="amazon kde musicbrainz opengl python -daap -debug -ifp -ipod -mp4 -mtp -mysql -njb -postgres (-real) -visualization -xinerama" LINGUAS="es -af -ar -az -be -bg -bn -br -ca -cs -cy -da -de -el -en_GB -eo -et -eu -fa -fi -fr -ga -gl -he -hi -hu -id -is -it -ja -km -ko -ku -lo -lt -mk -ms -nb -nds -ne -nl -nn -pa -pl -pt -pt_BR -ro -ru -rw -se -sk -sl -sq -sr -sr@Latn -ss -sv -ta -tg -th -tr -uk -uz -zh_CN -zh_TW"

¿Tienes instalado también Amarok 1.4? Es que esa línea me da a entender que sí... O quizás haya algo instalado que requiera el Amarok 1.4... Ni idea la verdad...

Prueba a hacer un emerge -Cav amarok y mira a ver si te dice de desinstalar un Amarok 1.4...

Lo de las dependencias de KDE es porque está intentando instalar el Amarok 1.4.10_p20090130-r1 que tiene el USE flag KDE activado, como te resalté arriba en negrita ;)

Saludos,
Condex- 8)
_________________
Carpe diem quam minimum credula postero.
Back to top
View user's profile Send private message
afkael
Apprentice
Apprentice


Joined: 01 Jul 2008
Posts: 199

PostPosted: Sat Mar 07, 2009 2:32 pm    Post subject: Reply with quote

nop, lo que dice es que se instalará este paquete

Code:
media-sound/amarok-1.4.10_p20090130


para actualizar el que tengo ya

Code:
[2.0.1.1]


por lo que digo que es un downgrade, agregé
Code:
USE="-kde -qt3 kde4 qt4"

en el make.conf y ya no intenta "actualizar" kde4 a kde3 pero amarok insiste en downgradearse

Code:

localhost afkael # emerge --pretend --update --newuse --deep @system @world

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

Calculating dependencies... done!
[ebuild  N    ] media-libs/musicbrainz-2.1.5
[ebuild   R   ] app-text/djvu-3.5.21_p20090103  USE="-kde* -qt3*"
[ebuild  N    ] app-admin/eselect-ruby-20081227
[ebuild   R   ] app-emulation/emul-linux-x86-gtklibs-20080316  USE="-qt3*"
[ebuild  N    ] media-libs/libofa-0.9.3
[ebuild  N    ] media-libs/tunepimp-0.5.3-r1  USE="python"
[ebuild  N    ] dev-lang/ruby-1.8.6_p287-r12  USE="berkdb gdbm ipv6 ssl -debug -doc -emacs -examples -rubytests -socks5 -threads -tk -xemacs"
[ebuild   R   ] app-crypt/pinentry-0.7.5-r1  USE="-qt3*"
[ebuild   R   ] app-text/poppler-bindings-0.10.4  USE="-qt3*"
[ebuild   R   ] net-irc/quassel-0.4.0-r2  USE="-kde*"
[ebuild  N    ] x11-libs/qscintilla-2.3.2  USE="python qt4 -debug -doc -examples"
[ebuild  N    ] dev-python/qscintilla-python-2.3.2  USE="qt4"
[ebuild  N    ] dev-python/PyQt-3.17.6  USE="-debug -doc -examples"
[ebuild  NS   ] media-sound/amarok-1.4.10_p20090130 [2.0.1.1] USE="amazon musicbrainz opengl python -daap -debug -ifp -ipod -kde -mp4 -mtp -mysql -njb -postgres (-real) -visualization -xinerama" LINGUAS="es -af -ar -az -be -bg -bn -br -ca -cs -cy -da -de -el -en_GB -eo -et -eu -fa -fi -fr -ga -gl -he -hi -hu -id -is -it -ja -km -ko -ku -lo -lt -mk -ms -nb -nds-ne -nl -nn -pa -pl -pt -pt_BR -ro -ru -rw -se -sk -sl -sq -sr -sr@Latn -ss -sv -ta -tg -th -tr -uk -uz -zh_CN -zh_TW"


Saludos

*** EDITO ***
Code:
localhost afkael # emerge -Cav amarok

>>> These are the packages that would be unmerged:

 media-sound/amarok
    selected: 2.0.1.1
   protected: none
     omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Would you like to unmerge these packages? [Yes/No] n

Quitting.
Back to top
View user's profile Send private message
Condex
Tux's lil' helper
Tux's lil' helper


Joined: 08 Nov 2005
Posts: 95
Location: 42'24ºN/8'74ºW - Sol III - Sol System

PostPosted: Sat Mar 07, 2009 3:47 pm    Post subject: Reply with quote

Pues ahora sí que me dejas a cuadros... 8O

Yo también tengo instalado el Amarok 2.0.1.1 y no insiste en instalarme el 1.4 :?

¿AMD64? Lo comento porque en mi PC tuve que añadir media-sound/amarok ~* al package.keywords para instalar el Amarok 2 y que no se quejase...

A ver si a alguien se le ocurre alguna otra cosa por la que el emerge ese intente instalarlo... ;)
_________________
Carpe diem quam minimum credula postero.
Back to top
View user's profile Send private message
afkael
Apprentice
Apprentice


Joined: 01 Jul 2008
Posts: 199

PostPosted: Tue Mar 10, 2009 12:09 am    Post subject: Reply with quote

Bueno, está solucionado ya con anterioridad, mi intención era evitar agregar muchos paquetes a package.mask y con
Code:
USE="-kde -qt3 kde4 qt4"

solo tuve que agregar
Code:
<media-sound/amarok-2.0.1.1

a package.unmask

PD: Gracias Condex
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