Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 695202

Summary: net-libs/zeromq - cmake packaging files missing
Product: Gentoo Linux Reporter: Justus Ranvier <gentoobugs.starch836>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.