Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695202 - net-libs/zeromq - cmake packaging files missing
Summary: net-libs/zeromq - cmake packaging files missing
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-20 16:52 UTC by Justus Ranvier
Modified: 2022-06-05 08:14 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 Justus Ranvier 2019-09-20 16:52:57 UTC
Libzmq provides cmake packaging files only when it is compiled via cmake:

/usr/share/cmake/ZeroMQ/ZeroMQConfig.cmake
/usr/share/cmake/ZeroMQ/ZeroMQConfigVersion.cmake
/usr/share/cmake/ZeroMQ/ZeroMQTargets.cmake

These files are not generated when compiling libzmq via autotools, as is the case with the current ebuilds.

The impact of the missing packaging files is that projects depending on zeromq which use cmake to build must provide their own logic for finding the library instead of using the upstream-provided files.