On Fri, Jun 10, 2022 at 03:03:08AM +0100, Chris Narkiewicz wrote: > On Thu, Jun 09, 2022 at 03:25:06PM +1000, Jonathan Gray wrote: > > Can you try this diff against -current which reverts some drm commits > > from that timeframe? > > So I tried and can't compile it - probably unrelated to the patch. > Did I something wrong or just stumbled upon blighted -current? > > Thanks for all the help. > > > Steps and results below: > > First, I installed snapshot using this image: > https://ftp.hostserver.de/archive/2022-06-09-0105/snapshots/amd64/install71.img > > Then I fetched all sources from tarballs and unpacked them in right > directories: > https://cdn.openbsd.org/pub/OpenBSD/7.1/src.tar.gz > https://cdn.openbsd.org/pub/OpenBSD/7.1/ports.tar.gz > https://cdn.openbsd.org/pub/OpenBSD/7.1/xenocara.tar.gz > https://cdn.openbsd.org/pub/OpenBSD/7.1/sys.tar.gz > > cd /usr/src > cvs -d [email protected]:/cvs up -Pd > > Then I applied your pach: > > patch -p0 < dri.patch > <asked y to question about revert> > Patch applied cleanly. > > cd /sys/arch/amd64/compile/GENERIC.MP/ > make obj > make config > make
you don't need to start from tarballs, try rm -r /usr/src/* cd /usr cvs -q -d [email protected]:/cvs co -P src/sys cd /usr/src patch -p0 < drm.diff cd /sys/arch/amd64/compile/GENERIC.MP make obj && make config && make
