Date: Thu, 06 Jan 2022 23:50:26 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260993] [regression] [clang] stable/12 buildworld broken: fatal error: 'clang/Basic/DiagnosticCommonKinds.inc' file not found Message-ID: <bug-260993-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260993 Bug ID: 260993 Summary: [regression] [clang] stable/12 buildworld broken: fatal error: 'clang/Basic/DiagnosticCommonKinds.inc' file not found Product: Base System Version: 12.3-STABLE Hardware: Any OS: Any Status: New Keywords: regression Severity: Affects Some People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: eugen@freebsd.org CC: dim@FreeBSD.org I have amd64 stable/12 system updated on 8 December 2020. I updated stable/12 sources with gitup on yesterday, 6 January 2022 and attempted to rebuild some NanoBSD image. This box successfully performed the build last time with fresh stable/12 sources on early December 2021. Now sa= me build fails: Building /usr/obj/nanobsd.gw/usr/src/amd64.amd64/lib/clang/liblldb/Core/ModuleList.o --- Core/ModuleList.o --- In file included from /usr/src/contrib/llvm-project/lldb/source/Core/ModuleList.cpp:34: In file included from /usr/src/contrib/llvm-project/clang/include/clang/Driver/Driver.h:12: In file included from /usr/src/contrib/llvm-project/clang/include/clang/Basic/Diagnostic.h:17: /usr/src/contrib/llvm-project/clang/include/clang/Basic/DiagnosticIDs.h:71:= 10: fatal error: 'clang/ Basic/DiagnosticCommonKinds.inc' file not found #include "clang/Basic/DiagnosticCommonKinds.inc" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. *** [Core/ModuleList.o] Error code 1 make[6]: stopped in /usr/src/lib/clang/liblldb Here is full list of knobs used for build: CONF_BUILD=3D' LOADER_BZIP2_SUPPORT=3D MODULES_WITH_WORLD=3D WITHOUT_ACCT=3D WITHOUT_AMD=3D WITHOUT_APM=3D WITHOUT_ASSERT_DEBUG=3D WITHOUT_ATM=3D WITHOUT_AUDIT=3D WITHOUT_AUTHPH=3D WITHOUT_AUTOFS=3D WITHOUT_BINUTILS=3D WITHOUT_BLACKLIST=3D WITHOUT_BLACKLIST_SUPPORT=3D WITHOUT_BLUETOOTH=3D WITHOUT_CALENDAR=3D WITHOUT_CAPSICUM=3D WITHOUT_CCD=3D WITHOUT_CLANG=3D WITHOUT_CPP=3D WITHOUT_CTM=3D WITHOUT_CUSE=3D WITHOUT_CVS=3D WITHOUT_DEBUG_FILES=3D WITHOUT_DMAGENT=3D WITHOUT_DICT=3D WITHOUT_ED_CRYPTO=3D WITHOUT_EXAMPLES=3D WITHOUT_FINGER=3D WITHOUT_FDT=3D WITHOUT_FLOPPY=3D WITHOUT_FREEBSD_UPDATE=3D WITHOUT_GAMES=3D WITHOUT_GCC=3D WITHOUT_GCOV=3D WITHOUT_GDB=3D WITHOUT_GPIO=3D WITHOUT_GROFF=3D WITHOUT_GSSAPI=3D WITGOUT_HESIOD=3D WITHOUT_HTML=3D WITHOUT_HYPERV=3D WITHOUT_INFO=3D WITHOUT_IPFILTER=3D WITHOUT_KERBEROS=3D WITHOUT_KERNEL_SYMBOLS=3D WITHOUT_LIB32=3D WITHOUT_MAN=3D WITHOUT_MAN_UTILS=3D WITHOUT_NDIS=3D WITHOUT_NETCAT=3D WITHOUT_NLS=3D WITHOUT_NLS_CATALOGS=3D WITHOUT_NS_CACHING=3D WITHOUT_OBJC=3D WITHOUT_PC_SYSINSTALL=3D WITHOUT_PF=3D WITHOUT_PORTSNAP=3D WITHOUT_PROFILE=3D WITHOUT_QUOTAS=3D WITHOUT_RCS=3D WITHOUT_RESCUE=3D WITHOUT_ROUTED=3D WITHOUT_SHAREDOCS=3D WITHOUT_SVNLITE=3D WITHOUT_SYSTEM_COMPILER=3D WITHOUT_TALK=3D WITHOUT_TESTS=3D WITHOUT_TEXTPROC=3D ' Attaching unmodified make.conf used by build process, it's full log and nan= obsd environment out of its build directory. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260993-227>