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: | 2 | 
| Popularity: | 0.57 | 
| 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, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-gitAUR, jsoncpp-cmakeAUR)
- libarchive (libarchive-gitAUR)
- libuv (libuv-gitAUR)
- ncurses (ncurses-gitAUR)
- rhash (rhash-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-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-pgtk-igc-gitAUR, emacs-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-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR) (make)
- make (make-gitAUR, make-staticAUR) (optional) – for unix Makefile generator
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (optional) – for ninja generator
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR) (optional) – cmake-gui
Required by (9888)
- 0ad-data-git (requires cmake) (make)
- 0ad-git (requires cmake) (make)
- 0verkill-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)
- Show 9868 more...
Latest Comments
1 2 Next › Last »
rick.mccombs commented on 2025-10-18 05:44 (UTC)
Why is emacs a dependency of cmake3?
I was trying to build i3-ws-nick-git and got an error something about cmake no longer supports < 3.something.
Anyway I use vim not emacs why do I need emacs?
morsmortium commented on 2025-09-05 17:09 (UTC)
@lightdot
Oops. Might have mixed it up with -git -bin and such packages (since cmake3-bin, the one I took as example, is also a -bin)
lightdot commented on 2025-09-05 17:05 (UTC)
@morsmortium
Since this package is named cmake3, there is no need to add its own name to provides and conflicts, and is also against the Arch's packaging rules.
bug-reaper commented on 2025-08-01 03:09 (UTC)
The git appears signed but the key is not one that's included in a normal user's keyring. So package errors when you attempt to build with gpg key not in keyring.
This still works.
morsmortium commented on 2025-06-20 16:54 (UTC)
You could take a look at https://aur.archlinux.org/packages/cmake3-bin Also, if you do update it, add cmake3 to provides and conflicts, thank you!
morsmortium commented on 2025-06-03 19:10 (UTC)
I would recommend installing it into /opt, that is where packages that "don't play well" with others go
bartus commented on 2025-04-25 11:09 (UTC)
@coz: would be tricky. @peetwastaken: shait... I'll try to figure this out - meanwhile will trun off the commit sign check.
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-25 13:40 (UTC) by peetwastaken)
@bartus I checked, the verify-tag command exits 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 --rawaftermakepkg -sriand check if the output has aNEWSIGline.Error:
cmake git repo ... SIGNATURE NOT FOUNDis 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-tagis missing theNEWSIGstring.1 2 Next › Last »