Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 20:33:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197858] Fix devel/p5-EV build with clang 3.6.0
Message-ID:  <bug-197858-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 197858
           Summary: Fix devel/p5-EV build with clang 3.6.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: dim@FreeBSD.org
                CC: vovkasm@gmail.com
                CC: vovkasm@gmail.com
             Flags: maintainer-feedback?(vovkasm@gmail.com)

Created attachment 153234
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153234&action=edit
Fix devel/p5-EV build with clang 3.6.0

During the exp-run in bug 197395, it was found that devel/p5-EV gives errors
with clang 3.6.0:

http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-11_23h04m51s/logs/errors/p5-EV-4.15_1,1.log

These are caused by the embedded copy of libev, which does not handle C11
_Noreturn keywords properly.

Fixing the embedded copy of libev is rather a lot of churn, so to work around
this, use USE_CSTD=c99 for this port.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
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-197858-13>