Modify ↓
Ticket #10860 (closed Bug Report - General: fixed)
Opened 12 months ago
Last modified 12 months ago
zeromq installs libraries that conflict with packages
| Reported by: | superm1@… | Owned by: | beirdo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | MythTV - General | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The zeromq install is installing these files:
usr/lib/libzmq.a usr/lib/libzmq.so.1 usr/lib/libzmq.la usr/lib/libzmq.so.1.0.1 usr/lib/libzmq.so usr/lib/pkgconfig/libzmq.pc usr/include/zmq_utils.h usr/include/zmq.h usr/include/nzmqt.hpp usr/include/zmq.hpp
I'm not sure why the header files need to be installed in the first place, but the libaries clash with packages libraries. Since they're myth specific should be re-named to a myth specific name.
Attachments
Change History
comment:1 Changed 12 months ago by superm1@…
comment:3 Changed 12 months ago by Gavin Hurlbut <ghurlbut@…>
- Status changed from assigned to closed
- Resolution set to fixed
comment:5 Changed 12 months ago by superm1@…
I think this is mostly fixed, but just want to double confirm these three should still be getting installed into the -dev package of a packaged build:
usr/lib/pkgconfig/libmythzmq.pc usr/lib/libmythzmq.la usr/lib/libmythzmq.a
Note: See
TracTickets for help on using
tickets.

This is partially fixed by Beirdo's commits yesterday it appears. Zmq now is libmythzmq (yay), but I believe the headers are still installing.