From owner-freebsd-bugs@freebsd.org Wed Aug 1 19:52:58 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EF7E106798A for ; Wed, 1 Aug 2018 19:52:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E9F7684DD8 for ; Wed, 1 Aug 2018 19:52:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AEC681067989; Wed, 1 Aug 2018 19:52:57 +0000 (UTC) Delivered-To: bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CD881067988 for ; Wed, 1 Aug 2018 19:52:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B8C684DD7 for ; Wed, 1 Aug 2018 19:52:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 89E6A1F28D for ; Wed, 1 Aug 2018 19:52:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w71JqucU007405 for ; Wed, 1 Aug 2018 19:52:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w71JqufU007404 for bugs@FreeBSD.org; Wed, 1 Aug 2018 19:52:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 230269] failed to make llvm 2.7 Date: Wed, 01 Aug 2018 19:52:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ratneshtr09@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 19:52:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230269 Bug ID: 230269 Summary: failed to make llvm 2.7 Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: ratneshtr09@gmail.com Created attachment 195727 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195727&action= =3Dedit It is log file of above make Hi, I am building llvm 2.7 . But I am facing error while doing "make" . make[3]: Entering directory `/home/rtiwari1/llvm_project/llvm/lib/Transforms/Scalar' llvm[3]: Compiling LoopStrengthReduce.cpp for Release build LoopStrengthReduce.cpp: In member function =E2=80=98llvm::Value* {anonymous}::LSRInstance::Expand(const {anonymous}::LSRFixup&, const {anonymous}::Formula&, llvm::BasicBlock::iterator, llvm::SCEVExpander&, llvm::SmallVectorImpl&) const=E2=80=99: LoopStrengthReduce.cpp:2820:52: error: call of overloaded =E2=80=98next(llvm::BasicBlock::iterator)=E2=80=99 is ambiguous BetterPos =3D next(BasicBlock::iterator(Inst)); ^ LoopStrengthReduce.cpp:2820:52: note: candidates are: In file included from /home/rtiwari1/llvm_project/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:2= 7:0, from /home/rtiwari1/llvm_project/llvm/include/llvm/Target/TargetLowering.h:27, from LoopStrengthReduce.cpp:74: /home/rtiwari1/llvm_project/llvm/include/llvm/ADT/STLExtras.h:151:13: note: ItTy llvm::next(ItTy) [with ItTy =3D llvm::ilist_iterator] inline ItTy next(ItTy it) ^ In file included from /usr/include/c++/4.8/iterator:62:0, from /home/rtiwari1/llvm_project/llvm/include/llvm/Use.h:3= 0, from /home/rtiwari1/llvm_project/llvm/include/llvm/Value.h= :18, from /home/rtiwari1/llvm_project/llvm/include/llvm/User.h:= 22, from /home/rtiwari1/llvm_project/llvm/include/llvm/Constant.h:17, from /home/rtiwari1/llvm_project/llvm/include/llvm/Constants.h:24, from LoopStrengthReduce.cpp:58: /usr/include/c++/4.8/bits/stl_iterator_base_funcs.h:184:5: note: _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type) [with _ForwardIterator =3D llvm::ilist_iterator; typename std::iterator_traits<_Iter>::difference_type =3D long int] next(_ForwardIterator __x, typename ^ /bin/rm: cannot remove =E2=80=98/home/rtiwari1/llvm_project/llvm/lib/Transforms/Scalar/Release/Loo= pStrengthReduce.d.tmp=E2=80=99: No such file or directory make[3]: *** [/home/rtiwari1/llvm_project/llvm/lib/Transforms/Scalar/Release/LoopStrengt= hReduce.o] Error 1 make[3]: Leaving directory `/home/rtiwari1/llvm_project/llvm/lib/Transforms/Scalar' make[2]: *** [Scalar/.makeall] Error 2 make[2]: Leaving directory `/home/rtiwari1/llvm_project/llvm/lib/Transforms' make[1]: *** [Transforms/.makeall] Error 2 make[1]: Leaving directory `/home/rtiwari1/llvm_project/llvm/lib' make: *** [all] Error 1 --=20 You are receiving this mail because: You are the assignee for the bug.=