Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669636 - dev-ros/image_view-1.12.23 missing dependency on dev-ros/dynamic_reconfigure
Summary: dev-ros/image_view-1.12.23 missing dependency on dev-ros/dynamic_reconfigure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-25 20:56 UTC by m.manico
Modified: 2019-08-28 17:02 UTC (History)
0 users

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 m.manico 2018-10-25 20:56:33 UTC
Emerging dev-ros/image_view-1.12.23 failed with 

...
-- Found PY_em: /usr/lib64/python2.7/site-packages/em.pyc  
-- Using empy: /usr/lib64/python2.7/site-packages/em.pyc
-- Using CATKIN_ENABLE_TESTING: OFF
-- catkin 0.7.14
-- Could NOT find dynamic_reconfigure (missing: dynamic_reconfigure_DIR)
-- Could not find the required component 'dynamic_reconfigure'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /usr/share/catkin/cmake/catkinConfig.cmake:88 (find_package):
  Could not find a package configuration file provided by
  "dynamic_reconfigure" with any of the following names:

    dynamic_reconfigureConfig.cmake
    dynamic_reconfigure-config.cmake

  Add the installation prefix of "dynamic_reconfigure" to CMAKE_PREFIX_PATH
...

Manually emerging dev-ros/dynamic_reconfigure before dev-ros/image_view will make image_view compile successfully.
Comment 1 Larry the Git Cow gentoo-dev 2019-08-28 17:02:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e1d4eef53ed1f27cd1c4aa19e535be11f20113

commit 87e1d4eef53ed1f27cd1c4aa19e535be11f20113
Author:     Alexis Ballier <aballier@gentoo.org>
AuthorDate: 2019-08-28 16:33:00 +0000
Commit:     Alexis Ballier <aballier@gentoo.org>
CommitDate: 2019-08-28 17:01:45 +0000

    dev-ros/image_view: add missing dynamic_reconfigure dep.
    
    Closes: https://bugs.gentoo.org/669636
    Package-Manager: Portage-2.3.73, Repoman-2.3.17
    Signed-off-by: Alexis Ballier <aballier@gentoo.org>

 dev-ros/image_view/image_view-1.12.23.ebuild | 1 +
 dev-ros/image_view/image_view-9999.ebuild    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)