Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388397 - net-misc/dhcp-4.2.2-r2 has no pkg_config() section
Summary: net-misc/dhcp-4.2.2-r2 has no pkg_config() section
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-25 00:43 UTC by Touch
Modified: 2011-10-25 05:35 UTC (History)
1 user (show)

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 Touch 2011-10-25 00:43:40 UTC
When trying to setup chrooted directory for dhcpd with:
emerge --config dhcp
get:
 * pkg_config() is not defined: 'dhcp-4.2.2-r2.ebuild'

Reproducible: Always

Steps to Reproduce:
1.emerge --config dhcp
Actual Results:  
* pkg_config() is not defined: 'dhcp-4.2.2-r2.ebuild'


Solution:
Copy from dhcp-4.2.2-r1.ebuild to dhcp-4.2.2-r2.ebuild section:
pkg_config() {
        ...
}
ebuild dhcp-4.2.2-r2.ebuild digest
remerge dhcp
Comment 1 SpanKY gentoo-dev 2011-10-25 05:35:52 UTC
it is no longer needed.  the init.d script sets up the chroot for you on the fly.