I run with yay -S python2 --mflags "--nocheck", and test still not skip.
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.098970 |
| 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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 21 Next › Last »
gfwgfw commented on 2022-10-26 03:01 (UTC)
<deleted-account> commented on 2022-10-25 09:49 (UTC)
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?
eimis commented on 2022-10-19 14:52 (UTC)
anybody's figured out a way to skip those bloody tests?
vct commented on 2022-10-19 14:45 (UTC)
For those using manjaro that get this error: ==> Verifying source file signatures with gpg... Python-2.7.18.tar.xz ... FAILED (unknown public key 04C367C218ADD4FF) ==> ERROR: One or more PGP signatures could not be verified! Error: Failed to build python2
The solution is to import manually that key with this command: @ gpg --search-keys 04C367C218ADD4FF
tournelhenry commented on 2022-10-18 21:34 (UTC)
For some reason, Manjaro is failing to import the gpg key because the key has no ID :(
Pinned Comments