Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237943 - Bitlbee ebuild does not install pkgconfig file
Summary: Bitlbee ebuild does not install pkgconfig file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 18:03 UTC by Jan Hruban
Modified: 2008-09-28 12:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Adds dev flag for executing make install-dev (bitlbee-pkgconfig.patch,863 bytes, patch)
2008-09-17 18:07 UTC, Jan Hruban
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Hruban 2008-09-17 18:03:19 UTC
Bitlbee is installed without the pkgconfig metadata file bitlbee.pc, which could be missed when compiling some package depending on this one.

Reproducible: Always

Steps to Reproduce:
1. emerge bitlbee
2. pkg-config --print-errors --exists bitlbee


Actual Results:  
pkg-config gives error.

Expected Results:  
Bitlbee is found in PKG_CONFIG_PATH.
Comment 1 Jan Hruban 2008-09-17 18:07:11 UTC
Created attachment 165662 [details, diff]
Adds dev flag for executing make install-dev

I've noticed `make install-dev' installs also header files as well.
Comment 2 Cédric Krier gentoo-dev 2008-09-28 12:52:12 UTC
Fix in cvs
Thanks