Search Criteria
Package Details: kicad-git 10.0.0.rc1.1.r631.gdb0744f369-1
Package Actions
| 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: | 69 |
| Popularity: | 0.76 |
| First Submitted: | 2015-10-08 16:39 (UTC) |
| Last Updated: | 2026-03-03 20:39 (UTC) |
Dependencies (26)
- boost-libs
- curl (curl-gitAUR, curl-c-aresAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glm (glm-gitAUR)
- libgit2 (libgit2-gitAUR)
- libspnav (libspnav-gitAUR)
- ngspice (ngspice-gitAUR)
- nng (nanonng-gitAUR, nanomq-gitAUR, nanomq-sqlite-gitAUR, nanomq-msquic-gitAUR, nanomq-full-gitAUR, nng-gitAUR, nanomq-nng-binAUR)
- opencascade (opencascade-gitAUR)
- poppler (poppler-gitAUR)
- poppler-glib (poppler-glib-gitAUR, atril-light-poppler-optAUR)
- protobuf (protobuf-gitAUR)
- python
- python-wxpython (python-wxpython-gitAUR)
- swig (swig-gitAUR)
- unixodbc (unixodbc-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- Show 6 more dependencies...
Required by (31)
- freerouting (requires kicad) (optional)
- freerouting-zh-cn (requires kicad) (optional)
- freerouting-zh-cn-git (requires kicad) (optional)
- kiauto-git (requires kicad)
- kibot (requires kicad)
- kicad-allegro (requires kicad) (optional)
- kicad-allegro-git (requires kicad) (optional)
- kicad-diff-git (requires kicad)
- kicad-i18n-git (requires kicad)
- kicad-interactive-html-bom-plugin (requires kicad) (optional)
- kicad-jlc-manufacture-git (requires kicad)
- kicad-kibuzzard-git (requires kicad)
- kicad-library-cern-git (requires kicad) (optional)
- kicad-library-espressif-git (requires kicad)
- kicad-nightly-rpm (requires kicad)
- kicad-pcb-diff (requires kicad)
- kicad-plugin-viastitching-git (requires kicad)
- kicad-storybook-git (requires kicad)
- kikit-git (requires kicad)
- kiri-git (requires kicad)
- Show 11 more...
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 32 Next › Last »
nickoe commented on 2020-07-20 17:43 (UTC)
@firewalker, this is a strange error. This is not an issue for me, and I also tried to update my system.
First off it looks like there is some issue with it finding wxpython 3.0.2 instead of 4.0.7. Is your default python python2?
orson commented on 2020-05-26 08:36 (UTC)
Hi Salamandar,
In such case, should not libjpeg-turbo be added as a dependency in libfreeimage?
Salamandar commented on 2020-05-26 07:56 (UTC)
Hi, could you add the dependency
libjpeg-turbo? Without it, I get/usr/bin/ld : /usr/lib/libfreeimage.so.3 : undefined reference to « jpeg_read_icc_profile@LIBJPEG_8.0 »moritz commented on 2020-01-20 21:30 (UTC)
as KiCad moved from launchpad to GitLab, the source should be: git+https://gitlab.com/kicad/code/kicad.git
moritz commented on 2019-12-05 10:27 (UTC) (edited on 2019-12-05 10:28 (UTC) by moritz)
Does anybody has a clue why it is not building and how to investigate this?
Scanning dependencies of target kicad
[ 62%] Building CXX object kicad/CMakeFiles/kicad.dir/dialogs/dialog_template_selector_base.cpp.o
/home/user/trizen-user/kicad-git/src/kicad-git/pcbnew/netlist_reader/kicad_netlist_reader.cpp: In member function ‘void KICAD_NETLIST_PARSER::parseNet( )’:
/home/user/trizen-user/kicad-git/src/kicad-git/pcbnew/netlist_reader/kicad_netlist_reader.cpp:244:22: error: ‘T_pinfunction’ was not declared in this s cope; did you mean ‘pin_function’?
244 | case T_pinfunction:
| ^~~~~~~~~~~~~
| pin_function
make[2]: [common/CMakeFiles/pcbcommon.dir/build.make:592: common/CMakeFiles/pcbcommon.dir/__/pcbnew/netlist_reader/kicad_netlist_reader.cpp.o] Error 1
make[2]: Waiting for unfinished jobs....
[ 62%] Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/kicad_plugin.cpp.o
[ 62%] Building CXX object kicad/CMakeFiles/kicad.dir/dialogs/dialog_template_selector.cpp.o
[ 62%] Linking CXX shared module libs3d_plugin_idf.so
[ 62%] Built target s3d_plugin_idf
…
[ 64%] Built target eeschema_kiface
make: *** [Makefile:163: all] Error 2
==> ERROR: A failure occurred in build().
Aborting..
And how to proper formate postings here?
nickoe commented on 2019-11-05 10:14 (UTC)
@balajiTn, it does not look like you have the real error there. Maybe post the complete output in a pastebin?
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-----------------------
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?
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 32 Next › Last »