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 .. 20 21 22 23 24 25 26 27 28 29 Next › Last »

liquibyte commented on 2014-04-29 23:54 (UTC)

I went through and uninstalled a ton of stuff that yaourt was reporting as no longer needed. I'm sure it will break other things but I did finally get Kicad to build. I'm not sure what was getting in the way but this installation is at least 5 years old and I'm bad about cleaning. Getting segfaults trying to run things from the main window using the buttons but I can call the programs directly so it's an issue that I can work around. My apologies and thanks for the help. I'll work out the rest on my own.

keenerd commented on 2014-04-29 20:36 (UTC)

Giving it a quick glance, two things look very suspicious. Ancient stuff like bison 2.7 (instead of 3.0) and wxgtk 2.9 (which was basically 3.0-pre and should not be installed, period). I suggest you start a thread on the forum instead.

keenerd commented on 2014-04-29 20:21 (UTC)

Deleted and mirrored: http://kmkeen.com/tmp/liquibyte-cant-paste

keenerd commented on 2014-04-29 13:38 (UTC)

Prebuilt packages: http://pkgbuild.com/~kkeen/kicad-bzr/ Interesting to see that using their custom boost only costs 10% more build time and 120KB more install space. Considering boost-libs is 11.5MB, and all the fuss they kick up about patching boost, it seems they are not using boost for very much.

keenerd commented on 2014-04-29 04:07 (UTC)

Stock/official everything compiles fine for me. Not a single custom package in the tree used by Kicad. Liquibyte, how about instead of asking us to list stuff, you list what you have installed? Because your problems seem unique to you.

liquibyte commented on 2014-04-29 03:44 (UTC)

depends=('glew' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'boost-libs') makedepends=('cmake' 'bzr' 'zlib' 'mesa' 'boost') Where in here is there a dependency for wxWidgets? I didn't even have that installed as nothing I use depends on it. So I'm thinking maybe I need this and I tried installing 3.0.0-1 from AUR because stable is out of date and oddly enough, I'm the one that flagged that too because the source url is incorrect. Version 3.0.0-1 fails to build so I went back and looked at the PKGBUILD FOR wxwidgets-stable and updated it on the fly using the source url for 2.8.12. I got that to finish compiling and to install and then the Kicad build gets farther along but ultimately fails. My comment stands. Kicad is horribly managed and poorly written and it's just not worth the effort for me to keep debugging packages trying to get it working with the latest features. The AUR seems to be falling apart as the years progress and that is a little sad to me. I flagged wxwidgets-stable out of date back in January and it's not been updated even though all it needs is an updated url and a new checksum. One of these days the Kicad devs will update stable with the new features and maybe I'll be able to get it that way but until then, I do not wish to keep compiling and installing custom packages just to make one program work. I've heard they have major toolchain issues and that they keep it that way to "make it easier" for their devs. Maybe it's time to fork it. I wish CERN had picked GEDA instead though. If you can tell me the absolute library and toolchain that you're using, I'll double check my versions and see if I can get it working to help others out but won't keep doing it if they keep breaking things.

orson commented on 2014-04-28 19:16 (UTC)

@liquibyte I suspect that wxWidgets is guilty. Which version do you use (what package and version, if installed from repo)?