Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2018-04-30 16:06:01 -04:00
commit 07ba2b0b56
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
7 changed files with 447 additions and 0 deletions

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!
"""]]