Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Kicad and complications from hdf5 and vtk USE flags. Not package specific tho. Miles Malone <m.malone@××××××××××××××××××.net>