Date: Mon, 10 Nov 2014 16:54:52 -0800 From: "Chris H" <bsd-lists@bsdforge.com> To: "FreeBSD CURRENT" <current@freebsd.org> Cc: FreeBSD toolchain <freebsd-toolchain@freebsd.org> Subject: Unable to build world w/o clang on 11 Message-ID: <d3a1657ec76702e7d2d8ac9b8f297609@ultimatedns.net>
next in thread | raw e-mail | index | archive | help
Greetings, I'm attempting to build/install world/kernel on a fresh install of 11 on bare metal, from the bootonly iso from 10-26. I understand that clang is the default for 10+. But had hoped to install it from ports *after* kernel/world. I used what I *thought* was the correct direction to do this: src.conf(5) WITH_GCC=true WITH_GCC_BOOTSTRAP=true WITH_GNUCXX=true WITHOUT_CLANG_BOOTSTRAP=true WITHOUT_CLANG=true WITHOUT_CLANG_IS_CC=true But after attempting to 'make -j6 buildworld'. It failed. So while still in /usr/src, I make clean, cd /usr/obj, and chflags -R noschg *, then rm -rf *, followed by cd /usr/src, and make buildworld. This too fails. I inadvertently clobbered the output I had intended to post along with this message. But I remember it being during the CC of rescue. If that helps any. Thank you for all your time, and consideration. --Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d3a1657ec76702e7d2d8ac9b8f297609>