Re: Buildword Error on a recent -CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Dec 2022 17:57:08 UTC
Hi Michael, On Fri, Dec 02, 2022 at 12:02:15PM +0100, Michael Tuexen wrote: > > On 2. Dec 2022, at 00:30, Gordon Bergling <gbe@FreeBSD.org> wrote: > > > > Hello, > > > > I am currently having the following build work error on a recent > > -CURRENT. > > > > = ===> usr.bin/less (all) > > -16372 bytes available > Not enough space available on the disk? > > Best regards > Michael Thanks for the reply. The ZFS volumes have more then enough diskspace available, but after a second run the build succeed. I hit that problem often after a few weeks, but maybe there were some stale files or something like this present. --Gordon [...] > > Has anyone seen this error before or has recommandation on how to solve it. > > > > My src.conf for building -CURRENT is the following: > > > > WITH_EXTRA_TCP_STACKS=1 > > WITH_BEARSSL=1 > > WITH_PIE=1 > > WITH_RETPOLINE=1 > > WITH_INIT_ALL_ZERO=1 > > WITH_OPENSSL_KTLS=1 > > WITHOUT_CLEAN=1 > > > > The usual step if something with WITHOUT_CLEAN isn't working > > (deleting the obj directory) had no effect.