@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?
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.000003 |
First Submitted: | 2015-10-08 16:39 (UTC) |
Last Updated: | 2024-07-16 22:49 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 29 Next › Last »
@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?
Hi Salamandar,
In such case, should not libjpeg-turbo be added as a dependency in libfreeimage?
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 »
as KiCad moved from launchpad to GitLab, the source should be: git+https://gitlab.com/kicad/code/kicad.git
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?
@balajiTn, it does not look like you have the real error there. Maybe post the complete output in a pastebin?
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.
@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.
@dale6998 works fine for me. Maybe you have some permission issues on your filesystem?
Pinned Comments