graphics/mesa-dri missing mako.template

Jan Beich jbeich at FreeBSD.org
Wed May 17 03:23:28 UTC 2017


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

> Subsequently the build of graphics/mesa-dri stopped with  
>
> In file included from freedreno_fence.c:29:
> /usr/local/include/libsync.h:78:12: error: use of undeclared identifier 'ETIME'
>                         errno = 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) == -ETIME) {
                                                                   ^
vc4_bufmgr.c:502:29: error: use of undeclared identifier 'ETIME'
                if (ret != -ETIME) {
                            ^
vc4_bufmgr.c:534:70: error: use of undeclared identifier 'ETIME'
                if (vc4_wait_bo_ioctl(screen->fd, bo->handle, 0) == -ETIME) {
                                                                     ^
vc4_bufmgr.c:542:29: error: use of undeclared identifier 'ETIME'
                if (ret != -ETIME) {
                            ^
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 584 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20170517/b3883374/attachment.sig>


More information about the freebsd-ports mailing list