Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209071 - x11-libs/pango prefix issues
Summary: x11-libs/pango prefix issues
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
: 209151 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-06 01:03 UTC by james
Modified: 2008-02-06 19:59 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description james 2008-02-06 01:03:42 UTC
I was having trouble with prefix. The envirment variable PKG_CONFIG_PATH was not set my mac's path instead of gentoo's. To fix this I added the following to <PREFIX>/etc/profile.env

export PKG_CONFIG_PATH = <PREFIX>/usr/lib/pkgconfig/ 

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-06 15:47:50 UTC
*** Bug 209151 has been marked as a duplicate of this bug. ***
Comment 2 Fabian Groffen gentoo-dev 2008-02-06 16:28:31 UTC
this looks more like a pkgconfig issue of your system, than a pango issue to me?

What does

% strings <your prefix>/usr/bin/pkg-config | grep "<your prefix>"

result in?
Comment 3 james 2008-02-06 19:53:26 UTC
Before setting PKG_CONFIG_PATH it was:
/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig

After setting PKG_CONFIG_PATH to the following:
export PKG_CONFIG_PATH = ${EPREFIX}/usr/lib/pkgconfig/

strings ${EPREFIX}/usr/bin/pkg-config | grep "${EPREFIX}"
${EPREFIX}/usr/lib/pkgconfig:${EPREFIX}/usr/share/pkgconfig



Comment 4 Fabian Groffen gentoo-dev 2008-02-06 19:59:04 UTC
(In reply to comment #3)
> Before setting PKG_CONFIG_PATH it was:
> /Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig

Sorry, but this is not standard.  You have installed something (Mono) which sets PKG_CONFIG_PATH.  There is not much we can do about that.  The default value hardcoded in the binary is correct.