Author Topic: Python For Arm Feed  (Read 7369 times)

aki

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
    • http://www.akiaki.org
Python For Arm Feed
« on: November 30, 2004, 09:26:13 pm »
I am trying to download the package python-distutils_2.3.2-oz1_armv4l-strongarm.ipk from
python for arm-linux feed, but can't get the ipk to install properly using the Add/Remove app.  I also tried downloading and saving the file, but tar  fails to open with the message "wrong gzip magic".
Anybody knows what's up with that?

sl-5500 Sharp 2.38 ROM + sl-6000L w/ expansion adapter
Trendnet CF Ethernet + Micro Innovations IR Keyboard
------
sip: 544187@fwd.pulver.com

My Zaurus Page

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Python For Arm Feed
« Reply #1 on: December 01, 2004, 04:33:00 am »
The ipks were created by OE and hence are ar compressed ipks rather than the gzip compressed ipks used by the Sharp Rom.

Search the forums  - there are plenty of posts on converting between the 2 types.

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

kopsis

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • http://kopsisengineering.com
Python For Arm Feed
« Reply #2 on: December 01, 2004, 07:52:15 am »
Somewhere on ZSI (Zaurus Software Index) there is an ipkg-new package that will give you a command line ipkg-new tool capable of installing the ar style packages in the Python feed. I found that to be simpler than trying to convert the packages to the old tgz ipk format.

clofland

  • Full Member
  • ***
  • Posts: 247
    • View Profile
    • http://www.lofland.net/
Python For Arm Feed
« Reply #3 on: December 01, 2004, 04:25:57 pm »
C-760 Last Running pdaXrom 1.1.0beta3
- Sandisk UltraII 1GB SD card - Socket LP CF LAN card - Socket LP CF WLAN card - Socket CF Bluetooth Card Rev H -

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Python For Arm Feed
« Reply #4 on: March 21, 2005, 06:37:22 am »
I've rebuilt my Python distribution with Version 2.4.0 both for SharpROM and for modern distributions. I can't test it for the SharpROM though since I no longer have any devices running a SharpROM (clone). The feed URI for SharpROM is http://vanille.de/feed/python/sharprom/

I'd appreciate some feedback.
« Last Edit: March 21, 2005, 06:38:13 am by Mickeyl »
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

dreadlocks

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • http://zaurus.nayr.net
Python For Arm Feed
« Reply #5 on: March 28, 2005, 11:27:01 pm »
Quote
I've rebuilt my Python distribution with Version 2.4.0 both for SharpROM and for modern distributions. I can't test it for the SharpROM though since I no longer have any devices running a SharpROM (clone). The feed URI for SharpROM is http://vanille.de/feed/python/sharprom/

I'd appreciate some feedback.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=71607\"][{POST_SNAPBACK}][/a][/div]

while trying to get comprec 0.02 (http://unimut.fsk.uni-heidelberg.de/demi/comprec/index.html) working I got your python for the SharpROM, all went fine but when I try to run the program I get this error:
Quote
ImportError: /usr/lib/python2.4/site-packages/qt.so: symbol __register_frame_info, version GLIBC_2.0 not defined in file libc.so.6 with link time refrence

any idea why?

and another question, can you make a package for python-libgmail? It would be cool to use gmailfs on the Zaurus
« Last Edit: March 28, 2005, 11:38:29 pm by dreadlocks »
RETIRED - Zaurus SL-5600 (and a dead 5000D)
Wapaton 1.6.1 - Personal Watapon Feed
SMC 2642W & Linksys WCF12, Targus Universal IR Keyboard
Sandisk 512mb SD, Lexar 64mb SD, Sharp Camera
Extreme Limit Metal & Leather Suit

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Python For Arm Feed
« Reply #6 on: March 29, 2005, 03:56:35 am »
the glibc problem is odd, i'll look into it.
I just packaged libgmail and it'll show up later tonite in the SharpROM feed.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

TimW

  • Sr. Member
  • ****
  • Posts: 296
    • View Profile
Python For Arm Feed
« Reply #7 on: April 06, 2005, 05:24:35 am »
I generally use the oz version of the feed (which is excellent 8^) - I would have given feedback on that earlier but this thread seems to be specifically about the Sharp ROM version) but I'm using the Sharp ROM for a specific project so I tried installing python-base but when I run python I get

Cannot load shared object librt.so.1

Got past that by symlinking to libqte but now I'm stuck at the __register_frame_info problem (but mine is from time.so, which is the first extension library to be loaded).

dreadlocks

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • http://zaurus.nayr.net
Python For Arm Feed
« Reply #8 on: April 06, 2005, 04:06:16 pm »
ya I had the librt dependency problem too, ive got an ipk of it in my unstable feed (along with the python packages)
   http://www.nayr.net/zaurus/feed/unstable/

wished this worked on the sharp rom..
RETIRED - Zaurus SL-5600 (and a dead 5000D)
Wapaton 1.6.1 - Personal Watapon Feed
SMC 2642W & Linksys WCF12, Targus Universal IR Keyboard
Sandisk 512mb SD, Lexar 64mb SD, Sharp Camera
Extreme Limit Metal & Leather Suit

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Python For Arm Feed
« Reply #9 on: April 27, 2005, 12:20:55 pm »
Updated to 2.4.1. Please report your findings to the other (slightly newer thread).
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

ztep

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
Python For Arm Feed
« Reply #10 on: May 20, 2005, 04:16:23 am »
I'm trying to compile rekall 2.3 in the Zaurus. It said that python-devel is needed.

Mickeyl, can you add that package to your python arm feed. Thanks.

Rekall also use scons to be build, I have instaled the scons version on your feed but it does not work in the first aproach. The first line in /usr/bin/scons shows a wrong pyton path. I have changed it to /usr/bin/python and know it works.

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
Python For Arm Feed
« Reply #11 on: May 20, 2005, 05:07:24 am »
Will take a shot at that.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.