[Bug 254541] ports-mgmt/synth: Fails to build lang/rust, not enough disk space

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 25 11:36:44 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254541

            Bug ID: 254541
           Summary: ports-mgmt/synth: Fails to build lang/rust, not enough
                    disk space
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: dev at submerge.ch
                CC: ericbsd at FreeBSD.org, rust at FreeBSD.org
                CC: ericbsd at FreeBSD.org, rust at FreeBSD.org
 Attachment #223563 text/plain
         mime type:

Created attachment 223563
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223563&action=edit
Remove the max size limit for work area tmpfs mounts.

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.

Patch attached removes this limit completely. That should be future-proof.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list