Date: Wed, 23 Aug 2023 22:10:16 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 273283] Trying to build world (upgrade from 13.1 to 13.2) from source fails Message-ID: <bug-273283-227-gg32nZbG1n@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273283-227@https.bugs.freebsd.org/bugzilla/> References: <bug-273283-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273283 --- 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=3D273283 #WITHOUT_LEGACY_CONSOLE=3Dyes 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=3DCUSTOM \ && make installkernel KERNCONF=3DCUSTOM \ && 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! --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273283-227-gg32nZbG1n>