Gentoo Archives: gentoo-user

From: Hogren <hogren@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nodejs and qtnetwork = conflict on bindist openssl USE flag
Date: Fri, 02 Jun 2017 08:05:20
Message-Id: 5fd2a7ac-b40c-7dec-4032-107860681188@iiiha.com
In Reply to: Re: [gentoo-user] nodejs and qtnetwork = conflict on bindist openssl USE flag by Alexander Kapshuk
1 On 02/06/2017 07:49, Alexander Kapshuk wrote:
2 > On Fri, Jun 2, 2017 at 8:35 AM, Hogren <hogren@×××××.com> wrote:
3 >> Hello list,
4 >>
5 >> When I try to update my system, I have many conflicts.
6 >>
7 >> A first conflict which about I need help is this:
8 >>
9 >> dev-libs/openssl:0
10 >>
11 >> (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
12 >> >=dev-libs/openssl-1.0.2g:0=[-bindist] required by
13 >> (net-libs/nodejs-7.10.0:0/0::gentoo, installed)
14 >>
15 >> ^^^^^^^^
16 >>
17 >> >=dev-libs/openssl-1.0.2g:0/0=[-bindist] required by
18 >> (net-libs/nodejs-7.10.0:0/0::gentoo, installed)
19 >>
20 >> ^^^^^^^^
21 >>
22 >> >=dev-libs/openssl-0.9.8f:0[bindist=] required by
23 >> (net-misc/openssh-7.3_p1-r7:0/0::gentoo, installed)
24 >>
25 >> ^^^^^^^^
26 >>
27 >>
28 >> (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge)
29 >> pulled in by
30 >> dev-libs/openssl:0[bindist=] required by
31 >> (dev-qt/qtnetwork-5.6.2:5/5.6::gentoo, ebuild scheduled for merge)
32 >>
33 >> ^^^^^^^^
34 >>
35 >>
36 >>
37 >>
38 >> I tried de make "-ssl" USE flag to nodejs, but I have an error at the
39 >> emerge time :
40 >>
41 >>>>> Configuring source in
42 >> /var/tmp/portage/net-libs/nodejs-7.10.0/work/node-v7.10.0 ...
43 >> Error: --without-ssl is incompatible with --shared-openssl
44 >>
45 >>
46 >> I look in the ebuild and I see there is apparently no method to drop the
47 >> --shared-openssl option. So I can't use "-ssl".
48 >>
49 >>
50 >> Did anybody have already the problem ?
51 >>
52 >>
53 >> Thank you for help !
54 >>
55 >>
56 >> Hogren
57 >>
58 >>
59 > On my system, I overcame that by disabling the 'bindist' USE flag
60 > globally in /etc/portage/make.conf.
61 >
62 Ok thanks. With little more search, I find a bug report about that :
63 https://bugs.gentoo.org/show_bug.cgi?id=615448
64
65 I will try without ~amd64 in my accept_keywords file. And after with
66 this global use flag.
67
68 Thanks.
69
70
71 Hogren