Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519008 - =media-libs/libraw-0.16.0 - pkgconfig files list wrong include directory /usr/include/libraw/libraw in Cflags
Summary: =media-libs/libraw-0.16.0 - pkgconfig files list wrong include directory /usr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-04 09:05 UTC by Bertrand Jacquin
Modified: 2015-10-09 22:47 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 Bertrand Jacquin 2014-08-04 09:05:17 UTC
With =media-libs/libraw-0.16.0, pkg-config --cflags libraw report the following :

  $ pkg-config --cflags libraw
  -I/usr/include/libraw/libraw

What is wrong as /usr/include/libraw/libraw does not exist.

This leads to packages using libraw pc's file fail to build.

This has been handle in libraw-0.16.0_beta1-r1 using some patches :

  23 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org>
  +libraw-0.16.0_beta1-r1.ebuild, +files/libraw-0.16.0_beta1-include.patch,
  +files/libraw-0.16.0_beta1-libsuffix.patch,
  +files/libraw-0.16.0_beta1-libsuffixpc.patch:
  Add bump to fix include path and libdir handling, bug 495096

files/libraw-0.16.0_beta1-libsuffix.patch and files/libraw-0.16.0_beta1-libsuffixpc.patch are used in a different way in =media-libs/libraw-0.16.0 what is fine, but files/libraw-0.16.0_beta1-include.patch have not been reintroduce.


Applying files/libraw-0.16.0_beta1-include.patch to =media-libs/libraw-0.16.0 fix the issue :



Reproducible: Always
Comment 1 Bertrand Jacquin 2015-10-09 22:47:37 UTC
Now fixed in vanilla