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: 70
Popularity: 6.56
First Submitted: 2022-09-23 10:01 (UTC)
Last Updated: 2024-03-02 06:19 (UTC)

Pinned Comments

Latest Comments

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

Cody_Learner commented on 2022-10-29 15:45 (UTC) (edited on 2022-10-29 15:46 (UTC) by Cody_Learner)

I'm confirming this package will not build in a clean chroot.

Any chance something related to using an old AMD processor? I'm also not up to date on the host system, holding back on kernel, etc.

xanadu73 commented on 2022-10-26 12:00 (UTC) (edited on 2022-10-26 12:01 (UTC) by xanadu73)

I can confirm that running makepkg/yay with the recommended --nocheck option doesn't skip the tests (which eventually fail). One should probably edit the PKGBUILD file.

elgrecko commented on 2022-10-26 09:04 (UTC) (edited on 2022-10-26 09:07 (UTC) by elgrecko)

If your still getting the error try:

 gpg --keyserver hkps://pgp.surf.nl --search-keys 04C367C218ADD4FF

this should provide a User-Id. And it is possible to import the key

gfwgfw commented on 2022-10-26 03:01 (UTC)

I run with yay -S python2 --mflags "--nocheck", and test still not skip.

HeavyRootsDub commented on 2022-10-25 09:49 (UTC) (edited on 2022-10-25 09:49 (UTC) by HeavyRootsDub)

On some Arch derivative distro, rebuild-detector (checkrebuild -v) flag python2, to avoid this just install tk package (yay -S tk).

FabioLolix commented on 2022-10-23 15:50 (UTC)

@xanadu73 pass --nocheck to makepkg to skip check(), it is in the first line of the pinned comment here

xanadu73 commented on 2022-10-23 15:37 (UTC) (edited on 2022-10-23 15:38 (UTC) by xanadu73)

You can easily byass pgp problem by applying --skippgp option. However, I could not understand how to skip the tests being performed (because they fail). So, how should we modifly the pkg build file? Help appreciated.

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

Cause even removing check() altogether doesn't skip tests for me

Then you did it wrong

the makepkg option exists to skip test exist

eimis commented on 2022-10-19 15:06 (UTC)

oh no, I have already compiled it successfully, all tests pass here. I'm not asking for compilation help.

I'm trying to understand how this works. Cause even removing check() altogether doesn't skip tests for me

FabioLolix commented on 2022-10-19 15:01 (UTC)

@eimis have you figured out to read the pinned comment before posting?