Gentoo Archives: gentoo-user

From: Andrew Udvare <audvare@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wxPython/wxWidgets release number mismatch
Date: Mon, 17 Sep 2018 20:29:11
Message-Id: c9fe62b2-7e60-143a-b77f-912a8c093941@gmail.com
In Reply to: [gentoo-user] wxPython/wxWidgets release number mismatch by Grant Edwards
1 On 9/17/18 3:48 PM, Grant Edwards wrote:
2 > Does anybody have any idea what the below is trying to tell me?
3 >
4 > _WHAT_ two compenents are mismatched?
5 >
6 > WTF is the point of printing a "release number mismatch" warning
7 > without tell the user which two components are mismatched?
8 >
9 > You might as well print out
10 >
11 > WARNING: something might or might be wrong!
12 >
13 > I've reinstalled wxpython, pygtk, and wxGTK, and it didn't help.
14
15 I think you need to try this:
16
17 revdep-rebuild -L wx_baseu-3.0 -- --ask
18
19 I had an issue where Audacity and a few others could not start due to
20 version mismatches. Got an issue where the ABIs were different. After
21 running the above command and reinstalling, these apps started working
22 again.
23
24 Calculating dependencies... done!
25 [ebuild R ] x11-libs/wxGTK-3.0.4
26 [ebuild R ] x11-libs/wxGTK-3.0.4-r300
27 [ebuild R ] app-editors/wxhexeditor-0.24
28 [ebuild R ] games-emulation/pcsx2-1.4.0
29 [ebuild R ] app-arch/p7zip-16.02-r4
30 [ebuild R ] net-ftp/filezilla-3.36.0
31 [ebuild R ] media-video/mediainfo-18.08.1
32 [ebuild R ] sci-visualization/gnuplot-5.2.4
33 [ebuild R ] media-sound/audacity-2.2.2
34 [ebuild R ] games-emulation/dolphin-5.0
35
36 I would presume wxPython will be in your list.
37
38 Andrew

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: wxPython/wxWidgets release number mismatch Grant Edwards <grant.b.edwards@×××××.com>