Search Criteria
Package Details: cmake3 3.31.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cmake3.git (read-only, click to copy) |
---|---|
Package Base: | cmake3 |
Description: | A cross-platform open-source make system |
Upstream URL: | https://www.cmake.org/ |
Licenses: | custom |
Conflicts: | cmake |
Provides: | cmake |
Submitter: | bartus |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 1 |
Popularity: | 0.67 |
First Submitted: | 2025-03-31 15:24 (UTC) |
Last Updated: | 2025-04-15 08:13 (UTC) |
Dependencies (20)
- cppdap (cppdap-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libarchive (libarchive-gitAUR)
- libuv (libuv-gitAUR)
- ncurses (ncurses-gitAUR)
- rhash (rhash-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- emacs (emacs-native-comp-gitAUR, emacs-ng-gitAUR, emacs-ngAUR, emacs-lucid-gitAUR, emacs28AUR, emacs28-nativecompAUR, emacs28-noxAUR, emacs-gitAUR, emacs29-gitAUR, emacs-pgtk-gitAUR, emacs29-lucid-native-comp-gitAUR, emacs-pretestAUR, emacs-igc-gitAUR, emacs-pgtk-igc-gitAUR, emacs-lucidAUR, emacs-nox, emacs-wayland) (make)
- git (git-gitAUR, git-glAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR) (make)
- make (make-gitAUR) (optional) – for unix Makefile generator
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (optional) – for ninja generator
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR) (optional) – cmake-gui
Required by (9520)
- 0ad-data-git (requires cmake) (make)
- 0ad-git (requires cmake) (make)
- 0wgram (requires cmake) (make)
- 2048-gui-git (requires cmake) (make)
- 2048.cpp-git (requires cmake) (make)
- 2s2h (requires cmake) (make)
- 2s2h-git (requires cmake) (make)
- 2s2h-otr-exporter (requires cmake) (make)
- 2s2h-otr-exporter-git (requires cmake) (make)
- 3dfsb (requires cmake) (make)
- 3dstool (requires cmake) (make)
- 3dstool-git (requires cmake) (make)
- 3dtk-git (requires cmake) (make)
- 3fs (requires cmake) (make)
- 4shot (requires cmake)
- 64gram-desktop (requires cmake) (make)
- 86box (requires cmake) (make)
- 86box-git (requires cmake) (make)
- 86box-qt5-git (requires cmake) (make)
- a4tech-bloody-driver-git (requires cmake) (make)
- Show 9500 more...
Latest Comments
coz commented on 2025-04-19 19:36 (UTC)
It would be nice if this could be installed side by side with cmake 4.
peetwastaken commented on 2025-04-15 13:54 (UTC) (edited on 2025-04-15 13:57 (UTC) by peetwastaken)
@bartus I checked, the verify-tag command exists with exit code 1 and no output. (I cd'd into cmake/, thats why the
-C cmake/
is missing)This makes sense as none of the commits or tags are signed, verification can't work in that case:
bartus commented on 2025-04-15 09:17 (UTC) (edited on 2025-04-15 09:19 (UTC) by bartus)
@peetwastaken: Can't reproduce the issue: please run
git -C cmake/ verify-tag v3.31.6 --raw
aftermakepkg -sri
and check if the output has aNEWSIG
line.Error:
cmake git repo ... SIGNATURE NOT FOUND
is triggered here: https://gitlab.archlinux.org/archlinux/alpm/pacman/-/blob/34f09204fa7799f653de1d70c877b373f0817ee3/scripts/libmakepkg/integrity/verify_signature.sh.in#L203-L214When the output of
git verify-tag
is missing theNEWSIG
string.peetwastaken commented on 2025-04-14 16:55 (UTC)
Same issue here, compilation fails.
ann3nova commented on 2025-04-11 17:08 (UTC)
I am getting the same error as below. :)
beaux_monde commented on 2025-04-07 13:17 (UTC) (edited on 2025-04-07 13:20 (UTC) by beaux_monde)
Hi. I've got the following:
peetwastaken commented on 2025-04-04 15:16 (UTC)
Hi, installing does not work for me as there seems to be no signatures on the git source:
After removing the
?signed
from the git url, installing works. I don't know what makepkg is actually doing when verifying git repo signatures, but I hope this helps resolving the issue.