Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 388397

Summary: net-misc/dhcp-4.2.2-r2 has no pkg_config() section
Product: Gentoo Linux Reporter: Touch <touchmail2011>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: normal CC: touchmail2011
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.