File: error_in_installation_of_base-4.5.0.0.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (14 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
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?