#4490: failure during install_doc
------------------------+---------------------------------------------------
    Reporter:  maeder   |       Owner:                       
        Type:  bug      |      Status:  new                  
    Priority:  normal   |   Component:  Build System         
     Version:  7.1      |    Keywords:                       
    Testcase:           |   Blockedby:                       
          Os:  MacOS X  |    Blocking:                       
Architecture:  x86      |     Failure:  Installing GHC failed
------------------------+---------------------------------------------------
 when trying to install from a binary distribution of ghc-7.0.0.20101028 on
 i386 MacOS X 10.6 (that possibly misses some files) I get the following
 installation error:

 {{{
 /usr/bin/install -c -m 755 -d
 "/Users/Shared/maeder/share/doc/ghc/html/libraries"
 for i in libraries/*.html libraries/*.gif libraries/*.css libraries/*.js;
 do \
                 /usr/bin/install -c -m 644  $i
 "/Users/Shared/maeder/share/doc/ghc/html/libraries/"; \
         done
 install: libraries/*.gif: No such file or directory
 install: libraries/*.js: No such file or directory
 make[1]: *** [install_docs] Error 71
 make: *** [install] Error 2
 }}}

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