Date: Tue, 27 Mar 2018 21:19:30 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-approval requested: [Bug 225415] graphics/mesa-dri: update to 18.0.0 : [Attachment 191881] release Message-ID: <bug-225415-7141-SD2lnCqM6K@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225415-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-225415-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich <jbeich@FreeBSD.org> has asked x11@FreeBSD.org for maintainer-approval: Bug 225415: graphics/mesa-dri: update to 18.0.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225415 Attachment 191881: release https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191881&action=3Dedit --- Comment #20 from Jan Beich <jbeich@FreeBSD.org> --- Created attachment 191881 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191881&action= =3Dedit release https://lists.freedesktop.org/archives/mesa-announce/2018-March/000412.html - Let's start maintainer timeout countdown - No upstream code changes since rc5 - Reordered struct initializers, see -const struct _umtx_time tmo =3D { ._clockid =3D CLOCK_MONOTONIC, ._flags= =3D UMTX_ABSTIME, ._timeout =3D *timeout }; +const struct _umtx_time tmo =3D { ._timeout =3D *timeout, ._flags =3D UMTX_ABSTIME, ._clockid =3D CLOCK_MONOTONIC }; to pacify GCC In file included from ../../src/util/simple_mtx.h:27:0, from ../../src/mesa/main/mtypes.h:49, from glsl/main.cpp:36: ../../src/util/futex.h: In function 'int futex_wait(uint32_t*, int32_t, timespec*)': ../../src/util/futex.h:54:113: sorry, unimplemented: non-trivial designat= ed initializers not supported const struct _umtx_time tmo =3D { ._clockid =3D CLOCK_MONOTONIC, ._flags = =3D UMTX_ABSTIME, ._timeout =3D *timeout }; =09=09=09=09=09=09=09=09=09=20=20=20=20=20=20=20 ^ ../../src/util/futex.h:54:113: sorry, unimplemented: non-trivial designat= ed initializers not supported
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225415-7141-SD2lnCqM6K>