Package Details: python2 2.7.18-11

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: 74
Popularity: 0.65
First Submitted: 2022-09-23 10:01 (UTC)
Last Updated: 2024-06-17 22:01 (UTC)

Required by (1077)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 19 Next › Last »

<deleted-account> commented on 2023-01-07 20:05 (UTC)

I agree with corslog54. If users want a simpler package, they can go with the -bin one.

That said, can you address the issue with test_time? This issue only affects python2 and since it is EOL, it won't be addressed from source.

Here is a possible fix (again): adding local -x TZ=UTC. References:https://github.com/python/cpython/issues/66265, https://bugs.gentoo.org/610628.

micwoj92 commented on 2023-01-06 03:15 (UTC)

Environments where people build packages can differ greatly and a test failing can already indicate possibility of a package (or its functionality) not working correctly.

swyter commented on 2023-01-06 01:37 (UTC)

You guys should disable the tests when building AUR packages altogether. They aren't doing anything remotely useful, they should be used for development, and add an insane amount of time and dependencies.

corslog54 commented on 2023-01-04 19:17 (UTC)

I am getting the build failure that sp1cyf0x had. Where exactly do I need to add the TZ=UTC line?

Ereshkigal commented on 2022-12-28 15:27 (UTC)

@jmvazquezes run this command in terminal 'gpg --recv-keys 04C367C218ADD4FF'

bda commented on 2022-12-28 11:37 (UTC) (edited on 2022-12-28 11:40 (UTC) by bda)

With TC=UTC makepkg some test fail.

== Tests result: FAILURE ==

367 tests OK.

3 tests failed: test_minidom test_xml_etree test_xml_etree_c

25 tests skipped: test_aepack test_al test_applesingle test_bsddb test_bsddb185 test_bsddb3 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 2 skips unexpected on linux2: test_bsddb test_bsddb3

Total duration: 6 min 43 sec Tests result: FAILURE

<deleted-account> commented on 2022-12-27 16:32 (UTC)

I'm getting this on build:

= Tests result: FAILURE ==

369 tests OK.

1 test failed:
    test_time

25 tests skipped:
    test_aepack test_al test_applesingle test_bsddb test_bsddb185
    test_bsddb3 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
2 skips unexpected on linux2:
    test_bsddb test_bsddb3

Total duration: 7 min 17 sec
Tests result: FAILURE

Here is a possible fix: adding local -x TZ=UTC. References: https://github.com/python/cpython/issues/66265, https://bugs.gentoo.org/610628.

jmvazquezes commented on 2022-12-25 06:16 (UTC)

I have this problem. Python-2.7.18.tar.xz ... failed (unknown public key 04C367C218ADD4FF)

ystyle commented on 2022-12-08 09:21 (UTC)

why running test case?

eclairevoyant commented on 2022-12-05 03:19 (UTC) (edited on 2022-12-05 03:20 (UTC) by eclairevoyant)

@dhtseany Considering openssl-1.1 is part of the [core] Arch repo this means one of the following:

  • You haven't run pacman -Syu in over a month (you should run it!),
  • You're using a mirror that's a month out of date (you should choose another mirror then), or
  • You are not using Arch (which means your only option is to either start using Arch, or rebuild openssl-1.1 on your own system, which is quite doable considering the Arch Build System (ABS) provides a PKGBUILD for this very purpose). But in the last case we cannot provide support here since this is the Arch User Repository, not MUR etc.