Re: [gentoo-user] nodejs and qtnetwork = conflict on bindist openssl USE flag

2017-06-02 Thread Hogren


On 02/06/2017 07:49, Alexander Kapshuk wrote:
> On Fri, Jun 2, 2017 at 8:35 AM, Hogren  wrote:
>> Hello list,
>>
>> When I try to update my system, I have many conflicts.
>>
>> A first conflict which about I need help is this:
>>
>> dev-libs/openssl:0
>>
>>   (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
>> >=dev-libs/openssl-1.0.2g:0=[-bindist] required by
>> (net-libs/nodejs-7.10.0:0/0::gentoo, installed)
>>
>> 
>>
>> >=dev-libs/openssl-1.0.2g:0/0=[-bindist] required by
>> (net-libs/nodejs-7.10.0:0/0::gentoo, installed)
>>
>> 
>>
>> >=dev-libs/openssl-0.9.8f:0[bindist=] required by
>> (net-misc/openssh-7.3_p1-r7:0/0::gentoo, installed)
>>
>> 
>>
>>
>>   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge)
>> pulled in by
>> dev-libs/openssl:0[bindist=] required by
>> (dev-qt/qtnetwork-5.6.2:5/5.6::gentoo, ebuild scheduled for merge)
>>
>> 
>>
>>
>>
>>
>> I tried de make "-ssl" USE flag to nodejs, but I have an error at the
>> emerge time :
>>
> Configuring source in
>> /var/tmp/portage/net-libs/nodejs-7.10.0/work/node-v7.10.0 ...
>> Error: --without-ssl is incompatible with --shared-openssl
>>
>>
>> I look in the ebuild and I see there is apparently no method to drop the
>> --shared-openssl option. So I can't use "-ssl".
>>
>>
>> Did anybody have already the problem ?
>>
>>
>> Thank you for help !
>>
>>
>> Hogren
>>
>>
> On my system, I overcame that by disabling the 'bindist' USE flag
> globally in /etc/portage/make.conf.
>
Ok thanks. With little more search, I find a bug report about that :
https://bugs.gentoo.org/show_bug.cgi?id=615448

I will try without ~amd64 in my accept_keywords file. And after with
this global use flag.

Thanks.


Hogren



Re: [gentoo-user] nodejs and qtnetwork = conflict on bindist openssl USE flag

2017-06-01 Thread Alexander Kapshuk
On Fri, Jun 2, 2017 at 8:35 AM, Hogren  wrote:
> Hello list,
>
> When I try to update my system, I have many conflicts.
>
> A first conflict which about I need help is this:
>
> dev-libs/openssl:0
>
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
> >=dev-libs/openssl-1.0.2g:0=[-bindist] required by
> (net-libs/nodejs-7.10.0:0/0::gentoo, installed)
>
> 
>
> >=dev-libs/openssl-1.0.2g:0/0=[-bindist] required by
> (net-libs/nodejs-7.10.0:0/0::gentoo, installed)
>
> 
>
> >=dev-libs/openssl-0.9.8f:0[bindist=] required by
> (net-misc/openssh-7.3_p1-r7:0/0::gentoo, installed)
>
> 
>
>
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge)
> pulled in by
> dev-libs/openssl:0[bindist=] required by
> (dev-qt/qtnetwork-5.6.2:5/5.6::gentoo, ebuild scheduled for merge)
>
> 
>
>
>
>
> I tried de make "-ssl" USE flag to nodejs, but I have an error at the
> emerge time :
>
 Configuring source in
> /var/tmp/portage/net-libs/nodejs-7.10.0/work/node-v7.10.0 ...
> Error: --without-ssl is incompatible with --shared-openssl
>
>
> I look in the ebuild and I see there is apparently no method to drop the
> --shared-openssl option. So I can't use "-ssl".
>
>
> Did anybody have already the problem ?
>
>
> Thank you for help !
>
>
> Hogren
>
>

On my system, I overcame that by disabling the 'bindist' USE flag
globally in /etc/portage/make.conf.



[gentoo-user] nodejs and qtnetwork = conflict on bindist openssl USE flag

2017-06-01 Thread Hogren
Hello list,

When I try to update my system, I have many conflicts.

A first conflict which about I need help is this:

dev-libs/openssl:0

  (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
>=dev-libs/openssl-1.0.2g:0=[-bindist] required by
(net-libs/nodejs-7.10.0:0/0::gentoo, installed)




>=dev-libs/openssl-1.0.2g:0/0=[-bindist] required by
(net-libs/nodejs-7.10.0:0/0::gentoo, installed)
  



>=dev-libs/openssl-0.9.8f:0[bindist=] required by
(net-misc/openssh-7.3_p1-r7:0/0::gentoo, installed)
   




  (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge)
pulled in by
dev-libs/openssl:0[bindist=] required by
(dev-qt/qtnetwork-5.6.2:5/5.6::gentoo, ebuild scheduled for merge)
  

 




I tried de make "-ssl" USE flag to nodejs, but I have an error at the
emerge time :

>>> Configuring source in
/var/tmp/portage/net-libs/nodejs-7.10.0/work/node-v7.10.0 ...
Error: --without-ssl is incompatible with --shared-openssl


I look in the ebuild and I see there is apparently no method to drop the
--shared-openssl option. So I can't use "-ssl".


Did anybody have already the problem ?


Thank you for help !


Hogren