Gentoo Archives: gentoo-user

From: Jack <ostroffjh@×××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] printing pdfs
Date: Thu, 28 May 2020 23:34:13
Message-Id: GO7YK3DD.DXSHJPUJ.E35AEKZS@CCBZ272R.KLJQYPBS.2W77BMST
In Reply to: Re: [gentoo-user] printing pdfs by james
1 On 2020.05.28 19:04, james wrote:
2 > On 5/28/20 4:30 PM, Francesco Turco wrote:
3 >> On Thu, May 28, 2020, at 22:11, james wrote:
4 >>> So what application/strategy gets me past errors like this:
5 >>>
6 >>> "Cannot mix incompatible Qt library (version 0x50e01) with this
7 >>> library
8 >>> (version 0x50e02)"
9 >>
10 >> Which application are you printing from?
11 >> I guess it's a Qt application. In that case, please verify that all
12 >> packages in the dev-qt category on your system have the same version
13 >> number.
14 >>
15 >> You can use eix, for example:
16 >>
17 >> $ eix --category dev-qt --installed --compact
18 >>
19 >
20 > 35 matches. Yes I run lxde and many qt codes.
21 >
22 > Perhaps better these are currenly blocked (will not update) qt:
23 >
24 > U ~] dev-qt/qtcore-5.15.0 [5.14.2]
25 > U ~] dev-qt/qtxml-5.15.0 [5.14.2]
26 > U dev-qt/qtnetwork-5.15.0 [5.14.2] USE="-libressl%"
27 > U ~] dev-qt/qttest-5.15.0 [5.14.2]
28 > U ~] dev-qt/qtdbus-5.15.0 [5.14.2]
29 >
30 > U ~] dev-qt/qtgui-5.15.0 [5.14.2]
31 > U ~] dev-qt/qtx11extras-5.15.0 [5.14.2]
32 > U ~] dev-qt/qtwidgets-5.15.0 [5.14.2]
33 > U ~] dev-qt/qtdeclarative-5.15.0 [5.14.2]
34 > U ~] dev-qt/qtopengl-5.15.0 [5.14.2]
35 > U ~] dev-qt/linguist-tools-5.15.0 [5.14.2]
36 > U ~] dev-qt/qtmultimedia-5.15.0 [5.14.2]
37 > U ~] dev-qt/qtpositioning-5.15.0 [5.14.2]
38 > U ~] dev-qt/qtwayland-5.15.0 [5.14.2]
39 > U ~] dev-python/qtawesome-0.7.2 [0.7.1]
40 That's not output from the above command (dev-python wouldn't be
41 there.) Please show the output of the above eix command, or perhaps
42 try "eix-installed -a | grep dev-qt" for another look to be sure all
43 are at the same version.
44 >
45 > Not staying up with the very latest qt packages, causes even more
46 > problems. I usually have to wait, up to 7 days, as the others trickle
47 > in and the all the qt packages will install. Sometime I have to
48 > remove them all, then do the upgrade.
49 >
50 > This is the first time it has affected pdf files.
51 >
52 > Palemoon will not even load pdfs, at least this version::
53 >
54 > NewMoon: 28.9.3 (the unofficial build of PaleMoon.)
55 >
56 > I'll guess I just wait a few days and see what trickles in on qqt
57 > upgrades:
58 >
59 > <startsnip>
60 > (dev-qt/qtcore-5.15.0:5/5.15.0::gentoo, ebuild scheduled for merge)
61 > USE="icu -debug -old-kernel (-systemd) -test" ABI_X86="(64)"
62 > conflicts with
63 > ~dev-qt/qtcore-5.14.2:5/5.14.2= required by
64 > (dev-qt/qtnetwork-5.14.2:5/5.14::gentoo, installed) USE="ssl -bindist
65 > -connman -debug -gssapi -libproxy -networkmanager -sctp -test"
66 > ABI_X86="(64)"
67 > ^ ^^^^^^^^^^
68 > ~dev-qt/qtcore-5.14.2 required by
69 > (dev-qt/qtgraphicaleffects-5.14.2:5/5.14::gentoo, installed)
70 > USE="-debug -test" ABI_X86="(64)"
71 > ^ ^^^^^^
72 > ~dev-qt/qtcore-5.14.2:5= required by
73 > (dev-qt/qtxml-5.14.2:5/5.14::gentoo, installed) USE="-debug -test"
74 > ABI_X86="(64)"
75 > ^ ^^^^^^
76 > ~dev-qt/qtcore-5.14.2:5/5.14.2= required by
77 > (dev-qt/qtdiag-5.14.2:5/5.14::gentoo, installed) USE="network widgets
78 > -debug -test" ABI_X86="(64)"
79 > <endsnip>
80 What is trying to pull in qtcore-5.15.0? You started this with a
81 problem of pdf viewers all complaining about mismatched qt versions,
82 but this looks like a portage issue. If you are manually marking
83 dev-qt packages as ~, you have to be sure you have gotten them all.
84 All dev-qt packages (some, such as qt-creator are on a different number
85 scheme) must have the same version. They are generally released all at
86 the same time, so incomplete upgrades are likely due to a problem in
87 package.accepted_keywords.

Replies

Subject Author
Re: [gentoo-user] printing pdfs james <garftd@×××××××.net>