setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist

L.S., Why do I get the message: setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist after command "cabal install", and what can I do about it ? Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --

Hello Henk, I do not know if this would work, but it is worth trying to upgrade Cabal and cabal-install (1.22.5.0 is not the latest version) and seeing if this resolves your problem: cabal update cabal install Cabal cabal install cabal-install Edward Excerpts from Henk-Jan van Tuyl's message of 2016-01-28 15:45:19 -0800:
L.S.,
Why do I get the message: setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist after command "cabal install", and what can I do about it ?
Regards, Henk-Jan van Tuyl
-- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/
http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming

Thanks for the suggestion, but it didn't help.
Regards,
Henk-Jan van Tuyl
On Fri, 29 Jan 2016 01:00:18 +0100, Edward Z. Yang
Hello Henk,
I do not know if this would work, but it is worth trying to upgrade Cabal and cabal-install (1.22.5.0 is not the latest version) and seeing if this resolves your problem:
cabal update cabal install Cabal cabal install cabal-install
Edward
Excerpts from Henk-Jan van Tuyl's message of 2016-01-28 15:45:19 -0800:
L.S.,
Why do I get the message: setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist after command "cabal install", and what can I do about it ?
Regards, Henk-Jan van Tuyl
-- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --

Hi Henk, I got that error too, earlier today when I tried to build macbeth with stack (upgrading to GHC 7.10). There is a cabal bug open that might fit. The bug is related to projects containing both library and executable. https://github.com/haskell/cabal/issues/2780 https://github.com/commercialhaskell/stack/issues/976 Am 29.01.16 um 00:45 schrieb Henk-Jan van Tuyl:
L.S.,
Why do I get the message: setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist after command "cabal install", and what can I do about it ?
Regards, Henk-Jan van Tuyl

Hello Henk, Try passing -j1 to cabal. It sounds like there is some problem with setup executable caching, so I imagine that if you can disable it https://github.com/haskell/cabal/issues/3003 that should solve the problem. I believe running Cabal HEAD should also fix this situation. Edward Excerpts from Henk-Jan van Tuyl's message of 2016-01-28 15:45:19 -0800:
L.S.,
Why do I get the message: setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist after command "cabal install", and what can I do about it ?
Regards, Henk-Jan van Tuyl
-- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/
http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming

On Fri, 29 Jan 2016 00:45:19 +0100, Henk-Jan van Tuyl
Why do I get the message: setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist after command "cabal install", and what can I do about it ?
It was the .cabal file that caused the problem; after changing the line: license-file: "" to license-file: "LICENSE" the package compiled properly. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --

Is this package on hackage? If so can you file a ticket for hackage-server
to disallow this in uploads please? Either way, a cabal ticket for being
more helpful here would good!
On Sat, Jan 30, 2016 at 7:00 PM, Henk-Jan van Tuyl
On Fri, 29 Jan 2016 00:45:19 +0100, Henk-Jan van Tuyl
wrote: Why do I get the message:
setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist after command "cabal install", and what can I do about it ?
It was the .cabal file that caused the problem; after changing the line: license-file: "" to license-file: "LICENSE" the package compiled properly.
Regards, Henk-Jan van Tuyl
-- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/
http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming -- _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

It is not on Hackage; I tried 'cabal check' and it warns about this mistake: > cabal check The following warnings are likely affect your build negatively: * The 'license-file' field refers to the file '' which does not exist. [...] On Sat, 30 Jan 2016 19:13:50 +0100, Adam Bergmarkwrote: > Is this package on hackage? If so can you file a ticket for > hackage-server > to disallow this in uploads please? Either way, a cabal ticket for being > more helpful here would good! > > On Sat, Jan 30, 2016 at 7:00 PM, Henk-Jan van Tuyl > wrote: > >> On Fri, 29 Jan 2016 00:45:19 +0100, Henk-Jan van Tuyl >> >> wrote: >> >> Why do I get the message: >>> setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does >>> not >>> exist >>> after command "cabal install", and what can I do about it ? >>> >> >> It was the .cabal file that caused the problem; after changing the line: >> license-file: "" >> to >> license-file: "LICENSE" >> the package compiled properly. >> >> >> Regards, >> Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --

On Sat, Jan 30, 2016 at 07:00:50PM +0100, Henk-Jan van Tuyl wrote:
On Fri, 29 Jan 2016 00:45:19 +0100, Henk-Jan van Tuyl
wrote: Why do I get the message: setup-Simple-Cabal-1.22.5.0-x86_64-windows-ghc-7.10.3.exe: : does not exist after command "cabal install", and what can I do about it ?
It was the .cabal file that caused the problem; after changing the line: license-file: "" to license-file: "LICENSE" the package compiled properly.
Ha, what an incredibly correct yet unhelpful error message! Nice debugging.
participants (5)
-
Adam Bergmark
-
Edward Z. Yang
-
Henk-Jan van Tuyl
-
Tilmann
-
Tom Ellis