]> dgit.raspbian.org Git - git-annex.git/blob
ed696deb7a7eb026527a72a4d7487389de7e42fe
[git-annex.git] /
1 [[!comment format=mdwn
2  username="emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2"
3  nickname="emanuele.olivetti"
4  avatar="http://cdn.libravatar.org/avatar/f51cc5c6c3a0eb28faa6491c3cbcfcce"
5  subject="git-annex not working on arm at all?"
6  date="2019-05-28T17:23:57Z"
7  content="""
8 Further attempts to get a working git-annex on arm (kirkwood), all failed:
9
10 1. I tried to compile git-annex from source, on Debian stretch on my ARM machine - armel, kirkwood subarchitecture, it's a [QNAP Turbo Station](https://www.debian.org/releases/stable/armel/ch02s01.html.en) - following the instruction in [fromsource](http://git-annex.branchable.com/install/fromsource/). Make failed with [this error](https://gist.github.com/emanuele/54d0fb1e8905cb48da0cdf9371679462). Additional comments: I used `sudo apt-get build-dep git-annex` to install dependencies but libghc-microlens was missing and I had to install it separately. Make required a large amount of RAM: >500Mb or resident memory and >1Gb of virtual memory, which is more than what's available on such hardware. So make failed but re-running it multiple times worked, until the bug above.
11 2. I installed git-annex from the official package of Debian testing (buster), via `apt`. The installation went well. Unfortunately, the executable does not work, issuing the same error mentioned before:
12
13 ```
14     # which git-annex
15     /usr/bin/git-annex
16     # git annex
17     error: git-annex died of signal 4
18     # git-annex
19     Illegal instruction
20 ```
21
22 Thanks in advance for any help.
23
24 """]]