Bug 1335900 - kea-devel: missing requirement
Summary: kea-devel: missing requirement
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: kea
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-13 13:44 UTC by Jose Pedro Oliveira
Modified: 2016-06-03 13:18 UTC (History)
2 users (show)

Fixed In Version: kea-1.0.0-9.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-03 13:18:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.