[Bug 270041] www/qt5-webengine: Poudriere build fails for 5.15.8
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 9 15:53:13 GMT 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270041
--- Comment #2 from rk <rk at ronald.org> ---
Linking the library libQt5WebEngineCore.so.5.15.8 failed because
ulimit was unable to expand the open files limit for the process:
ulimit -n 4096 ...
ulimit: bad limit: Operation not permitted
By default the jail poudriere uses has a limit of 1024:
--Resource limits--
...
open files (-n) 1024
I increased it for the build of qt5-webengine in poudriere.conf:
# How many file descriptors to limit each jail process to (default: 1024)
# This can also be set per PKGBASE, such as MAX_FILES_RStudio=2048.
# Package names with hyphens (-) should be replaced with underscores (_).
#MAX_FILES=1024
MAX_FILES_qt5_webengine=4096
This fixed the build problem.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list