[LLVMbugs] [Bug 20142] New: make install fails

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 26 22:17:55 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20142

            Bug ID: 20142
           Summary: make install fails
           Product: libc++
           Version: 3.4
          Hardware: PC
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: Dave at Yost.com
                CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
    Classification: Unclassified

Created attachment 12708
  --> http://llvm.org/bugs/attachment.cgi?id=12708&action=edit
results of ./buildit and make install

Following the instructions on

This is what happens when I make install:

[ make install DSTROOT=/usr/local/llvm-libc++/3.4.2 ]
cd lib && ./buildit
...
ditto lib/libc++.1.dylib ./usr/lib/libc++.1.dylib
cd lib && dsymutil -o ./libc++.1.dylib.dSYM \
  ./usr/lib/libc++.1.dylib
error: unable to open executable './usr/lib/libc++.1.dylib'
Makefile:47: recipe for target 'install' failed
make: *** [install] Error 1

-- 
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/20140627/2fe372cf/attachment.html>


More information about the llvm-bugs mailing list