#2318: building GHC 6.8.3 Release Candidate 6.8.2.20080527 under PC solaris 
fails
--------------------------+-------------------------------------------------
 Reporter:  maeder        |          Owner:             
     Type:  bug           |         Status:  new        
 Priority:  high          |      Milestone:  6.10 branch
Component:  Build System  |        Version:  6.8.2      
 Severity:  normal        |     Resolution:             
 Keywords:                |     Difficulty:  Unknown    
 Testcase:                |   Architecture:  x86        
       Os:  Solaris       |  
--------------------------+-------------------------------------------------
Comment (by igloo):

 It works for me with
 {{{
 $ autoreconf --version
 autoreconf (GNU Autoconf) 2.62
 Copyright (C) 2008 Free Software Foundation, Inc.
 License GPLv2+: GNU GPL version 2 or later
 <http://gnu.org/licenses/old-licenses/gpl-2.0.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

 Written by David J. MacKenzie and Akim Demaille.
 }}}
 (Debian's 2.62-1 package).
 Line 273 of `/usr/bin/autom4te` is
 {{{
   my $cfg = new Autom4te::XFile ("< " . open_quote ($file));
 }}}
 and the function is defined in
 `/usr/share/autoconf/Autom4te/FileUtils.pm`,
 so it looks to me like your autoconf installation is broken.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2318#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to