Ticket #799 (closed defect: duplicate)

Opened 2 years ago

Last modified 15 months ago

./dist/setup/setup without execute bit causes cabal to exit silently with code 127

Reported by: rrnewton Owned by:
Priority: normal Milestone: cabal-install-0.16
Component: cabal-install tool Version: 1.8.0.6
Severity: normal Keywords:
Cc: Difficulty: unknown
GHC Version: Platform:

Description

I ran into this one thanks to Dropbox.

All my cabal commands started to fail in the same way all of a sudden (no output, error code 127). A cabal clean -v3 revealed the problem and a chmod +x fixed it.

$ cabal clean -v3; echo $?

Using external setup method with build-type Custom Creating ./dist/setup (and its parents) Using Cabal library version 1.8.0.6 Using ./Setup.hs as setup script. ./dist/setup/setup clean --verbose=3 127

Change History

Changed 15 months ago by kosmikus

  • milestone set to cabal-install-0.16

Changed 15 months ago by kosmikus

  • status changed from new to closed
  • resolution set to duplicate

This is actually more or less a duplicate of #665.

Note: See TracTickets for help on using tickets.