#5154: Trouble porting GHC to Haiku: wrong shebang in Perl boot script
---------------------------------+------------------------------------------
    Reporter:  mcandre           |       Owner:                                 
 
        Type:  bug               |      Status:  new                            
 
    Priority:  normal            |   Component:  Build System                   
 
     Version:  7.0.3             |    Keywords:  perl boot shebang compile 
source
    Testcase:                    |   Blockedby:                                 
 
          Os:  Other             |    Blocking:                                 
 
Architecture:  Unknown/Multiple  |     Failure:  Building GHC failed            
 
---------------------------------+------------------------------------------

Comment(by mcandre):

 Changing the two instances of {{{ /usr/bin/perl }}} to {{{ /usr/bin/env
 perl }}} isn't enough to fix the problem on Haiku.

 But changing both of them to just {{{ perl }}} helps.

 {{{
 ~> perl boot
 Creating libraries
 ...
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5154#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to