[LLVMbugs] [Bug 465] NEW: libprofile, GC, etc. try to install in /usr/local

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Nov 30 23:47:32 PST 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=465

           Summary: libprofile, GC, etc. try to install in /usr/local
           Product: Runtime Libraries
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: duraid at octopus.com.au


I was building the runtime libs a few hours ago (CVS head) and ran into problems
like:

gmake[1]: Entering directory `/usr/home/builddonkey/llvm/llvm/runtime/libprofile'
llvm[1]: Installing Debug Shared Library /usr/local/lib/libprofile_rt.so
install: /usr/local/lib/libprofile_rt.so.0: Permission denied

The workaround was to remove everything but GCCLibraries and libdummy from
PARALLEL_DIRS in llvm/runtime/Makefile:14

(which now reads: PARALLEL_DIRS  := GCCLibraries  libdummy )

Chris asked for a bug to be filed, so here it is! :)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list