Ticket #4183 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

The ghc-asm created by OSX installer has a broken shebang for "/opt/local/bin/perl"

Reported by: GregoryCollins Owned by: igloo
Priority: high Milestone: 7.0.1
Component: Build System Version: 6.12.3
Keywords: Cc:
Operating System: MacOS X Architecture: x86
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The version of ghc-asm bundled with the OSX binary installer has a shebang line which points to /opt/local/bin/perl (the MacPorts? perl) instead of the correct /usr/bin/perl.

Change History

Changed 3 years ago by igloo

  • owner set to igloo
  • priority changed from normal to high
  • milestone set to 6.14.1

Changed 3 years ago by ghulette

I got bit by this too - it breaks cabal install bytestring-mmap-0.2.1

Changed 3 years ago by igloo

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

Fixed:

Wed Jul 28 09:30:30 PDT 2010  Ian Lynagh <igloo@earth.li>
  * Explicitly give the right path to perl when making the OS X installer; #4183

Changed 3 years ago by dons

Need to roll a new installer (HP downstream:  http://trac.haskell.org/haskell-platform/ticket/138

Note: See TracTickets for help on using tickets.