Package Details: kicad-git 9.0.0.rc1.r499.gf665760a8e-1

Git Clone URL: https://aur.archlinux.org/kicad-git.git (read-only, click to copy)
Package Base: kicad-git
Description: Electronic schematic and printed circuit board (PCB) design tools
Upstream URL: https://kicad.org/
Licenses: GPL-3.0-or-later
Conflicts: kicad, kicad-bzr
Provides: kicad
Submitter: Chocobo
Maintainer: nickoe
Last Packager: nickoe
Votes: 67
Popularity: 0.000000
First Submitted: 2015-10-08 16:39 (UTC)
Last Updated: 2025-01-07 22:16 (UTC)

Required by (26)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 29 Next › Last »

f0x52 commented on 2021-10-20 12:22 (UTC)

as per https://forum.kicad.info/t/warning-avoid-all-links-to-kicad-pcb-org-use-kicad-org/31521 the upstream url should probably be changed to kicad.org

barabas commented on 2021-07-19 20:14 (UTC)

Getting some warnings from CMake:

CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_GITHUB_PLUGIN
    KICAD_SCRIPTING
    KICAD_SCRIPTING_ACTION_MENU
    KICAD_SCRIPTING_MODULES
    KICAD_SCRIPTING_PYTHON3
    KICAD_SCRIPTING_WXPYTHON_PHOENIX

These have been removed and ON by default. See this post on the mailing list.

greyltc commented on 2021-06-04 13:58 (UTC) (edited on 2021-06-04 15:05 (UTC) by greyltc)

Hey, can you add -G Ninja to the cmake options and then change make to cmake --build . then the make install line can become DESTDIR="${pkgdir}" cmake --build . -- install

makes the build go brrr

nickoe commented on 2021-05-23 11:09 (UTC)

@haawda, thank you for testing, but I currently think the right thing to do is to get community/python-wxpython downgraded.

See https://bugs.archlinux.org/task/70908

haawda commented on 2021-05-23 01:30 (UTC)

I needed to use wxgtk3-dev from AUR instead of WXGTK3 and the fowllowing patch to build.

diff --git a/PKGBUILD b/PKGBUILD
index 0b23d76..36f51ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,7 @@ build() {
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DKICAD_USE_OCE=OFF \
     -DKICAD_USE_OCC=ON \
+    -DKICAD_USE_EGL=ON \
     -DBUILD_GITHUB_PLUGIN=ON \
     -DKICAD_SCRIPTING=ON \
     -DKICAD_SCRIPTING_MODULES=ON \

alfrede commented on 2021-05-17 05:49 (UTC)

@Nick for the Problem that Knapik talked about, i had the same Problem with the kicad-nightly package and DX-Mon said to me that i had to downgrade the wxPython Package to Version 4.0.7.2-5. Here the Link to the Package.

https://aur.archlinux.org/pkgbase/kicad-nightly/

@kanpik, perhaps it helps you.

h2obrain commented on 2021-05-16 16:36 (UTC)

@knapik For some reason python-wxpython-4.1.1-1 reports 3.1.5 as the wxWidgets_version

Python 3.9.5 (default, May 12 2021, 17:14:51) 
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.wxWidgets_version
'wxWidgets 3.1.5'
>

Adding wxWidgets_version = 'wxWidgets 3.0.5' to the end of /usr/lib/python3.9/site-packages/wx/__init__.py made it (start to) build, but this is obviously not a good solution. :)

nickoe commented on 2021-04-28 19:35 (UTC)

@colejohnson66, this is fixed with an update to ngspice 34-2.

nickoe commented on 2021-04-27 20:49 (UTC)

@knapik I am not sure what you are talking about. I don't see any issues with kicad and wx, using extra/wxgtk3 3.0.5.1-2.

@colejohnson66 I think this is a packaging bug in ngspice-34. You can by pass it by disabling NGSPICE in the cmake config temporarely.

colejohnson66 commented on 2021-04-27 17:21 (UTC)

The configure script is failing with an error about ngspice:

*** NGSPICE library missing ***
Most of ngspice packages do not provide the required libngspice library.
You can either compile ngspice configured with --with-ngshared parameter
or run a script that does the job for you:
  cd ./scripting/build_tools
  chmod +x get_libngspice_so.sh
  ./get_libngspice_so.sh
  sudo ./get_libngspice_so.sh install