summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_2_6c95d0fd70fbf41eea4e6575486af3f5._comment
blob: a161f6da7160b640c0f509a367556f0aa5058405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[[!comment format=mdwn
 username="PaulK"
 subject="comment 2"
 date="2015-10-16T01:32:37Z"
 content="""
Yup. It seems to affect mainly git-annex binaries...

[[!format  sh \"\"\"

# ./git-annex
/mnt/HD/git-annex/shimmed/git-annex/git-annex: error while loading shared libraries: /mnt/HD/git-annex/shimmed/git-annex/git-annex: ELF load command alignment not page-aligned

# ./git-annex-shell 
/mnt/HD/git-annex/shimmed/git-annex-shell/git-annex-shell: error while loading shared libraries: /mnt/HD/git-annex/shimmed/git-annex-shell/git-annex-shell: ELF load command alignment not page-aligned

# ./git-annex-webapp 
/mnt/HD/git-annex/shimmed/git-annex/git-annex: error while loading shared libraries: /mnt/HD/git-annex/shimmed/git-annex/git-annex: ELF load command alignment not page-aligned

# ./git-shell
fatal: Interactive git shell is not enabled.
hint: ~/git-shell-commands should exist and have read and execute access.

# ./git-upload-pack
usage: git upload-pack [--strict] [--timeout=<n>] <dir>

# ./shimmed/wget/wget
./shimmed/wget/wget: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory

# ./runshell which wget
/mnt/HD/git-annex/bin/wget

# ./runshell wget
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.

# ./runshell which git 
/mnt/HD/git-annex/bin/git

# ./runshell git annex
/mnt/HD/git-annex/shimmed/git-annex/git-annex: error while loading shared libraries: /mnt/HD/git-annex/shimmed/git-annex/git-annex: ELF load command alignment not page-aligned
fatal: 'annex' appears to be a git command, but we were not
able to execute it. Maybe git-annex is broken?

\"\"\"]]

"""]]