Skip to content

Instantly share code, notes, and snippets.

@emanuele
Created May 28, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emanuele/54d0fb1e8905cb48da0cdf9371679462 to your computer and use it in GitHub Desktop.
Save emanuele/54d0fb1e8905cb48da0cdf9371679462 to your computer and use it in GitHub Desktop.
Error when compiling the current git-annex from sources on armel (armv5tel, kirkwood).
cabal build
Building git-annex-7.20190507...
Preprocessing executable 'git-annex' for git-annex-7.20190507...
[379 of 612] Compiling Remote.S3 ( Remote/S3.hs, dist/build/git-annex/git-annex-tmp/Remote/S3.o )
Remote/S3.hs:462:33: error:
Not in scope: ‘S3.getBucketObjectVersions’
Module ‘Aws.S3’ does not export ‘getBucketObjectVersions’.
Remote/S3.hs:480:19: error:
Not in scope: ‘S3.gbovrIsTruncated’
Perhaps you meant ‘S3.gbrIsTruncated’ (imported from Aws.S3)
Module ‘Aws.S3’ does not export ‘gbovrIsTruncated’.
Remote/S3.hs:482:34: error:
Not in scope: ‘S3.getBucketObjectVersions’
Module ‘Aws.S3’ does not export ‘getBucketObjectVersions’.
Remote/S3.hs:483:43: error:
Not in scope: ‘S3.gbovKeyMarker’
Module ‘Aws.S3’ does not export ‘gbovKeyMarker’.
Remote/S3.hs:483:62: error:
Not in scope: ‘S3.gbovrNextKeyMarker’
Perhaps you meant ‘S3.gbrNextMarker’ (imported from Aws.S3)
Module ‘Aws.S3’ does not export ‘gbovrNextKeyMarker’.
Remote/S3.hs:484:43: error:
Not in scope: ‘S3.gbovVersionIdMarker’
Module ‘Aws.S3’ does not export ‘gbovVersionIdMarker’.
Remote/S3.hs:484:68: error:
Not in scope: ‘S3.gbovrNextVersionIdMarker’
Module ‘Aws.S3’ does not export ‘gbovrNextVersionIdMarker’.
Remote/S3.hs:503:45: error:
Not in scope:
type constructor or class ‘S3.GetBucketObjectVersionsResponse’
Module ‘Aws.S3’ does not export ‘GetBucketObjectVersionsResponse’.
Remote/S3.hs:516:22: error:
Not in scope: data constructor ‘S3.ObjectVersion’
Module ‘Aws.S3’ does not export ‘ObjectVersion’.
Remote/S3.hs:518:36: error:
Not in scope: ‘S3.oviKey’
Module ‘Aws.S3’ does not export ‘oviKey’.
Remote/S3.hs:519:27: error:
Not in scope: ‘S3.oviSize’
Module ‘Aws.S3’ does not export ‘oviSize’.
Remote/S3.hs:522:18: error:
Not in scope: data constructor ‘S3.DeleteMarker’
Perhaps you meant one of these:
variable ‘S3.omDeleteMarker’ (imported from Aws.S3),
‘S3.DeleteBucket’ (imported from Aws.S3)
Module ‘Aws.S3’ does not export ‘DeleteMarker’.
Remote/S3.hs:527:39: error:
Not in scope: ‘S3.oviKey’
Module ‘Aws.S3’ does not export ‘oviKey’.
Remote/S3.hs:527:54: error:
Not in scope: ‘S3.oviKey’
Module ‘Aws.S3’ does not export ‘oviKey’.
Remote/S3.hs:528:29: error:
Not in scope: ‘S3.gbovrContents’
Perhaps you meant ‘S3.gbrContents’ (imported from Aws.S3)
Module ‘Aws.S3’ does not export ‘gbovrContents’.
Remote/S3.hs:533:21: error:
Not in scope: ‘S3.oviLastModified’
Perhaps you meant one of these:
‘S3.omLastModified’ (imported from Aws.S3),
‘S3.corLastModified’ (imported from Aws.S3),
‘S3.objectLastModified’ (imported from Aws.S3)
Module ‘Aws.S3’ does not export ‘oviLastModified’.
Remote/S3.hs:538:50: error:
Not in scope: ‘S3.oviLastModified’
Perhaps you meant one of these:
‘S3.omLastModified’ (imported from Aws.S3),
‘S3.corLastModified’ (imported from Aws.S3),
‘S3.objectLastModified’ (imported from Aws.S3)
Module ‘Aws.S3’ does not export ‘oviLastModified’.
Remote/S3.hs:544:19: error:
Not in scope: ‘S3.oviLastModified’
Perhaps you meant one of these:
‘S3.omLastModified’ (imported from Aws.S3),
‘S3.corLastModified’ (imported from Aws.S3),
‘S3.objectLastModified’ (imported from Aws.S3)
Module ‘Aws.S3’ does not export ‘oviLastModified’.
Remote/S3.hs:1059:36: error:
Not in scope: type constructor or class ‘S3.ObjectVersionInfo’
Module ‘Aws.S3’ does not export ‘ObjectVersionInfo’.
Remote/S3.hs:1061:44: error:
Not in scope: ‘S3.oviVersionId’
Perhaps you meant one of these:
‘S3.omVersionId’ (imported from Aws.S3),
‘S3.corVersionId’ (imported from Aws.S3),
‘S3.ddVersionId’ (imported from Aws.S3)
Module ‘Aws.S3’ does not export ‘oviVersionId’.
Makefile:42: recipe for target 'git-annex' failed
make: *** [git-annex] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment