Bug 1335900

Summary: kea-devel: missing requirement
Product: [Fedora] Fedora EPEL Reporter: Jose Pedro Oliveira <jose.p.oliveira.oss>
Component: keaAssignee: Jiri Popelka <jpopelka>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: jpopelka, zdohnal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: kea-1.0.0-9.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-03 13:18:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jose Pedro Oliveira 2016-05-13 13:44:25 UTC
Description of problem:
The kea-devel package should require boost-devel.

Version-Release number of selected component (if applicable):
kea-1.0.0-2.el7

How reproducible:
Everytime I to build a kea hook

Steps to Reproduce:
1. Use the example in http://git.kea.isc.org/~tester/kea/doxygen/df/d46/hooksdgDevelopersGuide.html

Actual results:
g++ -I/usr/include/kea -fpic -shared -lkea-dhcpsrv -lkea-dhcp++ -lkea-hooks -lkea-log -lkea-util -lkea-exceptions -o kea_hook_version.so kea_hook_version.cc
In file included from /usr/include/kea/hooks/hooks.h:10:0,
                 from kea_hook_version.cc:3:
                 /usr/include/kea/hooks/callout_handle.h:13:25: fatal error: boost/any.hpp: No such file or directory
                  #include <boost/any.hpp>

Expected results:
No compile errors; creation of the shared library.

Additional info:
Workaround:
sudo yum install boost-devel

Note:
This also affects the fedora versions (fc23, fc24, fc25).

Comment 1 Jose Pedro Oliveira 2016-05-13 13:46:21 UTC
--- kea-1.0.0-2.spec	2016-01-06 15:47:36.000000000 +0100
+++ kea.spec	2016-05-13 15:45:37.391131982 +0200
@@ -67,6 +67,7 @@
 %package devel
 Summary: Development headers and libraries for Kea DHCP server
 Requires: kea-libs%{?_isa} = %{version}-%{release}
+Requires: boost-devel

 %description devel
 Header files and API documentation.

Comment 2 Fedora Update System 2016-05-13 16:33:53 UTC
kea-1.0.0-9.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-aee0c72dab

Comment 3 Fedora Update System 2016-05-13 16:34:00 UTC
kea-1.0.0-9.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-350cc393e9

Comment 4 Fedora Update System 2016-05-13 16:34:04 UTC
kea-1.0.0-9.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8fa9fea85e

Comment 5 Fedora Update System 2016-05-15 06:25:09 UTC
kea-1.0.0-9.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8fa9fea85e

Comment 6 Fedora Update System 2016-05-15 06:56:54 UTC
kea-1.0.0-9.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-350cc393e9

Comment 7 Fedora Update System 2016-05-16 15:23:50 UTC
kea-1.0.0-9.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-aee0c72dab

Comment 8 Fedora Update System 2016-06-03 13:18:23 UTC
kea-1.0.0-9.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.