Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#10860 closed Bug Report - General (fixed)
zeromq installs libraries that conflict with packages
| Reported by: | 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.
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 by , 13 years ago
| Milestone: | unknown → 0.26 |
|---|
comment:5 by , 13 years ago
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.