Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Dependency riddle...
Date: Fri, 02 Jan 2015 08:40:04
Message-Id: 20150102083951.GA20431@solfire
1 Hi,
2
3 Happy new year and best wishes for 2015 ! :))
4
5
6
7 While doing a emerge --depclean -va I got this:
8
9
10 !!! Problem resolving dependencies for sci-libs/vtk:0 from @preserved-rebuild ... done!
11
12 !!! The ebuild selected to satisfy "sci-libs/vtk:0" has unmet requirements.
13 - sci-libs/vtk-6.1.0::gentoo USE="X tk -R -all-modules (-aqua) -boost -cg -doc -examples -ffmpeg -gdal -imaging -java -json -kaapi -mpi -mysql -odbc -offscreen -postgres -python -qt4 -rendering -smp -tbb -tcl -test -theora -views -web -xdmf2" ABI_X86="64" PYTHON_TARGETS="python2_7" VIDEO_CARDS="nvidia"
14
15 The following REQUIRED_USE flag constraints are unsatisfied:
16 tk? ( tcl )
17
18 The above constraints are a subset of the following complete expression:
19 all-modules? ( python xdmf2 ) java? ( qt4 ) python? ( python_targets_python2_7 ) tcl? ( rendering ) smp? ( exactly-one-of ( kaapi tbb ) ) test? ( python ) tk? ( tcl ) web? ( python ) exactly-one-of ( X aqua offscreen )
20
21
22 I decoded 'tk? ( tcl )' as "Tk needs TCL" but eix dev-lang/tk does not
23 shows, that a "tcl" USE flag is available for it.
24
25 I added it nonetheless but the command failed again with the same
26 error message....
27
28 How can I fix that?
29
30 Thank you very much in avance for any help!
31 Meino

Replies

Subject Author
Re: [gentoo-user] Dependency riddle... Philip Webb <purslow@××××××××.net>
Re: [gentoo-user] Dependency riddle... "Andreas K. Huettel" <dilfridge@g.o>