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.000105
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 2 3 4 5 6 7 8 9 10 .. 29 Next › Last »

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-----------------------

[ 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.