Buildword Error on a recent -CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Dec 2022 23:30:19 UTC
Hello,
I am currently having the following build work error on a recent
-CURRENT.
= ===> usr.bin/less (all)
  -16372 bytes available
  --- loader_lua.bin ---
  *** [loader_lua.bin] Error code 1
  make[5]: stopped in /boiler/nfs/src/stand/i386/loader_lua
  --- all_subdir_stand ---
  make[2]: stopped in /boiler/nfs/src
  --- all_subdir_lib ---
  make[2]: stopped in /boiler/nfs/src
  --- all_subdir_usr.bin ---
  make[2]: stopped in /boiler/nfs/src
  --- all_subdir_usr.sbin ---
  make[2]: stopped in /boiler/nfs/src
        240.29 real       849.36 user        73.97 sys
  --- everything ---
  make[1]: stopped in /boiler/nfs/src
  --- buildworld ---
  make: stopped in /boiler/nfs/src
  make[1]: "/boiler/nfs/src/Makefile.inc1" line 331: SYSTEM_COMPILER: libclang will be built for bootstrapping a cross-compiler
  .
  make[1]: "/boiler/nfs/src/Makefile.inc1" line 334: SYSTEM_LINKER: Determined that LD=ld matches the source tree.  Not bootstr
  apping a cross-linker.
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.
--Gordon