From 0cc8f2426cde70de0a97d1d4c504ea7043b80b26 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Jun 2019 00:55:05 -0400 Subject: [PATCH] arm ghc bug fixed --- CHANGELOG | 3 +++ ...__error__58_____34__git-annex_died_of_signal_4__34__.mdwn | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d09528e602..e3ad4a89dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,9 @@ git-annex (7.20190616) UNRELEASED; urgency=medium generating and setting a description for the repository. * add: Display progress meter when hashing files. * add: Support --json-progress option. + * The Linux standalone arm build now works again on CPU versions below + arm6. Thanks to Emanuele Olivetti, Ilias Tsitsimpis, Bernhard + Übelacker, and Adrian Bunk for fixing ghc in Debian (bug #928882). -- Joey Hess Sat, 15 Jun 2019 12:38:25 -0400 diff --git a/doc/bugs/Linux_standalone_on_armv5tel__58___error__58_____34__git-annex_died_of_signal_4__34__.mdwn b/doc/bugs/Linux_standalone_on_armv5tel__58___error__58_____34__git-annex_died_of_signal_4__34__.mdwn index 70caaacd0e..85359ad175 100644 --- a/doc/bugs/Linux_standalone_on_armv5tel__58___error__58_____34__git-annex_died_of_signal_4__34__.mdwn +++ b/doc/bugs/Linux_standalone_on_armv5tel__58___error__58_____34__git-annex_died_of_signal_4__34__.mdwn @@ -13,3 +13,8 @@ I downloaded the arm tarball, unpacked and did as above. Same if do as above as Is there a way of getting a working pre-built git-annex on such a system? Thanks in advance! + +> I've updated the builder to use the fixed ghc and the haskell libraries +> built with it, so this is [[fixed|done]] in the git-annex armel +> autobuild. (Not yet in the release tarball but that will happen after the +> next git-annex release.) --[[Joey]]