Date: Wed, 21 Dec 2011 06:55:03 GMT From: Alex Kuster <vertexsymphony@zoho.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/163495: Problem compiling world with _Noreturn Message-ID: <201112210655.pBL6t394087726@red.freebsd.org> Resent-Message-ID: <201112210700.pBL70N0J005501@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163495 >Category: misc >Synopsis: Problem compiling world with _Noreturn >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 21 07:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alex Kuster >Release: 9.0-PRERELEASE (Latest code) >Organization: >Environment: Symphony# uname -a FreeBSD Symphony 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #2: Fri Dec 16 18:52:44 ART 2011 vertex@Symphony:/usr/obj/usr/src/sys/GENERIC i386 >Description: This problem was explained in mailing lists (freebsd-current) : http://lists.freebsd.org/pipermail/freebsd-current/2011-December/030484.html >How-To-Repeat: Just csup latest code using that exact release, cd /usr/src and make buildworld >Fix: This was also described into mailing lists in a follow-up email : http://lists.freebsd.org/pipermail/freebsd-current/2011-December/030500.html As Clang (at least in this release) seems to use GCC-Like sintax for _Noreturn ... one could check compiler (and version, if necessary) and add this workaround definition: #define _Noreturn __attribute__ ((noreturn)) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112210655.pBL6t394087726>