Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-13 Thread Dick Middleton
On 03/13/17 03:18, tu...@posteo.de wrote:
> On 03/12 03:36, gentoo-u...@c-14.de wrote:
>> On 17-03-12 at 15:29, tu...@posteo.de wrote:
>>> Hi,
>>> 
>>> finally I am on my new root...only a few steps need to be done.
>>> 
>> [..]
>>> and this is, where me trouble starts:
>>> 
>>> Hostapd wants: # required by net-wireless/hostapd-2.6::gentoo[ssl] #
>>> required by hostapd (argument)
 =dev-libs/openssl-0.9.8z_p8:0.9.8 -bindist
>>> 
>>> And others wants: (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild
>>> scheduled for merge) conflicts with
 =dev-libs/openssl-0.9.8f:0[bindist] required by
 (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
>>> ^^^ dev-libs/openssl:0[bindist] required by
>>> (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed) ^^^
>>> 
>>> Is there any way around this?

Forgive me if this reply is naive but I'm very new to Gentoo.  However in my
limited travels I have found a problem very like this.

Check your /etc/portage/make.conf for bindist in the USE flags.  It is a
default setting and it conflicts with openssl.

I removed that flag and all my other attempts to set bindist for openssl  and
it compiled OK.

Dick



Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-13 Thread gentoo-user
On 17-03-13 at 04:18, tu...@posteo.de wrote:
> On 03/12 03:36, gentoo-u...@c-14.de wrote:
> > On 17-03-12 at 15:29, tu...@posteo.de wrote:
[..]
> Those settings lead to this recursive dependencies:
> 
> dev-libs/openssl:0
> 
>   (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.7.1:5/5.7::gentoo, ebuild scheduled for merge)
>   
>   
> 
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
> >=dev-libs/openssl-0.9.8f:0[bindist=] required by 
> (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
>   
>  
Are you sure you have -bindist in package.use for openssl, openssh and
qtnetwork? bindist= implies that the bindist useflag must be the same on
all three, in this case it should be -bindist on all of them.

-- 
Simon Thelen



Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-13 Thread Ural
tu...@posteo.de:
> On 03/12 03:36, gentoo-u...@c-14.de wrote:
>> On 17-03-12 at 15:29, tu...@posteo.de wrote:
>>> Hi,
>>>
>>> finally I am on my new root...only a few steps need to be done.
>>>
>> [..]
>>> and this is, where me trouble starts:
>>>
>>> Hostapd wants:
>>> # required by net-wireless/hostapd-2.6::gentoo[ssl]
>>> # required by hostapd (argument)
 =dev-libs/openssl-0.9.8z_p8:0.9.8 -bindist
>>>
>>> And others wants:
>>>   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) 
>>> conflicts with
>>> >=dev-libs/openssl-0.9.8f:0[bindist] required by 
>>> (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
>>> ^^^ 
>>> dev-libs/openssl:0[bindist] required by 
>>> (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed)
>>>^^^ 
>>>
>>> Is there any way around this?
>> Disable the bindist flag on openssh and qtnetwork
>>
>> -- 
>> Simon Thelen
>>
> 
> Hi Simon,
> 
> thanks for your reply ! :)
> 
> Those settings lead to this recursive dependencies:
> 
> dev-libs/openssl:0
> 
>   (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.7.1:5/5.7::gentoo, ebuild scheduled for merge)
>   
>   
> 
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
> >=dev-libs/openssl-0.9.8f:0[bindist=] required by 
> (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
>   
>  
> 
> Cheers
> Meino

Hello. I had the same problem. I have global '-bindist' and I just did
emerge -av openssh to rebuild on openssl with needed use flag, and
problem gone.

> 
> 
> 
> 
> 




Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-12 Thread tuxic
On 03/12 03:36, gentoo-u...@c-14.de wrote:
> On 17-03-12 at 15:29, tu...@posteo.de wrote:
> > Hi,
> > 
> > finally I am on my new root...only a few steps need to be done.
> > 
> [..]
> > and this is, where me trouble starts:
> > 
> > Hostapd wants:
> > # required by net-wireless/hostapd-2.6::gentoo[ssl]
> > # required by hostapd (argument)
> > >=dev-libs/openssl-0.9.8z_p8:0.9.8 -bindist
> > 
> > And others wants:
> >   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) 
> > conflicts with
> > >=dev-libs/openssl-0.9.8f:0[bindist] required by 
> > (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
> > ^^^ 
> > dev-libs/openssl:0[bindist] required by 
> > (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed)
> >^^^ 
> > 
> > Is there any way around this?
> Disable the bindist flag on openssh and qtnetwork
> 
> -- 
> Simon Thelen
> 

Hi Simon,

thanks for your reply ! :)

Those settings lead to this recursive dependencies:

dev-libs/openssl:0

  (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.7.1:5/5.7::gentoo, ebuild scheduled for merge)
    


  (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
>=dev-libs/openssl-0.9.8f:0[bindist=] required by 
(net-misc/openssh-7.4_p1:0/0::gentoo, installed)

   

Cheers
Meino






Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-12 Thread gentoo-user
On 17-03-12 at 15:29, tu...@posteo.de wrote:
> Hi,
> 
> finally I am on my new root...only a few steps need to be done.
> 
[..]
> and this is, where me trouble starts:
> 
> Hostapd wants:
> # required by net-wireless/hostapd-2.6::gentoo[ssl]
> # required by hostapd (argument)
> >=dev-libs/openssl-0.9.8z_p8:0.9.8 -bindist
> 
> And others wants:
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) conflicts 
> with
> >=dev-libs/openssl-0.9.8f:0[bindist] required by 
> (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
> ^^^ 
> dev-libs/openssl:0[bindist] required by 
> (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed)
>^^^ 
> 
> Is there any way around this?
Disable the bindist flag on openssh and qtnetwork

-- 
Simon Thelen



[gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-12 Thread tuxic
Hi,

finally I am on my new root...only a few steps need to be done.

One is:
For my tablet I need a temporary wireless access point just to be
fired up for some software updates and thats it. 

For that I used create_ap (Link: https://github.com/oblique/create_ap)
which does a nice job on my old root for this purpose.

Beside other things, create_ap needs three things:
* hostapd 
* haveged 
* dnsmasq

and this is, where me trouble starts:

Hostapd wants:
# required by net-wireless/hostapd-2.6::gentoo[ssl]
# required by hostapd (argument)
>=dev-libs/openssl-0.9.8z_p8:0.9.8 -bindist

And others wants:
  (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) conflicts 
with
>=dev-libs/openssl-0.9.8f:0[bindist] required by 
(net-misc/openssh-7.4_p1:0/0::gentoo, installed)
^^^ 
dev-libs/openssl:0[bindist] required by 
(dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed)
   ^^^ 

Is there any way around this?

Thanks a lot for any help in advance!

Cheers
Meino