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 Next › Last »

balajiTn commented on 2019-10-31 11:06 (UTC) (edited on 2019-10-31 11:11 (UTC) by balajiTn)

My build is failing and I am finding it difficult to spot the error. Could you please help me?

-----------------------Output from terminal-----------------------

[ 80%] Built target pcbnew
Scanning dependencies of target pcbnew_python_module

[ 81%] Creating python's pcbnew native module _pcbnew.so for command line use.
Error copying file "_pcbnew.kiface" to "_pcbnew.so".

make[2]: *** [pcbnew/CMakeFiles/pcbnew_python_module.dir/build.make:61:   pcbnew/_pcbnew.so] Error 1

make[2]: *** Deleting file 'pcbnew/_pcbnew.so'

make[1]: *** [CMakeFiles/Makefile2:1149: pcbnew/CMakeFiles   /pcbnew_python_module.dir/all] Error 2

make: *** [Makefile:163: all] Error 2

==> ERROR: A failure occurred in build().

Aborting...

==> ERROR: Makepkg was unable to build kicad-git.

e7p commented on 2019-07-04 13:47 (UTC)

@dale6998 @nickoe it seems that at the very last step usually /tmp runs full. a solution would be to increase the size of the tmpfs to more than 8 GB. Another option would be to use a different directory for building.

nickoe commented on 2019-06-14 14:36 (UTC)

@dale6998 works fine for me. Maybe you have some permission issues on your filesystem?

dale6998 commented on 2019-06-14 12:26 (UTC)

Have you guys seen this error?

-- Installing: /tmp/yaourt-tmp-dale/aur-kicad-git/pkg/kicad-git/usr/bin/pcb_calculator
CMake Error at pcb_calculator/cmake_install.cmake:47 (file):
  file INSTALL cannot copy file
  "/tmp/yaourt-tmp-dale/aur-kicad-git/src/kicad-git/build/pcb_calculator/pcb_calculator"
  to
  "/tmp/yaourt-tmp-dale/aur-kicad-git/pkg/kicad-git/usr/bin/pcb_calculator".
Call Stack (most recent call first):
  cmake_install.cmake:76 (include)


make: *** [Makefile:74: install] Error 1

doragasu commented on 2019-05-19 09:42 (UTC)

I have the same problem as @dale6998 when using the privative NVIDIA drivers. If I switch to nouveau, or use my laptop with Intel graphics card, everything works.

nickoe commented on 2019-05-17 14:22 (UTC)

Are you sure your system is updated? Maybe you updsted your graphics driver recently and may need to restart your machine.

dale6998 commented on 2019-05-17 12:22 (UTC)

package builds and installs, but my menus are broken and running the 3D viewer crashes KiCad...Any idea where to start looking?

nickoe commented on 2019-03-01 21:51 (UTC)

glm master is fixed, so I uploaded glm-git to be able to use gcc again.

You may need to clear your build dir.

niqingliang2003 commented on 2019-02-24 13:31 (UTC)

@nickoe: today.

kicad-footprints-git r3136.e1d4ff85-1

kicad-git r12427.c4fe6785a-1

kicad-packages3d-git r2019.02.16.4a0375d-1

kicad-symbols-git r4469.2063c030-1

nickoe commented on 2019-02-24 12:55 (UTC)

@niqingliang2003, when did you rebuild the kicad-git package?

Also, what version do you have installed?

niqingliang2003 commented on 2019-02-24 12:43 (UTC)

I updated the system today:

python-wxpython 4.0.4-5

wxgtk-common 3.0.4-2

wxgtk3 3.0.4-2

nickoe commented on 2019-02-24 12:30 (UTC)

@niqingliang2003, I still don't think it is a problem with this package. Please check your dependencies, expecially the wxgtk3 and python-wxpython.

niqingliang2003 commented on 2019-02-24 12:26 (UTC) (edited on 2019-02-24 13:32 (UTC) by niqingliang2003)

in eeschema, when eding 'value' column of symbol properties, only one character can be input.

when editing 'footprint' row, the icon on the right side can't be displayed

nickoe commented on 2019-02-24 11:05 (UTC)

@niqingliang2003, This is not an issue with this package. This is probably a mismatch between wxgtk and python-wxpython that needs to be rebuilt.

niqingliang2003 commented on 2019-02-24 10:59 (UTC)

18:58:48: Warning: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8).

ukmattbrock commented on 2019-01-26 12:55 (UTC) (edited on 2019-01-26 12:57 (UTC) by ukmattbrock)

Thanks - i noticed that lots of things had broken - maybe I'd done the partial-update that everyone says don't do on arch? Not sure! Anyway as I could no longer update packages (gpg broken) due to the same readline problem (I had .so.8 installed but some packages wanted .so.7) - i ended up creating a symlink (ln -s ... ) and all fixed. Phew.

I'm just finding my feet with Arch - should I be making sure everything is up to date before using the AUR? I had about 500mb of updates to download and as my internets off at home [connected via 4g mobile at the moment], i've been putting them off for a week or so... but couldn't live without kicad, so left the updates outstanding and just did a "yay kicad-git"... maybe thats where i went wrong :D

nickoe commented on 2019-01-26 10:45 (UTC)

@ukmattbrock, I wonder if your system is up to date, it seems that the ngspice packages was recently rebuilt because an update to readline.

ukmattbrock commented on 2019-01-26 10:41 (UTC) (edited on 2019-01-26 10:41 (UTC) by ukmattbrock)

Hi

I've just tried building this on a clean install and it almost got there, but ended with...

