You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bileslav How much space do you have on the filesystem? I am guessing that the port build is filling on /tmp in the jail which lands on your host ZFS/UFS.
From just reviewing the code I see some problems.
It looks like there are several places that check ${TMPFS_ALL} -eq 1 which do not consider the individual options as an alternative. I think ${TMPFS_ALL} needs to be only checked in 1 place (to enable the smaller flags).
I think the real problem is that we don't have a USE_TMPFS=builder as implied by USE_TMPFS=all doc:
# all - Run the entire build in memory, including builder jails.
We only have wrkdir, data, and localbase, but no base/builder. And tmpdir apparently.
Prerequisites
Describe the bug
The configurations mentioned below are presented at the end of the issue.
For what it's worth, I'm almost sure that I didn't observe such numbers using the config A.
How to reproduce
Build devel/electron32 using the A and B configurations.
Expected behavior
Environment
Additional context
Configuration A
Configuration B
The difference is only in the value of
USE_TMPFS
.The text was updated successfully, but these errors were encountered: