Bug 331541

Summary: hawknl 1.68 installs no .pc (pkg-config) file
Product: [Fedora] Fedora Reporter: Michael Ploujnikov <ploujj>
Component: hawknlAssignee: Hans de Goede <hdegoede>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-15 07:22:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Ploujnikov 2007-10-14 22:25:10 UTC
Description of problem:
I'm unable to get the operating-system specific header location for hawknl using
pkg-config since the hawknl package does not install a .pc file.

Version-Release number of selected component (if applicable):
I've only tried hawknl-devel - 1.68-1.fc7.i386 and hawknl-devel - 1.68-1.fc7.x86_64.

How reproducible:


Steps to Reproduce:
1. $ pkg-config --libs hawknl
2.
3.
  
Actual results:
Package hawknl was not found in the pkg-config search path.
Perhaps you should add the directory containing `hawknl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hawknl' found


Expected results:
Something like:
-I/usr/include/hawknl

Additional info:

Comment 1 Hans de Goede 2007-10-15 07:22:18 UTC
Well actually one would expect "pkg-config --cflags hawknl" to produce
"-I/usr/include/hawknl" not "pkg-config --libs hawknl".

Atleast one would expect that if hawknl includes pkg-config support which it
doesn't. I've checked the upstream sources and they don't include a .pc nor a
.pc.in file. So pkg-config not working is to be expected and is not a bug.