Closed
Description
Our CI recently started failing on OS X with GHC 7.8.4. There's a large number of permissions failures, all of them looking like this:
Command /Users/travis/build/haskell/cabal/Cabal/tests/Setup configure -v --distdir dist-test/./dist --global --with-ghc /Users/travis/.ghc-install/7.8.4/bin/ghc --disable-optimization '--prefix=/Users/travis/build/haskell/cabal/Cabal/tests/PackageTests/BenchmarkStanza/dist-test/usr' '--package-db=clear' '--package-db=global' '--package-db=user' '--package-db=/Users/travis/build/haskell/cabal/dist-newstyle/build/Cabal-1.25.0.0/package.conf.inplace' failed.
Output:
Warning: my.cabal: A package using section syntax must specify at least
'cabal-version: >= 1.2'.
Configuring BenchmarkStanza-0.1...
Dependency base -any: using base-4.7.0.2
Setup: /usr/bin/ar: permission denied
The problem is probably not on our side, but this is still annoying, since it keeps happening.
/cc @phadej