No, you need to install base-devel before using AUR.
Ah, true 😬. Sorry about that...
| 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: | andreas_baumann |
| Last Packager: | andreas_baumann |
| Votes: | 76 |
| Popularity: | 0.103082 |
| First Submitted: | 2022-09-23 10:01 (UTC) |
| Last Updated: | 2026-05-07 08:44 (UTC) |
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 Next › Last »
No, you need to install base-devel before using AUR.
Ah, true 😬. Sorry about that...
No, you need to install base-devel before using AUR.
I think this is missing "patch" as a dev dependency. I had to install it manually.
gpg --recv-keys 04C367C218ADD4FF wasn't working for me. Instead,
curl https://keybase.io/bp/pgp_keys.asc | gpg --import
did the trick.
I'm getting the same error as korimitsu:
== 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.
Total duration: 6 min 52 sec
Tests result: FAILURE
==> ERROR: A failure occurred in check().
Aborting...
I first had to run gpg --recv-keys 04C367C218ADD4FF to get to this point.
Like oldshortcut said, I was also able to update python2 with running the following yay command:
yay -S python2 --mflags "--nocheck"
Did not need to add gpg keys
This worked for me, thanks!
Here same problem, update does not works from KDE konsole but with xterm update correctly. -.-
Thank you for migrating this to the AUR
Tried installing with xfce terminal, got the error:
1 test failed:
test_curses
Tried with XTerm, and it worked
It builds successfully for me after doing
gpg --recv-keys 04C367C218ADD4FF
Keys here https://www.python.org/downloads/
Pinned Comments