On Sun, Mar 13, 2016 at 09:51:25PM -0500, Larry Rosenman wrote: > I wound up restoring EVERYTHING from the latest snapshot memstick image > and I still can't get a world built: > > attached is the make.out, from a clean /usr/obj, and latest /usr/src. What do you mean by clean obj, did you rm -rf usr/obj before the build ?
> > ===> lib/clang/libclanganalysis (all) > clang-tblgen -gen-clang-attr-list -I > /usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include > -d AttrList.inc.d -o AttrList.inc.h > /usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/Attr.td > *** Signal 11 > > Stop. > make[4]: stopped in /usr/src/lib/clang/libclanganalysis > *** Error code 1 Which binary faulted ? Try to load it into the debugger. Also, you could put DEBUG_FLAGS=-g into make.conf and build, but I am not sure if the setting is effective during all buildworld stages, including the earliest. BTW, do you have anything in make.conf or src.conf ? What if you build on some other system ? _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"