fix for segfault in broken standalone 5.20131221
This commit is contained in:
parent
c19c9e692e
commit
487b01cd83
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://id.clacke.se/"
|
||||
nickname="clacke"
|
||||
subject="Workaround/Fix"
|
||||
date="2013-12-22T14:23:09Z"
|
||||
content="""
|
||||
Broken here on Linux Mint 13 Maya (Ubuntu 12.04 precise) too. The reason is a dangling symlink. Fix:
|
||||
|
||||
clacke@acozed:~/.local/libexec/git-annex.linux.5.20131221$ ./git-annex version
|
||||
Segmentation fault
|
||||
clacke@acozed:~/.local/libexec/git-annex.linux.5.20131221$ rm lib64/ld-linux-x86-64.so.2
|
||||
clacke@acozed:~/.local/libexec/git-annex.linux.5.20131221$ ln -s ../lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 lib64/
|
||||
clacke@acozed:~/.local/libexec/git-annex.linux.5.20131221$ ./git-annex version
|
||||
git-annex version: 5.20131221-gf8c928d
|
||||
build flags: Assistant Webapp Pairing S3 WebDAV Inotify DBus XMPP Feeds Quvi TDFA
|
||||
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL
|
||||
remote types: git gcrypt S3 bup directory rsync web webdav glacier hook
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue