-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to build lang/rust, not enough disk space #187
Comments
Adopt patch suggested in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254541 The cap of 16Gb lasted a long while, but rather than keep raising it, just remove the upper limit as suggested. Reported by: Florian Walpen Reported by: Teran McKinney
Thanks, suggestion is acceptable. |
Great, thank you! |
can you tell the maintainer (ericbsd) (see https://www.freshports.org/ports-mgmt/synth) |
Looks like ericbsd handed it over to fluffy, and fluffy has updated it. It's just missing from 2021Q2, which I've asked about. Thank you so much! |
(Copied from bugs.freebsd.org bug report, not mine but I'm affected by this.)
--
"Recent updates of lang/rust fail to build when using synth, at least with the default option to "Use tmpfs for work area". The error is always a variation of "not enough disk space".
Culprit is the tmpfs mount for the work area (.../construction), which is set up with a hard-coded max size of ~16GB. A recent lang/rust build creates around 17.5GB of data in the work area, exceeding the tmpfs limit."
--
Includes a patch.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254541
The text was updated successfully, but these errors were encountered: