summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE <Michael@web>2012-11-18 09:11:18 +0000
committerGravatar admin <admin@branchable.com>2012-11-18 09:11:18 +0000
commit8082dea36087c14a6b716e7bd7bc66451977ba42 (patch)
treea217e99b325f83ad6870429c2a6c48b64febc022
parent0709c8f6c2f092567cb8c1196173f285ce676b13 (diff)
new thread Building git-annex-3.20121112-19309
-rw-r--r--doc/forum/Building_git-annex-3.20121112-19309.mdwn78
1 files changed, 78 insertions, 0 deletions
diff --git a/doc/forum/Building_git-annex-3.20121112-19309.mdwn b/doc/forum/Building_git-annex-3.20121112-19309.mdwn
new file mode 100644
index 000000000..68d5e3205
--- /dev/null
+++ b/doc/forum/Building_git-annex-3.20121112-19309.mdwn
@@ -0,0 +1,78 @@
+Hi,
+
+I have Problems building git-annex-3.20121112-19309, I rceive the following error:
+
+...
+ Loading object (static) dist/build/git-annex/git-annex-tmp/Utility/libmounts.o ... done
+ final link ... done
+
+ Assistant/Alert.hs:66:30:
+ Warning: default newline style has changed, using an explicit $newline is recommended
+
+ Assistant/Alert.hs:69:31:
+ Warning: default newline style has changed, using an explicit $newline is recommended
+ [157 of 279] Compiling Assistant.Types.DaemonStatus ( Assistant/Types/DaemonStatus.hs, dist/build/git-annex/git-annex-tmp/Assistant/Types/DaemonStatus.o )
+ [158 of 279] Compiling Assistant.Monad ( Assistant/Monad.hs, dist/build/git-annex/git-annex-tmp/Assistant/Monad.o )
+
+ Assistant/Monad.hs:86:16:
+ Couldn't match expected type `Assistant a'
+ with actual type `Reader AssistantData a'
+ Expected type: (AssistantData -> a) -> Assistant a
+ Actual type: (AssistantData -> a) -> Reader AssistantData a
+ In the expression: reader
+ In an equation for `getAssistant': getAssistant = reader
+
+ Assistant/Monad.hs:93:15:
+ Couldn't match expected type `Assistant t0'
+ with actual type `Reader r0 a0'
+ In the return type of a call of `reader'
+ In a stmt of a 'do' block: st <- reader threadState
+ In the expression:
+ do { st <- reader threadState;
+ liftIO $ runThreadState st a }
+
+ Assistant/Monad.hs:99:14:
+ Couldn't match expected type `Assistant t0'
+ with actual type `Reader r0 a0'
+ In the return type of a call of `reader'
+ In a stmt of a 'do' block: d <- reader id
+ In the expression:
+ do { d <- reader id;
+ liftIO $ io $ runAssistant d a }
+
+ Assistant/Monad.hs:105:14:
+ Couldn't match expected type `Assistant t0'
+ with actual type `Reader r0 a0'
+ In the return type of a call of `reader'
+ In a stmt of a 'do' block: d <- reader id
+ In the expression:
+ do { d <- reader id;
+ return $ runAssistant d a }
+
+ Assistant/Monad.hs:110:14:
+ Couldn't match expected type `Assistant t0'
+ with actual type `Reader r0 a0'
+ In the return type of a call of `reader'
+ In a stmt of a 'do' block: d <- reader id
+ In the expression:
+ do { d <- reader id;
+ return $ \ v -> runAssistant d $ a v }
+
+ Assistant/Monad.hs:115:14:
+ Couldn't match expected type `Assistant t0'
+ with actual type `Reader r0 a0'
+ In the return type of a call of `reader'
+ In a stmt of a 'do' block: d <- reader id
+ In the expression:
+ do { d <- reader id;
+ return $ \ v1 v2 -> runAssistant d (a v1 v2) }
+
+ Assistant/Monad.hs:120:12:
+ Couldn't match expected type `Assistant a0'
+ with actual type `Reader r0 a1'
+ In the return type of a call of `reader'
+ In the first argument of `(>>=)', namely `reader v'
+ In the expression: reader v >>= liftIO . io
+ cabal: Error: some packages failed to install:
+ git-annex-3.20121112 failed during the building phase. The exception was:
+ ExitFailure 1