Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103440 - dev-util/pkgconfig fails to detect stldb4 because of missing stlport.pc file
Summary: dev-util/pkgconfig fails to detect stldb4 because of missing stlport.pc file
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 05:45 UTC by Gianluca
Modified: 2005-09-16 10:29 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 Gianluca 2005-08-23 05:45:56 UTC
In /usr/lib/pkgconfig, the stldb4.pc file declares a dependence on STLport (i.e.
stlport is listed in the "Requires" line), but since no stlport.pc exists
pkg-config fails to detect stldb4.

The temporary workaround is to remove stlport from the requirements in stldb4.pc.

Reproducible: Always
Steps to Reproduce:
1. Verify that STLport and stldb4 are installed.
2. pkg-config stldb4 --modversion

Actual Results:  
golem # pkg-config stldb4 --modversion
Package stlport was not found in the pkg-config search path.
Perhaps you should add the directory containing `stlport.pc'
to the PKG_CONFIG_PATH environment variable
Package 'stlport', required by 'stldb4', not found


Expected Results:  
golem # pkg-config stldb4 --modversion
0.3.13

[this was obtained by removing stlport from the requirements in stldb4.pc]
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2005-09-16 08:29:23 UTC
not really sure why this was assigned to gnome@
Comment 2 SpanKY gentoo-dev 2005-09-16 10:29:41 UTC
there is no stlport.pc nor is one required