From owner-freebsd-bugs@freebsd.org Thu Jan 17 11:08:51 2019 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 02225148F282 for ; Thu, 17 Jan 2019 11:08:51 +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 8E7AC87ECD for ; Thu, 17 Jan 2019 11:08:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4951D148F281; Thu, 17 Jan 2019 11:08:50 +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 25450148F280 for ; Thu, 17 Jan 2019 11:08:50 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1E8E87ECC for ; Thu, 17 Jan 2019 11:08:49 +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 0AA4611991 for ; Thu, 17 Jan 2019 11:08:49 +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 x0HB8m7Q029020 for ; Thu, 17 Jan 2019 11:08:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x0HB8mql029019 for bugs@FreeBSD.org; Thu, 17 Jan 2019 11:08:48 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 235021] make buildworld fails in /usr/src/lib/clang/libclang Date: Thu, 17 Jan 2019 11:08:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: oz42@oz42.eu 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 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.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2019 11:08:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235021 Bug ID: 235021 Summary: make buildworld fails in /usr/src/lib/clang/libclang Product: Base System Version: 12.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: oz42@oz42.eu --- CodeGen/BackendUtil.o --- In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp:10: In file included from /usr/src/contrib/llvm/tools/clang/include/clang/CodeGen/BackendUtil.h:14: In file included from /usr/src/contrib/llvm/include/llvm/IR/ModuleSummaryIndex.h:27: In file included from /usr/src/contrib/llvm/include/llvm/IR/Module.h:23: /usr/src/contrib/llvm/include/llvm/IR/Attributes.h:74:14: fatal error: 'llvm/IR/Attributes.gen' file not found #include "llvm/IR/Attributes.gen" ^~~~~~~~~~~~~~~~~~~~~~~~ --- CodeGen/CGBuiltin.o --- c++ -O2 -pipe -I/usr/obj/usr/src/amd64.amd64/lib/clang/libclang -I/usr/obj/usr/src/amd64.amd64/lib/clang/libllvm -I/usr/src/contrib/llvm/tools/clang/lib/Basic -I/usr/src/contrib/llvm/tools/clang/lib/Driver -I/usr/src/contrib/llvm/tools/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include -DLLVM_BUILD_GLOBAL_ISEL -D__STDC_LIMIT_MAC= ROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_= MIPS -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_SPARC -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=3DLLVMInitializeX86AsmPars= er -DLLVM_NATIVE_ASMPRINTER=3DLLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=3DLLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=3DLLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=3DLLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=3DLLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -gline-tables-only -MD -MF.depend.CodeGen_CGBuiltin.o -MTCodeGen/CGBuiltin.o -fstack-protector-strong -Qunused-arguments -std=3D= c++11 -fno-exceptions -fno-rtti -gline-tables-only -stdlib=3Dlibc++ -Wno-c++11-extensions -c /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp -o CodeGen/CGBuiltin.o --- CodeGen/CGBlocks.o --- In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp:14: In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h:17: In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h:14: In file included from /usr/src/contrib/llvm/include/llvm/IR/IRBuilder.h:25: In file included from /usr/src/contrib/llvm/include/llvm/IR/ConstantFolder.h:22: In file included from /usr/src/contrib/llvm/include/llvm/IR/InstrTypes.h:27: /usr/src/contrib/llvm/include/llvm/IR/Attributes.h:74:14: fatal error: 'llvm/IR/Attributes.gen' file not found #include "llvm/IR/Attributes.gen" ^~~~~~~~~~~~~~~~~~~~~~~~ --- CodeGen/BackendUtil.o --- 1 error generated. *** [CodeGen/BackendUtil.o] Error code 1 make: stopped in /usr/src/lib/clang/libclang --- CodeGen/CGBuiltin.o --- In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp:14: In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h:18: In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h:17: In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h:14: In file included from /usr/src/contrib/llvm/include/llvm/IR/IRBuilder.h:25: In file included from /usr/src/contrib/llvm/include/llvm/IR/ConstantFolder.h:22: In file included from /usr/src/contrib/llvm/include/llvm/IR/InstrTypes.h:27: /usr/src/contrib/llvm/include/llvm/IR/Attributes.h:74:14: fatal error: 'llvm/IR/Attributes.gen' file not found #include "llvm/IR/Attributes.gen" ^~~~~~~~~~~~~~~~~~~~~~~~ --- CodeGen/CGAtomic.o --- In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp:14: In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h:19: In file included from /usr/src/contrib/llvm/tools/clang/lib/CodeGen/EHScopeStack.h:23: In file included from /usr/src/contrib/llvm/include/llvm/IR/Instructions.h:= 27: /usr/src/contrib/llvm/include/llvm/IR/Attributes.h:74:14: fatal error: 'llvm/IR/Attributes.gen' file not found #include "llvm/IR/Attributes.gen" ^~~~~~~~~~~~~~~~~~~~~~~~ --- CodeGen/CGBlocks.o --- 1 error generated. *** [CodeGen/CGBlocks.o] Error code 1 make: stopped in /usr/src/lib/clang/libclang --- CodeGen/CGAtomic.o --- 1 error generated. *** [CodeGen/CGAtomic.o] Error code 1 make: stopped in /usr/src/lib/clang/libclang --=20 You are receiving this mail because: You are the assignee for the bug.=