From: jkniiv Date: Tue, 16 Jan 2024 23:23:27 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~40^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=92bb192c3aab1409edd1a1ec9ff0378d0d37b0bd;p=git-annex.git Added a comment --- diff --git a/doc/bugs/windows_started_to_FTBFS/comment_2_1ad4a7da4dd4353838fd5c1f9610ee32._comment b/doc/bugs/windows_started_to_FTBFS/comment_2_1ad4a7da4dd4353838fd5c1f9610ee32._comment new file mode 100644 index 0000000000..80c7140938 --- /dev/null +++ b/doc/bugs/windows_started_to_FTBFS/comment_2_1ad4a7da4dd4353838fd5c1f9610ee32._comment @@ -0,0 +1,26 @@ +[[!comment format=mdwn + username="jkniiv" + avatar="http://cdn.libravatar.org/avatar/05fd8b33af7183342153e8013aa3713d" + subject="comment 2" + date="2024-01-16T23:23:27Z" + content=""" +The compilation error turned out to be a typo / small neglect. The following quick fix makes it go away +(at least with build flag `--flag 'git-annex:-ParallelBuild'`): + +[[!format diff \"\"\" +diff --git a/Test.hs b/Test.hs +index c8db8147a4..b752d4dc22 100644 +--- a/Test.hs ++++ b/Test.hs +@@ -1941,7 +1941,7 @@ test_gpg_crypto = do + Annex.Locations.keyPaths . + Crypto.encryptKey Types.Crypto.HmacSha1 cipher + #else +-test_crypto = putStrLn \"gpg testing not implemented on Windows\" ++test_gpg_crypto = putStrLn \"gpg testing not implemented on Windows\" + #endif + + test_add_subdirs :: Assertion +\"\"\"]] + +"""]]