Re: buildworld FAILURE:googletest

2024-10-28 Thread Larry Rosenman
on a clean /usr/obj it works. The below was metamode. On 10/28/2024 11:20 pm, Larry Rosenman wrote: Building /usr/obj/usr/src/amd64.amd64/secure/lib/libcrypto/RSA_sign.3.gz ld: error: undefined symbol: testing::internal::MakeAndRegisterTestInfo(char const*, char const*, char const*, char co

buildworld FAILURE:googletest

2024-10-28 Thread Larry Rosenman
Building /usr/obj/usr/src/amd64.amd64/secure/lib/libcrypto/RSA_sign.3.gz ld: error: undefined symbol: testing::internal::MakeAndRegisterTestInfo(char const*, char const*, char const*, char const*, testing::internal::CodeLocation, void const*, void (*)(), void (*)(), testing::internal::TestFac

Re: speedup build time

2024-10-28 Thread Cy Schubert
In message , David Wolfskill writes: > > --ySbbNwu/7EFCexY0 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Sun, Oct 27, 2024 at 07:00:17PM -0500, Maku Bex wrote: > > ... > > I'm trying to figure out a way to decrease

Re: panic: tcp_do_segment: sent too much

2024-10-28 Thread Cheng Cui
On Sun, Oct 27, 2024 at 1:14 PM Scheffenegger, Richard < richard.scheffeneg...@netapp.com> wrote: > > It's possible; > > D43355 and D43470 were quite strongly interrelated if my memory serves - > any currently only the former is committed. > > OK. I give D43470 a green light for now, based on my i

Re: speedup build time

2024-10-28 Thread Dimitry Andric
The compiler and linker can run faster, if you disable their internal seatbelts. How much faster depends on the use case, but I have heard 5-10% being thrown around. The same holds for FreeBSD itself of course, though the performance difference there is probably different. In any case, if you d

Re: speedup build time

2024-10-28 Thread Nuno Teixeira
Hello, In what way could WITHOUT_LLVM_ASSERTIONS speed up builds? Thanks, Alexander Leidinger escreveu (segunda, 28/10/2024 à(s) 10:02): > Hi, > > Try (add) > src.conf: > WITHOUT_CLEAN=YES > WITH_MALLOC_PRODUCTION=YES > WITHOUT_LLVM_ASSERTIONS=yes > > This may only give a result in subsequent

RE: speedup build time

2024-10-28 Thread Alexander Leidinger
Hi, Try (add) src.conf: WITHOUT_CLEAN=YES WITH_MALLOC_PRODUCTION=YES WITHOUT_LLVM_ASSERTIONS=yes This may only give a result in subsequent builds, not on the first build or when a lot or something essential has changed. Note (just in case...) the make jobs number you use is not used for the