Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2020 15:43:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 243649] [patch] devel/libepoll-shim: Update to 0.0.20191117 version to unbreak re-plugging input devices
Message-ID:  <bug-243649-7141-DDx2tD03ye@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243649-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243649-7141@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=3D243649

--- Comment #7 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 211197
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211197
Patch to change libepoll-shim to use actual upstream, test targets, update =
to
20191117

Compared to Greg's version reviewed by me[1] and linked in comment 1 there'=
re 2
regressions.

LICENSE_FILE=3D${WRKSRC}/LICENSE is required to disambiguate MIT text as th=
ere're
many styles, see https://fedoraproject.org/wiki/Licensing:MIT

USES=3Dcompiler:c11 is required to fix build on powerpc* on FreeBSD < 13.0,
mips*, riscv64 and sparc64:

  In file included from test/eventfd-ctx-test.c:13:
  test/../src/eventfd_ctx.c: In function 'eventfd_ctx_write':
  test/../src/eventfd_ctx.c:67: warning: implicit declaration of function
'__builtin_add_overflow'
  test/eventfd-ctx-test.c: In function 'tc_threads_read':
  test/eventfd-ctx-test.c:193: error: incompatible types in assignment
  test/eventfd-ctx-test.c:221: error: invalid operands to binary =3D=3D (ha=
ve
'atomic_int' and 'uint64_t')

> +do-test:
> +	@cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE}

Define TEST_TARGET=3Dtest instead.

[1] Happened in a version that became disconnected from lite branch after
rebase
    https://github.com/myfreeweb/freebsd-ports-dank/commit/6b940188d93d

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243649-7141-DDx2tD03ye>