Page 2 of 2

Re: deluge blank screen

Posted: Wed Dec 31, 2008 6:29 pm
by danii
Well in my instalation I have /usr/lib/python2.5/site-packages/deluge/libtorrent.so wich is installed by deluge, do you have this file?

Re: deluge blank screen

Posted: Thu Jan 01, 2009 2:00 am
by peratu
Yes I have:

Code: Select all

peratu@hp ~ $ ls -l /usr/lib/python2.5/site-packages/deluge/libtorrent.so 
-rwxr-xr-x 1 root root 5892024 Dec 31 18:45 /usr/lib/python2.5/site-packages/deluge/libtorrent.so

Re: deluge blank screen

Posted: Thu Jan 01, 2009 3:07 am
by andar
peratu wrote:Yes I have:

Code: Select all

peratu@hp ~ $ ls -l /usr/lib/python2.5/site-packages/deluge/libtorrent.so 
-rwxr-xr-x 1 root root 5892024 Dec 31 18:45 /usr/lib/python2.5/site-packages/deluge/libtorrent.so
Try this:

Code: Select all

$ python
>>> import deluge.libtorrent

Re: deluge blank screen

Posted: Thu Jan 01, 2009 1:51 pm
by peratu

Code: Select all

peratu@hp ~ $ python
Python 2.5.2 (r252:60911, Dec 31 2008, 17:51:46) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import deluge.libtorrent
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib/libboost_python-mt.so)
>>>

Code: Select all

peratu@hp ~ $ ls -l /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libstdc++.so.6
lrwxrwxrwx 1 root root 18 Dec 18 22:21 /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libstdc++.so.6 -> libstdc++.so.6.0.8
This is very rare:
[GCC 4.3.2] on linux2
ImportError: /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/

Re: deluge blank screen

Posted: Thu Jan 01, 2009 2:50 pm
by peratu
############## PROBLEM FIXED ###############

I have uninstalled gcc-4.1.2

Code: Select all

emerge --unmerge =gcc-4.1.2
I have uninstalled gcc-config

Code: Select all

emerge --unmerge gcc-config
I have re-merged (and updated) gcc (4.3.2 version)

Code: Select all

emerge gcc
And I have made:

Code: Select all

fix_libtool_files.sh 4.3.2
Now, deluge works fine.
Thanks to all people who has helped me :-)

And finally... xD

Code: Select all

emerge --unmerge azureus