Closed RalfWerner closed 1 month ago
Please test the debs in https://github.com/termux/termux-packages/actions/runs/10952913936. Thanks!
(This is a pre-written, saved reply.) If you want to test this PR please download the appropriate DEB package(s) from the build artifacts of the associated PR's latest CI run.
After downloading the build artifact, make sure to unzip
and un-tar
it.
```bash # finding out what architecture you need # architecture is just below the TERMUX_VERSION termux-info # e.g. # [...] # TERMUX_MAIN_PACKAGE_FORMAT=debian # TERMUX_VERSION=0.118.0 # TERMUX__USER_ID=0 # Packages CPU architecture: # aarch64 # [...] # ======================= # make sure `unzip` and `tar` are installed using pkg install unzip tar # unzip the artifact (if you have a different architecture this might be arm, i686 or x86_64 instead) unzip debs-aarch64-*.zip # untar the artifact tar xf debs-aarch64-*.tar # You should now have a debs/ directory in your current working directory # Install the packages from the local source using pkg install -- ./debs/*.deb # to clean up, you can remove the debs/ directory, .tar file and .zip file rm -rfi debs debs-aarch64-*.zip debs-aarch64-*.tar ```
May related #18429
This relates to FF and is only a "side issue" here, as it occurs in connection with TB. In fact, I actually have different Termux versions on the two devices (118/119 but reversed as with @funsafe-ptr) . The logcat and info outputs I've split above.
I downloaded your debs-arm-*.zip
package. Be patient with an old man if it takes a while. Your "Detailed instructions" are well, but I've no bug on all my debs-aarch64-*.zip
devices! I'll let you know when the bug is fixed by this - or not.
As I described at the beginning, I have other problems with TB that (not only rebuild) I would like to discuss here and if your solution works, I'll change the title a bit. Is that OK with you?
Please post "apt info pango" for the devices that fail to start Firefox. I think the PR for Thunderbird can be merged.
Could you post the output of ldd /data/data/com.termux/files/usr/lib/thunderbird/libmozgtk.so
? Actually some ROM will provide libpango*.so in /system/lib
. ffmpeg
depends on libandroid.so
and may cause symbol conflicts.
That's a lot of files. Should I compare them all between the two devices? pkg up
should clean up all dependencies?!
Please post output of "ls /system/lib". Might be a long list.
I think we still haven't root cause yet. Try LD_DEBUG=1 firefox
and post the last few lines of logcat
that has linker tag. Example:
die letzten Zeilen mit logcat dem Linker-Tag zu posten.
I don't quite understand. What I did is this process and you want the 686 rows from 1? done!
you want the 686 rows from 1
Yes
Emmm... You can also post the output of LD_DEBUG=1 thunderbird
.
I can't reproduce it so I can't find the cause.
I suggest you backup all your files, uninstall all the Termux apps, download the newest version of Termux apps, pkg up
, pkg install x11-repo
, pkg install thunderbird
again.
Please do not restore your files until we can determine if a clean state can reproduce your issue on your device.
That's a good idea and similar to my suggestion above. I had already started doing that. Since there are a lot of packages installed on the gigaset device and the home data is also a bit more extensive (my suggestion above would have retained this), I need some time to do it carefully. Correction done of Termux versions in the description above (Moto=119 and Gigaset=118).
The previously versions previously are described in first commit. The latest in Termux is:
termux-app_v0.118.0+8be5333-apt-android-7-github-debug_universal
from @fornwall 2 days ago.
Only APK update without de-install have the same bug! I'll get back to you when I've done that and checked it.
Thank you for your efforts. There were still open questions above regarding a working TB. I'm not sure if this issue is the right place to address it. A solution would require in-depth knowledge of Linux-TB. Is that the case for you?
I don't know what you're talking about. This issue is talking about the Segmentation fault
caused by the lack of support for pack-relative-relocs
. If you have other issues please describe it in detail rather than post a screenshot.
If you have other issues please describe it
Thanks for the response. You didn't answer my questions and whether you are familiar with Linux-TB, so I will move the relevant descriptions to another issue. Some of the problems are clearly visible in the screenshots.
But there are no more problems with the installation on any of my devices. The cause was the apt cache, which had to be deleted. The update to the daily version is brilliant! Version 128.3.2 was released an hour ago. When will pkg up
update it?
You can download build artifact, no need to wait for mirrors sync.
Problem description
I did not experience any crashes on aarch64 devices and installed both architectures on at least two different devices with the following package installation: Thunderbird, Firefox and X11. Behind the logcat is a graphic that shows my FF=Firefox environment on the moto device, I will describe this in more detail later or in a seperate issue, and also a general TB problem with small devices. Unfortunately, Firefox cannot be run on one of the two device (gigaset) either. I was able to run the previous TB version 115.13 on all devices without crashing.
You can find the crash with logcat of the armv7l devices gigaset and moto here
logcat of the armv7l devices gigaset v119, Termux-X11 1.02.04
```shell [~]$ firefox console.error: ({}) console.error: CustomizableUI: TypeError: aNode is null -- resource:///modules/CustomizableUI.sys.mjs:1746 JavaScript error: resource:///modules/asrouter/ASRouter.sys.mjs, line 1505: TypeError: this._storage is null JavaScript error: , line 0: InternalError: Promise rejection value is a non-unwrappable cross-compartment wrapper. JavaScript error: resource://gre/modules/PromiseWorker.sys.mjs, line 75: Error: Could not get children of `/data/data/com.termux/files/home/.mozilla/firefox/9t589fsh.default-default/thumbnails': directory does not exist (NS_ERROR_FILE_NOT_FOUND) [~]$ thunderbird WARNING: linker: Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x24 arg 0x7a54) (ignoring) WARNING: linker: Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x23 arg 0x6c) (ignoring) WARNING: linker: Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x25 arg 0x4) (ignoring) Segmentation fault [~]$ logcat --------- beginning of crash 09-18 10:33:05.865 11377 11377 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x131bc in tid 11377 (thunderbird), pid 11 ... --------- beginning of crash 09-19 19:57:02.884 5679 5679 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x131bc in tid 5679 (thunderbird), pid 5679 (thunderbird) 09-19 19:57:02.888 5681 5681 W crash_dump32: type=1400 audit(0.0:1012): avc: denied { read write } for path="/dev/pts/1" dev="devpts" ino=4 scontext=u:r:crash_dump:s0:c129,c256,c512,c768 tcontext=u:object_r:untrusted_app_all_devpts:s0:c129,c256,c512,c768 tclass=chr_file permissive=0 09-19 19:57:02.953 5682 5682 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone 09-19 19:57:02.958 5682 5682 I crash_dump32: performing dump of process 5679 (target tid = 5679) 09-19 19:57:02.961 5682 5682 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 09-19 19:57:02.961 5682 5682 F DEBUG : Native Crash TIME: 3863010 09-19 19:57:02.961 5682 5682 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 09-19 19:57:02.961 5682 5682 F DEBUG : Build fingerprint: 'Gigaset/GS110_EEA/GS110:9/PPR1.180610.011/19209:user/release-keys' 09-19 19:57:02.961 5682 5682 F DEBUG : Revision: '0' 09-19 19:57:02.961 5682 5682 F DEBUG : ABI: 'arm' 09-19 19:57:02.961 5682 5682 F DEBUG : pid: 5679, tid: 5679, name: thunderbird >>> thunderbird <<< 09-19 19:57:02.962 5682 5682 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x131bc 09-19 19:57:02.962 5682 5682 F DEBUG : r0 00000002 r1 beea42c4 r2 beea42d0 r3 b27aabfc 09-19 19:57:02.962 5682 5682 F DEBUG : r4 b278e53b r5 b27ac2d4 r6 00000006 r7 8a49b7c4 09-19 19:57:02.962 5682 5682 F DEBUG : r8 000131bd r9 b27ac2d8 r10 00000000 r11 b27ac640 09-19 19:57:02.962 5682 5682 F DEBUG : ip 00000000 sp beea2f88 lr b26fdbc9 pc 000131bc 09-19 19:57:02.969 5682 5682 F DEBUG : 09-19 19:57:02.969 5682 5682 F DEBUG : backtrace: 09-19 19:57:02.969 5682 5682 F DEBUG : #00 pc 000131bclogcat of the armv7l devices moto v118, Termux-X11 1.03.01
```shell [~]$ thunderbird -p WARNING: linker: Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x24 arg 0x7a54) (ignoring) WARNING: linker: Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x23 arg 0x6c) (ignoring) WARNING: linker: Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x25 arg 0x4) (ignoring) Segmentation fault [~]$ logcat --------- beginning of system 09-19 18:48:45.232 3771 3771 W ActivityThread: Main thread can not be idle for a long time. --------- beginning of main 09-19 19:55:48.932 5558 5558 W df : type=1400 audit(0.0:971): avc: denied { getattr } for path="/mnt/vendor" dev="mmcblk0p1" ino=2 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:prod_file:s0 tclass=dir permissive=0 09-19 19:55:48.936 5558 5558 W df : type=1400 audit(0.0:972): avc: denied { getattr } for path="/dev/block" dev="tmpfs" ino=12299 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=0 09-19 19:55:48.936 5558 5558 I chatty : uid=10129(com.termux.api) /system/bin/df identical 2 lines 09-19 19:55:48.936 5558 5558 W df : type=1400 audit(0.0:975): avc: denied { getattr } for path="/dev/block" dev="tmpfs" ino=12299 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=0 09-19 19:55:48.936 5558 5558 W df : type=1400 audit(0.0:976): avc: denied { getattr } for path="/mnt/media_rw" dev="tmpfs" ino=252 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:mnt_media_rw_file:s0 tclass=dir permissive=0 09-19 19:55:48.936 5558 5558 W df : type=1400 audit(0.0:977): avc: denied { getattr } for path="/dev/block" dev="tmpfs" ino=12299 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=0 09-19 19:55:48.936 5558 5558 W df : type=1400 audit(0.0:978): avc: denied { getattr } for path="/dev/block" dev="tmpfs" ino=12299 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=0 09-19 19:55:49.327 5564 5564 W ResourceType: CREATING STRING CACHE OF 25496 bytes 09-19 19:55:50.485 5585 5585 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10129 <<<<<< 09-19 19:55:50.509 5585 5585 W /system/bin/app_process: Could not reserve sentinel fault page 09-19 19:55:50.848 5585 5585 W /system/bin/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults 09-19 19:55:50.856 5585 5585 E /system/bin/app_process: Dex checksum does not match for dex: /data/data/com.termux/files/usr/libexec/termux-am/am.apk.Expected: 3035346344, actual: 1514424687 09-19 19:55:51.056 5585 5585 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 09-19 19:55:51.106 5585 5585 I /system/bin/app_process: System.exit called, status: 0 09-19 19:55:51.106 5585 5585 I AndroidRuntime: VM exiting with result code 0. 09-19 19:56:21.256 5605 5605 W df : type=1400 audit(0.0:987): avc: denied { getattr } for path="/mnt/vendor" dev="mmcblk0p1" ino=2 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:prod_file:s0 tclass=dir permissive=0 09-19 19:56:21.256 5605 5605 W df : type=1400 audit(0.0:988): avc: denied { getattr } for path="/dev/block" dev="tmpfs" ino=12299 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=0 09-19 19:56:21.256 5605 5605 I chatty : uid=10129(com.termux.api) /system/bin/df identical 2 lines 09-19 19:56:21.256 5605 5605 W df : type=1400 audit(0.0:991): avc: denied { getattr } for path="/dev/block" dev="tmpfs" ino=12299 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=0 09-19 19:56:21.256 5605 5605 W df : type=1400 audit(0.0:992): avc: denied { getattr } for path="/mnt/media_rw" dev="tmpfs" ino=252 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:mnt_media_rw_file:s0 tclass=dir permissive=0 09-19 19:56:21.256 5605 5605 W df : type=1400 audit(0.0:993): avc: denied { getattr } for path="/dev/block" dev="tmpfs" ino=12299 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=0 09-19 19:56:21.260 5605 5605 W df : type=1400 audit(0.0:994): avc: denied { getattr } for path="/dev/block" dev="tmpfs" ino=12299 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:block_device:s0 tclass=dir permissive=0 09-19 19:56:21.591 5610 5610 W ResourceType: CREATING STRING CACHE OF 25496 bytes 09-19 19:56:22.570 5631 5631 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10129 <<<<<< 09-19 19:56:22.585 5631 5631 W /system/bin/app_process: Could not reserve sentinel fault page 09-19 19:56:22.735 5631 5631 W /system/bin/app_process: Using default instruction set features for ARM CPU variant (generic) using conservative defaults 09-19 19:56:22.740 5631 5631 E /system/bin/app_process: Dex checksum does not match for dex: /data/data/com.termux/files/usr/libexec/termux-am/am.apk.Expected: 3035346344, actual: 1514424687 09-19 19:56:22.880 5631 5631 D AndroidRuntime: Calling main entry com.termux.termuxam.Am 09-19 19:56:22.918 5631 5631 I /system/bin/app_process: System.exit called, status: 0 09-19 19:56:22.918 5631 5631 I AndroidRuntime: VM exiting with result code 0. 09-19 19:56:23.006 2570 2633 I LorieNative: Client created 09-19 19:56:23.136 2570 2633 V LorieNative: Setting surface 0x8b766d50 as toplevel 09-19 19:56:23.287 2570 2633 V LorieNative: Client requested seat pointer 09-19 19:56:23.287 2570 2633 V LorieNative: Setting surface 0x0 as cursor 09-19 19:56:23.287 2570 2633 V LorieNative: Client requested seat keyboard 09-19 19:56:23.287 2570 2633 I LorieNative: Locale: us 09-19 19:56:23.307 2570 2633 V LorieNative: Client requested seat touch 09-19 19:56:23.307 2570 2633 V LorieNative: Reinitializing texture to 600x1083 09-19 19:56:23.393 2570 2633 V LorieNative: Setting surface 0x0 as cursor 09-19 19:56:23.988 5647 5647 W pgrep : type=1400 audit(0.0:1001): avc: denied { read } for name="osrelease" dev="proc" ino=55722 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 09-19 19:56:24.016 5649 5649 W pgrep : type=1400 audit(0.0:1002): avc: denied { read } for name="osrelease" dev="proc" ino=55722 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 09-19 19:56:30.713 2570 2633 V LorieNative: Setting surface 0x8b13fa20 as cursor 09-19 19:56:30.713 2570 2633 V LorieNative: Reinitializing texture to 10x16 09-19 19:56:30.933 2570 2633 V LorieNative: Reinitializing texture to 600x1083 09-19 19:56:31.012 2570 2633 I chatty : uid=10129(com.termux.api) com.termux.x11 identical 6 lines 09-19 19:56:31.019 2570 2633 V LorieNative: Reinitializing texture to 600x1083 09-19 19:56:34.404 5674 5674 W ps : type=1400 audit(0.0:1003): avc: denied { read } for name="osrelease" dev="proc" ino=55722 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 09-19 19:56:34.408 5674 5674 W ps : type=1400 audit(0.0:1004): avc: denied { read } for name="pid_max" dev="proc" ino=65692 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:proc_pid_max:s0 tclass=file permissive=0 09-19 19:56:34.408 5674 5674 W ps : type=1400 audit(0.0:1005): avc: denied { read } for name="osrelease" dev="proc" ino=55722 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 09-19 19:56:50.792 5212 5212 W bash : type=1400 audit(0.0:1006): avc: denied { getattr } for path="/system/bin/thermalserviced" dev="dm-0" ino=1739 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:thermalserviced_exec:s0 tclass=file permissive=0 09-19 19:56:50.792 5212 5212 I chatty : uid=10129(com.termux.api) /data/data/com.termux/files/usr/bin/bash identical 2 lines 09-19 19:56:50.792 5212 5212 W bash : type=1400 audit(0.0:1009): avc: denied { getattr } for path="/system/bin/thermalserviced" dev="dm-0" ino=1739 scontext=u:r:untrusted_app:s0:c129,c256,c512,c768 tcontext=u:object_r:thermalserviced_exec:s0 tclass=file permissive=0 09-19 19:57:00.031 2570 2633 V LorieNative: Reinitializing texture to 600x1083 09-19 19:57:02.865 5679 5679 W linker : Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x24 arg 0x7a54) (ignoring) 09-19 19:57:02.865 5679 5679 W linker : Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x23 arg 0x6c) (ignoring) 09-19 19:57:02.865 5679 5679 W linker : Warning: "/data/data/com.termux/files/usr/lib/thunderbird/thunderbird" unused DT entry: unknown (type 0x25 arg 0x4) (ignoring) 09-19 19:57:02.884 5679 5679 W libc : check core file limit, limited=1 09-19 19:57:02.884 5679 5679 I libc : Set DISDUMPABLE SUCCESS --------- beginning of crash 09-19 19:57:02.884 5679 5679 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x131bc in tid 5679 (thunderbird), pid 5679 (thunderbird) 09-19 19:57:02.888 5681 5681 W crash_dump32: type=1400 audit(0.0:1012): avc: denied { read write } for path="/dev/pts/1" dev="devpts" ino=4 scontext=u:r:crash_dump:s0:c129,c256,c512,c768 tcontext=u:object_r:untrusted_app_all_devpts:s0:c129,c256,c512,c768 tclass=chr_file permissive=0 09-19 19:57:02.953 5682 5682 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone 09-19 19:57:02.958 5682 5682 I crash_dump32: performing dump of process 5679 (target tid = 5679) 09-19 19:57:02.961 5682 5682 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 09-19 19:57:02.961 5682 5682 F DEBUG : Native Crash TIME: 3863010 09-19 19:57:02.961 5682 5682 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 09-19 19:57:02.961 5682 5682 F DEBUG : Build fingerprint: 'Gigaset/GS110_EEA/GS110:9/PPR1.180610.011/19209:user/release-keys' 09-19 19:57:02.961 5682 5682 F DEBUG : Revision: '0' 09-19 19:57:02.961 5682 5682 F DEBUG : ABI: 'arm' 09-19 19:57:02.961 5682 5682 F DEBUG : pid: 5679, tid: 5679, name: thunderbird >>> thunderbird <<< 09-19 19:57:02.962 5682 5682 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x131bc 09-19 19:57:02.962 5682 5682 F DEBUG : r0 00000002 r1 beea42c4 r2 beea42d0 r3 b27aabfc 09-19 19:57:02.962 5682 5682 F DEBUG : r4 b278e53b r5 b27ac2d4 r6 00000006 r7 8a49b7c4 09-19 19:57:02.962 5682 5682 F DEBUG : r8 000131bd r9 b27ac2d8 r10 00000000 r11 b27ac640 09-19 19:57:02.962 5682 5682 F DEBUG : ip 00000000 sp beea2f88 lr b26fdbc9 pc 000131bc 09-19 19:57:02.969 5682 5682 F DEBUG : 09-19 19:57:02.969 5682 5682 F DEBUG : backtrace: 09-19 19:57:02.969 5682 5682 F DEBUG : #00 pc 000131bcWhat steps will reproduce the bug?
[~]$ pkg in fluxbox thunderbird firefox; pkg up
to install the tools and WM=WindowManager and start them. I've user different versions of X11 to check the "touch and feel".What is the expected behavior?
Works like previous Version 115.13, before update to 128.2
System information
devices moto Termux 119
```shell [~]$ termux-info Termux Variables: TERMUX_APP_PACKAGE_MANAGER=apt TERMUX_APP__APK_FILE=/data/app/com.termux-aTsZMCNuKTXMRHQvU3dClQ==/base.apk TERMUX_APP__APK_RELEASE=GITHUB TERMUX_APP__APP_VERSION_CODE=1020 TERMUX_APP__APP_VERSION_NAME=0.119.0-beta.1+7c5992d TERMUX_APP__DATA_DIR=/data/user/0/com.termux TERMUX_APP__IS_DEBUGGABLE_BUILD=true TERMUX_APP__IS_INSTALLED_ON_EXTERNAL_STORAGE=false TERMUX_APP__PACKAGE_NAME=com.termux TERMUX_APP__PID=7581 TERMUX_APP__TARGET_SDK=28 TERMUX_VERSION=0.119.0-beta.1+7c5992d TERMUX__SE_FILE_CONTEXT=u:object_r:app_data_file:s0:c245,c256,c512,c768 TERMUX__SE_INFO=default:targetSdkVersion=28:complete TERMUX__SE_PROCESS_CONTEXT=u:r:untrusted_app_27:s0:c245,c256,c512,c768 TERMUX__UID=10245 TERMUX__USER_ID=0 Packages CPU architecture: arm Subscribed repositories: # sources.list deb https://mirror.twds.com.tw/termux/termux-main stable main # sources.list.d/gcc.list deb https://its-pointless.github.io/files/24 termux extras # x11-repo (sources.list.d/x11.list) deb https://mirror.twds.com.tw/termux/termux-x11 x11 main Updatable packages: findutils/stable 4.10.0 arm [upgradable from: 4.9.0-2] libtiff/stable 4.7.0 arm [upgradable from: 4.6.0] libxml2/stable 2.13.4 arm [upgradable from: 2.13.3] termux-auth/stable 1.4.1 arm [upgradable from: 1.4-2] termux-tools version: 1.43.5 Android version: 10 Kernel build information: Linux localhost 4.9.206-perf+ #1 SMP PREEMPT Fri Jan 29 05:00:10 CST 2021 armv7l Android Device manufacturer: motorola Device model: moto g(7) play LD Variables: LD_LIBRARY_PATH= LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so Installed termux plugins: com.termux.api versionCode:51 com.termux.x11 versionCode:15 com.termux.widget versionCode:13 ```devices gigaset Termux 118
```shell [~]$ termux-info (Gigaset only) Termux Variables: TERMUX_API_APP__VERSION_NAME=0.50.1 TERMUX_APP_PACKAGE_MANAGER=apt TERMUX_APP__AM_SOCKET_SERVER_ENABLED=true TERMUX_APP__APK_PATH=/data/app/com.termux-EM5uAp8zg3qSBwZGnA-NUg==/base.apk TERMUX_APP__APK_RELEASE=GITHUB TERMUX_APP__FILES_DIR=/data/user/0/com.termux/files TERMUX_APP__IS_DEBUGGABLE_BUILD=true TERMUX_APP__IS_INSTALLED_ON_EXTERNAL_STORAGE=false TERMUX_APP__PACKAGE_MANAGER=apt TERMUX_APP__PACKAGE_NAME=com.termux TERMUX_APP__PACKAGE_VARIANT=apt-android-7 TERMUX_APP__PID=1904 TERMUX_APP__SE_FILE_CONTEXT=u:object_r:app_data_file:s0:c129,c256,c512,c768 TERMUX_APP__SE_INFO=default:targetSdkVersion=28:complete TERMUX_APP__SE_PROCESS_CONTEXT=u:r:untrusted_app:s0:c129,c256,c512,c768 TERMUX_APP__TARGET_SDK=28 TERMUX_APP__UID=10129 TERMUX_APP__USER_ID=0 TERMUX_APP__VERSION_CODE=118 TERMUX_APP__VERSION_NAME=0.118.0+2f40df9 TERMUX_MAIN_PACKAGE_FORMAT=debian TERMUX_VERSION=0.118.0+2f40df9 TERMUX__USER_ID=0 Packages CPU architecture: arm Subscribed repositories: # sources.list deb https://mirrors.middlendian.com/termux/termux-main stable main # x11-repo (sources.list.d/x11.list) deb https://mirrors.middlendian.com/termux/termux-x11 x11 main # sources.list.d/gcc.list deb https://its-pointless.github.io/files/24 termux extras Updatable packages: curl/stable 8.10.1 arm [upgradable from: 8.10.0] findutils/stable 4.10.0 arm [upgradable from: 4.9.0-2] libcurl/stable 8.10.1 arm [upgradable from: 8.10.0] libtiff/stable 4.7.0 arm [upgradable from: 4.6.0] libxml2-utils/stable 2.13.4 arm [upgradable from: 2.13.3] libxml2/stable 2.13.4 arm [upgradable from: 2.13.3] termux-auth/stable 1.4.1 arm [upgradable from: 1.4-2] termux-tools version: 1.43.5 Android version: 9 Kernel build information: Linux localhost 4.4.147+ #1 SMP PREEMPT Tue May 11 09:49:07 CST 2021 armv7l Android Device manufacturer: Gigaset Device model: GS110 LD Variables: LD_LIBRARY_PATH= LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so Installed termux plugins: com.termux.api versionCode:51 com.termux.x11 versionCode:7 com.termux.widget versionCode:13 com.termux.window versionCode:15 ```