Ticket #1237 (closed bug: invalid)

Opened 6 years ago

Last modified 5 years ago

misleading error message from cabal when versions differ

Reported by: guest Owned by:
Priority: normal Milestone:
Component: None Version: 6.7
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Using cabal, I do './Setup.hs configure', './Setup.hs build', and 'sudo ./Setup.hs install'. Unfortunately, root's $PATH pointed to a different GHC (6.7 at some point, and not 6.4.2 which I was using), which resulted in the error message:

Setup.hs: error reading ./.setup-config; run "setup configure" command?

Of course, there was nothing wrong with .setup-config, so I spent some time investigating permissions, before int-e suggested that the search path was at fault.

Change History

Changed 6 years ago by igloo

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

I've opened a bug for this on the Cabal trac:  http://hackage.haskell.org/trac/hackage/ticket/120

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.