Pagina 1 di 1

GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 18:27
da hashbang
Salve a tutti,

mi serviva una piccola applicazione per convertire file audio. Conoscevo già soundconverter. Ho deciso di installarlo, prendendolo da GNOME SlackBuild (ho preso solo il pacchetto con le relative dipendenze).

Il problema è che quando lo avvio la console del terminale dà quest'output:

Codice: Seleziona tutto

$ soundconverter 
SoundConverter 1.5.3
SoundConverter needs gnome-python 2.10!
La cosa strana è che gnome-python (e dipendenze relative) è installato.

Codice: Seleziona tutto

$ ls /var/log/packages | grep gnome-python
/var/log/packages/gnome-python-2.28.0-i486-1gsb
Qualche idea?

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 18:39
da targzeta
Ma soundconverter è uno script python o un eseguibile? Cosa ti restituisce il comando 'file'. Se è un binario puoi provare ad eseguire

Codice: Seleziona tutto

strace -e open soundconverter
per vedere i file che cerca di aprire e che non trova. Magari vuole proprio uno specificato file che non hai, avendo una versione superiore.
Altro domanda, ma l'hai compilato da te o è un pacchetto?

Emanuele

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 18:47
da hashbang
spina ha scritto:Ma soundconverter è uno script python o un eseguibile? Cosa ti restituisce il comando 'file'. Se è un binario puoi provare ad eseguire

Codice: Seleziona tutto

strace -e open soundconverter
per vedere i file che cerca di aprire e che non trova. Magari vuole proprio uno specificato file che non hai, avendo una versione superiore.
Altro domanda, ma l'hai compilato da te o è un pacchetto?

