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.000040
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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 29 Next › Last »

nickoe commented on 2015-06-25 11:49 (UTC)

The -j1 is probably a left over from when there were problems building with many jobs as some point, but that has been fixed upstream and seems to work stable now. It is good that it is commented out, PKGBUILDS should avoid to force -j options, because they will override the users setting. Moving the scripting options in side the cmake lines will usually break the build... Maybe it works in this case since the path is in the beginning, I am not quite sure about this. But it needs testing.

cgx commented on 2015-06-25 09:05 (UTC)

I think the -j1 comment in the pkgbuild is not needed at all, since it should use the default from /etc/makepkg.conf anyway MAKEFLAGS="-j2" At least "make #-j1 ## Uncomment -j1 to build single threaded (to debug build issues)" could be more correct

leosw commented on 2015-06-25 08:56 (UTC)

Please replace the build option to something easily editable : build() { cd "$srcdir/$_bzrmod" mkdir -p build/Release cd build/Release # -DKICAD_SKIP_BOOST=ON ? cmake ../.. -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKICAD_SKIP_BOOST=ON \ ## Uncomment to enable Python Scripting : # -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON \ # -DKICAD_SCRIPTING_WXPYTHON=ON \ -DBUILD_GITHUB_PLUGIN=ON make #-j1 ## Uncomment to use many threads during build process (must be lower than your threads number) }

tommag commented on 2015-04-06 20:39 (UTC)

That worked, thanks a lot ! BZR trick ? :)

nickoe commented on 2015-04-01 22:31 (UTC)

How are you rebuilding? Try to clean your src dir and try again.

tommag commented on 2015-04-01 21:03 (UTC)

Hello, I was looking for the recently introduced features (differential routing) and it seems that the package being built is rev5322 (2014-12-14 21:42:28 UTC). The package created has the right name and package info (ie rev5562) but once installed the actual software version says "BZR5322" and, needless to say, the new features are not available :) All of the builds done since rev5322 (I had built it at rev5351 and 5464) behave in the same way. Is it a problem with my setup or can someone reproduce it ?

orson commented on 2015-03-12 20:05 (UTC)

@lz3060 It is not the first and not the last bug in KiCad. You have reported the bug in the right place, but please save the comments here for reporting problems related to the AUR package, not the software itself. Peace, Orson

nickoe commented on 2015-03-03 14:01 (UTC)

FYI https://lists.launchpad.net/kicad-developers/msg17163.html

nickoe commented on 2015-03-03 08:25 (UTC)

Timfonic, please try to read the errors and state why you think this is an error with this package. The first indicates you don't know what the fp-lib-table is. The second indicates you dont realize you are editing or trying to install this package where files already exist.