Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115739 - libpcre has pkgconfig as RDEPEND
Summary: libpcre has pkgconfig as RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 23:56 UTC by Natanael Copa
Modified: 2005-12-31 09:31 UTC (History)
0 users

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


Attachments
libpcre-6.3.ebuild.patch (libpcre-6.3.ebuild.patch,225 bytes, patch)
2005-12-15 23:57 UTC, Natanael Copa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2005-12-15 23:56:54 UTC
libpcre has pkgconfig as RDEPEND but it is not needed for runtime. It matters
when you build binary packages.

Reproducible: Always
Steps to Reproduce:
1. emerge -B libpcre
2. emerge -pK libpcre
3.

Actual Results:  
Calculating dependencies -
!!! There are no packages available to satisfy: "dev-util/pkgconfig"
!!! Either add a suitable binary package or compile from an ebuild.


Expected Results:  
Calculating dependencies ...done!
[binary  N    ] dev-libs/libpcre-6.3  to /root/tmp/


It can be solved by just adding a:

RDEPEND=""
Comment 1 Natanael Copa 2005-12-15 23:57:52 UTC
Created attachment 74862 [details, diff]
libpcre-6.3.ebuild.patch

fixes the mentioned problem.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-31 08:28:03 UTC
changed in 6.4
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-31 09:31:54 UTC
um