diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao <David@web> | 2013-07-24 07:21:18 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-24 07:21:18 +0000 |
commit | 7a826cf2de8af5deabd94cb7c5cf322f73a1f8c8 (patch) | |
tree | c5a1521dae888e3c4c6226c9c683483253ce8dc4 | |
parent | c99fb2cd472481b1cb3913c3a2b3d77f2141767d (diff) |
Added a comment: Broken dependencies on Debian wheezy
-rw-r--r-- | doc/design/assistant/blog/day_302_release_day/comment_1_fe6e572ba706e95188463d9f3e004d03._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_302_release_day/comment_1_fe6e572ba706e95188463d9f3e004d03._comment b/doc/design/assistant/blog/day_302_release_day/comment_1_fe6e572ba706e95188463d9f3e004d03._comment new file mode 100644 index 000000000..86984c478 --- /dev/null +++ b/doc/design/assistant/blog/day_302_release_day/comment_1_fe6e572ba706e95188463d9f3e004d03._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao" + nickname="David" + subject="Broken dependencies on Debian wheezy " + date="2013-07-24T07:21:18Z" + content=""" +Hi Joey, +Having installed this release (x86_64) on Debian wheezy I get the following error when I try to run git-annex: + + git-annex: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by git-annex) + git-annex: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by $HOME/.local/share/git-annex//usr/lib/x86_64-linux-gnu/libidn.so.11) + +etc. for at least a dozen libraries. Different libs try to find different glibc version (2.14, 2.15, 2.16, 2.17). Previous releases were linked with GLIBC_2.13. + + + +"""]] |