summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw <dxtrish@web>2013-12-08 12:06:20 +0000
committerGravatar admin <admin@branchable.com>2013-12-08 12:06:20 +0000
commit5c51f93b222799c040feb9fe34f0d72f2227230c (patch)
tree97454df1c9a51dc789781213f813a10089259863 /doc/bugs
parent9a21651d81fa10fe7772d7108520c1904f32f67f (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Building_on_OpenBSD.mdwn38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/Building_on_OpenBSD.mdwn b/doc/bugs/Building_on_OpenBSD.mdwn
new file mode 100644
index 000000000..36dc2b19f
--- /dev/null
+++ b/doc/bugs/Building_on_OpenBSD.mdwn
@@ -0,0 +1,38 @@
+### Please describe the problem.
+Hi!
+I just tried to build git-annex through cabal on OpenBSD and encountered some issues.
+
+First I had to install a certain commit of network-info that fixes some compile-time errors (https://github.com/jystic/network-info/issues/6)
+Then I had to disable WebDAV in git-annex because DAV wouldn't build (I don't use webdav anyway)
+
+After this git-annex still failed to build, though configure works.
+### What steps will reproduce the problem?
+Compiling on openbsd through cabal
+
+### What version of git-annex are you using? On what operating system?
+git-annex-5.20131130 on OpenBSD 5.4
+
+### Please provide any additional information below.
+
+[[!format sh """
+The error in question:
+[312 of 389] Compiling Assistant.Pairing.Network ( Assistant/Pairing/Network.hs, dist/build/git-annex/git-annex-tmp/Assistant/Pairing/Network.o )
+
+Assistant/Pairing/Network.hs:101:21:
+ Not in scope: type constructor or class `IPv4'
+
+Assistant/Pairing/Network.hs:102:21:
+ Not in scope: data constructor `IPv4'
+
+Assistant/Pairing/Network.hs:104:21:
+ Not in scope: type constructor or class `IPv6'
+
+Assistant/Pairing/Network.hs:105:21:
+ Not in scope: data constructor `IPv6'
+
+Assistant/Pairing/Network.hs:108:32:
+ Not in scope: data constructor `IPv4'
+
+Assistant/Pairing/Network.hs:109:47:
+ Not in scope: data constructor `IPv6'
+"""]]