[gentoo-user] Re: mysql-workbench

2017-04-17 Thread Martin Vaeth
> Alan McKinnon | [ebuild  N ] dev-cpp/cairomm-1.12.0-r1  USE="svg -X (-aqua) -doc"
>[???]
>| # required by dev-cpp/cairomm-1.12.0-r1::gentoo
>| >=x11-libs/cairo- -X

eix -vle cairomm

???RDEPEND:  >=x11-libs/cairo-1.12.10[aqua=,svg=,X=,???

So your selected cairomm[-X] requires cairo[-X].
A solution might be to select cairomm[X]




Re: [gentoo-user] Re: mysql-workbench

2017-04-18 Thread lee
Martin Vaeth  writes:

>> Alan McKinnon >| [ebuild  N ] dev-cpp/cairomm-1.12.0-r1  USE="svg -X (-aqua) -doc"
>>[???]
>>| # required by dev-cpp/cairomm-1.12.0-r1::gentoo
>>| >=x11-libs/cairo- -X
>
> eix -vle cairomm

Oh, that gives nice output, thanks!

> ???RDEPEND:  >=x11-libs/cairo-1.12.10[aqua=,svg=,X=,???
>
> So your selected cairomm[-X] requires cairo[-X].
> A solution might be to select cairomm[X]

cairomm now uses X.  That it won't compile must be some other problem.

BTW, bind needs


LDFLAGS="$LDFLAGS -ldl" emerge bind


to compile, is that a bug?