Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Apr 2019 23:49:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237089] [patch] devel/ccls: Fix build with multiple LLVM's installed
Message-ID:  <bug-237089-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237089

            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@freebsd.org
          Reporter: fullermd@over-yonder.net
             Flags: maintainer-feedback?(tobik@freebsd.org)
          Assignee: tobik@freebsd.org

Created attachment 203460
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203460&action=
=3Dedit
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.=20
e.g.:

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

This causes the build to fail pretty quickly...

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237089-7788>