summaryrefslogtreecommitdiff
path: root/doc/bugs/Building_on_OpenBSD.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Building_on_OpenBSD.mdwn')
-rw-r--r--doc/bugs/Building_on_OpenBSD.mdwn40
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/bugs/Building_on_OpenBSD.mdwn b/doc/bugs/Building_on_OpenBSD.mdwn
deleted file mode 100644
index b500d8a4b..000000000
--- a/doc/bugs/Building_on_OpenBSD.mdwn
+++ /dev/null
@@ -1,40 +0,0 @@
-### 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'
-"""]]
-
-> [[done]]; see comment --[[Joey]]