Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890068 - sys-devel/clang-16.0.0.9999: /var/tmp/portage/sys-devel/clang-16.0.0.9999/work/clang/lib/CodeGen/CGDebugInfo.cpp:4218:56: error: ‘const class llvm::Triple’ has no member named ‘isBPF’
Summary: sys-devel/clang-16.0.0.9999: /var/tmp/portage/sys-devel/clang-16.0.0.9999/wor...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-07 15:43 UTC by HougeLangley
Modified: 2023-01-09 06:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build_log (clang-16.0.0.9999-full-build-log.log.xz,48.29 KB, application/x-xz)
2023-01-07 15:44 UTC, HougeLangley
Details
emerge --info (emerge --info.txt,7.65 KB, text/plain)
2023-01-07 15:45 UTC, HougeLangley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description HougeLangley 2023-01-07 15:43:01 UTC
FAILED: lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o 
/usr/sbin/x86_64-pc-linux-gnu-g++ -DGTEST_HAS_RTTI=0 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/tmp/portage/sys-devel/clang-16.0.0.9999/work/x/y/clang-abi_x86_64.amd64/lib/CodeGen -I/var/tmp/portage/sys-devel/clang-16.0.0.9999/work/clang/lib/CodeGen -I/var/tmp/portage/sys-devel/clang-16.0.0.9999/work/clang/include -I/var/tmp/portage/sys-devel/clang-16.0.0.9999/work/x/y/clang-abi_x86_64.amd64/include -I/usr/lib/llvm/16/include  -DNDEBUG -march=skylake -O2 -pipe -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -std=c++17 -MD -MT lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o -MF lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o -c /var/tmp/portage/sys-devel/clang-16.0.0.9999/work/clang/lib/CodeGen/CGDebugInfo.cpp
/var/tmp/portage/sys-devel/clang-16.0.0.9999/work/clang/lib/CodeGen/CGDebugInfo.cpp: In member function ‘void clang::CodeGen::CGDebugInfo::EmitFunctionDecl(clang::GlobalDecl, clang::SourceLocation, clang::QualType, llvm::Function*)’:
/var/tmp/portage/sys-devel/clang-16.0.0.9999/work/clang/lib/CodeGen/CGDebugInfo.cpp:4218:56: error: ‘const class llvm::Triple’ has no member named ‘isBPF’
 4218 |   if (IsDeclForCallSite && CGM.getTarget().getTriple().isBPF()) {
      |                                                        ^~~~~


Reproducible: Always
Comment 1 HougeLangley 2023-01-07 15:44:53 UTC
Created attachment 847836 [details]
build_log
Comment 2 HougeLangley 2023-01-07 15:45:06 UTC
Created attachment 847838 [details]
emerge --info
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-01-09 06:45:58 UTC
We do not provide support for live ebuilds.  What you're seeing is probably just a missync between sys-devel/llvm and sys-devel/clang because they didn't get built at the same commit.