Your message dated Fri, 20 Jan 2023 16:19:00 -0500
with message-id
<CAJThdY2XUokrL_8w0po3wSh6PL_ZiyMO-r3506E48fMA_io=m...@mail.gmail.com>
and subject line Re: Bug#1029293: wxhexeditor: undefined symbol when accessing
wxWidgets library
has caused the Debian Bug report #1029293,
regarding wxhexeditor: undefined symbol when accessing wxWidgets library
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1029293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029293
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wxhexeditor
Version: 0.24+repack-2+b2
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: [email protected]
Dear Maintainer,
The current version of wxHexEditor fails to start with error:
wxHexEditor: symbol lookup error: wxHexEditor: undefined symbol:
_ZN12wxEvtHandler21WXReservedEvtHandler1EPv, version WXU_3.2
Perhaps this is related to the upgrade of the wxWidgets dependency from version
3.0 to version 3.2 as discussed in https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=1019812 ?
-- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (800, 'testing'), (50, 'experimental'), (50, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.0.0-6-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages wxhexeditor depends on:
ii libc6 2.36-8
ii libdisasm0 0.23-6+b1
ii libgcc-s1 12.2.0-14
ii libgomp1 12.2.0-14
ii libmhash2 0.9.9.9-9
ii libstdc++6 12.2.0-14
ii libwxbase3.2-1 3.2.1+dfsg-4+b1
ii libwxgtk3.2-1 3.2.1+dfsg-4+b1
wxhexeditor recommends no packages.
wxhexeditor suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Thank you. It was due to my particular setup. I am closing the issue. Sorry
for the noise. In detail:
"apt policy libwxbase3.2-1 libwxgtk3.2-1" shows me the same installed
version that you have but
ldd /usr/bin/wxHexEditor | grep libwx
libwx_gtk3u_core-3.2.so.0 => /usr/local/lib/libwx_gtk3u_core-3.2.so.0
(0x00007f8d63a00000)
libwx_baseu_xml-3.2.so.0 => /usr/local/lib/libwx_baseu_xml-3.2.so.0
(0x00007f8d646c4000)
libwx_baseu_net-3.2.so.0 => /usr/local/lib/libwx_baseu_net-3.2.so.0
(0x00007f8d6467b000)
libwx_baseu-3.2.so.0 => /usr/local/lib/libwx_baseu-3.2.so.0
(0x00007f8d63600000)
libwx_gtk3u_aui-3.2.so.0 => /usr/local/lib/libwx_gtk3u_aui-3.2.so.0
(0x00007f8d6435d000)
shows that it is dynamically linking to my "compiled from source" version
of wx, which I had forgotten about since I don't use it. (It is a byproduct
of compiling wxPython from source.) Evidently there are some differences
between the version of wxWidgets 3.2 in wxPython and the version in the
repo.
On Fri, 20 Jan 2023 20:06:16 +0100 "Andrej Shadura" <[email protected]>
wrote:
> Control: tag -1 moreinfo unreproducible
>
> Hi,
>
> On Fri, 20 Jan 2023, at 19:52, Jorge Moraleda wrote:
> > Package: wxhexeditor
> > Version: 0.24+repack-2+b2
>
> > Dear Maintainer,
> >
> > The current version of wxHexEditor fails to start with error:
> >
> > wxHexEditor: symbol lookup error: wxHexEditor: undefined symbol:
> > _ZN12wxEvtHandler21WXReservedEvtHandler1EPv, version WXU_3.2
> >
> > Perhaps this is related to the upgrade of the wxWidgets dependency from
version
> > 3.0 to version 3.2 as discussed in https://bugs.debian.org/1019812 ?
>
> I have installed the latest version, and it works without an issue.
>
> $ apt policy libwxbase3.2-1 libwxgtk3.2-1
> libwxbase3.2-1:
> Installed: 3.2.1+dfsg-4+b1
> Candidate: 3.2.1+dfsg-4+b1
> Version table:
> *** 3.2.1+dfsg-4+b1 500
> 500 mirror+file:/etc/apt/mirrors.list testing/main amd64 Packages
> 10 https://deb.debian.org/debian unstable/main amd64 Packages
> 100 /var/lib/dpkg/status
> libwxgtk3.2-1:
> Installed: 3.2.1+dfsg-4+b1
> Candidate: 3.2.1+dfsg-4+b1
> Version table:
> *** 3.2.1+dfsg-4+b1 500
> 500 mirror+file:/etc/apt/mirrors.list testing/main amd64 Packages
> 10 https://deb.debian.org/debian unstable/main amd64 Packages
> 100 /var/lib/dpkg/status
>
>
> --
> Cheers,
> Andrej
>
>
--- End Message ---