[Hackage] #868: cabal clean crash
Hackage
cvs-ghc at haskell.org
Thu Aug 4 15:56:24 CEST 2011
#868: cabal clean crash
---------------------------------+------------------------------------------
Reporter: Phyx | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: cabal-install tool | Version: 1.8.0.6
Severity: normal | Keywords:
Difficulty: unknown | Ghcversion:
Platform: |
---------------------------------+------------------------------------------
When using a custom build type, clean wil always crash (atleast on
windows). Cabal leaves cleaning up to the compiled Setup.exe, which itself
resides in sdist, so an attempt to clean *all* files in sdist requires
Setup.exe to be deleted aswell. And since a program can't delete itself,
this will always result in the following crash:
PS C:\Users\Phyx\Documents\Haskell\cabaltest> cabal clean
cleaning...
Error while removing dist/: DeleteFile "dist\\setup\\setup.exe":
permission denied (Access is denied.)
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/868>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list