datalad / git-annex

A non-official clone of git-annex established for DataLad purposes. No PRs will be merged, but could be used to test perspective git-annex patches. Official git-annex repository: https://git.kitenet.net/index.cgi/git-annex.git/
16 stars 3 forks source link

Started to FTBFS on Mac OSX #74

Closed yarikoptic closed 3 years ago

yarikoptic commented 3 years ago

only recently started to FTBFS this way

(git)smaug:/mnt/datasets/datalad/ci/git-annex/builds/2021/08[master]git
$> git grep 'S.hGetSome'
cron-20210817/build-macos.yaml-388-69466103-failed/1_build-package (1).txt:2021-08-17T01:59:07.7930480Z     Not in scope: ‘S.hGetSome’
cron-20210817/build-macos.yaml-388-69466103-failed/1_build-package (1).txt:2021-08-17T01:59:07.7934420Z 131 |                 b <- S.hGetSome h chunk
cron-20210817/build-macos.yaml-388-69466103-failed/build-package/13_Build git-annex.txt:2021-08-17T01:59:07.7930460Z     Not in scope: ‘S.hGetSome’
cron-20210817/build-macos.yaml-388-69466103-failed/build-package/13_Build git-annex.txt:2021-08-17T01:59:07.7933580Z 131 |                 b <- S.hGetSome h chunk
cron-20210817/build-windows.yaml-351-69466103-failed/1_build-package (1).txt:2021-08-17T03:41:13.0989115Z     Not in scope: `S.hGetSome'
cron-20210817/build-windows.yaml-351-69466103-failed/1_build-package (1).txt:2021-08-17T03:41:13.0991253Z 131 |                 b <- S.hGetSome h chunk
cron-20210817/build-windows.yaml-351-69466103-failed/build-package/18_Build git-annex.txt:2021-08-17T03:41:13.0989107Z     Not in scope: `S.hGetSome'
cron-20210817/build-windows.yaml-351-69466103-failed/build-package/18_Build git-annex.txt:2021-08-17T03:41:13.0991011Z 131 |                 b <- S.hGetSome h chunk
cron-20210818/build-macos.yaml-389-69466103-failed/1_build-package (1).txt:2021-08-18T01:59:58.7106410Z     Not in scope: ‘S.hGetSome’
cron-20210818/build-macos.yaml-389-69466103-failed/1_build-package (1).txt:2021-08-18T01:59:58.7113920Z 129 |                 b <- S.hGetSome h chunk
cron-20210818/build-macos.yaml-389-69466103-failed/build-package/13_Build git-annex.txt:2021-08-18T01:59:58.7106400Z     Not in scope: ‘S.hGetSome’
cron-20210818/build-macos.yaml-389-69466103-failed/build-package/13_Build git-annex.txt:2021-08-18T01:59:58.7108380Z 129 |                 b <- S.hGetSome h chunk
cron-20210818/build-windows.yaml-352-69466103-failed/1_build-package (1).txt:2021-08-18T03:42:51.6674180Z     Not in scope: `S.hGetSome'
cron-20210818/build-windows.yaml-352-69466103-failed/1_build-package (1).txt:2021-08-18T03:42:51.6675975Z 129 |                 b <- S.hGetSome h chunk
cron-20210818/build-windows.yaml-352-69466103-failed/build-package/18_Build git-annex.txt:2021-08-18T03:42:51.6674172Z     Not in scope: `S.hGetSome'
cron-20210818/build-windows.yaml-352-69466103-failed/build-package/18_Build git-annex.txt:2021-08-18T03:42:51.6675781Z 129 |                 b <- S.hGetSome h chunk
[351 of 670] Compiling Annex.Verify

/Users/runner/work/git-annex/git-annex/Annex/Verify.hs:129:22: error:
    Not in scope: ‘S.hGetSome’
    No module named ‘S’ is imported.
    |
129 |                 b <- S.hGetSome h chunk
    |                      ^^^^^^^^^^

/Users/runner/work/git-annex/git-annex/Annex/Verify.hs:130:20: error:
    Not in scope: ‘S.null’
    No module named ‘S’ is imported.
    |
130 |                 if S.null b
    |                    ^^^^^^

--  While building package git-annex-8.20210803 (scroll up to its section to see the error) using:
      /Users/runner/work/git-annex/git-annex/.stack-work/dist/x86_64-osx/Cabal-2.4.0.1/setup/setup --builddir=.stack-work/dist/x86_64-osx/Cabal-2.4.0.1 build exe:git-annex --ghc-options ""
    Process exited with code: ExitFailure 1
make[1]: *** [git-annex] Error 1
make: *** [osxapp] Error 2

@jwodder - see something obvious what might be leading to it or should we channel it to @joeyh?

joeyh commented 3 years ago

Thanks, fixed.

-- see shy jo

yarikoptic commented 3 years ago

Great, thanks!