Gentoo Archives: gentoo-user

From: Chris Phillips <ChrisPhi@××××××.Org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Dlang questions, problem emerging gtkd and how to emerge gdc_11_ 2 ?
Date: Wed, 02 Mar 2022 15:58:03
Message-Id: 1f074186-90f2-1c1c-00a5-aeb86cf27fa6@LGonQn.Org
In Reply to: Re: [gentoo-user] Dlang questions, problem emerging gtkd and how to emerge gdc_11_ 2 ? by tastytea
1 Thanks!
2
3 On 2022-03-02 9:43 a.m., tastytea wrote:
4 > On 2022-03-02 09:27-0500 Chris Phillips <ChrisPhi@××××××.Org> wrote:
5 >
6 >> !!! The ebuild selected to satisfy "dev-libs/gtkd" has unmet
7 >> requirements.
8 >> - dev-libs/gtkd-3.9.0::dlang USE="opengl -dmd-2_074 -dmd-2_075
9 >> -dmd-2_076 -dmd-2_077 -dmd-2_078 -dmd-2_079 -dmd-2_080 -dmd-2_081
10 >> -dmd-2_082 -dmd-2_083 -dmd-2_084 -dmd-2_085 -dmd-2_086 -dmd-2_087
11 >> -dmd-2_088 -dmd-2_089 -dmd-2_090 -dmd-2_091 -dmd-2_092 -dmd-2_093
12 >> -dmd-2_094 -dmd-2_095 -gdc-11_2_0 -gstreamer -ldc2-1_25 -peas
13 >> -sourceview -static-libs -vte" ABI_X86="(64) -32 (-x32)"
14 >>
15 >> The following REQUIRED_USE flag constraints are unsatisfied:
16 >> any-of ( dmd-2_076 dmd-2_077 dmd-2_074 dmd-2_075 dmd-2_078
17 >> dmd-2_079 dmd-2_089 dmd-2_088 dmd-2_083 dmd-2_082 dmd-2_081 dmd-2_080
18 >> dmd-2_087 dmd-2_086 dmd-2_085 dmd-2_084 dmd-2_090 dmd-2_091 dmd-2_092
19 >> dmd-2_093 dmd-2_094 dmd-2_095 gdc-11_2_0 ldc2-1_25 )
20 >
21 > This tells you that dev-libs/gtkd needs at least one of (any-of) the
22 > listed USE flags. You can enable USE flags in
23 > /etc/portage/package.use¹. For example, to enable gdc-11_2_0:
24 >
25 > echo 'dev-libs/gtkd gdc-11_2_0' >> /etc/portage/package.use/dlang
26 >
27 > Kind regards, tastytea
28 >
29 >
30 > ¹ <https://wiki.gentoo.org/wiki//etc/portage/package.use>
31 >
32 >
33 >
34
35 This appears to be working... will report back when its "done".
36 (Although I wonder why dmd-2_096 wasn't in the list ?)
37
38 Cheers!
39 Chris

Replies

Subject Author
Re: [gentoo-user] Dlang questions, problem emerging gtkd and how to emerge gdc_11_ 2 ? "Matt Connell (Gmail)" <matthewdconnell@×××××.com>