Gentoo Archives: gentoo-user

From: Jack <ostroffjh@×××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kicad failed to compile after update
Date: Sun, 10 May 2020 16:33:53
Message-Id: B23CLGFF.KCBQ6KFY.6DBJBI7E@MFUOTFFX.FWWKZ4LS.6RHCDJSZ
In Reply to: [gentoo-user] kicad failed to compile after update by tuxic@posteo.de
1 On 2020.05.10 02:49, tuxic@××××××.de wrote:
2 > Hi,
3 >
4 > this morning I had a massive update of my system.
5 >
6 > Beside others kicad failed to recompile with this message
7 >
8 > Calculating dependencies... done!
9 > * Dependencies could not be completely resolved due to
10 > * the following required packages not being installed:
11 > *
12 > * >=dev-libs/boost-1.61:0/1.72.0=[context,nls,threads] pulled in
13 > by:
14 > * sci-electronics/kicad-5.1.5-r1
15 > *
16 >
17 > * >=dev-libs/boost-1.61:0/1.72.0=[context,nls,threads,python,python_targets_python3_6(-)]
18 > pulled in by:
19 > * sci-electronics/kicad-5.1.5-r1
20 > *
21 >
22 > * >=dev-libs/boost-1.61:=[context,nls,threads,python,python_targets_python3_6(-)]
23 > pulled in by:
24 > * sci-electronics/kicad-5.1.5-r1
25 > *
26 > * dev-python/wxpython:4.0[python_targets_python3_6(-)] pulled in
27 > by:
28 > * sci-electronics/kicad-5.1.5-r1
29 > *
30 > * media-libs/glew:0/2.1= pulled in by:
31 > * sci-electronics/kicad-5.1.5-r1
32 >
33 >
34 > :
35 > [I] dev-libs/boost
36 > Available versions: 1.72.0-r1(0/1.72.0)^t (~)1.73.0(0/1.73.0)^t
37 > {bzip2 context debug doc icu lzma mpi +nls numpy python static-libs
38 > +threads tools zlib zstd ABI_MIPS="n32 n64 o32" ABI_RISCV="lp64
39 > lp64d" ABI_S390="32 64" ABI_X86="32 64 x32" PYTHON_TARGETS="python2_7
40 > python3_6 python3_7 python3_8"}
41 > Installed versions: 1.73.0(0/1.73.0)^t(06:38:51 AM
42 > 05/10/2020)(bzip2 context nls python threads zlib -debug -doc -icu
43 > -lzma -mpi -numpy -static-libs -tools -zstd ABI_MIPS="-n32 -n64 -o32"
44 > ABI_RISCV="-lp64 -lp64d" ABI_S390="-32 -64" ABI_X86="64 -32 -x32"
45 > PYTHON_TARGETS="python2_7 python3_7 -python3_6 -python3_8")
46 > Homepage: https://www.boost.org/
47 > Description: Boost Libraries for C++
48 >
49 >
50 > Is it possible to install the older version of boost somehow "in
51 > parallel" withouth screwing up the rest of the system?
52 >
53 > Cheers!
54 > Meino
55 The problem is not versions, it's USE flags. Note that both lines
56 showing the required boost include "python_targets_python3_6(-)" and
57 your eix output showing PYTHON_TARGETS="python2_7 python3_7 -python3_6
58 -python3_8" for your installed version.
59
60 You need to include python3_6 as one of the PYTHON_TARGETS for boost,
61 then you can install kicad. You also have to do that for wxpython. I
62 can't tell what the issue is with glew without more information.

Replies

Subject Author
Re: [gentoo-user] kicad failed to compile after update Dale <rdalek1967@×××××.com>