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 (24)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 30 Next › Last »

anarki commented on 2025-08-28 13:04 (UTC) (edited on 2025-08-28 13:04 (UTC) by anarki)

Unable to build

internal compiler error: in diag_mismatched_tags, at cp/parser.cc:36131

Also see https://bbs.archlinux.org/viewtopic.php?pid=2259010

Can someone reproduce? I'de file a report then as the compiler suggests.

nickoe commented on 2025-08-27 19:08 (UTC)

-git is source

mouadh7 commented on 2025-08-27 14:37 (UTC)

is this the source code or is it the binary?

anarki commented on 2025-01-07 10:32 (UTC) (edited on 2025-01-07 10:37 (UTC) by anarki)

Getting

collect2: error: ld returned 1 exit status
make[2]: *** [eeschema/CMakeFiles/eeschema.dir/build.make:119: eeschema/eeschema] Error 1
make[1]: *** [CMakeFiles/Makefile2:4669: eeschema/CMakeFiles/eeschema.dir/all] Error 2</code>

Adding

-DKICAD_USE_CMAKE_FINDPROTOBUF=0

seems to help. See https://gitlab.com/kicad/code/kicad/-/issues/18080

xorly commented on 2024-12-21 17:22 (UTC)

Hi, can you update PKGBUILD so it follows the template https://wiki.archlinux.org/title/CMake_package_guidelines#Template and does not call make directly? E.g. on my system, ninja is default cmake build system. Proper use of cmake also simplifies the PKGBUILD.

xiota commented on 2024-08-04 14:23 (UTC) (edited on 2024-08-04 14:24 (UTC) by xiota)

I had edited the PKGBUILD to use ld instead of gold and forgot to sync before reporting the error. Seems ld is more strict about some options. Resolved by adding following:

export CXXFLAGS+=" -fno-strict-aliasing"
export LDFLAGS+=" -Wl,--copy-dt-needed-entries"

nickoe commented on 2024-08-04 10:59 (UTC) (edited on 2024-08-04 11:00 (UTC) by nickoe)

@xiota, maybe try a clean build? makepkg -C it builds for me. I updated my system yesterday or so.

I have:

local/protobuf 27.2-1
local/protobuf-c 1.5.0-3
local/python-protobuf 27.2-1

xiota commented on 2024-08-04 04:00 (UTC)

Fails to build.

/usr/bin/ld: api/libkiapi.so.8.99.0: undefined reference to symbol '_ZN4absl12lts_2024011612log_internal17MakeCheckOpStringIPKvS4_EEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEET_T0_PKc'

Possibly related to protobuf. https://gitlab.com/kicad/code/kicad/-/issues/18080