-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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]: new golang 2:1.17 tools no run #7356
Comments
Can reproduce on aarch64 Android 11. Here's what error I got while
The PR which updated Go #7345 |
Digging into the issue, Executing
|
Same here; cannot revert because 1.16.7 no longer exists in the repos. |
No, that's just wrong dynamic linker path set |
It's pain. |
@adenis78 Termux apk version has nothing to do with package versions. They are entirely separate, just application provides you a way to run packages. |
@xeffyr, yes... and it's bad.
|
Does anyone have a backup of golang version 1.16 |
Here you go https://github.com/termux/termux-packages/suites/3501132160/artifacts/83436791 From |
Thank you sir, |
I managed to build |
On
tested on |
Problem description
usr/lib/go/pkg/tool/android_arm64/ all files not to run,
file info:
-rwx------ 1 u0_a438 u0_a438 3597040 Aug 18 06:40 addr2line
-rwx------ 1 u0_a438 u0_a438 4393264 Aug 18 06:40 api
-rwx------ 1 u0_a438 u0_a438 4172192 Aug 18 06:40 asm
-rwx------ 1 u0_a438 u0_a438 2135760 Aug 18 06:40 buildid
-rwx------ 1 u0_a438 u0_a438 3854832 Aug 18 06:40 cgo
-rwx------ 1 u0_a438 u0_a438 19410136 Aug 18 06:40 compile
-rwx------ 1 u0_a438 u0_a438 4061744 Aug 18 06:40 cover
-rwx------ 1 u0_a438 u0_a438 2868080 Aug 18 06:40 dist
-rwx------ 1 u0_a438 u0_a438 3262064 Aug 18 06:40 doc
-rwx------ 1 u0_a438 u0_a438 2733968 Aug 18 06:40 fix
-rwx------ 1 u0_a438 u0_a438 5474792 Aug 18 06:40 link
-rwx------ 1 u0_a438 u0_a438 3531504 Aug 18 06:40 nm
-rwx------ 1 u0_a438 u0_a438 3861200 Aug 18 06:40 objdump
-rwx------ 1 u0_a438 u0_a438 1949784 Aug 18 06:40 pack
-rwx------ 1 u0_a438 u0_a438 11963664 Aug 18 06:39 pprof
-rwx------ 1 u0_a438 u0_a438 2143056 Aug 18 06:40 test2json
-rwx------ 1 u0_a438 u0_a438 8780144 Aug 18 06:39 trace
-rwx------ 1 u0_a438 u0_a438 5910800 Aug 18 06:40 vet
./api: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, Go BuildID=vFVNRCammyHB13CwFuAg/aShREmCWy_zEvu-Nuzgl/PxScszd6L5yXbeOk78XY/gOaEJFqisgmswgOMmWow, stripped
uname -a
Linux localhost 4.4.205-perf+ #1 SMP PREEMPT Thu Dec 3 03:34:06 CST 2020 aarch64 Android
What steps will reproduce the bug?
1.apk install golang
What is the expected behavior?
No response
System information
termux-info:
Application version:
0.117
Packages CPU architecture:
aarch64
Subscribed repositories:
sources.list
deb https://packages.termux.org/apt/termux-main/ stable main
game-repo (sources.list.d/game.list)
deb https://packages.termux.org/apt/termux-games games stable
science-repo (sources.list.d/science.list)
deb https://packages.termux.org/apt/termux-science science stable
root-repo (sources.list.d/root.list)
deb https://packages.termux.org/apt/termux-root root stable
x11-repo (sources.list.d/x11.list)
deb https://packages.termux.org/apt/termux-x11 x11 main
Updatable packages:
proot/stable 5.1.107-42 aarch64 [upgradable from: 5.1.107-41]
Android version:
10
Kernel build information:
Linux localhost 4.4.205-perf+ #1 SMP PREEMPT Thu Dec 3 03:34:06 CST 2020 aarch64 Android
Device manufacturer:
OnePlus
Device model:
ONEPLUS A5000
The text was updated successfully, but these errors were encountered: