Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191986 - dev-lang/R: libR.pc contains portage tmp paths
Summary: dev-lang/R: libR.pc contains portage tmp paths
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 14:19 UTC by Christian Pötzsch
Modified: 2007-09-11 12:54 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 Christian Pötzsch 2007-09-10 14:19:52 UTC
The include path in /usr/lib/pkgconfig/libR.pc should be point to the correct directory. Now its "rincludedir=/var/tmp/portage/dev-lang/R-2.5.1/image//usr/lib64/R/include" which is the directory while the compiling step. With this error thinks like pkg-config --cflags libR doesn't provide the right compiler flags for using and linking against libR. 

Reproducible: Always

Steps to Reproduce:
1. install dev-lang/R
2. try 'pkg-config --cflags libR'

Actual Results:  
-I/var/tmp/portage/dev-lang/R-2.5.1/image//usr/lib64/R/include

Expected Results:  
-I/usr/lib64/R/include

The lib component in the pc file is correct.
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2007-09-11 12:54:06 UTC
Fixed in cvs. Thanks for reporting!

Best,
Markus