Package Details: kicad-library-nightly 10.99.0_561_g8bc8a961bb-1

Git Clone URL: https://aur.archlinux.org/kicad-library-nightly.git (read-only, click to copy)
Package Base: kicad-library-nightly
Description: Kicad component and footprint libraries
Upstream URL: http://kicad.org/
Licenses: GPL
Submitter: DX-MON
Maintainer: DX-MON (perigoso, kicad-bot)
Last Packager: kicad-bot
Votes: 8
Popularity: 0.000000
First Submitted: 2020-10-16 17:05 (UTC)
Last Updated: 2026-04-16 17:09 (UTC)

Latest Comments

cezar commented on 2026-02-09 23:09 (UTC)

-- Build files have been written to: /home/cezar/.cache/yay/kicad-library-nightly/src/kicad-symbols
[  0%] Built target make_packed_dir
[  0%] Packing symbol library /home/cezar/.cache/yay/kicad-library-nightly/src/kicad-symbols/4xxx.kicad_symdir to /home/cezar/.cache/yay/kicad-library-nightly/src/kicad-symbols/packed/4xxx.kicad_sym
Symbol library does not exist or is not accessible
make[2]: *** [CMakeFiles/pack_symbols.dir/build.make:294: packed/4xxx.kicad_sym] Error 3
make[1]: *** [CMakeFiles/Makefile2:121: CMakeFiles/pack_symbols.dir/all] Error 2
make: *** [Makefile:124: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

On my system, I have the release version as well. It looks like the /usr/bin/kicad-cli fails to upgrade the symbols.

Passing the nightly CLI fixes this issue:

build_package()
{
    cd "$1"
    cmake . \
        -DCMAKE_INSTALL_PREFIX=/usr/lib/kicad-nightly \
        -DKICAD_DATA=/usr/share/kicad-nightly \
        -DKICAD_CLI=/usr/bin/kicad-cli-nightly
    make
}

aisuneko commented on 2026-01-11 08:08 (UTC)

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 at:

https://gitlab.com/aisuneko/kicad-arch-builder

[kicad-nightly]
SigLevel = Optional TrustAll
Server = https://aisuneko.gitlab.io/kicad-arch-builder/

Harvie commented on 2023-01-25 16:58 (UTC)

This package also uses some optimizer called stepreduce, which might be benefitial addition to compression as well: https://aur.archlinux.org/packages/kicad-library-3d-git

Harvie commented on 2023-01-25 16:56 (UTC)

Hello, can you please compress the models before packaging? Eg. from wrl/step to wrz/stpz It would save huge amount of disk space. Thanks! https://bugs.archlinux.org/task/73320

strayedelectron commented on 2022-01-29 08:35 (UTC)

It seams that the symbols and footprints are not installed right. The packages3D are installed in /usr/share/kicad-nightly/3dmodels but there is nothing else. Even find can not locate any symbol or footprint.

silvan_rehm commented on 2021-12-26 06:10 (UTC)

Cannot update on Manjaro, Error Message:

"Failed to generate kicad-library-3d-nightly information"

xiretza commented on 2021-10-27 17:45 (UTC)

Please change the url= from kicad-pcb [dot] org to kicad.org, as the old one has to be considered compromised: https://forum.kicad.info/t/warning-avoid-all-links-to-kicad-pcb-org-use-kicad-org/31521