[Bug 198233] lang/clang-devel : Fix scan-build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 3 17:34:20 UTC 2015


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

            Bug ID: 198233
           Summary: lang/clang-devel : Fix scan-build
           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: pfg at FreeBSD.org
          Assignee: brooks at FreeBSD.org
             Flags: maintainer-feedback?(brooks at FreeBSD.org)

Created attachment 153718
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153718&action=edit
Replace 'gcc' and 'g++'

clang is hardcoding 'gcc' and 'g++' in the ccc-analyzer script.
This causes scan-build not to work in FreeBSD 10+ whenre there is not such
thing as gcc.

Workaround it by replacing it with cc and c++.

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


More information about the freebsd-ports-bugs mailing list