Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] nodejs and qtnetwork = conflict on bindist openssl USE flag
Date: Fri, 02 Jun 2017 05:50:07
Message-Id: CAJ1xhMXDJhP+3s+xLekd3YJb09JNqEsdZ09Pa6dCsno6dJuvhw@mail.gmail.com
In Reply to: [gentoo-user] nodejs and qtnetwork = conflict on bindist openssl USE flag by Hogren
1 On Fri, Jun 2, 2017 at 8:35 AM, Hogren <hogren@×××××.com> wrote:
2 > Hello list,
3 >
4 > When I try to update my system, I have many conflicts.
5 >
6 > A first conflict which about I need help is this:
7 >
8 > dev-libs/openssl:0
9 >
10 > (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
11 > >=dev-libs/openssl-1.0.2g:0=[-bindist] required by
12 > (net-libs/nodejs-7.10.0:0/0::gentoo, installed)
13 >
14 > ^^^^^^^^
15 >
16 > >=dev-libs/openssl-1.0.2g:0/0=[-bindist] required by
17 > (net-libs/nodejs-7.10.0:0/0::gentoo, installed)
18 >
19 > ^^^^^^^^
20 >
21 > >=dev-libs/openssl-0.9.8f:0[bindist=] required by
22 > (net-misc/openssh-7.3_p1-r7:0/0::gentoo, installed)
23 >
24 > ^^^^^^^^
25 >
26 >
27 > (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge)
28 > pulled in by
29 > dev-libs/openssl:0[bindist=] required by
30 > (dev-qt/qtnetwork-5.6.2:5/5.6::gentoo, ebuild scheduled for merge)
31 >
32 > ^^^^^^^^
33 >
34 >
35 >
36 >
37 > I tried de make "-ssl" USE flag to nodejs, but I have an error at the
38 > emerge time :
39 >
40 >>>> Configuring source in
41 > /var/tmp/portage/net-libs/nodejs-7.10.0/work/node-v7.10.0 ...
42 > Error: --without-ssl is incompatible with --shared-openssl
43 >
44 >
45 > I look in the ebuild and I see there is apparently no method to drop the
46 > --shared-openssl option. So I can't use "-ssl".
47 >
48 >
49 > Did anybody have already the problem ?
50 >
51 >
52 > Thank you for help !
53 >
54 >
55 > Hogren
56 >
57 >
58
59 On my system, I overcame that by disabling the 'bindist' USE flag
60 globally in /etc/portage/make.conf.

Replies