-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
On Ubuntu Bionic Beaver - some libraries that are not found are being interpreted as paths of libraries that are found.
root@buildkitsandbox:/workspace# ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1.6) 2.27
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
root@buildkitsandbox:/workspace#
root@buildkitsandbox:/workspace# uname -a
Linux buildkitsandbox 6.2.0-27-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 12 22:39:51 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@buildkitsandbox:/workspace# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
root@buildkitsandbox:/workspace# pylddwrap /build/AQtBasedProject
soname | path | found | mem_address | unused
----------------------+----------------------------------------------------------------------------------------------------+-------+--------------------+-------
None | /build/AQtBasedProject: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by | True | | False
linux-vdso.so.1 | None | True | 0x00007ffdb6f2e000 | False
libhidapi-hidraw.so.0 | /usr/lib/x86_64-linux-gnu/libhidapi-hidraw.so.0 | True | 0x00007ff2067e8000 | False
libQt6Widgets.so.6 | /opt/Qt/6.3.0/gcc_64/lib/libQt6Widgets.so.6 | True | 0x00007ff2060c4000 | False
libQt6Gui.so.6 | /opt/Qt/6.3.0/gcc_64/lib/libQt6Gui.so.6 | True | 0x00007ff205764000 | False
libQt6Core.so.6 | /opt/Qt/6.3.0/gcc_64/lib/libQt6Core.so.6 | True | 0x00007ff205109000 | False
libGLX.so.0 | /usr/lib/x86_64-linux-gnu/libGLX.so.0 | True | 0x00007ff204ed8000 | True
libOpenGL.so.0 | /usr/lib/x86_64-linux-gnu/libOpenGL.so.0 | True | 0x00007ff204caa000 | True
libstdc++.so.6 | /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | True | 0x00007ff20484a000 | False
libgcc_s.so.1 | /lib/x86_64-linux-gnu/libgcc_s.so.1 | True | 0x00007ff204627000 | False
...
Cheers
Metadata
Metadata
Assignees
Labels
No labels