#4982: ghc-7.0.1: make install sets not enough permissions on library
documentation
-----------------------------+----------------------------------------------
Reporter: Lemming | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.0.3
Component: Build System | Version: 7.0.1
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Linux | Blocking:
Architecture: x86 | Failure: Installing GHC failed
-----------------------------+----------------------------------------------
Changes (by igloo):
* priority: normal => high
* milestone: => 7.0.3
Comment:
Thanks for the report. Confirmed with 7.0.2 RC 2:
{{{
$ umask
077
$ ./configure --prefix=`pwd`/inst
[...]
$ make install
[...]
$ ls -l inst/share/doc/ghc/html/libraries
total 3644
drwx------ 3 ian ian 12288 Feb 26 21:25 Cabal-1.10.1.0
drwx------ 3 ian ian 4096 Feb 26 21:25 array-0.3.0.2
drwx------ 3 ian ian 20480 Feb 26 21:25 base-4.3.1.0
drwx------ 3 ian ian 4096 Feb 26 21:25 bin-package-db-0.0.0.0
drwx------ 3 ian ian 4096 Feb 26 21:25 bytestring-0.9.1.10
drwx------ 3 ian ian 4096 Feb 26 21:25 containers-0.4.0.0
drwx------ 3 ian ian 4096 Feb 26 21:25 directory-1.1.0.0
-rw-r--r-- 1 ian ian 3437 Feb 26 21:25 doc-index-124.html
-rw-r--r-- 1 ian ian 4650 Feb 26 21:25 doc-index-33.html
-rw-r--r-- 1 ian ian 4269 Feb 26 21:25 doc-index-36.html
[...]
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4982#comment:4>
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