https://pastebin.com/n12v0mBN

Is anyone else suffering from this?

Thanks in advance

Matt

nickoe commented on 2019-01-12 21:39 (UTC)

What environment variable?

GPereira commented on 2019-01-12 19:50 (UTC)

I had to manually change an environment variable to compile. Of course it makes sense. I will compile this multiple times to update my installation. Meanwhile I see that you changed it, it's perfect. Thanks!

nickoe commented on 2019-01-12 14:16 (UTC)

There are no reason to force the build with clang if you are following the cmake message about GLM from kicad.

GPereira commented on 2019-01-12 13:32 (UTC)

You shouldn't remove the glm check. kicad developers did that for a reason, probably it doesn't compile yet or it introduces bugs. You should instead compile with clang as recommended by kicad

GPereira commented on 2019-01-12 11:08 (UTC)

I can do that, add me as a co-mantainer

nickoe commented on 2019-01-11 20:52 (UTC)

@GPereia, but you still would need to patch out the glm check

GPereira commented on 2019-01-11 19:39 (UTC)

Here you have a new pkgbuild that uses python 3 https://pastebin.com/13aYbKrq

GPereira commented on 2019-01-11 19:14 (UTC)

I would like to enable some new Kicad modules, for example the Spice one

GPereira commented on 2019-01-11 19:06 (UTC)

Also you can add me as a co-maintainer so I could help more easily.

GPereira commented on 2019-01-11 19:05 (UTC)

add "export CXX=clang++" before cmake to fix GLM issue. It doesn't compile with GCC and it is a recommendation from kicad

nickoe commented on 2019-01-11 18:44 (UTC)

@GPereira Please share patches and I may merge them.

GPereira commented on 2019-01-11 18:37 (UTC)

Can I be a co-mantainer?

GPereira commented on 2019-01-11 18:37 (UTC)

I can help you improve this package since it missed a lot of optional dependencies.

Knusperkeks commented on 2018-12-19 13:47 (UTC)

Kicad can be built with Python 3 support and the wxpython version found in the official repo, as well: https://lists.launchpad.net/kicad-developers/msg38660.html

Salamandar commented on 2018-11-30 08:38 (UTC)

Please use git+https:// for the clone url.

ILF commented on 2018-11-26 14:10 (UTC)

@nickoe - thanks, should have thought of that

nickoe commented on 2018-11-25 21:45 (UTC)

Glm is broken, you can downgrade it. For more info look at the kicad developee list for glm.

ILF commented on 2018-11-25 21:35 (UTC)

I'm having problems compiling kicad, this has been the case for the past 2 or 3 weeks at least. Am I missing something. It seems to fail in the 3d-viewer module of kicad and there seems to be a problem with glm includes.

Here is a pastebin from the log of makepkg:

https://pastebin.com/5b52Uj3w

Any advise would be greatly appreciated.

pavels commented on 2018-10-03 13:19 (UTC)

@niqingliang2003 i am running git version g7fa5456d7 built against opencascade and wrl works OK - i even think WRL rendering don't go through oce/occ - just stp import and export

niqingliang2003 commented on 2018-09-18 09:23 (UTC)

@pavels: stp ok, but can't display wrl -_-, what's the problem?

nickoe commented on 2018-08-02 18:53 (UTC)

I have not made it use iopencasade by default over oce.

doragasu commented on 2018-07-24 06:46 (UTC)

@pavels Great news, that would be great (at least for me)

pavels commented on 2018-07-20 20:31 (UTC)

Hi Just tried to build this using opencascade package by doing small changes to PKGBUILD (KICAD_USE_OCE to OFF, KICAD_USE_OCC to ON and change dependency from oce to opencascade) and it builds 100% OK. I am using STEP models no problem and tried STEP export of the whole board and worked 100% as well.

Maybe is is possible to switch dep from oce to opencascade so we don't need to keep both oce and opencascade when using FreeCAD as well?

nickoe commented on 2018-07-06 08:46 (UTC)

@dbskcnc there is not reason to flag this package as out of date, it is a git package.

nickoe commented on 2018-06-13 23:14 (UTC)

Kicad should work fine against occ

ILF commented on 2018-06-13 23:01 (UTC)

@nickoe freeimage (https://www.archlinux.org/packages/community/x86_64/freeimage/) is a dependency of OCE. Latest freeimage 3.17.0-3 misses some symbols so neither OCE recompiles against it, nor kicad compiles with OCE living in the system compiled against 3.17.0-2.

Kicad though compiles fine if I roll back freeimage to 3.17.0-2 from the archives.

In general OCE is becoming PITA, so we should probably try to use opencascade, I wouldn't want to speculate, but I would assume there is a big cross-section of people that use both kicad and freecad at the same time, so using different spins of opencascade is a bit redundant.

nickoe commented on 2018-06-13 14:26 (UTC)

What is freeimage, and how does it relate to kicad?

ILF commented on 2018-06-13 14:22 (UTC)

Building kicad fails with the latest freeimage (dependency of OCE). OCE compilation also fails with latest freeimage, so it's not just re-linking issue. We should definitely try compiling against opencascade, if someone has any ideas, please share.

schlumpf commented on 2018-05-31 11:00 (UTC)

KiCad stopped supporting Freeroute (https://lists.launchpad.net/kicad-developers/msg35848.html) so you should remove 'freeroute-bin' from optional dependencies.

Salamandar commented on 2018-05-24 22:24 (UTC)

Hi, You put CMAKE_BUILD_TYPE=RelWithDebInfo. The pkg is thus 1.7Go. Could you use the Release build type ?