Package Details: python25 2.5.6-4

Git Clone URL: https://aur.archlinux.org/python25.git (read-only, click to copy)
Package Base: python25
Description: A high-level scripting language
Upstream URL: https://www.python.org
Licenses: custom
Submitter: mathieu.clabaut
Maintainer: jleclanche
Last Packager: jleclanche
Votes: 87
Popularity: 0.000000
First Submitted: 2008-11-10 09:43 (UTC)
Last Updated: 2015-06-09 21:34 (UTC)

Latest Comments

1 2 3 Next › Last »

lonaowna commented on 2021-01-10 19:56 (UTC)

Doesn't build..

gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -D_FORTIFY_SOURCE=2 -fPIC -DPy_BUILD_CORE -DSVNVERSION=\"`LC_ALL=C svnversion .`\" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
gcc: error: directory": No such file or directory
make: *** [Makefile:477: Modules/getbuildinfo.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

jleclanche commented on 2015-06-06 07:22 (UTC)

I'll look into the pyenv issue. There was a super weird patch for it which I removed, it really wasn't correct. Re the GPG key: Yes, that's intended.

tuxsavvy commented on 2015-06-06 00:16 (UTC)

Two issues with this package as of writing: 1) Martin v. Löwis GPG key needs to be added: $ gpg --recv-key 6AF053F07D9DC8D2 gpg: key 7D9DC8D2: public key "Martin v. Löwis <martin@v.loewis.de>" ... 2) An issue with Modules/getbuildinfo.c, more information: https://github.com/yyuu/pyenv/issues/14 http://superuser.com/questions/564118/error-compiling-python-2-7-3-on-centos5

mathieu.clabaut commented on 2013-06-06 06:10 (UTC)

Packaged orphaned… Feel free to adopt it… Sorry for the delay.

lz3060 commented on 2013-06-05 20:59 (UTC)

this https://gist.github.com/kzyapkov/5717272 should work fine

lz3060 commented on 2013-05-28 11:35 (UTC)

db4.5 fails to install due to conflicting files with db. There's also a forum thread here: https://bbs.archlinux.org/viewtopic.php?id=161928 Does anyone have a fix?

mathieu.clabaut commented on 2011-12-26 09:34 (UTC)

(By the way, thanks Pete ! )

mathieu.clabaut commented on 2011-12-26 09:34 (UTC)

I've added shetland_breeder fix. Tell me if it doesn't work for you. In the process I've also fixed a problem with svnversion being used inapropriately.

shetland_breeder commented on 2011-12-16 19:13 (UTC)

The fix for this is to add the following as the first line of build () export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$startdir/src/Python-$pkgver Well, it works for me ;) Pete

UFOKatarn commented on 2011-10-30 18:47 (UTC)

The same build error happens to me. (full system update a few hours ago)