Unsubscribe

2024-10-30 Thread Lynn Grant

Re: buildworld FAILURE:googletest

2024-10-30 Thread Lexi Winter
On 30/10/2024 20:42, Simon J. Gerraty wrote: Would need more context to comment. Do you have filemon(4) loaded? yes. meta mode makes very little difference for a clean tree build, it is only update builds where the .meta files become super useful. this was a build updating an existing ob

missing header files: wmmintrin.h, emmintrin.h

2024-10-30 Thread Maku Bex
Hello, I'm attempting to build kernel [make kernel KERNCONF=GENERIC-NODEBUG] on revision d0f9b0bd19bf5dc4031164fd26c5bbc4bab1cc74 and I keep getting the following hard stop: /usr/src/sys/crypto/aesni/aesni_ghash.c:73:10: error: 'wmmintrin.h' file not found with include; use "quotes"

Re: buildworld FAILURE:googletest

2024-10-30 Thread Simon J. Gerraty
Lexi Winter wrote: > > meta mode makes very little difference for a clean tree build, > > it is only update builds where the .meta files become super useful. > > this was a build updating an existing obj tree from > > ~53314e34d5e8e7f781ab990805b22f7a56bc0580 > > to > > ~22429a464a5f4f6bb5a056

Re: speedup build time

2024-10-30 Thread Brian
Doesn't ccache work? install the package and put WITh_CCACHE_BUILD=yes in /etc/make.conf. With a lot of ccache hits i cann build kernel and world with 4 cores onn a vm in about ab hour. On 10/27/2024 5:00 PM, Maku Bex wrote: Hello, I’m trying to figure out a way to decrease build time of -C

No valid device tree blob found!

2024-10-30 Thread Alexander Leidinger
Hi, I've updated an oracle ampere instance running -current from 2024-09-12-140543 to 2024-10-30-121420 and now I get: ---snip--- Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... Loading splash ok No valid device tree blob found! WARNING! Tr

Re: buildworld FAILURE:googletest

2024-10-30 Thread Lexi Winter
On 29/10/2024 06:01, Larry Rosenman wrote: on a clean /usr/obj it works.  The below was metamode. i also just ran into this with meta mode + make buildworld-jobs, src ~22429a464a5f4f6bb5a056aae1353985db83b721. ld: error: undefined symbol: testing::internal::MakeAndRegisterTestInfo(char cons

Re: buildworld FAILURE:googletest

2024-10-30 Thread Simon J. Gerraty
Would need more context to comment. Do you have filemon(4) loaded? meta mode makes very little difference for a clean tree build, it is only update builds where the .meta files become super useful. Though they are always good for build failure triage - helps if you have MK_META_ERROR_TARGET=yes

Re: buildworld FAILURE:googletest

2024-10-30 Thread Juraj Lutter
> On 30 Oct 2024, at 21:19, Lexi Winter wrote: > > On 29/10/2024 06:01, Larry Rosenman wrote: >> on a clean /usr/obj it works. The below was metamode. > > i also just ran into this with meta mode + make buildworld-jobs, src > ~22429a464a5f4f6bb5a056aae1353985db83b721. > > ld: error: undefi

Re: speedup build time

2024-10-30 Thread Nuno Teixeira
>make buildworld-jobs buildkernel-jobs > cool! i'll try that next time :D > -- > I'm using it since: --- 20230420: Add jobs.mk to save typing. Enables -j${JOB_MAX} and logging eg. make buildworld-jobs runs make -j${JOB_MAX} buildworld > ../bu

Re: speedup build time

2024-10-30 Thread Juraj Lutter
> On 29 Oct 2024, at 23:52, Simon J. Gerraty wrote: > > Maku Bex wrote: > >> * What (if any) "max_jobs" (make's "-j" parameter) are you using? 16 > > BTW if you use 'buildworld-jobs' jobs.mk will default to -j 1.33C (1.33 * > ncpu) and also save the output to ../buildworld.log > > 1.5C als