Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: cannot locate symbol "backtrace" referenced by libQt5Core #14285

Closed
Iey4iej3 opened this issue Jan 1, 2023 · 3 comments · Fixed by #14287
Closed

[Bug]: cannot locate symbol "backtrace" referenced by libQt5Core #14285

Iey4iej3 opened this issue Jan 1, 2023 · 3 comments · Fixed by #14287
Assignees
Labels
bug report Something is not working properly

Comments

@Iey4iej3
Copy link

Iey4iej3 commented Jan 1, 2023

Problem description

qterminal exits with error

CANNOT LINK EXECUTABLE "qterminal": cannot locate symbol "backtrace" referenced by "/data/data/com.termux/files/usr/lib/libQt5Core.so.5.15.7"...

What steps will reproduce the bug?

  1. pkg install qterminal
  2. Run qterminal

What is the expected behavior?

No response

System information

termux-info:

Termux Variables:
TERMUX_API_VERSION=0.50.1
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=8799
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://packages-cf.termux.dev/apt/termux-main stable main
# x11-repo (sources.list.d/x11.list)
deb https://packages-cf.termux.dev/apt/termux-x11 x11 main
Updatable packages:
All packages up to date
termux-tools version:
1.35.0
Android version:
12
Kernel build information:
Linux localhost 4.14.299-gcd41c6b2be18 #1 SMP PREEMPT Sun Dec 18 22:07:16 UTC 2022 aarch64 Android
Device manufacturer:
samsung
Device model:
SM-P610
@Iey4iej3 Iey4iej3 added bug report Something is not working properly untriaged labels Jan 1, 2023
@Grimler91
Copy link
Member

LD_PRELOAD=$PREFIX/lib/libexecinfo.so qterminal works so I guess this is a variant of android/ndk#201

@Iey4iej3
Copy link
Author

Iey4iej3 commented Jan 1, 2023

This is probably an issue about Qt in general. I see a couple of Qt apps with the same error.

@Grimler91
Copy link
Member

Yeah, every program linked against libQt5Core.so will fail with this error

@Grimler91 Grimler91 self-assigned this Jan 1, 2023
Grimler91 added a commit to Grimler91/termux-packages that referenced this issue Jan 1, 2023
termux-pacman-bot added a commit to termux-pacman/termux-packages that referenced this issue Jan 1, 2023
xtkoba added a commit that referenced this issue Jan 3, 2023
defined in libandroid-execinfo as well.

Reference: #14285
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants