Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 519008

Summary: =media-libs/libraw-0.16.0 - pkgconfig files list wrong include directory /usr/include/libraw/libraw in Cflags
Product: Gentoo Linux Reporter: Bertrand Jacquin <bertrand>
Component: [OLD] LibraryAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=495096
Whiteboard:
Package list:
Runtime testing required: ---

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