Package Details: python2 2.7.18-10

Git Clone URL: https://aur.archlinux.org/python2.git (read-only, click to copy)
Package Base: python2
Description: A high-level scripting language
Upstream URL: https://www.python.org/
Licenses: PSF-2.0
Conflicts: python
Submitter: jelly
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 65
Popularity: 4.01
First Submitted: 2022-09-23 10:01 (UTC)
Last Updated: 2024-03-02 06:19 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 Next › Last »

FabioLolix commented on 2022-10-09 19:19 (UTC)

@micwoj92 adding export TERM=xterm to check() and xterm to checkdepends make the package build where before it failed, would you like to add it to the pkgbuild given the number of comments of people who can't read the pinned comment?

For the others, pre-build package build in clean chroot by me here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/

medmedin commented on 2022-10-09 18:34 (UTC)

@micwoj92 it take more than 17min to finish on my machines and fails at the end:

== Tests result: FAILURE ==

368 tests OK.

4 tests failed: test_curses test_time test_urllib2net test_urllibnet

23 tests skipped: test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl test_dl test_gl test_imageop test_imgfile test_kqueue test_linuxaudiodev test_macos test_macostools test_msilib test_ossaudiodev test_py3kwarn test_scriptpackages test_startfile test_sunaudiodev test_winreg test_winsound test_zipfile64 Those skips are all expected on linux2.

Total duration: 17 min 47 sec Tests result: FAILURE ==> ERROR: A failure occurred in check(). Aborting... -> error making: python2

deafwhippin commented on 2022-10-09 13:28 (UTC)

Archlab install fails:

== Tests result: FAILURE ==

371 tests OK.

1 test failed: test_curses

23 tests skipped: test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl test_dl test_gl test_imageop test_imgfile test_kqueue test_linuxaudiodev test_macos test_macostools test_msilib test_ossaudiodev test_py3kwarn test_scriptpackages test_startfile test_sunaudiodev test_winreg test_winsound test_zipfile64 Those skips are all expected on linux2.

HotblackDesiato commented on 2022-10-09 06:46 (UTC)

Version 2.7.18-6 build fails (on Manjaro):

== Tests result: FAILURE ==

370 tests OK.

2 tests failed: test_curses test_time

23 tests skipped: test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl test_dl test_gl test_imageop test_imgfile test_kqueue test_linuxaudiodev test_macos test_macostools test_msilib test_ossaudiodev test_py3kwarn test_scriptpackages test_startfile test_sunaudiodev test_winreg test_winsound test_zipfile64 Those skips are all expected on linux2.

micwoj92 commented on 2022-10-07 20:58 (UTC)

@medmedin It's available in some third party repos, from what I've seen bioarchlinux and archlinuxcn (and probably more) https://wiki.archlinux.org/title/Unofficial_user_repositories You can also grab binary from Arch Linux Archive.

It really doesn't take that much and once you have it I don't expect frequent updates.

medmedin commented on 2022-10-07 20:17 (UTC)

@micwoj92 the compile process is really long and takes so much time, is there any way to direclty install python2 binary ?

vegancookies commented on 2022-10-07 14:47 (UTC)

Failed from gnome terminal as per the other comments. Logged in to a TTY, installed without issue. Would be interested to know why trying to install it from gnome fails.

tdussa commented on 2022-10-07 06:42 (UTC)

The test_curses test apparently does not fail if the TERM variable is set to xterm. For me, this worked fine: export TERM=xterm; yay -Syyu

esh commented on 2022-10-06 14:11 (UTC)

test_curses fails for me when building in gnome-terminal or gnome-console, no matter if I use an AUR helper or not. Building in cool-retro-term solved the issue.

deemon commented on 2022-10-06 09:27 (UTC)

2 tests failed: test_curses test_time