Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338742 - x11-libs/libdrm-2.4.20-r1 libdrm.pc has unnecessary includes directory specified
Summary: x11-libs/libdrm-2.4.20-r1 libdrm.pc has unnecessary includes directory specified
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-26 00:36 UTC by Xake
Modified: 2010-10-02 16:04 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 Xake 2010-09-26 00:36:08 UTC
$ pkg-config --cflags libdrm
-I/usr/include/drm -I/usr/include/libdrm


Because of the first one trying to include a directory that does not exists everything that uses pkg-config to find cflags (on my system at least every gtk+ application) gets warnings like pulseaudio:
cc1: warning: /usr/include/drm: No such file or directory

This gives unecessary big and hard parsed build logs, and is just messy.

The expected is that "pkg-config --cflags libdrm" should just include the directory libdrm has installed its include files to.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-10-02 09:50:02 UTC
Confirmed. However, this seems to be fixed in 2.4.21; and as it is a minor issue, I think we'll simply wait till 2.4.21 goes stable.
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2010-10-02 16:04:15 UTC
Closing fixed, we'll start working on the stabilization of xorg-server 1.9 soon.

Thanks