Emanuele
È uno script python.
il comando da te dato mi dice che mancano alcune librerie (sono riuscito a prendere l'ultima parte)

Codice: Seleziona tutto

EFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__.py", O_RDONLY|O_LARGEFILE) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__.pyc", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/gobject.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/gobjectmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/gobject.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/gobject.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/_gio.so", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/_gio.so", O_RDONLY) = 7
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/unix.so", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/python2.6/site-packages/gtk-2.0/gio/unix.so", O_RDONLY) = 7
open("/usr/bin/pango.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/pangomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/pango.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/pango.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pango.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pangomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pango.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pango.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pango.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pangomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pango.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pango.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pango.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pangomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pango.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pango.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/pango.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/pangomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/pango.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/pango.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pango.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pangomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pango.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pango.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/pango.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/pangomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/pango.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/pango.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/pango.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/pangomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/pango.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/pango.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/pango.so", O_RDONLY|O_LARGEFILE) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/pango.so", O_RDONLY) = 6
open("/usr/lib/python2.6/encodings/utf_8.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/utf_8module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/utf_8.py", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/python2.6/encodings/utf_8.pyc", O_RDONLY|O_LARGEFILE) = 7
open("/usr/bin/atk.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/atkmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/atk.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/atk.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/atk.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/atkmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/atk.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/atk.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/atk.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/atkmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/atk.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/atk.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/atk.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/atkmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/atk.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/atk.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/atk.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/atkmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/atk.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/atk.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/atk.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/atkmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/atk.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/atk.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/atk.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/atkmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/atk.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/atk.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/atk.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/atkmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/atk.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/atk.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/atk.so", O_RDONLY|O_LARGEFILE) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/atk.so", O_RDONLY) = 6
open("/usr/bin/pangocairo.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/pangocairomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/pangocairo.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/pangocairo.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pangocairo.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pangocairomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pangocairo.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pangocairo.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pangocairo.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pangocairomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pangocairo.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pangocairo.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pangocairo.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pangocairomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pangocairo.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pangocairo.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/pangocairo.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/pangocairomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/pangocairo.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/pangocairo.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pangocairo.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pangocairomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pangocairo.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pangocairo.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/pangocairo.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/pangocairomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/pangocairo.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/pangocairo.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/pangocairo.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/pangocairomodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/pangocairo.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/pangocairo.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/pangocairo.so", O_RDONLY|O_LARGEFILE) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/pangocairo.so", O_RDONLY) = 6
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/_lazyutilsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.py", O_RDONLY|O_LARGEFILE) = 4
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/_lazyutils.pyc", O_RDONLY|O_LARGEFILE) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/types.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/typesmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/types.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/types.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/deprecation.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/deprecationmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/deprecation.py", O_RDONLY|O_LARGEFILE) = 4
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/deprecation.pyc", O_RDONLY|O_LARGEFILE) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/os.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/osmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/os.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/os.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/warnings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/warningsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/warnings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/warnings.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/it_IT/LC_IDENTIFICATION", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_MEASUREMENT", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_TELEPHONE", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_ADDRESS", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_NAME", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_PAPER", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_MESSAGES", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_MONETARY", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_TIME", O_RDONLY) = 4
open("/usr/lib/locale/it_IT/LC_NUMERIC", O_RDONLY) = 4
open("/usr/share/locale/it_IT/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/it/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/it_IT/LC_MESSAGES/gtk20.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/it/LC_MESSAGES/gtk20.mo", O_RDONLY) = 4
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 4
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 4
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 4
open("/usr/share/X11/locale/iso8859-1/XLC_LOCALE", O_RDONLY) = 4
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 4
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 4
open("/usr/share/X11/locale/iso8859-1/XLC_LOCALE", O_RDONLY) = 4
open("/etc/nsswitch.conf", O_RDONLY)    = 4
open("/etc/ld.so.cache", O_RDONLY)      = 4
open("/lib/libnss_compat.so.2", O_RDONLY) = 4
open("/lib/libnsl.so.1", O_RDONLY)      = 4
open("/etc/ld.so.cache", O_RDONLY)      = 4
open("/lib/libnss_nis.so.2", O_RDONLY)  = 4
open("/lib/libnss_files.so.2", O_RDONLY) = 4
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
open("/usr/share/locale/it_IT/LC_MESSAGES/gtk20-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/it/LC_MESSAGES/gtk20-properties.mo", O_RDONLY) = 4
open("/home/atomix600/.Xauthority", O_RDONLY) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/glade.so", O_RDONLY|O_LARGEFILE) = 3
open("/usr/lib/python2.6/site-packages/gtk-2.0/gtk/glade.so", O_RDONLY) = 5
open("/etc/ld.so.cache", O_RDONLY)      = 5
open("/usr/lib/libglade-2.0.so.0", O_RDONLY) = 5
open("/usr/lib/libxml2.so.2", O_RDONLY) = 5
open("/usr/bin/gnome.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/gnomemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/gnome.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/gnome.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gnome.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gnomemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gnome.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gnome.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gnome.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gnomemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gnome.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gnome.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gnome.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gnomemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gnome.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gnome.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/gnome.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/gnomemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/gnome.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/gnome.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gnome.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gnomemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gnome.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gnome.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gnome.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gnomemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gnome.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gnome.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/gnome.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/gnomemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/gnome.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/gnome.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/__init__.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/__init__module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/__init__.py", O_RDONLY|O_LARGEFILE) = 3
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/__init__.pyc", O_RDONLY|O_LARGEFILE) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/bin/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-old/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/PIL/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/ltihooks.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/ltihooksmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/ltihooks.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/ltihooks.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/gobject.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/gobjectmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/gobject.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/gobject.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/_gnome.so", O_RDONLY|O_LARGEFILE) = 5
open("/usr/lib/python2.6/site-packages/gtk-2.0/gnome/_gnome.so", O_RDONLY) = 6
open("/etc/ld.so.cache", O_RDONLY)      = 6
open("/usr/lib/libgnome-2.so.0", O_RDONLY) = 6
open("/lib/libpopt.so.0", O_RDONLY)     = 6
open("/usr/lib/libbonobo-2.so.0", O_RDONLY) = 6
open("/usr/lib/libbonobo-activation.so.4", O_RDONLY) = 6
open("/usr/lib/libORBit-2.so.0", O_RDONLY) = 6
open("/usr/lib/libgnomevfs-2.so.0", O_RDONLY) = 6
open("/lib/tls/i686/libavahi-glib.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/tls/libavahi-glib.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/i686/libavahi-glib.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libavahi-glib.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/libavahi-glib.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libavahi-glib.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/libavahi-glib.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libavahi-glib.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/it_IT/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/it/LC_MESSAGES/libc.mo", O_RDONLY) = 6
EDIT: Prima avevo la 1.4.4 che era di GNOME SlackBuild, poi ho cercato di compilare la 1.3.5 ma ottengo sempre lo stesso errore.

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 19:46
da targzeta
Hai provato a compilare soundconverter da te? Nei file di log dovrebbe esserci qualche informazione, o no? Prova a darci un'occhiata oppure posta il file 'config.log'

Ad esempio io ho provato a compilare la versione 1.5.3 ma non avendo gnome mi dice:

Codice: Seleziona tutto

configure: error: required python-gnome version not found
se però guardo il config.log e cerco python-gnome trovo quanto segue:

Codice: Seleziona tutto

configure:5552: checking for python-gnome 2.12 installed
Traceback (most recent call last):
  File "<string>", line 3, in <module>
