Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Calligra: Which version is supposed to be compileable?
Date: Fri, 16 Jan 2015 14:57:10
Message-Id: 54B9268E.5030107@gmail.com
In Reply to: Re: [gentoo-user] Calligra: Which version is supposed to be compileable? by Meino.Cramer@gmx.de
1 On 16/01/2015 15:40, Meino.Cramer@×××.de wrote:
2 > Alan McKinnon <alan.mckinnon@×××××.com> [15-01-16 13:40]:
3 >> On 16/01/2015 14:28, Meino.Cramer@×××.de wrote:
4 >>> Hi,
5 >>>
6 >>> I want to install Calligra to get Kita.
7 >>> For that I compiled every version available via portage.
8 >>> All failed to compile, which may be caused on problems
9 >>> caused by other sources than calligra.
10 >>>
11 >>> Which version is known to compile cleanly ?
12 >>>
13 >>> Thank you very much for any help!
14 >>> Best regards,
15 >>> Meino
16 >>
17 >>
18 >>
19 >> Calligra builds and installs just fine here:
20 >>
21 >>
22 >> $ genlop -t calligra
23 >> * app-office/calligra
24 >> ...
25 >> Sun Jan 11 10:46:11 2015 >>> app-office/calligra-2.8.7
26 >> merge time: 37 minutes and 19 seconds.
27 >>
28 >>
29 >>
30 >> $ eix calligra
31 >> [I] app-office/calligra
32 >> Installed versions: 2.8.7(4)^t(10:45:30 11/01/2015)(attica crypt
33 >> eigen exif fontconfig freetds glew glib gsf handbook jpeg jpeg2k kdcraw
34 >> kde lcms marble mysql okular openexr opengl pdf threads tiff truetype
35 >> xml -aqua -fftw -gsl -import-filter -kdepim -nepomuk -postgres -spacenav
36 >> -sybase -test -vc -xbase CALLIGRA_FEATURES="author braindump flow karbon
37 >> kexi krita sheets stage words -plan")
38 >>
39 >>
40 >>
41 >> --
42 >> Alan McKinnon
43 >> alan.mckinnon@×××××.com
44 >>
45 >>
46 >
47 > Hi Alan,
48 >
49 > thanks for your reply ! :)
50 >
51 > I copied your use flags and started emerge...
52 >
53 > Got this from the oracle:
54 >
55 > !!! Problem resolving dependencies for app-office/calligra ... done!
56 >
57 > !!! The ebuild selected to satisfy "calligra" has unmet requirements.
58 > - app-office/calligra-2.8.7::gentoo USE="attica crypt eigen exif fontconfig freetds glew glib gsf handbook jpeg jpeg2k kdcraw kde lcms marble mysql okular openexr opengl pdf threads tiff truetype xml (-aqua) -fftw -gsl -import-filter -kdepim -nepomuk (-postgres) -spacenav (-sybase) -test -vc -xbase" ABI_X86="64" CALLIGRA_FEATURES="author braindump flow karbon kexi krita plan sheets stage words"
59 >
60 > The following REQUIRED_USE flag constraints are unsatisfied:
61 > calligra_features_plan? ( kdepim )
62 >
63 > The above constraints are a subset of the following complete expression:
64 > calligra_features_author? ( calligra_features_words ) calligra_features_krita? ( eigen exif lcms ) calligra_features_plan? ( kdepim ) calligra_features_sheets? ( eigen ) vc? ( calligra_features_krita ) test? ( calligra_features_karbon )
65 >
66 >
67 > And if I had learned from previous given holy mubles of the great
68 > portage it means: The feature calligra_features_plan of calligra wants
69 > kdepim installed which in turn (I tried to emerge it) cannot be found
70 > as ebuild.
71 >
72 > I smy prophecy in so far correct or need I more spider legs and frog
73 > eyes in the mystric soup? ;)
74
75
76
77 You're on the right track, but missing on the detail:
78
79 The following REQUIRED_USE flag constraints are unsatisfied:
80 calligra_features_plan? ( kdepim )
81
82
83 means it needs USE=kdepim
84
85 Either add it globally in make,conf or just for calligra in package.use
86
87 You got this error because USE="kdepim" is not in the list of flags for
88 calligra itself, so you didn't know to add it.
89
90 Beware though, this will pull in an almighty list of kde stuff, which
91 you might not want....
92
93
94 --
95 Alan McKinnon
96 alan.mckinnon@×××××.com

Replies