#2942: witten/ghc-6.10.1-powerpc-apple-darwin.tar.bz2: make install fails on 
case-
sensitive file system
----------------------------+-----------------------------------------------
    Reporter:  thorkilnaur  |        Owner:  igloo     
        Type:  bug          |       Status:  closed    
    Priority:  normal       |    Milestone:  6.10.2    
   Component:  None         |      Version:  6.10.1    
    Severity:  normal       |   Resolution:  worksforme
    Keywords:               |   Difficulty:  Unknown   
    Testcase:               |           Os:  MacOS X   
Architecture:  powerpc      |  
----------------------------+-----------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => worksforme

Comment:

 The tarball contains a directory `ghc-6.10.1/dist/utils/haddock/dist-
 install/build/Haddock/`.

 I can't work out how this can happen, and I've failed to reproduce it. I'm
 going to assume that some manual tweak caused the problem, but if anyone
 can reproduce it then please reopen this ticket.

 Incidentally, here's how to make a case-sensitive file system on OS X:
 {{{
 dd if=/dev/zero bs=4096 count=1048576 of=disk.img
 hdid -nomount disk.img
 # prints /dev/disk1
 newfs_hfs -s /dev/disk1
 mkdir mnt
 mount -t hfs /dev/disk1 mnt
 }}}

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