summaryrefslogtreecommitdiff
path: root/doc/bugs/Latest_64_bit_standalone_Linux_build_broken.mdwn
blob: ebb55543d81cfae951b508d1b4dee412ffef0a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    [0 zerodogg@firefly git-annex]$ ls
    bin/  favicon.png  git-annex           git-annex-shell   git-core/                 lib/    libdirs  linker    README    shimmed/    uninstall
    etc/  gconvdir     git-annex.MANIFEST  git-annex-webapp  install-haskell-packages  lib64/  LICENSE  logo.svg  runshell  templates/  usr/
    [0 zerodogg@firefly git-annex]$ pwd
    /home/zerodogg/.local/share/git-annex
    [0 zerodogg@firefly git-annex]$ ./git-annex version
    /home/zerodogg/.local/share/git-annex/bin/git-annex: line 2: /home/zerodogg/.local/share/git-annex/lib64/ld-linux-x86-64.so.2: No such file or directory
    [127 zerodogg@firefly git-annex]$ ls -l /home/zerodogg/.local/share/git-annex/lib64/ld-linux-x86-64.so.2 
    lrwxrwxrwx. 1 zerodogg zerodogg 32 2012-12-30 16:35 /home/zerodogg/.local/share/git-annex/lib64/ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-2.13.so
    [0 zerodogg@firefly git-annex]$ ls /lib/x86_64-linux-gnu/ld-2.13.so
    ls: cannot access /lib/x86_64-linux-gnu/ld-2.13.so: No such file or directory

This is on Fedora 20, 64bit, installed from http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz as of Sun Dec 22 00:44:53 CET 2013.

> [[fixed|done]]; converted ugly shell code to much nicer haskell code,
> which let me reuse relative symlink generation code from git-annex
> to fix this. Updated the amd64 build for the last release only.
> --[[Joey]]