From b8717938d1937889eeca5aabd5b1c769b3ab76cd Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA" Date: Fri, 6 Jun 2014 11:02:35 +0000 Subject: [PATCH] --- ...ompiling_network-info_when_compiling_git-annex.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/error_compiling_network-info_when_compiling_git-annex.mdwn diff --git a/doc/bugs/error_compiling_network-info_when_compiling_git-annex.mdwn b/doc/bugs/error_compiling_network-info_when_compiling_git-annex.mdwn new file mode 100644 index 0000000000..786c472bff --- /dev/null +++ b/doc/bugs/error_compiling_network-info_when_compiling_git-annex.mdwn @@ -0,0 +1,10 @@ +### Please describe the problem. +I'm not sure if you'll consider this a bug, or if I'm just doing something wrong, but I'm having trouble compiling git-annex on OmniOS (a derivative of OpenSolaris). I've got GHC 7.6.3 built and installed (bootstrapped using the Solaris binaries for GHC 7.0.3). I used it to build haskell-platform (although I had to disable the OpenGL-related packages to do so), and now I'm trying to use cabal to build git-annex and its dependencies. I've started with a minimal build; this will end up as an archive remote so it should be sufficient. The instructions say to run + + cabal install git-annex --bindir=$HOME/bin -f"-assistant -webapp -webdav -pairing -xmpp -dns" + +This builds a bunch of stuff but then fails to compile the network-info package. As I understand it, the git-annex package only needs network-info if it's compiled with pairing supoort (I'm looking at ), and this command is telling it to disable pairing. + +Is there some other dependency that needs network-info? Is there a way to find out? + +Thanks