Gentoo Archives: gentoo-user

From: Miles Malone <m.malone@××××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kicad and complications from hdf5 and vtk USE flags. Not package specific tho.
Date: Thu, 17 Feb 2022 01:27:59
Message-Id: CAM8Dd_3G9v2gU=XZ2D_xJbSHu2BgW-W4rmzrzWziuJWN3L=NtQ@mail.gmail.com
In Reply to: [gentoo-user] Kicad and complications from hdf5 and vtk USE flags. Not package specific tho. by Dale
1 Hi Dale,
2
3 Try removing the vtk useflag from opencascade. Also, add verbose to
4 your emerge arguments and it may show you the full RDEPEND
5
6 Regards,
7
8 Miles
9
10 On Thu, 17 Feb 2022 at 11:07, Dale <rdalek1967@×××××.com> wrote:
11 >
12 > Howdy,
13 >
14 > I seem to have ran into a road block. To get a clean path for emerge
15 > recently, I had to unmerge a few packages. I removed Kicad, libreoffice
16 > and a few others. Some of them I could add back with no problem. I
17 > just emerged them and off it went. I'm having trouble with libreoffice
18 > but I think it is a compile failure so I may just go back to a older
19 > version. The one I can't get around is Kicad. When I run emerge the
20 > first time, I get this:
21 >
22 >
23 > root@fireball / # emerge -auDN world
24 >
25 > These are the packages that would be merged, in order:
26 >
27 > Calculating dependencies... done!
28 >
29 > The following USE changes are necessary to proceed:
30 > (see "package.use" in the portage(5) man page for more details)
31 > # required by sci-libs/vtk-9.0.3-r4::gentoo
32 > # required by sci-libs/opencascade-7.5.2-r5::gentoo[vtk]
33 > # required by sci-electronics/kicad-5.1.12-r2::gentoo
34 > # required by sci-electronics/kicad-symbols-5.1.12::gentoo
35 > # required by sci-electronics/kicad-meta-5.1.12::gentoo
36 > # required by @selected
37 > # required by @world (argument)
38 > =sci-libs/hdf5-1.10.5-r1 -mpi
39 > #
40 > >=sci-libs/vtk-9.0.3-r4 mpi
41 >
42 > Would you like to add these changes to your config files? [Yes/No] n
43 > root@fireball / #
44 >
45 >
46 > I do my file edits manually so I go make the change it wants and try
47 > again with the same command.
48 >
49 >
50 > root@fireball / # emerge -auDN world
51 >
52 > These are the packages that would be merged, in order:
53 >
54 > Calculating dependencies... done!
55 >
56 > The following USE changes are necessary to proceed:
57 > (see "package.use" in the portage(5) man page for more details)
58 > # required by sci-libs/vtk-9.0.3-r4::gentoo
59 > # required by sci-libs/opencascade-7.5.2-r5::gentoo[vtk]
60 > # required by sci-electronics/kicad-5.1.12-r2::gentoo
61 > # required by sci-electronics/kicad-symbols-5.1.12::gentoo
62 > # required by sci-electronics/kicad-meta-5.1.12::gentoo
63 > # required by @selected
64 > # required by @world (argument)
65 > =sci-libs/hdf5-1.10.5-r1 mpi
66 > #
67 > >=sci-libs/vtk-9.0.3-r4 -mpi
68 >
69 > Would you like to add these changes to your config files? [Yes/No] n
70 > root@fireball / #
71 >
72 >
73 > Each time it just reverses the recommended settings. I've been dealing
74 > with this for a couple days now. I've tried changing settings on the
75 > packages that are pulling it in and anything else I can think of but so
76 > far, this is as close I've got to it being able to update.
77 >
78 > Does someone have their emerge decoder ring handy? I just can't figure
79 > out what changes to make to get past this. Once this is done, I'll
80 > start hammering on libreoffice.
81 >
82 > Thanks.
83 >
84 > Dale
85 >
86 > :-) :-)
87 >

Replies