summaryrefslogtreecommitdiff
path: root/doc/bugs/building_on_lenny.mdwn
diff options
context:
space:
mode:
authorGravatar http://users.itk.ppke.hu/~cstamas/openid/ <http://users.itk.ppke.hu/~cstamas/openid/@web>2010-10-30 19:40:17 +0000
committerGravatar admin <admin@branchable.com>2010-10-30 19:40:17 +0000
commit2be74a60df229c0e887b9f6c30ea1195a64e83a0 (patch)
tree859a1b5f45f2dd63a7ecc83c9547e5603388581e /doc/bugs/building_on_lenny.mdwn
parentb4a218e0784cebfba45fc2ffba81557915565fbd (diff)
reply to joey
Diffstat (limited to 'doc/bugs/building_on_lenny.mdwn')
-rw-r--r--doc/bugs/building_on_lenny.mdwn18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/bugs/building_on_lenny.mdwn b/doc/bugs/building_on_lenny.mdwn
index cf5a20a7c..d39418250 100644
--- a/doc/bugs/building_on_lenny.mdwn
+++ b/doc/bugs/building_on_lenny.mdwn
@@ -33,7 +33,7 @@ Then I get this:
I will try to check the mentioned file for error, but I do not know how to program in haskell.
-Thanks for your help!
+Thanks for your help! --[[cstamas]]
> Newer versions of ghc changed their exception handling types, and
> I coded git-annex to use the new style and not the old. gch6 6.12 will
@@ -41,3 +41,19 @@ Thanks for your help!
>
> Ok, found and deployed a workaround. It is not tested. Let me know how it
> works for you. --[[Joey]]
+>>
+>> I did a git pull and now I get:
+
+ mkdir -p build
+ ghc -cpp -odir build -hidir build --make git-annex
+ [ 1 of 20] Compiling Portability ( Portability.hs, build/Portability.o )
+
+ Portability.hs:13:21:
+ Not in scope: type constructor or class `Exception'
+ make[1]: *** [git-annex] Error 1
+ make[1]: Leaving directory `/home/cstamas/tmp/git-annex'
+ dh_auto_build: make -j1 returned exit code 2
+ make: *** [build] Error 2
+ dpkg-buildpackage: failure: debian/rules build gave error exit status 2
+
+>> --[[cstamas]]