[Bug 273283] Trying to build world (upgrade from 13.1 to 13.2) from source fails
Date: Wed, 23 Aug 2023 22:10:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273283 --- Comment #8 from Mohammad S. Babaei <info@babaei.net> --- 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.