Discussion:
[Rock-dev] [rock] #479: Missing "boost" dependency in tools/utilmm
rock
2014-06-04 08:12:12 UTC
Permalink
#479: Missing "boost" dependency in tools/utilmm
-----------------------+--------------------------
Reporter: mzenzes | Owner:
Type: defect | Status: new
Priority: trivial | Milestone:
Component: toolchain | Keywords: tools/utilmm
-----------------------+--------------------------
Hi,

the manifest.xml of tools/utilmm is missing "boost". Simple fix, but I'm
lacking push-capability to gitorious (or github?). See attached patch.

After a quick grep through the code: utilmm is missing in the manifest.xml
of tools/typelib, while its typelib.pc is requiring it?

Greetings
--
Ticket URL: <https://rock.opendfki.de/ticket/479>
rock <https://rock.opendfki.de>
rock: the robot construction kit
rock
2014-06-04 08:22:23 UTC
Permalink
#479: Missing "boost" dependency in tools/utilmm
--------------------------+---------------------
Reporter: mzenzes | Owner:
Type: defect | Status: closed
Priority: major | Milestone:
Component: base | Resolution: fixed
Keywords: tools/utilmm |
--------------------------+---------------------
Changes (by sylvain.joyeux):

* priority: trivial => major
* resolution: => fixed
* status: new => closed
* component: toolchain => base


Comment:

the <rosdep ...> is a deprecated version of the <depend ...>, so it was
there.

I have fixed the issue in typelib's pkg-config file. Thanks for reporting
!
--
Ticket URL: <https://rock.opendfki.de/ticket/479#comment:1>
rock <https://rock.opendfki.de>
rock: the robot construction kit
rock
2014-06-04 08:44:49 UTC
Permalink
#479: Missing "boost" dependency in tools/utilmm
--------------------------+---------------------
Reporter: mzenzes | Owner:
Type: defect | Status: closed
Priority: major | Milestone:
Component: base | Resolution: fixed
Keywords: tools/utilmm |
--------------------------+---------------------

Comment (by mzenzes):

Thanks for fixing ;-)

But is completely removing the dependency from the pc-file the right fix?
It is used and linked by typelib, so it
[http://wiki.mandriva.com/en/Overlinking#pkgconfig_issues should] be added
in the (non-existing) "Requires.private:" field?

utilmm was not updated yet?
--
Ticket URL: <https://rock.opendfki.de/ticket/479#comment:2>
rock <https://rock.opendfki.de>
rock: the robot construction kit
Loading...