Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#10859 closed Bug Report - General (fixed)
QJson installs to usr/include and conflicts with packaged qjson
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.26 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
There is a copy of the QJson library included in master. During an install, it is installing headers and binaries into usr/include in an unchanged namespace.
This causes it to conflict with packaged versions of libqjson-dev and libqjson0.
Here's the headers and binaries that are installed:
usr/include/QJson/parserrunnable.h usr/include/QJson/Serializer usr/include/QJson/serializerrunnable.h usr/include/QJson/qobjecthelper.h usr/include/QJson/QObjectHelper usr/include/QJson/serializer.h usr/include/QJson/parser.h usr/include/QJson/Parser usr/include/QJson/qjson_export.h
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Ah yes, you're right, they are all headers. I thought Serializer and Parser were binaries, but they are also headers.
comment:3 Changed 13 years ago by
Owner: | set to beirdo |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 13 years ago by
Milestone: | unknown → 0.26 |
---|
Note: See
TracTickets for help on using
tickets.
Those are all include files, no binaries. The binaries are libmythqjson.*