Created
July 4, 2011 23:48
-
-
Save seanh/1064067 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| seanh@sooty:...chable.com % (1) sudo cabal build | |
| Preprocessing executables for git-annex-3.20110703... | |
| Building git-annex-3.20110703... | |
| [ 1 of 91] Compiling Base64 ( Base64.hs, dist/build/git-annex/git-annex-tmp/Base64.o ) | |
| [ 2 of 91] Compiling Touch ( Touch.hs, dist/build/git-annex/git-annex-tmp/Touch.o ) | |
| [ 3 of 91] Compiling Dot ( Dot.hs, dist/build/git-annex/git-annex-tmp/Dot.o ) | |
| [ 4 of 91] Compiling StatFS ( StatFS.hs, dist/build/git-annex/git-annex-tmp/StatFS.o ) | |
| [ 5 of 91] Compiling DataUnits ( DataUnits.hs, dist/build/git-annex/git-annex-tmp/DataUnits.o ) | |
| [ 6 of 91] Compiling SysConfig ( SysConfig.hs, dist/build/git-annex/git-annex-tmp/SysConfig.o ) | |
| [ 7 of 91] Compiling Types.Crypto ( Types/Crypto.hs, dist/build/git-annex/git-annex-tmp/Types/Crypto.o ) | |
| [ 8 of 91] Compiling Types.BranchState ( Types/BranchState.hs, dist/build/git-annex/git-annex-tmp/Types/BranchState.o ) | |
| [ 9 of 91] Compiling Types.UUID ( Types/UUID.hs, dist/build/git-annex/git-annex-tmp/Types/UUID.o ) | |
| [10 of 91] Compiling Types.TrustLevel ( Types/TrustLevel.hs, dist/build/git-annex/git-annex-tmp/Types/TrustLevel.o ) | |
| [11 of 91] Compiling Utility ( Utility.hs, dist/build/git-annex/git-annex-tmp/Utility.o ) | |
| Utility.hs:115:1: | |
| Couldn't match expected type `a' against inferred type `()' | |
| `a' is a rigid type variable bound by | |
| the type signature for `executeFile' at Utility.hs:111:78 | |
| Expected type: IO a | |
| Inferred type: IO () | |
| In the expression: System.Posix.Process.executeFile c path p e | |
| In the expression: | |
| do debugM "Utility.executeFile" | |
| $ "Running: " ++ c ++ " " ++ show p ++ " " ++ maybe "" show e | |
| System.Posix.Process.executeFile c path p e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment