From owner-freebsd-stable@FreeBSD.ORG Mon Mar 30 17:32:03 2015 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9320BF for ; Mon, 30 Mar 2015 17:32:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FF756D8 for ; Mon, 30 Mar 2015 17:32:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2UHW3l8036462 for ; Mon, 30 Mar 2015 17:32:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: stable@FreeBSD.org Subject: [Bug 198549] [build] FreeBSD -STABLE r280855 world fail to build. Date: Mon, 30 Mar 2015 17:32:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 17:32:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198549 --- Comment #5 from Dimitry Andric --- (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 &Kills, > ^~~~~~~~~~~~~~~ > SmallVectorImpl > /usr/src/lib/clang/libllvmcodegen/../../../contrib/llvm/include/llvm/Target/TargetInstrInfo.h:40:25: > note: 'SmallVectorImpl' declared here > template 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 &Kills, SmallVectorImpl > &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.