Gentoo Archives: gentoo-user

From: lee <lee@××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: mysql-workbench
Date: Tue, 18 Apr 2017 23:34:27
Message-Id: 87pog970k1.fsf@heimdali.yagibdah.de
In Reply to: [gentoo-user] Re: mysql-workbench by Martin Vaeth
1 Martin Vaeth <martin@×××××.de> writes:
2
3 >> Alan McKinnon <alan.mckinn
4 >>| [ebuild N ] dev-cpp/cairomm-1.12.0-r1 USE="svg -X (-aqua) -doc"
5 >>[???]
6 >>| # required by dev-cpp/cairomm-1.12.0-r1::gentoo
7 >>| >=x11-libs/cairo-9999 -X
8 >
9 > eix -vle cairomm
10
11 Oh, that gives nice output, thanks!
12
13 > ???RDEPEND: >=x11-libs/cairo-1.12.10[aqua=,svg=,X=,???
14 >
15 > So your selected cairomm[-X] requires cairo[-X].
16 > A solution might be to select cairomm[X]
17
18 cairomm now uses X. That it won't compile must be some other problem.
19
20 BTW, bind needs
21
22
23 LDFLAGS="$LDFLAGS -ldl" emerge bind
24
25
26 to compile, is that a bug?