This commit is contained in:
http://www.dbruhn.de/ 2012-10-29 14:40:35 +00:00 committed by admin
parent 9af3838134
commit 7eb833b699

View file

@ -2,6 +2,7 @@ What steps will reproduce the problem?
Building of the current github HEAD fails with a strange error message regarding OSX. I'm not using OSX but Ubuntu 12.10, why is cabal trying to build these files?
<pre>
dominik@Atlantis:/var/tmp$ git clone git://github.com/joeyh/git-annex.git
Cloning into 'git-annex'...
remote: Counting objects: 40243, done.
@ -27,6 +28,7 @@ Resolving dependencies...
[ 7 of 21] Compiling Utility.OSX ( Utility/OSX.hs, dist/setup/Utility/OSX.o )
Utility/OSX.hs:22:17: Not in scope: `myHomeDir'
</pre>
What is the expected output? What do you see instead?