Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256699 - dev-lang/pike
Summary: dev-lang/pike
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-28 21:46 UTC by Chris Brennan
Modified: 2009-02-13 15:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-lang/pike build.log (build.log,222.06 KB, text/plain)
2009-01-28 21:46 UTC, Chris Brennan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Brennan 2009-01-28 21:46:15 UTC
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"
Comment 1 Chris Brennan 2009-01-28 21:46:55 UTC
Created attachment 180017 [details]
dev-lang/pike build.log
Comment 2 Chris Brennan 2009-01-30 20:07:10 UTC
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.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-01-31 00:30:41 UTC
We will add this and mask USE=ssl, based on discussion in irc.

18:27 < Pikel> darkside_: mask ssl on pike

Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-13 15:38:40 UTC
added and masked USE=ssl.