[Bug 195666] New: Fix lang/v8 build with clang 3.5.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 4 01:48:16 UTC 2014


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

            Bug ID: 195666
           Summary: Fix lang/v8 build with clang 3.5.0
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: dim at FreeBSD.org
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

Created attachment 150168
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150168&action=edit
Fix lang/v8 build with clang 3.5.0

In bug 195480, I asked for an exp-run with clang 3.5.0.  One of the failures
from that exp-run is in lang/v8, which fails with a number of -Werror warnings.

The least painful solution is to simply squelch the warnings.  This is already
handled by a part in the Makefile which tests for the compiler type and
version.

This patch adds another part that disables -Wtautological-undefined-compare for
clang 3.5.0 and higher.

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer sunpoet at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list