pike refuses to build because it's not following the prefix'd libdir paths for openssl (which do exists in my prefix). instead it's looking outside the prefix at system-libs which are squirrelly for sure. Reproducible: Always Steps to Reproduce: 1. emerge pike Actual Results: see build.log Expected Results: Successful Emerge Snooping around told me that autotools isn't taking ${EPREFIX} and using it cause configure has ac_default_prefix=/usr/local and not ac_default_prefix="${EPREFIX}/usr/local"
Created attachment 180017 [details] dev-lang/pike build.log
removed the ssl USE flag from pike and it successfully emerged. Looks like this is a hard-coded path in the ssleay/Makefile. Will look at this after this emerge is finished and see if I can diff a patch out of this.
We will add this and mask USE=ssl, based on discussion in irc. 18:27 < Pikel> darkside_: mask ssl on pike
added and masked USE=ssl.