diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE <Fernando_Seabra@web> | 2012-04-22 05:28:21 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-22 05:28:21 +0000 |
commit | 2d0290bda0b62b03a65659d5c238a5d173cdf7f5 (patch) | |
tree | fb430117c5df390519de12f2d4b03c0a4014af75 | |
parent | 42e4145a170a12f557fbe58344bb115061452d2a (diff) |
-rw-r--r-- | doc/forum/error_in_installation_of_base-4.5.0.0.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/error_in_installation_of_base-4.5.0.0.mdwn b/doc/forum/error_in_installation_of_base-4.5.0.0.mdwn new file mode 100644 index 000000000..673222ed6 --- /dev/null +++ b/doc/forum/error_in_installation_of_base-4.5.0.0.mdwn @@ -0,0 +1,14 @@ +Hi, + +I was trying to install git-annex, but then, I got a warning saying that I need to install base-4.5.0.0 first. + +So, I did "sudo cabal install base-4.5.0.0". Everything was going well, until I got this error: + +config.status: error: cannot find input file: `base.buildinfo.in' +cabal: Error: some packages failed to install: +base-4.5.0.0 failed during the configure step. The exception was: +ExitFailure 1 + +I tried to look for information on the internet, but I did not find anything useful. + +I know that this is not totally related to git-annex, but anyone has any thoughts on this? |