Modify ↓
Opened 12 months ago
Closed 12 months ago
Last modified 12 months ago
#10859 closed Bug Report - General (fixed)
QJson installs to usr/include and conflicts with packaged qjson
| Reported by: | superm1@… | 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
Attachments (0)
Change History (5)
comment:1 Changed 12 months ago by beirdo
comment:2 Changed 12 months ago by superm1@…
Ah yes, you're right, they are all headers. I thought Serializer and Parser were binaries, but they are also headers.
comment:3 Changed 12 months ago by beirdo
- Owner set to beirdo
- Status changed from new to assigned
comment:4 Changed 12 months ago by Gavin Hurlbut <ghurlbut@…>
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 12 months ago by beirdo
- Milestone changed from unknown to 0.26
Note: See
TracTickets for help on using
tickets.

Those are all include files, no binaries. The binaries are libmythqjson.*