Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Calligra: Which version is supposed to be compileable? Alan McKinnon <alan.mckinnon@×××××.com>