Am 18.05.2026 um 14:35 schrieb Stuart Henderson:
> 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")?

Seems I never noticed the command I am using to remove the objects does
not remove anything. My guess is the * is expanded before calling doas
instead of getting passed to doas. D'oh! Never noticed this. Only the rm
running as root after su removes them.  You just need to know. Thanks.

Script started on Tue May 19 06:26:56 2026
0x02$ doas rm -rf /usr/xobj/*

0x02$ doas ls -lah /usr/xobj/

total 204
drwxrwx---  11 build  wobj    512B May 18 13:01 .
drwxr-xr-x  18 root   wheel   512B May 15 06:08 ..
drwxrwx---  83 build  wobj    1.5K Apr  5 22:38 app
drwxrwx---   4 build  wobj    512B Apr  5 22:38 data
drwxrwx---   3 build  wobj    512B Apr  5 22:38 doc
drwxrwx---  34 build  wobj    1.0K Apr  5 22:38 driver
drwxrwx---  40 build  wobj    1.0K Apr  5 22:38 font
drwxrwx---  54 build  wobj    1.0K Apr  5 22:38 lib
drwxrwx---   4 build  wobj    512B Apr  5 22:38 proto
drwxrwx---   5 build  wobj    512B Apr  5 22:38 util
-rw-rw----   1 build  wobj   78.4K May 18 13:01 xorg-config.cache.amd64
drwxrwx---  29 build  wobj    1.0K May 18 12:52 xserver
0x02$ su

Password:
0x02# rm -rf /usr/xobj/*

0x02# ^D

0x02$ ^D


Script done on Tue May 19 06:27:46 2026

Reply via email to