summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://users.itk.ppke.hu/~cstamas/openid/ <http://users.itk.ppke.hu/~cstamas/openid/@web>2010-10-30 17:25:38 +0000
committerGravatar admin <admin@branchable.com>2010-10-30 17:25:38 +0000
commitd1fd2c14285adf59f1c4219f0b24fb96b54a9c6c (patch)
tree0948f3e166a417ef65651f0e2e1c11b6679dad5b /doc
parentc88d4939453845efee04da811d64aa41046f9c11 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/building_on_lenny.mdwn37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/bugs/building_on_lenny.mdwn b/doc/bugs/building_on_lenny.mdwn
new file mode 100644
index 000000000..3b24e0ecf
--- /dev/null
+++ b/doc/bugs/building_on_lenny.mdwn
@@ -0,0 +1,37 @@
+hi,
+
+I am trying to build git annex on lenny.
+
+I checked out the latest from git c88d4939453845efee04da811d64aa41046f9c11,
+installed all the packages (some from backports) as required by dpkg-buildpackage
+
+Then I get this:
+
+ ...
+ mkdir -p build
+ ghc -odir build -hidir build --make git-annex
+ [ 1 of 19] Compiling Utility ( Utility.hs, build/Utility.o )
+ [ 2 of 19] Compiling GitRepo ( GitRepo.hs, build/GitRepo.o )
+ [ 3 of 19] Compiling GitQueue ( GitQueue.hs, build/GitQueue.o )
+ [ 4 of 19] Compiling TypeInternals ( TypeInternals.hs, build/TypeInternals.o )
+ [ 5 of 19] Compiling Types ( Types.hs, build/Types.o )
+ [ 6 of 19] Compiling Annex ( Annex.hs, build/Annex.o )
+ [ 7 of 19] Compiling Locations ( Locations.hs, build/Locations.o )
+ [ 8 of 19] Compiling UUID ( UUID.hs, build/UUID.o )
+ [ 9 of 19] Compiling LocationLog ( LocationLog.hs, build/LocationLog.o )
+ [10 of 19] Compiling Core ( Core.hs, build/Core.o )
+ [11 of 19] Compiling Backend.URL ( Backend/URL.hs, build/Backend/URL.o )
+ [12 of 19] Compiling Backend ( Backend.hs, build/Backend.o )
+
+ Backend.hs:114:50:
+ Not in scope: type constructor or class `SomeException'
+ 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
+
+I will try to check the mentioned file for error, but I do not know how to program in haskell.
+
+Thanks for your help!
+