[Bug 243649] [patch] devel/libepoll-shim: Update to 0.0.20191117 version to unbreak re-plugging input devices
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243649 --- Comment #12 from Michael Gmelin <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"