[LLVMbugs] [Bug 16027] New: installed LLVM gives not enough permissions for users
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu May 16 02:32:55 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16027
Bug ID: 16027
Summary: installed LLVM gives not enough permissions for users
Product: Build scripts
Version: 3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Makefiles
Assignee: unassignedbugs at nondot.org
Reporter: llvm at henning-thielemann.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I have downloaded the LLVM-3.2 release from
http://llvm.org/releases/3.2/llvm-3.2.src.tar.gz
Then I did
$ ./configure --enable-assertions --enable-shared --prefix=/usr/local/llvm-3.2
$ make -j4
$ sudo make install
and end up with:
$ ls -al /usr/local/ | fgrep llvm
drwx------ 6 root root 4096 Mai 16 11:23 llvm-3.2
That is, read and execution permission for the llvm-3.2 directory (and all of
its sub-directories and files) are missing.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130516/4d777ddb/attachment.html>
More information about the llvm-bugs
mailing list