[Bug 243649] [patch] devel/libepoll-shim: Update to 0.0.20191117 version to unbreak re-plugging input devices

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 31 19:08:34 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243649

--- Comment #12 from Michael Gmelin <grembo at FreeBSD.org> ---
(In reply to Jan Beich from comment #11)

I don't think running unit tests within the poudriere build phase
(= contained jail) is helpful, as it has many restrictions.

I usually run tests by doing:

  poudriere testport -j<jailname> -i <category>/<name>
  ...
  cd /usr/ports/<category>/<name>
  make test

The reason the tests are failing in this specific case is the
default per build jail file descriptor limitation of 1024
open file descriptors imposed by poudriere.

To run tests successfully the way you do, you need to raise
that limit, e.g. by doing:

  sysrc -f /usr/local/etc/poudriere.conf MAX_FILES=500000

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


More information about the freebsd-x11 mailing list