joshuaclayton / homebrew-formulae

MIT License
0 stars 1 forks source link

Cabal install failure #5

Closed trevordmiller closed 6 years ago

trevordmiller commented 6 years ago

I was searching for a generic ctags dead code elimination tool and came across unused. It looks great! But I can't get it running. I tried to install unused with homebrew per the README instructions and am getting the following error:

After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: primitive, vector, base, cassava, unused

image

jkthorne commented 6 years ago

this is also happening to me

brunoocasali commented 6 years ago

I have macOS 10.13.5 and this still failing with the message about macOS 10.12.2 :|

DamirSvrtan commented 6 years ago

Any news on this? Would love to use unused.

trevordmiller commented 6 years ago

@joshuaclayton Sorry to bother but it seems a lot of people are running into this. Have you seen this?

joshuaclayton commented 6 years ago

@trevordmiller sorry for the delay - I've bumped the dependencies, mind giving this another try?

trevordmiller commented 6 years ago

@joshuaclayton Tried again using brew tap joshuaclayton/formulae then brew install unused with the following results:

image

I already use ctags via brew install universal-ctags, not sure if that warning matters. But then it hangs indefinitely on cabal install --jobs=4 --max-backjumps=100000 --only-dependencies. I let it run for about 10 minutes before killing the process.

trevordmiller commented 6 years ago

Nevermind, tried again and it's working! Thanks for fixing :)