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