#7537: [PATCH] Incorrect Haskell type for ino_t on MacOS X 10.5
------------------------------------------+---------------------------------
  Reporter:  PHO                          |          Owner:                  
      Type:  bug                          |         Status:  new             
  Priority:  normal                       |      Milestone:                  
 Component:  libraries/base               |        Version:  7.7             
Resolution:                               |       Keywords:                  
        Os:  MacOS X                      |   Architecture:  Unknown/Multiple
   Failure:  Incorrect result at runtime  |     Difficulty:  Unknown         
  Testcase:                               |      Blockedby:                  
  Blocking:                               |        Related:                  
------------------------------------------+---------------------------------
Changes (by simonmar):

  * status:  patch => new
  * difficulty:  => Unknown


Comment:

 I'm suspicious of this fix. If configure is finding the wrong type for
 `st_ino`, then that looks like a bug in autoconf.  The configure script
 for base already has this:

 {{{
 # Enable large file support. Do this before testing the types ino_t,
 off_t, and
 # rlim_t, because it will affect the result of that test.
 AC_SYS_LARGEFILE
 }}}

 If this isn't working properly, we need to find out why and inform the
 autoconf folks if necessary.

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