Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 325267 - dev-dotnet/flickrnet-bin-2.2: library not available through pkg-config
Summary: dev-dotnet/flickrnet-bin-2.2: library not available through pkg-config
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 21:39 UTC by Bastian Schnitzler
Modified: 2010-07-04 06:50 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 Bastian Schnitzler 2010-06-23 21:39:29 UTC
Library seems not to be known to pkg-config. pkg-config --list-all | grep flickrnet returns nothing. 
configure-script of a program, which needs the flickrnet library, fails with message: flickrnet not found.

Reproducible: Always

Steps to Reproduce:
1. Download f-spot sources
2. unzip
3. execute ./configure 

Actual Results:  
Configure fails with message: flickrnet not found

Expected Results:  
Succeed in configuring the sources
Comment 1 Wormo (RETIRED) gentoo-dev 2010-06-28 01:48:53 UTC
flickrnet-bin does not provide a pkg-config .pc file, so it's not the ebuild's fault. Take a look at how the f-spot ebuild gets around this:

 --with-flickrnet=/usr/$(get_libdir)/mono/FlickrNet/FlickrNet.dll

You'll need to do the same thing when compiling f-spot by hand.

Does that solve your problem?