Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-25 Thread Wol
On 23/03/2024 09:20, Neil Bothwick wrote: tmpfs only uses the space it needs, so it would appear to the ebuild that there is plenty of space, but it would only use and extra gig or two of your RAM. For me, avoiding tmpfs for big ebuilds is the least hassle, using package.env. I've yet to set m

Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-23 Thread Bryan Gardiner
On Fri, 22 Mar 2024 20:11:57 -0400 Jack wrote: > It seems the problem is that the enviroment file in the temp dir of > the build area is sourced when you run ebuild/emerge. (It's among > the first output when you run ebuild.) Since that file was created > based on the state of the ebuild when t

Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-23 Thread Neil Bothwick
On Fri, 22 Mar 2024 16:32:28 -0400, Jack wrote: > > Why not add more to the ramdisk, assuming it is a tmpfs. If it needs > > more > > than your physical memory, it will use swap, but that won't happen > > because you only need the extra space. > That's actually what I did. The problem is not

Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-22 Thread Jack
On 2024.03.22 16:22, Neil Bothwick wrote: On Fri, 22 Mar 2024 12:57:34 -0400, Jack wrote: > In this case, the offending package is dev-lang/rust, but this has > happened to me previously with other packages that require a lot of > space and time to build. > > The build fails for any reason.  Sin

Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-22 Thread Jack
On 2024.03.22 16:22, Neil Bothwick wrote: On Fri, 22 Mar 2024 12:57:34 -0400, Jack wrote: > In this case, the offending package is dev-lang/rust, but this has > happened to me previously with other packages that require a lot of > space and time to build. > > The build fails for any reason.  Sin

Re: [gentoo-user] how to prevent ebuild from checking for available space

2024-03-22 Thread Neil Bothwick
On Fri, 22 Mar 2024 12:57:34 -0400, Jack wrote: > In this case, the offending package is dev-lang/rust, but this has > happened to me previously with other packages that require a lot of > space and time to build. > > The build fails for any reason.  Since it has already progressed over > half

[gentoo-user] how to prevent ebuild from checking for available space

2024-03-22 Thread Jack
In this case, the offending package is dev-lang/rust, but this has happened to me previously with other packages that require a lot of space and time to build. The build fails for any reason.  Since it has already progressed over half way through the build, I would like to continue the build i