Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345315 - media-libs/glew-1.5.7: pkg-config paths point to /var/tmp/portage
Summary: media-libs/glew-1.5.7: pkg-config paths point to /var/tmp/portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-13 21:18 UTC by Fabian Hahn
Modified: 2010-11-13 21:25 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 Fabian Hahn 2010-11-13 21:18:16 UTC
The pkg-config .pc file installed by the glew ebuild points to the temporary portage build folder instead of to the actual system paths.

Reproducible: Always

Steps to Reproduce:
1. Emerge media-libs/glew-1.5.7
2. pkg-config --cflags --libs glew

Actual Results:  
-I/var/tmp/portage/media-libs/glew-1.5.7/image//usr/include/GL  -L/var/tmp/portage/media-libs/glew-1.5.7/image//usr/lib64 -lGLEW

Expected Results:  
-I/usr/include/GL -L/usr/lib64 -lGLEW
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-11-13 21:25:55 UTC
oops. fixed.