#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            
 
---------------------------------+------------------------------------------
 {{{
 ~> perl boot
 Can't exec "/usr/bin/perl": No such file or directory at boot line 8.
 Running boot-pkgs failed: -1 at boot line 8.
 ~> which perl
 /boot/common/bin/perl
 }}}

 Please change all instances of {{{ /usr/bin/perl }}} to {{{ /usr/bin/env
 perl }}} in GHC. That way the GHC build process doesn't depend on perl
 being installed in a specific place.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5154>
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