From: <mahlamytsike@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Termux package "CANNOT LINK EXECUTABLE" error with Emacs Android
Date: Tue, 17 Oct 2023 03:07:25 +0300 [thread overview]
Message-ID: <20231017030725.2ea7f2af@Elitebook> (raw)
Hi !
Installed megacmd package under Termux.
megacmd commands under Termux work fine. But not under Emacs shell or eshell:
$ megasimplesync
CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/bin/megasimplesync": cannot locate symbol "CrcGenerateTable" referenced by "/system/lib64/libunwindstack.so"...
To reproduce it's enough to run any 'mega-'command.
$ mega-login
and
$ cat ~/megaCmd/megacmdserver.log
CANNOT LINK EXECUTABLE "mega-smd-server": cannot locate symbol "CrcGenerateTable" referenced by "/system/lib64/libunwindstack.so"...
Dont know, if it is misconfiguration or bug.
Relevant information:
Android 10
Downloaded Emacs 30.0.50-29 and Termux 0.118.0 from https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/termux/ with shared user ID and Termux terminal emulator signed with Emacs's signing keys to enable Emacs to make use of the Termux package repositories. Also made the following preparations:
Emacs shell: $ pkg update && pkg upgrade
and added to early-init.el:
(setenv "PATH" (format "%s:%s" "/data/data/com.termux/files/usr/bin" (getenv "PATH")))
(setenv "LD_LIBRARY_PATH" (format "%s:%s" "/data/data/com.termux/files/usr/lib" (getenv "LD_LIBRARY_PATH")))
(push "/data/data/com.termux/files/usr/bin" exec-path)
Other packages e.g. 'pkg' or 'git' work fine under Emacs shell.
next reply other threads:[~2023-10-17 0:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-17 0:07 mahlamytsike [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-17 12:24 Termux package "CANNOT LINK EXECUTABLE" error with Emacs Android Herman
2023-10-17 13:41 Herman
2023-10-17 13:45 ` Po Lu
2023-10-17 14:26 ` Herman
2023-10-17 17:17 ` Herman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231017030725.2ea7f2af@Elitebook \
--to=mahlamytsike@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).