I have installed Deluge 1.1.3 in my Gentoo AMD64, and I have the folowing error:
Code: Select all
peratu@fujitsu ~ $ deluge
1.1.3
/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/queuedtorrents.py:48: GtkWarning: Failed to set text from markup due to error parsing markup: Error en la lÃnea 1, carácter 18: Texto codificado como UTF-8 inválido; «<big><b>Aᅵadir torrents en cola</b></big>» no válido
"glade/queuedtorrents.glade"))
/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/mainwindow.py:51: GtkWarning: Invalid input string
"glade/main_window.glade"))
Violación de segmento
Code: Select all
peratu@fujitsu ~ $ deluge
1.1.3
/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/queuedtorrents.py:48: GtkWarning: Failed to set text from markup due to error parsing markup: Error line 1, character 18: Invalid text coded as UTF-8; «<big><b>Add torrents to queue</b></big>» no valid
"glade/queuedtorrents.glade"))
/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/mainwindow.py:51: GtkWarning: Invalid input string
"glade/main_window.glade"))
Segmentation fault
I have tried with the stable version deluge 1.0.7 and I have the same error.
This is my make.conf
Code: Select all
CFLAGS="-march=k8 -O2 -pipe"
CXXFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j2"
USE="xulrunner sqlite X svga threads truetype vorbis flac win32codecs
cpudetection cairo jpeg jpeg2k png xml gtk xft spell x264 xvid opengl
xcomposite libnotify startup-notification acpi xcb glitz alsa unicode
hal dbus 3dnow 3dnowext mmx sse sse2"
LINGUAS="es"
VIDEO_CARDS=""
ALSA_CARDS=""
FEATURES="parallel-fetch"
Code: Select all
fujitsu peratu # emerge --deep --update --newuse world --pretend
These are the packages that would be merged, in order:
Calculating dependencies... done!
!!! The following installed packages are masked:
- net-p2p/deluge-1.1.3 (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
fujitsu peratu #
Package versions (all stable):
Code: Select all
gtk+-2.12.11
libglade-2.6.3
pygtk-2.12.1-r2
Any idea?
Thanks in advance.