Added a comment: Bad system call fix

This commit is contained in:
hobbes@b2cacef69071743c3a831e60511062f7e014e52f 2018-04-30 15:01:09 +00:00 committed by admin
parent fb61e8986a
commit 3d59fc4252

View file

@ -0,0 +1,26 @@
[[!comment format=mdwn
username="hobbes@b2cacef69071743c3a831e60511062f7e014e52f"
nickname="hobbes"
avatar="http://cdn.libravatar.org/avatar/44b70169c4d862b3619812c360aa8f1e"
subject="Bad system call fix"
date="2018-04-30T15:01:09Z"
content="""
Found this issue thread:
https://github.com/termux/termux-packages/issues/420
which had the solution to this particular issue! Yay \o/! Needed to call
```
unset LD_PRELOAD
```
I'm noticing that the arm builds are missing now (current 403s, autobuild 404s), but maybe that's intentional for now? Either way, I have gotten past the bad system call issue with `runshell`, but now when I try to run `git annex webapp` I get...
```
fatal: 'annex' appears to be a git command, but we were not able to execute it. Maybe you need to 'pkg install perl'?
```
I ran `pkg install perl`, but I get the same message :(. Either way, I'm glad this seems to be moving forward, and very excited that I might finally be able to put git-annex back on my phone after all these years!
"""]]