I just tried to install the kicad package on my arch linux machine after the update to version 8.0.1-1
:
~ $ sudo pacman -S kicad
Sync Explicit (1): kicad-8.0.1-1
resolving dependencies...
looking for conflicting packages...
Packages (1) kicad-8.0.1-1
Total Download Size: 42.93 MiB
Total Installed Size: 185.47 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
kicad-8.0.1-1-x86_64 42.9 MiB 7.33 MiB/s 00:06 [#################################] 100%
(1/1) checking keys in keyring [#################################] 100%
(1/1) checking package integrity [#################################] 100%
(1/1) loading package files [#################################] 100%
(1/1) checking for file conflicts [#################################] 100%
(1/1) checking available disk space [#################################] 100%
:: Processing package changes...
(1/1) installing kicad [#################################] 100%
Optional dependencies for kicad
kicad-library: for footprints, symbols and templates
kicad-library-3d: for 3D models of components
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating the MIME type database...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache..
Subsequently trying to run kicad yields the following error:
~ $ kicad
kicad: error while loading shared libraries: libkigal.so.8.99.0: cannot open shared object file: No such file or directory
As far as I understand, 8.99.0
is the current version of the nightly package, and I am unsure as to why
a shared library generated by the nightly package would be required by the official stable release.
Does anybody else experience this or has any ideas how to solve it?
Thanks for any help in advance!