Bug 1292106 - Packages of qca for both Qt4 and Qt5 can not co-exist in the same system
Summary: Packages of qca for both Qt4 and Qt5 can not co-exist in the same system
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: qca
Version: rawhide
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: psi+cmake
TreeView+ depends on / blocked
 
Reported: 2015-12-16 13:43 UTC by Raphael Groner
Modified: 2015-12-17 11:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1292093
: 1292107 (view as bug list)
Environment:
Last Closed: 2015-12-17 08:46:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Raphael Groner 2015-12-16 13:43:03 UTC
Description of problem:
> dnf repoquery --list qca-devel.x86_64 |grep .pc
/usr/lib64/pkgconfig/qca2.pc
> rpm -q qca-qt5-devel
qca-qt5-devel-2.1.1-2.fc23.x86_64
> rpmls qca-qt5-devel |grep .pc
-rw-r--r--  /usr/lib64/pkgconfig/qca2-qt5.pc
> grep Name /usr/lib64/pkgconfig/qca2-qt5.pc
Name: QCA
> grep Name /usr/lib64/pkgconfig/qca2.pc
Name: QCA


Version-Release number of selected component (if applicable):
qca-qt5-devel-2.1.1-2.fc23.x86_64

How reproducible:
yes

Steps to Reproduce:
1. dnf install qca-devel qca-qt5-devel
2. do cmake pkg_search_module(QCA qca)
3.

Actual results:
no idea if it collects Qt4 or Qt5 packages and is it randomly.

Expected results:
No error, both packages can co-exist.

Additional info:

Comment 1 Raphael Groner 2015-12-17 08:46:44 UTC
Use cmake find_package().

Comment 2 Rex Dieter 2015-12-17 11:33:05 UTC
pkg-config works fine here, I don't understand what the error is?


Note You need to log in before you can comment on or make changes to this bug.