You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See denoland/deno#19759 for general background on running Deno on termux. Specifically the comments in May that discuss how to patchelf Deno to run. The instructions work on termux-app_v0.119.0-beta.1+apt-android-7-github-debug_arm64-v8a.apk from GitHub but not googleplay.2024.10.30 on a Pixel 9 Pro with Android 15/AP4A.241025.013.C1
What steps will reproduce the bug?
The minimal repro is to run denoland/deno#19759 (comment) to install Deno and Bun. This fails with error: "/data/data/com.termux/files/home/.deno/bin/deno.orig": executable's TLS segment is underaligned: alignment is 16 (skew 0), needs to be at least 64 for ARM64 Bionic
Problem description
See denoland/deno#19759 for general background on running Deno on termux. Specifically the comments in May that discuss how to
patchelf
Deno to run. The instructions work ontermux-app_v0.119.0-beta.1+apt-android-7-github-debug_arm64-v8a.apk
from GitHub but notgoogleplay.2024.10.30
on a Pixel 9 Pro with Android15/AP4A.241025.013.C1
What steps will reproduce the bug?
The minimal repro is to run denoland/deno#19759 (comment) to install Deno and Bun. This fails with
error: "/data/data/com.termux/files/home/.deno/bin/deno.orig": executable's TLS segment is underaligned: alignment is 16 (skew 0), needs to be at least 64 for ARM64 Bionic
The core steps to install and patch deno are:
If done properly, that last
ldd
command should show something likeAt this point, on the GitHub Termux,
unset LD_PRELOAD; ./deno --version
should run. But on the Play Store termux. it gives the same error about.What is the expected behavior?
After installation and patching,
unset LD_PRELOAD; ./deno --version
should run.System information
The text was updated successfully, but these errors were encountered: