Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] exaile fails to start
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Speen
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2006
Posts: 118
Location: Herzogenrath, NRW, Germany

PostPosted: Tue Dec 04, 2007 8:59 pm    Post subject: [solved] exaile fails to start Reply with quote

Hi there,

I saw today, that exaile fails to start. I had a lot of work and updated a lot during the last days, so I can't tell you exactly what could cause the error.

Exaile returns this if called from shell:
Code:

alex@Jerusalem ~ $ exaile
Traceback (most recent call last):
  File "/usr/lib/exaile/exaile.py", line 91, in <module>
    from xl.gui import main as exailemain
  File "/usr/lib/exaile/xl/gui/main.py", line 23, in <module>
    from xl import library, media, audioscrobbler, equalizer, burn, common
  File "/usr/lib/exaile/xl/library.py", line 20, in <module>
    from xl import common, media, db, audioscrobbler, xlmisc, dbusinterface
  File "/usr/lib/exaile/xl/media/__init__.py", line 1, in <module>
    from xl.media import mp3, ogg, flac, wav, wv, mpc, tta
  File "/usr/lib/exaile/xl/media/mp3.py", line 2, in <module>
    from xl import xlmisc
  File "/usr/lib/exaile/xl/xlmisc.py", line 54, in <module>
    import common, prefs
  File "/usr/lib/exaile/xl/prefs.py", line 22, in <module>
    import cd_import, xlmisc, audioscrobbler, burn, advancededitor
  File "/usr/lib/exaile/xl/cd_import.py", line 25, in <module>
    import gst
  File "/usr/lib/python2.5/site-packages/gst-0.10/gst/__init__.py", line 144, in <module>
    from _gst import *
ImportError: /usr/lib/python2.5/site-packages/gst-0.10/gst/_gst.so: undefined symbol: libxml_xmlDocPtrWrap


this is my emerge --info

Code:

alex@Jerusalem ~ $ emerge --info
Portage 2.1.3.19 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.6.1-r0, 2.6.22-gentoo-r1 i686)
=================================================================
System uname: 2.6.22-gentoo-r1 i686 AMD Athlon(tm) XP 1800+
Timestamp of tree: Tue, 04 Dec 2007 19:46:01 +0000
distcc[14266] (dcc_set_trace_from_env) ERROR: failed to open logfile /var/tmp/portage/.distcc: Is a directory [enabled]
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r5, 2.5.1-r4
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe -g"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe -g"
DISTDIR="/usr/portage/distfiles"
FEATURES="distcc distlocks metadata-transfer sandbox sfperms splitdebug strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo "
LANG="de_DE.UTF-8"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X alsa berkdb bitmap-fonts cli cracklib crypt cups dri dvd dvdr dvdread esd fortran gdbm gnome gpm gtk iconv java jpeg midi mmx mudflap ncurses nls nptl nptlonly openmp pam pcre perl ppds pppd python readline reflection samba session spl ssl tcpd truetype-fonts type1-fonts unicode x86 xinerama xorg zlib" ALSA_CARDS="ens1371" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


hope you can help me

kind regards

Alex

update: exaile version: 0.2.11-r2


Last edited by Speen on Mon Dec 10, 2007 10:01 am; edited 1 time in total
Back to top
View user's profile Send private message
Sotol
Apprentice
Apprentice


Joined: 09 Apr 2004
Posts: 192

PostPosted: Wed Dec 05, 2007 9:52 am    Post subject: Reply with quote

Have you run revdep-rebuild since your mass updates?
Back to top
View user's profile Send private message
Speen
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2006
Posts: 118
Location: Herzogenrath, NRW, Germany

PostPosted: Wed Dec 05, 2007 10:20 am    Post subject: Reply with quote

kittytime wrote:
Have you run revdep-rebuild since your mass updates?


yes
Back to top
View user's profile Send private message
Speen
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2006
Posts: 118
Location: Herzogenrath, NRW, Germany

PostPosted: Thu Dec 06, 2007 5:08 pm    Post subject: Reply with quote

Speen wrote:
kittytime wrote:
Have you run revdep-rebuild since your mass updates?


yes


nobody?

any ideas?
Back to top
View user's profile Send private message
V-Li
Retired Dev
Retired Dev


Joined: 03 Jan 2006
Posts: 613

PostPosted: Fri Dec 07, 2007 12:19 am    Post subject: Reply with quote

Speen wrote:
Speen wrote:
kittytime wrote:
Have you run revdep-rebuild since your mass updates?


yes


nobody?

any ideas?


File a bug on Bugzilla.
Back to top
View user's profile Send private message
Speen
Tux's lil' helper
Tux's lil' helper


Joined: 27 Apr 2006
Posts: 118
Location: Herzogenrath, NRW, Germany

PostPosted: Mon Dec 10, 2007 10:01 am    Post subject: Reply with quote

V-Li wrote:
Speen wrote:
Speen wrote:
kittytime wrote:
Have you run revdep-rebuild since your mass updates?


yes


nobody?

any ideas?


File a bug on Bugzilla.


solved. It was distcc
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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