[Bug 237089] [patch] devel/ccls: Fix build with multiple LLVM's installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 7 23:49:30 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237089

            Bug ID: 237089
           Summary: [patch] devel/ccls: Fix build with multiple LLVM's
                    installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: tobik at freebsd.org
          Reporter: fullermd at over-yonder.net
             Flags: maintainer-feedback?(tobik at freebsd.org)
          Assignee: tobik at freebsd.org

Created attachment 203460
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203460&action=edit
patch - specify LLVM_DIR

Port specifies clang info in the build, but not llvm.  When multiple LLVM
installs are present, the port's build process can pick up the wrong one. 
e.g.:

% grep llvm work/.build/CMakeCache.txt 
Clang_DIR:PATH=/usr/local/llvm80/lib/cmake/clang
LLVM_DIR:PATH=/usr/local/llvm50/lib/cmake/llvm

This causes the build to fail pretty quickly...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list