[Bug 192413] libdhcp : IPv6 and IPv4 DHCP client and network configuration library API

bugzilla at redhat.com bugzilla at redhat.com
Fri May 19 17:53:40 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: libdhcp : IPv6 and IPv4 DHCP client and network configuration library API


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192413





------- Additional Comments From jvdias at redhat.com  2006-05-19 13:53 EST -------
OK, I've checked the pkgcfgdir thing - it is %{_libdir} - patch applied:
--- libdhcp.spec.~1.5.~ 2006-05-19 09:24:17.000000000 -0400
+++ libdhcp.spec        2006-05-19 13:53:02.000000000 -0400
@@ -47,0 +48,3 @@
+
+%define pkgcfgdir %{_libdir}/pkgconfig
+
@@ -49 +52 @@
-%makeinstall pkgcfgdir=$RPM_BUILD_ROOT/usr/lib/pkgconfig
+%makeinstall pkgcfgdir=%{pkgcfgdir}

New spec file with the above change checked into CVS and is on the website.

But the second issue - those headers aren't even shipped by the package - they
are shipped by its dependency, libdhcp4client-devel - libdhcp has this tag:

BuildRequires: libdhcp4client-devel, libdhcp6client-devel, libnl-devel, pkgconfig

It gets the correct include path using pkgconfig, and builds fine when its
BuildRequires packages are installed.

How are you getting that error:
/usr/include/dhcp4client/isc-dhcp/minires/res_update.h:33:27: error:
isc-dhcp/list.h: No such file or directory

Any system that had libdhcp4client-devel installed would not generate that
error when building libdhcp.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list