Date: Mon, 30 Mar 2015 17:32:03 +0000 From: bugzilla-noreply@freebsd.org To: stable@FreeBSD.org Subject: [Bug 198549] [build] FreeBSD -STABLE r280855 world fail to build. Message-ID: <bug-198549-1689-ErmQsyqnhp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-198549-1689@https.bugs.freebsd.org/bugzilla/> References: <bug-198549-1689@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=198549 --- Comment #5 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to sasamotikomi from comment #4) > --- all_subdir_libllvmcodegen --- > /usr/src/lib/clang/libllvmcodegen/../../../contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp:242:29: > error: no template named 'SmallVectorYmpl'; did you mean 'SmallVectorImpl'? > const SmallVectorYmpl<SlotIndex> &Kills, > ^~~~~~~~~~~~~~~ > SmallVectorImpl > /usr/src/lib/clang/libllvmcodegen/../../../contrib/llvm/include/llvm/Target/TargetInstrInfo.h:40:25: > note: 'SmallVectorImpl' declared here > template<class T> class SmallVectorImpl; > ^ There is definitely something not right with your system, as my copy of LiveDebugVariables has the correct spelling of 'SmallVectorImpl': void addDefsFromCopies(LiveInterval *LI, unsigned LocNo, const SmallVectorImpl<SlotIndex> &Kills, SmallVectorImpl<std::pair<SlotIndex, unsigned> > &NewDefs, MachineRegisterInfo &MRI, LiveIntervals &LIS); Note that 'Y' (0x59) is just one bit difference from 'I' (0x49), so I suspect that your RAM is randomly flipping bits. Please run a thorough memory test, and replace any faulty hardware. -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198549-1689-ErmQsyqnhp>