On 2026-05-18, Christian Schulte <[email protected]> wrote: > Am 18.05.2026 um 05:06 schrieb Jonathan Gray: >> On Mon, May 18, 2026 at 12:06:23AM +0200, Christian Schulte wrote: >>> Hi, >>> >>> are the build instructions in release(8) for building xenocara still >>> recent? After a fresh install and a fresh checkout, I am getting build >>> issues, I don't know what to do about. For example: >>> >>> ===> driver/xf86-video-amdgpu >>> make: don't know how to make build >>> Stop in driver/xf86-video-amdgpu >>> *** Error 2 in driver (<bsd.subdir.mk>:48 'build') >>> *** Error 2 in . (<bsd.subdir.mk>:48 'realbuild') >>> *** Error 2 in . (Makefile:37 'do-build') >>> *** Error 2 in /usr/xenocara (Makefile:26 'build') >>> >>> It's the only driver/xf86-video-* not directory not containing >>> autoconf/automake scripts or a Makefile.bsd-wrapper and indeed the >>> Makfile therein does not contain a build target. >> >> The build target comes from the included bsd.xorg.mk >> >> It seems you have a problem in your checkout or environment. >> xenocara builds fine here. > > Not sure. It's really a fresh install and a fresh checkout.
Is your obj directory clean (not just "make clean" clean; actually clean - "rm -r obj/*; make obj")?

