summaryrefslogtreecommitdiff
path: root/doc/forum/chroot_for_sbuild/comment_4_141e2f49bc9b04f7ef211394c8410cec._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/chroot_for_sbuild/comment_4_141e2f49bc9b04f7ef211394c8410cec._comment')
-rw-r--r--doc/forum/chroot_for_sbuild/comment_4_141e2f49bc9b04f7ef211394c8410cec._comment25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/forum/chroot_for_sbuild/comment_4_141e2f49bc9b04f7ef211394c8410cec._comment b/doc/forum/chroot_for_sbuild/comment_4_141e2f49bc9b04f7ef211394c8410cec._comment
new file mode 100644
index 00000000..5ba8eaed
--- /dev/null
+++ b/doc/forum/chroot_for_sbuild/comment_4_141e2f49bc9b04f7ef211394c8410cec._comment
@@ -0,0 +1,25 @@
+[[!comment format=mdwn
+ username="picca"
+ subject="comment 4"
+ date="2015-09-30T13:06:46Z"
+ content="""
+In fact the real error meassage is this one.
+
+ src/config.hs:166:17:
+ Couldn't match expected type `RevertableProperty'
+ with actual type `m0 a0'
+ In the expression:
+ withTmpDir \"sbuild\" $ \ tmpdir -> sbuild' system tmpdir
+ In an equation for `sbuild':
+ sbuild system
+ = withTmpDir \"sbuild\" $ \ tmpdir -> sbuild' system tmpdir
+
+ src/config.hs:166:50:
+ Couldn't match expected type `m0 a0'
+ with actual type `RevertableProperty'
+ In the return type of a call of sbuild'
+ In the expression: sbuild' system tmpdir
+ In the second argument of `($)', namely
+ `\ tmpdir -> sbuild' system tmpdir'
+
+"""]]