Personal tools
Document Actions

tuxsetup gentoo x86_64

Up to General discussion

tuxsetup gentoo x86_64

Posted by Cazze at March 30. 2008

Anyone got this new tuxsetup working on a x64 gentoo install?




I got the following problem when i try to start tuxgdg:


Traceback (most recent call last):
  File "/opt/tuxdroid/apps/tux_framework/TFW.py", line 12, in ?
    from FWObject import GdgFramework
  File "/opt/tuxdroid/apps/tux_framework/libs/FWObject.py", line 35, in ?
    from GdgObject import *
  File "/opt/tuxdroid/apps/tux_framework/libs/GdgObject.py", line 38, in ?
    from TGFormat import *
  File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 30, in ?
    from TGFXml import *
  File "/opt/tuxdroid/apps/tux_framework/libs/TGFXml.py", line 26, in ?
    import xml.dom.ext
ImportError: No module named ext




Any clue?




Cazze


Re: tuxsetup gentoo x86_64

Posted by Cazze at March 30. 2008

dPreviously Pierre Cassimans wrote:





Anyone got this new tuxsetup working on a x64 gentoo install?







I got the following problem when i try to start tuxgdg:




Traceback (most recent call last):
  File "/opt/tuxdroid/apps/tux_framework/TFW.py", line 12, in ?
    from FWObject import GdgFramework
  File "/opt/tuxdroid/apps/tux_framework/libs/FWObject.py", line 35, in ?
    from GdgObject import *
  File "/opt/tuxdroid/apps/tux_framework/libs/GdgObject.py", line 38, in ?    from TGFormat import *
  File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 30, in ?
    from TGFXml import *
  File "/opt/tuxdroid/apps/tux_framework/libs/TGFXml.py", line 26, in ?
    import xml.dom.ext
ImportError: No module named ext







Any clue?







Cazze





OK, the forums had half my solution

After installing ctypes and pyxml (for gentoo guys to know which packages to emerge), i came a little further. But then was blocked again ... X86_64 stuff :(

I found the source for _DTW.so in the forum and compiled it on my system (after changing the makefile with -fPIC).

And then came to the next error:
OSError: /opt/tuxdroid/apps/tuxosl/_TUX_OSL.so: wrong ELF class: ELFCLASS32

Can we have the source code for this one too?

It is such a pain to install stuff for tuxdroid on a x86_64. Really not able to release something native for it? I thought santa was going to give you some 64 bit architecture, but still nothing i guess :)

In attachment is the _DTW.so file compiled on a 64bit arch, as you asked in a previous post.

Cazze

PS rename the file to _DTW.so and put it in /opt/tuxdroid/apps/tux_framework/libs directory.


Attachments

Re: tuxsetup gentoo x86_64

Posted by BT at March 31. 2008

Thanks for posting the dtw.so file.  I am now in the same predicament as you.  Waiting at the same spot for _TUX_OSL.so 64 bit.


You're not alone.


-T


Re: tuxsetup gentoo x86_64

Posted by BT at April 01. 2008

Previously Pierre Cassimans wrote:



And then came to the next error:
OSError: /opt/tuxdroid/apps/tuxosl/_TUX_OSL.so: wrong ELF class: ELFCLASS32

Can we have the source code for this one too?

It is such a pain to install stuff for tuxdroid on a x86_64. Really not able to release something native for it? I thought santa was going to give you some 64 bit architecture, but still nothing i guess :)

In attachment is the _DTW.so file compiled on a 64bit arch, as you asked in a previous post.

Cazze

PS rename the file to _DTW.so and put it in /opt/tuxdroid/apps/tux_framework/libs directory.



Cazze, can I ask how you compiled the _DTW.so file?  I didn't see a make file in that directory.
Either that or can you try compiling the next file.  I think I may have found the source by doing an SVN checkout that I found here:

http://wiki.tuxisalive.com/index.php/Running_Tuxdroid_on_a_64-bit_Linux

tuxdroid/software/tuxosl/trunk/

I'm not much of a python -> so programmer so I wasn't sure what to do once I got the source.

-T


Re: tuxsetup gentoo x86_64

Posted by Cazze at April 01. 2008

@BT


The _TUX_OSL.so file in http://svn.tuxisalive.com/software/tuxosl/trunk/ is something the devs have putted there, and is a version compiled for x86 32bit. The source code is of that is missing i'm afraid so i can't recomile it with the stuff found at svn.tuxisalive.com :( (if i'm wrong devs, tell me and help us out of this :à à




Cazze


Powered by Ploneboard
You are here: Home Forum General discussion tuxsetup gentoo x86_64

Powered by Plone CMS, the Open Source Content Management System