ImportError: No module named gnome
configure:5563: result: not found
configure:5565: error: required python-gnome version not found
che come vedi mi da qualche informazione in più, mi dice che manca il modulo di python 'gnome'. Probabilmente come dice l'output si trova nel pacchetto 'python-gnome' però può anche darsi che si trovo da qualche altra parte.

Emanuele

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 20:06
da hashbang
spina ha scritto:Hai provato a compilare soundconverter da te? Nei file di log dovrebbe esserci qualche informazione, o no? Prova a darci un'occhiata oppure posta il file 'config.log'

Ad esempio io ho provato a compilare la versione 1.5.3 ma non avendo gnome mi dice:

Codice: Seleziona tutto

configure: error: required python-gnome version not found
se però guardo il config.log e cerco python-gnome trovo quanto segue:

Codice: Seleziona tutto

configure:5552: checking for python-gnome 2.12 installed
Traceback (most recent call last):
  File "<string>", line 3, in <module>
ImportError: No module named gnome
configure:5563: result: not found
configure:5565: error: required python-gnome version not found
che come vedi mi da qualche informazione in più, mi dice che manca il modulo di python 'gnome'. Probabilmente come dice l'output si trova nel pacchetto 'python-gnome' però può anche darsi che si trovo da qualche altra parte.

Emanuele
Si. Quell'errore, l'ho riscontrato anche io. Ma proprio per il fatto che gnome python era installato ho provato a mettere mano al configure e a procedere con la compilazione (che è andata tranquillamente a buon fine) (Fortuna che faccio sempre pacchetti prova). Comunque la versione che ho compilato da me l'ho rimossa per far posto alla versione di gsb che però, dà lo stesso identico problema.

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 20:17
da targzeta
Ma tu il modulo gnome di python ce l'hai? perchè nel pacchetto gnome-python non c'è. Perchè metti mano ai configure, devi risolvere le dipendenze non raggirarle.

Emanuele

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 20:37
da targzeta
Sembra che gnome-python richieda anche pyorbit. Probabilmente il problema è che non funziona correttamente il pacchetto gnome-python. Una volta avevo trovato il modo per tracciare le dipendenze di python, ma non mi ricordo più :)

Emanuele

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 20:45
da hashbang
spina ha scritto:Ma tu il modulo gnome di python ce l'hai? perchè nel pacchetto gnome-python non c'è. Perchè metti mano ai configure, devi risolvere le dipendenze non raggirarle.

Emanuele
Lo so che non devo raggirarle. Infatti era solo un test, senza alcun fine. Comunque no. non ce l'ho. Il pacchetto l'ho trovato solo nei repository di debian. Ma dei sorgenti non c'è traccia. Mi viene il dubbio: ma devo ricompilare python?

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 20:46
da hashbang
spina ha scritto:Sembra che gnome-python richieda anche pyorbit. Probabilmente il problema è che non funziona correttamente il pacchetto gnome-python. Una volta avevo trovato il modo per tracciare le dipendenze di python, ma non mi ricordo più :)

Emanuele
Le dipendenze di gnome-python le ho installate tutte, proprio per evitare inconvenienti.

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 20:50
da targzeta
python no, semmai prova a vedere se la compilazione di gnome-python va a buon fine (senza fare pacchetti o altro). Sono sicuro che il problema è più semplice di quello che pensiamo :).

Emanuele

Re: GNOME-Python e SoundConverter

Inviato: sab 27 nov 2010, 20:53
da hashbang
spina ha scritto:python no, semmai prova a vedere se la compilazione di gnome-python va a buon fine (senza fare pacchetti o altro). Sono sicuro che il problema è più semplice di quello che pensiamo :).

Emanuele
Ho trovato nelle opzioni del configure: --enable-gnome. Ho dato pertanto nel terminale ./configure --enable-gnome

EDIT: Chiede libgnome. Io ho installato il pacchetto di GNOME SlackBuild ma continua a darmi l'errore :-k

Re: GNOME-Python e SoundConverter

Inviato: dom 28 nov 2010, 19:19
da alphamanitine
Devi installare GST-PYTHON etc... Se aspetti lo metto sul repo.
Ciao.

Re: GNOME-Python e SoundConverter

Inviato: dom 28 nov 2010, 20:32
da gohanz
alphamanitine ha scritto:Devi installare GST-PYTHON etc... Se aspetti lo metto sul repo.
Ciao.
C'è gia, come gnome-python.

http://www.slacky.eu/aadm/pkgs/index.ph ... 4&pkg=1925