all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Herman <mahlamytsike@gmail.com>
To: Po Lu <luangruo@yahoo.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Termux package "CANNOT LINK EXECUTABLE" error with Emacs Android
Date: Tue, 17 Oct 2023 20:17:38 +0300	[thread overview]
Message-ID: <20231017201738.49a48f42@Elitebook> (raw)
In-Reply-To: <20231017172650.4c9fc47e@Elitebook>

The problem seems to be that in Termux and Emacs shell the same executable is linked to the same library (libpcrecpp.so) but in different locations. How can it be solved ?

  ### Termux ###

  $ ldd /data/data/com.termux/files/usr/bin/mega-cmd-server | grep -e "pcrecpp"
          libpcrecpp.so => /data/data/com.termux/files/usr/lib/libpcrecpp.so
  $ nm -gD /data/data/com.termux/files/usr/lib/libpcrecpp.so | grep -e "_ZN7pcrecpp2RE6no"
  00000000000125d0 B _ZN7pcrecpp2RE6no_argE

  ### Emacs shell ###

  $ ldd /data/data/com.termux/files/usr/bin/mega-cmd-server | grep -e "pcrecpp"
  (standard input):2: libpcrecpp.so => /system/lib64/libpcrecpp.so
  $ nm -gD /system/lib64/libpcrecpp.so | grep -e "_ZN7pcrecpp2RE6no"
  $ 

/sorry for initial repeated messages/

On Tue, 17 Oct 2023 17:26:50 +0300
Herman <mahlamytsike@gmail.com> wrote:

> On Tue, 17 Oct 2023 21:45:13 +0800
> Po Lu <luangruo@yahoo.com> wrote:
> 
> > Herman <mahlamytsike@gmail.com> writes:
> >   
> > > 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
> > >
> > > $ 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.
> > >  
> > 
> > Hmm, what if you introduce an entry for /system/lib64 into
> > LD_LIBRARY_PATH?  
> 
> Thanks ! Adding /system/lib64 into LD_LIBRARY_PATH made
> megasumplesync working.
> 
> This revealed now the next obstacle. Megasimplesync is a simple
> process that just stays on after launch. However, all other 'mega-'
> commands will spawn 'mega-cmd-server' and this will fail under Emacs.
> 
> $ mega-sync
> [Initiating MEGAcmd server in background. Log: 
> /data/data/org.gnu.emacs/files/.megaCmd/megacmdserver.log]
> Unable to connect to service: error=111
> Please ensure mega-cmd-server is running
> Failed to create socket for registering for state changes
> 
> $ cat ~/.megaCmd/megacmdserver.log
> CANNOT LINK EXECUTABLE "mega-cmd-server": cannot locate symbol 
> "_ZN7pcrecpp2RE6no_argE" referenced by 
> "/data/data/com.termux/files/usr/bin/mega-cmd-server"...



  reply	other threads:[~2023-10-17 17:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-17 13:41 Termux package "CANNOT LINK EXECUTABLE" error with Emacs Android Herman
2023-10-17 13:45 ` Po Lu
2023-10-17 14:26   ` Herman
2023-10-17 17:17     ` Herman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-17 12:24 Herman
2023-10-17  0:07 mahlamytsike

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231017201738.49a48f42@Elitebook \
    --to=mahlamytsike@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=luangruo@yahoo.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.