Re: buildworld failure r223619 to 225128

看板FB_current作者時間14年前 (2011/08/26 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/6 (看更多)
On 2011-08-25 17:12, Beach Geek wrote: > make buildworld failed trying to upgrade from r223619 to r225128. > (Note: Updating other boxes from r224774 to r225119 went flawless) > > On failing laptop (Toshibs Sat C655D) ..... > /usr/include/c++/4.2/bits/stringfwd.h:56: internal compiler error: > Segmentation fault: 11 > Please submit full report, That is most likely a hardware problem. Please run a full memtest, and/or any other hardware diagnostics you can find. It could also be running out of memory, but that is less likely, and you usually get another signal then. But who knows what might happen if you choke a compiler. :) > I do "rm -r /usr/obj/*" and make clean (in /usr/src) before doing > buildworld on all boxes. > I also tried compiling new GENERIC kernel then doing buildworld. It > failed with same message. It dies on exactly the same file? > Reverted to old/original kernel and tried "make depend" in /usr/src. You can't do that, you must run buildworld. > It failed with... (by hand again) > > ===> lib/clang/libllvmarmasmparser (depend) > tblgen -l /usr/src/lib/clang/libllvmarmasmparser/../../../contrib/llvm/lib/Target/ARM > -I /usr/src/lib/clang/libllvmarmasmparser/../../../contrib/llvm/include > -I /usr/src/lib/clang/libllvmarmasmparser/../../../contrib/llvm/lib/Target > -gen-asm-matcher -o ARMGenAsm Matcher.inc.h > /usr/src/lib/clang/libllvmarmasmparser/../../../contrib/llvm/lib/Target/ARM/ARM.td > > tblgen: Record 'CCR', field 'MemberList' does not have a list initializer! > *** Error code 1 > Stop in /usr/src/lib/clang/libllvmarmasmparser. Yes, this is expected. When you do not use the buildworld target, the tblgen used above will be run from /usr/bin, which is too old. This is why buildworld first builds an up-to-date tblgen under /usr/obj, and uses that to generate the needed files. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1ELfll_D (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1ELfll_D (FB_current)