[Bug 241410] devel/llvm90: plist issue with CLANG option off

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 22 09:40:54 UTC 2019


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

            Bug ID: 241410
           Summary: devel/llvm90: plist issue with CLANG option off
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks at FreeBSD.org
          Reporter: phascolarctos at protonmail.ch
                CC: brooks at FreeBSD.org
             Flags: maintainer-feedback?(brooks at FreeBSD.org)
          Assignee: brooks at FreeBSD.org
 Attachment #208503 maintainer-approval?(brooks at FreeBSD.org)
             Flags:
                CC: brooks at FreeBSD.org

Created attachment 208503
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208503&action=edit
llvm90 - plist issue patch

Installation fails if only BE_AMDGPU and BE_FREEBSD options are on due to a
problem concerning three files that are not found by pkg-static:
- llvm%%LLVM_SUFFIX%%/lib/CheckerDependencyHandlingAnalyzerPlugin.so
- llvm%%LLVM_SUFFIX%%/lib/CheckerOptionHandlingAnalyzerPlugin.so
- llvm%%LLVM_SUFFIX%%/lib/SampleAnalyzerPlugin.so

I think they should be installed only if CLANG option is on. I propose a patch
to install them only in this case, successfully tested on 12.1-STABLE r353430
with only BE_AMDGPU and BE_FREEBSD on.

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


More information about the freebsd-ports-bugs mailing list