[amd64] invalid unicode string

General support for problems installing or using Deluge
Post Reply
peratu
Member
Member
Posts: 10
Joined: Mon Dec 29, 2008 3:05 pm

[amd64] invalid unicode string

Post by peratu »

Hi!

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
I have translated to english:

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
All versions of my packages are stable. I only use ACCEPT_KEYWORDS="~amd64" for deluge, and ONLY for deluge, not for his dependences.

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"
I have all the system compiled with this flags.

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 # 
I have the SAME make.conf in another machine, with Gentoo x86 (not amd64), and deluge works fine.

Package versions (all stable):

Code: Select all

gtk+-2.12.11
libglade-2.6.3
pygtk-2.12.1-r2
The same versions in both machines (amd64 and x86)

Any idea?

Thanks in advance.
Post Reply