Added a comment
This commit is contained in:
parent
169991a6ae
commit
0279b0235e
1 changed files with 48 additions and 0 deletions
|
@ -0,0 +1,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?
|
||||||
|
|
||||||
|
\"\"\"]]
|
||||||
|
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue