Opened 19 years ago
Last modified 17 years ago
#99 assigned task
python 2.5
Reported by: | ktk | Owned by: | bird |
---|---|---|---|
Priority: | lowest | Milestone: | kNIX Bootstrap |
Component: | baselayout | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
port of python 2.5
homepage: http://www.python.org/
latest source: http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tgz
dependencies: ncurses (#66), bzip2 (#80), zlib (#95), readline (#86), bdb (#96), gdbm (#97), openssl (#98)
current port: http://www.andymac.org/python-2.4/, see the README
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Priority: | normal → lowest |
Status: | new → assigned |
Summary: | python 2.4.3 → python 2.5 |
Note:
See TracTickets
for help on using tickets.
I'm still missing a few of the dependencies (bdb, gdbm, openssl) and some of the libraries aren't detected (bz2,++), but it now builds using ./configure and make. I'm using the platform name
os2knix
so as to avoid messing up the os2emx paths (too much). Thetestall
testsuite seems to work pretty well. Of course there are some failures and bitching about stuff like /dev/pty0 and undeletable@undo
files, it looks pretty good. Hopefully it's good enough for now.Changes: http://svn.netlabs.org/libc/changeset?new=trunk%2Fessentials%2Fdev-lang%2Fpython%40HEAD&old=vendor%2Fpython%2F2.5%403225