From 146a4ed305fef20de3c432e37c0ce8191d53bad5 Mon Sep 17 00:00:00 2001 From: robohack Date: Thu, 21 Nov 2013 20:30:54 +0000 Subject: Added a comment: hmmm... ok, the PCRE problem was odd, but now this: --- ...nt_30_ad639c07cb79e89406e95c1dafce3a01._comment | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/install/cabal/comment_30_ad639c07cb79e89406e95c1dafce3a01._comment (limited to 'doc') diff --git a/doc/install/cabal/comment_30_ad639c07cb79e89406e95c1dafce3a01._comment b/doc/install/cabal/comment_30_ad639c07cb79e89406e95c1dafce3a01._comment new file mode 100644 index 000000000..f068944b0 --- /dev/null +++ b/doc/install/cabal/comment_30_ad639c07cb79e89406e95c1dafce3a01._comment @@ -0,0 +1,35 @@ +[[!comment format=mdwn + username="robohack" + ip="24.67.98.78" + subject="hmmm... ok, the PCRE problem was odd, but now this:" + date="2013-11-21T20:30:54Z" + content=""" +The PCRE problem is solved trivially in my case with a couple more cabal install options, though the need for these seems oddly dissatisfying given the reams of other stuff that was successfully built and installed without these options. + +Now however I seem to have encountered a deeper problem: + + $ cabal install git-annex --bindir=$HOME/bin --extra-include-dirs=/sw/include --extra-lib-dirs=/sw/lib + Resolving dependencies... + [1 of 1] Compiling Main ( /var/folders/7h/7hWHR5m8HPKOnUEvQU7HU++++TI/-Tmp-/git-annex-3.20120230-84797/git-annex-3.20120230/Setup.hs, /var/folders/7h/7hWHR5m8HPKOnUEvQU7HU++++TI/-Tmp-/git-annex-3.20120230-84797/git-annex-3.20120230/dist/setup/Main.o ) + Linking /var/folders/7h/7hWHR5m8HPKOnUEvQU7HU++++TI/-Tmp-/git-annex-3.20120230-84797/git-annex-3.20120230/dist/setup/setup ... + hsc2hs Utility/StatFS.hsc + perl -i -pe 's/^{-# INCLUDE.*//' Utility/StatFS.hs + ghc -O2 -Wall -ignore-package monads-fd --make configure + + Utility/StatFS.hsc:54:8: + Could not find module `GHC.Foreign': + Use -v to see a list of the files searched for. + make: *** [Build/SysConfig.hs] Error 1 + Configuring git-annex-3.20120230... + Building git-annex-3.20120230... + Preprocessing executable 'git-annex' for git-annex-3.20120230... + + Git/Version.hs:11:18: + Could not find module `Build.SysConfig': + Use -v to see a list of the files searched for. + Failed to install git-annex-3.20120230 + cabal: Error: some packages failed to install: + git-annex-3.20120230 failed during the building phase. The exception was: + ExitFailure 1 + +"""]] -- cgit v1.2.3