[tuxdroid-user] Problems Installing tuxsetup
Status: Beta
Brought to you by:
ks156
From: jim <mic...@sb...> - 2008-01-01 17:30:12
|
Trying to install tuxsetup-1.2.0037-final onto Fedora 8 , And I keep getting error message: # make install ------------------------------------------------------------------------------- tuxsetup-1.2.0037-final ------------------------------------------------------------------------------- Python API v 0.2.3 USB daemon v 0.3.2 TTS daemon v 0.3.1 Tux framework v 0.1.2 ------------------------------------------------------------------------------- tuxsetup: using the included binary of dfu-programmer. ------------------------------------------------------------------------------- [root@mickey tuxsetup-1.2.0037-final]# tuxgdg Traceback (most recent call last): File "/opt/tuxdroid/apps/tux_framework/TFW.py", line 12, in <module> from FWObject import GdgFramework File "/opt/tuxdroid/apps/tux_framework/libs/FWObject.py", line 34, in <module> from GdgObject import * File "/opt/tuxdroid/apps/tux_framework/libs/GdgObject.py", line 50, in <module> from GdgVoiceRec import VoiceRecParametrize, VoiceRecAcquire, VoiceRecMatching File "/opt/tuxdroid/apps/tux_framework/libs/GdgVoiceRec.py", line 11, in <module> import DTW File "/opt/tuxdroid/apps/tux_framework/libs/DTW.py", line 27, in <module> lib = CDLL(DTW_SO) File "/usr/lib/python2.5/ctypes/__init__.py", line 340, in __init__ self._handle = _dlopen(self._name, mode) OSError: /opt/tuxdroid/apps/tux_framework/libs/_DTW.so: cannot restore segment prot after reloc: Permission denied I did have the tuxsetup-Beta installed, but I deleted the /opt/tuxdroid directory and /usr/local/bin/ files, I don't know of any other files that has to be deleted. This the message I got when trying to unistall the tuxsetp-Beta. # make uninstall ------------------------------------------------------------------------------- tuxsetup-1.2.0030-beta ------------------------------------------------------------------------------- Python API v 0.2.3 USB daemon v 0.3.2 TTS daemon v 0.3.1 Tux framework v 0.1.1 ------------------------------------------------------------------------------- sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `rm -f /opt/tuxdroid/api/python/tuxapi_class (copie).py' rmdir: /opt/tuxdroid/api/python: Directory not empty rmdir: /opt/tuxdroid/api: Directory not empty rmdir: /opt/tuxdroid/apps/tuxgi: Directory not empty rmdir: /opt/tuxdroid/apps/tux_framework/SDK/doc: Directory not empty rmdir: /opt/tuxdroid/apps/tux_framework/SDK: Directory not empty rmdir: /opt/tuxdroid/apps/tux_framework/libs: Directory not empty rmdir: /opt/tuxdroid/apps/tux_framework: Directory not empty rmdir: /opt/tuxdroid/apps: Directory not empty rmdir: /opt/tuxdroid: Directory not empty rmdir: /opt: Directory not empty rmdir: /etc/udev/rules.d: Directory not empty rmdir: /etc/udev: Directory not empty rmdir: /etc: Directory not empty rmdir: /usr/share/mime: Directory not empty rmdir: /usr/share/pixmaps: Directory not empty rmdir: /usr/share/doc: Directory not empty rmdir: /usr/share/applications: Directory not empty rmdir: /usr/share: Directory not empty rmdir: /usr/local/bin: Directory not empty rmdir: /usr/local: Directory not empty rmdir: /usr: Directory not empty ------------------------------------------------------------------------------- |