[Bug 270041] www/qt5-webengine: Poudriere build fails for 5.15.8
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 15 22:40:18 BST 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270041
Kai Knoblich <kai at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|maintainer-feedback?(kde at Fr |maintainer-feedback+,
|eeBSD.org) |merge-quarterly?
Status|Open |In Progress
CC| |kai at FreeBSD.org
--- Comment #13 from Kai Knoblich <kai at FreeBSD.org> ---
(In reply to Tomoaki AOKI from comment #0)
(In reply to rk from comment #2)
(In reply to John Hein from comment #8)
Thanks for the report and your findings so far.
I was able to reproduce the issue, if a build jail uses a non-root user with
the following conditions:
- devel/ccache is installed
poudriere.conf:
- BUILD_AS_NON_ROOT=yes (default)
- CCACHE_DIR=/path/to/ccache/folder
- CCACHE_DIR_NON_ROOT_SAFE=yes
- MAX_FILES=1024 (default)
I was not able to reproduce it, if a build jail uses the root user with the
following setup:
- devel/ccache is installed
poudriere.conf:
- BUILD_AS_NON_ROOT=yes (default, but is changed to "no" as
CCACHE_DIR_NON_ROOT_SAFE is not set)
- CCACHE_DIR=/path/to/ccache/folder
- CCACHE_DIR_NON_ROOT_SAFE is not set
- MAX_FILES=1024 (default)
AFAIK the official FreeBSD builders use (by default?) the root user for the
build jails and don't seem to use devel/ccache at all so the reported issue
with www/qt5-webengine didn't occur there.
(In reply to John Hein from comment #9)
Many thanks for the patch, which looks promising. I'm going commit it in a few
hours/days once the test builds are completed. I also plan to do a MFH for it.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list