https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273283
--- Comment #8 from Mohammad S. Babaei <[email protected]> --- I did the following change to my /etc/src.conf # Will be fixed in 14-CURRENT, see the following for more info: # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273283 #WITHOUT_LEGACY_CONSOLE=yes Then: $ cd /usr/src/ $ git pull \ $ git checkout releng/13.1 $ make clean \ && cd /usr/obj/ \ && rm -rf * \ && cd /usr/src/ \ && make buildworld -j3 \ && make buildkernel -j3 KERNCONF=CUSTOM \ && make installkernel KERNCONF=CUSTOM \ && make installworld Now I did this: $ git checkout releng/13.2 and starting to build 13.2. It's going for now. I'll report back if I have any issues building as usual. Thanks for the suggestion! -- You are receiving this mail because: You are the assignee for the bug.
