graphics/drm-61-kmod tree requirements for make (was: [14.2] No console)
Date: Fri, 14 Mar 2025 23:39:04 UTC
On 12/01/2025 16:58, Chris Moerz wrote: > On Sun, 12 Jan 2025, Ярослав Машко wrote: > >> Somehow bulding drm-61-kmod from ports fixed the issue. >> > That's exactly it - you will need to build graphics/drm-61-kmod directly > from ports. Clone the ports repo into /usr/ports, … For future reference: in addition to the ports tree, there's a requirement for part of the src tree. This part can be lazily installed (added) with pkg. With /usr/ports alone populated – in the absence of things such as /usr/src/sys/conf/kern.opts.mk – make will fail as shown in the attached example. HTH