Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2017 05:22:53 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        bob prohaska <fbsd@www.zefox.net>
Cc:        ports@freebsd.org, freebsd-arm@freebsd.org
Subject:   Re: graphics/mesa-dri missing mako.template
Message-ID:  <60h0-cgky-wny@FreeBSD.org>
In-Reply-To: <20170517004108.GA284@www.zefox.net> (bob prohaska's message of "Tue, 16 May 2017 17:41:08 -0700")
References:  <20170516192732.GB98474__2326.45124565369$1494962860$gmane$org@www.zefox.net> <7f1g-jy9j-wny@FreeBSD.org> <20170516214608.GA99895@www.zefox.net> <efvo-ih52-wny@FreeBSD.org> <20170517004108.GA284@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

bob prohaska <fbsd@www.zefox.net> writes:

> Subsequently the build of graphics/mesa-dri stopped with=20=20
>
> In file included from freedreno_fence.c:29:
> /usr/local/include/libsync.h:78:12: error: use of undeclared identifier '=
ETIME'
>                         errno =3D ETIME;

I965 on Mesa 17.1.0 exhibits the same issue. VC4 is slightly different.
Anyway, try my patch in bug 219247. I've only tested on 11.0 aarch64.

vc4_bufmgr.c:494:68: error: use of undeclared identifier 'ETIME'
                if (vc4_wait_seqno_ioctl(screen->fd, seqno, 0) =3D=3D -ETIM=
E) {
                                                                   ^
vc4_bufmgr.c:502:29: error: use of undeclared identifier 'ETIME'
                if (ret !=3D -ETIME) {
                            ^
vc4_bufmgr.c:534:70: error: use of undeclared identifier 'ETIME'
                if (vc4_wait_bo_ioctl(screen->fd, bo->handle, 0) =3D=3D -ET=
IME) {
                                                                     ^
vc4_bufmgr.c:542:29: error: use of undeclared identifier 'ETIME'
                if (ret !=3D -ETIME) {
                            ^

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQF8BAEBCgBmBQJZG8INXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF
NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3b7kcIAJouKvDr/6Wkq8gjv330fBK0
00h3EpmDLptiBwSKIP824WzzJltN7oYNJgOBlez9SnIjBS9WEWtjXLA0jIIfOMkg
uOf9z1UUbd+9exglgLb5Ohsgltl+tzq+K6j6fSn1Xa50/1iRKl6nxt6kuFQjXhQ6
vUk6/lQK6B4V0zPGk9ZJLWY9+dEOtrK+yW93yw2SLZErzdZEMHzgr9DjCndoSJrD
UgtPo2PnwWhXqJj/0ZNuRBDENFBU8OPTh0IsE96ndrmznbBINr7wit71Qw+zvXLf
Ol2g3vABLtNtZhN6AtenlJyPe8GGny5/I5OIPl2p+5Xo2VJ17VIQHjE06qm+epY=
=qzul
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60h0-cgky-wny>