Re: 15.0-CURRENT build broken in lib/libmagic
- In reply to: Dag-Erling_Smørgrav : "Re: 15.0-CURRENT build broken in lib/libmagic"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Sep 2023 05:33:35 UTC
Am 10.09.23 um 05:18 schrieb Dag-Erling Smørgrav: > Rainer Hurling <rhurlin@gwdg.de> writes: >> Unfortunately, here it breaks with: >> [...] >> /usr/src/lib/libc/gdtoa/machdep_ldisx.c:40:10: fatal error: 'sys/cdefs.h' file not found > > That's because you wiped /usr/obj before starting. Try running 'make > buildincludes' inside the buildenv before building libc. If that still > fails, just run buildworld; it will fail in libmagic as before but it > will have built libc before failing, and you can install libc and > restart the build. > > DES Yes, that works! Now I have a working, most recent 15.0-CURRENT again :D I think now I understand how to use the buildenv to build individual parts. Many thanks for that and for your help and patience. Regards, Rainer