Skip to content
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

Closed
ghost opened this issue Apr 5, 2021 · 4 comments
Closed

Fails to build lang/rust, not enough disk space #187

ghost opened this issue Apr 5, 2021 · 4 comments

Comments

@ghost
Copy link

ghost commented Apr 5, 2021

(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

jrmarino added a commit that referenced this issue Apr 5, 2021
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
@jrmarino
Copy link
Owner

jrmarino commented Apr 5, 2021

Thanks, suggestion is acceptable.
I can make another release when issue #186 is resolved.

@ghost
Copy link
Author

ghost commented Apr 6, 2021

Great, thank you!

@jrmarino
Copy link
Owner

jrmarino commented Apr 9, 2021

can you tell the maintainer (ericbsd) (see https://www.freshports.org/ports-mgmt/synth)
that the port needs to be updated? He skipped v2.09, so there hasn't been a new release on freebsd ports in 2 years. I just created v2.10

@jrmarino jrmarino closed this as completed Apr 9, 2021
@ghost
Copy link
Author

ghost commented Apr 11, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant