Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jul 2016 08:57:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210890] [exp-run] Define max_align_t for C11 and C++11 in stddef.h
Message-ID:  <bug-210890-13-7sNAxkS6t2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210890-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210890-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #1 from Antoine Brodin <antoine@FreeBSD.org> ---
Buildworld fails with the patch:

In file included from
/poudriere/jails/headamd64PR210890/usr/src/lib/libcxxrt/../../contrib/libcx=
xrt/memory.cc:36:
/usr/obj/poudriere/jails/headamd64PR210890/usr/src/tmp/usr/include/stddef.h=
:67:9:
error: unknown type name '___max_align_t'; did you mean '__max_align
_t'?
typedef ___max_align_t  max_align_t;
        ^
/usr/obj/poudriere/jails/headamd64PR210890/usr/src/tmp/usr/include/sys/_typ=
es.h:106:3:
note: '__max_align_t' declared here
} __max_align_t;
  ^

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210890-13-7sNAxkS6t2>