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

liquibyte commented on 2014-04-28 14:58 (UTC)

The source for this is terrible. Won't build no matter what I do. I think the toolchain needs to be explicitly defined because something is not right here. I know it's not your fault but I think I'm just going to uninstall everything to do with kicad altogether and ignore the fact that we have no decent open source software of this nature. F'ing shame. In file included from /tmp/yaourt-tmp-root/aur-kicad-bzr/src/kicad/include/base_struct.h:37:0, from /tmp/yaourt-tmp-root/aur-kicad-bzr/src/kicad/common/dlist.cpp:28: /tmp/yaourt-tmp-root/aur-kicad-bzr/src/kicad/include/richio.h:140:14: error: 'IO_ERROR::IO_ERROR(const char*, const char*, const wxChar*)' cannot be overloaded explicit IO_ERROR( const char* aThrowersFile, ^ /tmp/yaourt-tmp-root/aur-kicad-bzr/src/kicad/include/richio.h:132:14: error: with 'IO_ERROR::IO_ERROR(const char*, const char*, const char*)' explicit IO_ERROR( const char* aThrowersFile, ^ common/CMakeFiles/common.dir/build.make:102: recipe for target 'common/CMakeFiles/common.dir/dlist.cpp.o' failed make[2]: *** [common/CMakeFiles/common.dir/dlist.cpp.o] Error 1 CMakeFiles/Makefile2:229: recipe for target 'common/CMakeFiles/common.dir/all' failed make[1]: *** [common/CMakeFiles/common.dir/all] Error 2 Makefile:136: recipe for target 'all' failed make: *** [all] Error 2

keenerd commented on 2014-04-28 12:25 (UTC)

This continues to build and run fine for me, no patches are needed. "make -j1" is forced now, because that seems to be where people have trouble. b_eagle: That was a bug in wxgtk. It has been fixed.

nickoe commented on 2014-04-15 20:58 (UTC)

I have published my version of this script, it is a bit hacky regarding the python stuff, but that does not work currently, use the pre-kiway tag if you want to test out the python scripting in kicad, that should work when you uncomment the python hax lines. The boost skip patch is needed to be able to skip boost and build with more than -j1. That will be fixed when drawing_tools from cern is merged. The multiline patch is just a simple patch I just submitted. https://github.com/nickoe/PKGBUILDs/tree/master/kicad-bzr

liquibyte commented on 2014-04-15 13:13 (UTC)

I keep coming back trying to build this because I'd like to try out some of the new features, I've been doing this for months. Alas, it never even comes close to building. I know it's not the maintainers fault but the upstream sources being broken like this makes things untennable for someone wanting to try this out. Until they stabilize the sources to not need special treatment and Ubuntu-centric, I'm calling this broken and out of date.

b_eagle commented on 2014-03-13 07:23 (UTC)

Installation goes fine, but when I try to execute any module I get this error: kicad: relocation error: kicad: symbol _ZTI10wxListBase, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference How can I fix this??

danwood76 commented on 2014-02-13 08:34 (UTC)

The PKGBUILD doesn't build kicad with the github plugin so we are unable to use the github PCB libraries. This can be fixed by adding '-DBUILD_GITHUB_PLUGIN=ON' to the cmake line in the PKGBUILD.

keenerd commented on 2014-02-10 00:18 (UTC)

Apologies for the delay with getting this pkgbuild tuned up. I'd been working with the kicad release package, which has been fairly frustrating. The most recent release tarball (4024) seems more ubuntu-centric that usual and the previous version (4017) it is being very odd with wxgtk3. (While it successfully produces a package, the compilation stops at 45% and the package is not that useful.) This -bzr package is built with wxgtk3 and with Arch's Boost. It seems to work okay here but I'd like some more people to test it out. If you want stable we have the package in community. Please report if you have any issues that seem to be Boost related. BACK UP YOUR PROJECTS! Saves from kicad-bzr might not be fully compatible with Kicad in community. Long term, if the release tarballs keep being weird, I might switch the community package to a bzr tagged release.