Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302575 - portability eclass enhancement for Interix
Summary: portability eclass enhancement for Interix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Interix
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 07:01 UTC by Greg Turner
Modified: 2010-02-26 18:10 UTC (History)
0 users

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


Attachments
enfeaturize dlopen_lib with Interix supportification (interix_dlopen_lib.patch,556 bytes, patch)
2010-01-28 07:04 UTC, Greg Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Turner 2010-01-28 07:01:53 UTC
Interix needs -ldl but we the portability eclass doesn't know about it.

Reproducible: Always

Steps to Reproduce:
1. unmask libproxy
2. keyword libproxy for interix
3. emerge libproxy

Actual Results:  
cannot find _dl{open,close,etc}

Expected Results:  
success

patch to follow
Comment 1 Greg Turner 2010-01-28 07:04:10 UTC
Created attachment 217698 [details, diff]
enfeaturize dlopen_lib with Interix supportification

Interix wants -ldl here just like linux, so return it.
Comment 2 Fabian Groffen gentoo-dev 2010-02-26 18:10:06 UTC
I committed a slightly different patch, thanks!