I did it with "sudo pacman-key --recv-keys 04C367C218ADD4FF"
Search Criteria
Package Details: python2 2.7.18-14
Package Actions
| 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.096991 |
| First Submitted: | 2022-09-23 10:01 (UTC) |
| Last Updated: | 2026-05-07 08:44 (UTC) |
Dependencies (18)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- libffi (libffi-gitAUR)
- libnsl (libnsl-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- openssl-1.1AUR
- sqlite (sqlite-fossilAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- tk (tk-fossilAUR) (make)
- file (file-gitAUR) (check)
- gdb (gdb-gitAUR) (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR, xlibre-server-xvfb-binAUR, xlibre-xserver-xvfbAUR, xlibre-xserver-xvfb-betaAUR) (check)
- xterm (xterm-gitAUR) (check)
- python2-pipAUR (optional)
- python2-setuptoolsAUR (optional)
- tk (tk-fossilAUR) (optional) – for IDLE
Required by (742)
- appleseed-git
- archivemail
- archutil
- arduino-git (optional)
- armory
- arpreply-git
- balena-cli (make)
- balena-cli (optional)
- bash-it-git (optional)
- basilisk (make)
- bcoin-git (make)
- bdelta-git (make)
- blindelephant-svn
- bmpanel2 (make)
- boost-python2
- boost-python2 (make)
- boost-python2-libs (make)
- bubbros
- bus-pirate
- carto-builder
- Show 722 more...
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 Next › Last »
servimo commented on 2022-09-25 13:32 (UTC)
Matr1x-101 commented on 2022-09-25 11:28 (UTC)
I needed to import the key 04C367C218ADD4FF by the way.
micwoj92 commented on 2022-09-25 00:11 (UTC)
@korimitsu read pinned comment. You have 2 solutions.
8xen8 commented on 2022-09-24 22:40 (UTC)
Can confirm the "makepkg -si --nocheck" worked on 2 of my PCs. Ty
korimitsu commented on 2022-09-24 22:27 (UTC)
I'm getting this error:
test_wbits (test.test_zlib.CompressObjectTestCase) ... ok
----------------------------------------------------------------------
Ran 54 tests in 1.430s
OK
== 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: 10 min 12 sec
Tests result: FAILURE
==> ERROR: A failure occurred in check().
Aborting...
bookman commented on 2022-09-24 22:25 (UTC) (edited on 2022-09-24 22:28 (UTC) by bookman)
:: PGP 密钥需要导入: -> C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF, 被以下需要: python2 :: 导入? [Y/n] y :: 正在用 gpg 导入密钥... gpg: enabled debug flags: memstat gpg: data source: https://keys.mailvelope.com:443 gpg: 从公钥服务器接收失败:无数据gpg: keydb: handles=0 locks=0 parse=0 get=0 gpg: build=0 update=0 insert=0 delete=0 gpg: reset=0 found=0 not=0 cache=0 not=0 gpg: kid_not_found_cache: count=0 peak=0 flushes=0 gpg: sig_cache: total=0 cached=0 good=0 bad=0 gpg: random usage: poolsize=600 mixed=0 polls=0/0 added=0/0 outmix=0 getlvl1=0/0 getlvl2=0/0 gpg: rndjent stat: collector=0x0000000000000000 calls=0 bytes=0 gpg: secmem usage: 0/32768 bytes in 0 blocks 错误:未找到目标:tcl 错误:未找到目标:tk 错误:未找到目标:xorg-server-xvfb -> 导入密钥时出现问题
micwoj92 commented on 2022-09-24 18:34 (UTC) (edited on 2022-09-25 00:11 (UTC) by micwoj92)
If you are getting errors in check() then you can either pass --nocheck and makepkg will skip that or build in chroot.
If you getting errors in build() then try building in chroot. It is really simple to set one up https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#Setting_up_a_chroot
If you are still getting errors then unfortunately I can't help you, because this works on chroot on 2 machines that I own.
gothicVI commented on 2022-09-24 18:21 (UTC)
Since the last update I'm getting a failing test when building:
test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests) ... Expected line File "/tmp/tmpJp0FeC/script.py", line 2, in __main__.Test
Got stdout:
**********************************************************************
File "/tmp/tmpJp0FeC/script.py", line 2, in __main__.Test
Failed example:
'line 2'
Expected nothing
Got:
'line 2'
**********************************************************************
1 items had failures:
1 of 1 in __main__.Test
***Test Failed*** 1 failures.
Expected line File "/tmp/tmpJp0FeC/test_zip.zip/__main__.py", line 2, in __main__.Test
Got stdout:
**********************************************************************
File "/tmp/tmpJp0FeC/test_zip.zip/__main__.py", line 2, in __main__.Test
Failed example:
'line 2'
Expected nothing
Got:
'line 2'
**********************************************************************
1 items had failures:
1 of 1 in __main__.Test
***Test Failed*** 1 failures.
fhdrin commented on 2022-09-24 17:54 (UTC) (edited on 2022-09-24 18:01 (UTC) by fhdrin)
install manually with makepkg. dont' use an aur helper if your having issues with this one. solved my issue.
Pinned Comments