@aisuneko very usefull,thanks a lot
Search Criteria
Package Details: kicad-nightly 10.0.0_rc1.1_653_gea87a99c9e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kicad-nightly.git (read-only, click to copy) |
|---|---|
| Package Base: | kicad-nightly |
| Description: | Electronic schematic and printed circuit board (PCB) design tools |
| Upstream URL: | https://kicad.org/ |
| Licenses: | GPL-3.0-or-later |
| Submitter: | DX-MON |
| Maintainer: | DX-MON (perigoso, kicad-bot) |
| Last Packager: | kicad-bot |
| Votes: | 10 |
| Popularity: | 0.000524 |
| First Submitted: | 2020-10-09 21:32 (UTC) |
| Last Updated: | 2026-03-04 18:06 (UTC) |
Dependencies (27)
- boost-libs
- curl (curl-gitAUR, curl-c-aresAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glm (glm-gitAUR)
- libgit2 (libgit2-gitAUR)
- libspnav (libspnav-gitAUR)
- ngspice (ngspice-gitAUR)
- nng (nanonng-gitAUR, nanomq-gitAUR, nanomq-sqlite-gitAUR, nanomq-msquic-gitAUR, nanomq-full-gitAUR, nng-gitAUR, nanomq-nng-binAUR)
- opencascade (opencascade-gitAUR)
- poppler (poppler-gitAUR)
- poppler-glib (poppler-glib-gitAUR)
- protobuf (protobuf-gitAUR)
- python
- python-wxpython (python-wxpython-gitAUR)
- unixodbc (unixodbc-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, pigz-replace-gzip-staticAUR) (make)
- Show 7 more dependencies...
Required by (2)
Sources (3)
EE-EBA commented on 2026-02-17 02:44 (UTC)
aisuneko commented on 2026-01-11 08:07 (UTC) (edited on 2026-01-11 08:07 (UTC) by aisuneko)
Pipelines for the official kicad-arch-builder has been failing for months now. I've figured out most of the challenges for fixing the CI and is now maintaining a working fork (also with kicad-library-nightly!) at:
https://gitlab.com/aisuneko/kicad-arch-builder
[kicad-nightly]
SigLevel = Optional TrustAll
Server = https://aisuneko.gitlab.io/kicad-arch-builder/
aisuneko commented on 2025-12-01 05:25 (UTC)
To fix a recent compile error due to diag_mismatched_tags:
diff --git a/PKGBUILD b/PKGBUILD
index fef4b75..ddbc2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,8 @@ build()
local _pkgdatadir="/usr/share/$pkgname"
local _pkgdocdir="/usr/share/doc/$pkgname"
+ sed -i '/COMPILER_SUPPORTS_WMISMATCHED_TAGS/,+6d' cmake/Warnings.cmake
+
cmake \
-B build \
-S . \
ninetailedtori commented on 2025-11-21 19:03 (UTC)
KiCad is incompatible with swig 4.4. Add a restriction to the swig dependency for now, to use 4.3.1.
anarki commented on 2025-08-28 07:23 (UTC)
@DX-MON receiving an error during build [306/2134] Building CXX object common/CMakeFiles/kicommon.dir/netclass.cpp.o FAILED: common/CMakeFiles/kicommon.dir/netclass.cpp.o
perigoso commented on 2025-07-01 10:15 (UTC)
The binary repo has been repaired and is and should remain up to date. Sorry for neglecting it everyone.
liborw commented on 2025-02-23 15:43 (UTC)
The binary repo seems abandoned, the latest nightly there is 7.99.
mding commented on 2024-11-05 02:24 (UTC)
Seems like build deps is missing: 'nng'
jesperbr commented on 2024-05-10 07:53 (UTC)
Hi, this package hasn't been building for a while, applying the attached patch fixes that.
diff --git a/PKGBUILD b/PKGBUILD
index 32ff8bc..854fb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
url='http://kicad.org/'
license=('GPL')
-depends=('wxwidgets-gtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython' 'unixodbc')
+depends=('wxwidgets-gtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython' 'unixodbc' 'libgit2' 'protobuf')
makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gzip')
options=('!strip')
optdepends=(
perigoso commented on 2023-05-02 23:24 (UTC)
A binary repo with the pre-built nightly packages is available here:
https://gitlab.com/kicad/packaging/kicad-arch/kicad-arch-builder#binary-repo
# Nightly builds for KiCad
[kicad-nightly]
SigLevel = Optional TrustAll
Server = https://kicad.gitlab.io/packaging/kicad-arch/kicad-arch-builder/
Pinned Comments
perigoso commented on 2023-05-02 23:24 (UTC)
A binary repo with the pre-built nightly packages is available here:
https://gitlab.com/kicad/packaging/kicad-arch/kicad-arch-builder#binary-repo
DX-MON commented on 2022-08-17 09:18 (UTC)
Thank you to all those who've made us aware of some recent build system changes that broke things - we'll work on a patch and issue corrected files in the next day or two. Apologies for being slow to get back to this.
DX-MON commented on 2020-11-30 13:11 (UTC)
benx45h: There are two major differences between the two packages.
The first is that this one isn't just "whatever the latest is in Git", but rather is pinned to a particular commit each day so as to aid reproducability and try and help guarantee a usable build each update
The second is that kicad-git cannot be installed along side kicad, which means if you want to use both a kicad-git nightly build and stable on the same machine, it's just not possible.. This package on the other hand is designed to be side-by-side installed so suffixes on -nightly and puts both config and binaries in a different location to allow all this to work seamlessly.