Package Details: kicad-git 8.99.0.r896.gb12043a612-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
Conflicts: kicad, kicad-bzr
Provides: kicad
Submitter: Chocobo
Maintainer: nickoe
Last Packager: nickoe
Votes: 67
Popularity: 0.000099
First Submitted: 2015-10-08 16:39 (UTC)
Last Updated: 2024-04-28 18:33 (UTC)

Required by (20)

Sources (1)

Pinned Comments

Latest Comments

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

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

knapik commented on 2021-04-27 00:54 (UTC)

No longer compiles for me. The nightly builds are now dependent the latest development release of wxWidgets (3.15) and not the stable release.

Still, trying to use wxgtk3-dev and wxgtk-common-dev instead of the stable packages, I can't compile to do errors due to a bunch of missing or wrong OpenGL types? I haven't figured out how to get it to compile yet.

TheGondolindrim commented on 2021-01-22 22:59 (UTC)

It was a ownership problem -- lemon was installed but for some reason the files were 777, but the drive I was using to compile was mounted with a different ownership access.

nickoe commented on 2021-01-19 22:11 (UTC) (edited on 2021-01-19 23:02 (UTC) by nickoe)

I think there are some issues up stream that should be ironed out, but I think you can workaround this by installing lemon and retry the build.

EDIT: related https://gitlab.com/kicad/packaging/kicad-fedora-builder/-/merge_requests/52 and it may not be enough to install just lemon. Do you have the package shared-mime-info installed?

TheGondolindrim commented on 2021-01-19 22:03 (UTC)

Having issues here building, specifically at the libevel/grammar.lemon which fails at the lemon parsing. Anyone with this issue?

nickoe commented on 2021-01-11 06:42 (UTC)

Yes, this pa pagage has always been tracking master. That is common for pavkages in AUR with tje dash git suffix.

DCengineer commented on 2021-01-11 06:05 (UTC)

Was this supposed to be updated to v5.99 (nightly)? Seems like kicad-git should be the same version that is available in community/kicad.