Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 191986
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christian Pötzsch <cp@burningdragon.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 191986 depends on: Show dependency tree
Bug 191986 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-09-10 14:19 0000
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 From Markus Dittrich 2007-09-11 12:54:06 0000 -------
Fixed in cvs. Thanks for reporting!

Best,
Markus

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug