compilerplugins build error since migration from clang 14 to clang 16

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

On pc Debian x86-64 (testing) with master sources updated today, I got this error:

[CXX] compilerplugins/clang/includeform.cxx
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangSema.a(SemaRISCVVectorLookup.cpp.o) : dans la fonction « clang::CreateRISCVIntrinsicManager(clang::Sema&) » : (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x262): undefined reference to `clang::RISCV::RVVIntrinsic::computeBuiltinTypes(llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>, bool, bool, bool, unsigned int, clang::RISCV::PolicyScheme, clang::RISCV::Policy)' /usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x2be): undefined reference to `clang::RISCV::RVVIntrinsic::computeBuiltinTypes(llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>, bool, bool, bool, unsigned int, clang::RISCV::PolicyScheme, clang::RISCV::Policy)' /usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x2cf): undefined reference to `clang::RISCV::RVVIntrinsic::getSupportedUnMaskedPolicies()' /usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x2f8): undefined reference to `clang::RISCV::RVVIntrinsic::getSupportedMaskedPolicies(bool, bool)' /usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x3e2): undefined reference to `clang::RISCV::RVVTypeCache::computeTypes(clang::RISCV::BasicType, int, unsigned int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)' /usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x425): undefined reference to `clang::RISCV::RVVIntrinsic::getSuffixStr[abi:cxx11](clang::RISCV::RVVTypeCache&, clang::RISCV::BasicType, int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)' /usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x452): undefined reference to `clang::RISCV::RVVIntrinsic::getSuffixStr[abi:cxx11](clang::RISCV::RVVTypeCache&, clang::RISCV::BasicType, int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)'...

(see attached file).

It began since automatic migration from clang-14 to clang-16.

I did a "make clean && make compilerplugins.clean && ./autogen.sh"

autogen.input contains:

CC=clang
CXX=clang++
--enable-ld=lld
#--with-webdav=curl
--enable-online-update
--with-privacy-policy-url=https://yourdomain/privacy-policy
--enable-compiler-plugins
--enable-dbgutil
--enable-evolution2
--enable-gtk4
--enable-qt5
--enable-kf5
--enable-gtk3-kde5
# pour tester build rpm format
--enable-skia=debug
--enable-ext-nlpsolver
--enable-ext-numbertext
--enable-ext-wiki-publisher
--enable-dbus
--enable-werror
--enable-dependency-tracking
--enable-python=fully-internal
--without-system-mariadb
--enable-bundle-mariadb
--enable-symbols
--enable-avahi
--enable-eot
--enable-odk
--with-lang=en-US de es fr hu it ja nl pt pt-BR ru
#--with-lang=ALL
--with-myspell-dicts
#--with-help

I also attached my config.log

Any idea how to fix this?

Julien
[CXX] compilerplugins/clang/includeform.cxx
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangSema.a(SemaRISCVVectorLookup.cpp.o) : dans la fonction « clang::CreateRISCVIntrinsicManager(clang::Sema&) » :
(.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x262): undefined reference to `clang::RISCV::RVVIntrinsic::computeBuiltinTypes(llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>, bool, bool, bool, unsigned int, clang::RISCV::PolicyScheme, clang::RISCV::Policy)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x2be): undefined reference to `clang::RISCV::RVVIntrinsic::computeBuiltinTypes(llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>, bool, bool, bool, unsigned int, clang::RISCV::PolicyScheme, clang::RISCV::Policy)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x2cf): undefined reference to `clang::RISCV::RVVIntrinsic::getSupportedUnMaskedPolicies()'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x2f8): undefined reference to `clang::RISCV::RVVIntrinsic::getSupportedMaskedPolicies(bool, bool)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x3e2): undefined reference to `clang::RISCV::RVVTypeCache::computeTypes(clang::RISCV::BasicType, int, unsigned int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x425): undefined reference to `clang::RISCV::RVVIntrinsic::getSuffixStr[abi:cxx11](clang::RISCV::RVVTypeCache&, clang::RISCV::BasicType, int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x452): undefined reference to `clang::RISCV::RVVIntrinsic::getSuffixStr[abi:cxx11](clang::RISCV::RVVTypeCache&, clang::RISCV::BasicType, int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x520): undefined reference to `clang::RISCV::RVVIntrinsic::computeBuiltinTypes(llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>, bool, bool, bool, unsigned int, clang::RISCV::PolicyScheme, clang::RISCV::Policy)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x565): undefined reference to `clang::RISCV::RVVTypeCache::computeTypes(clang::RISCV::BasicType, int, unsigned int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x64f): undefined reference to `clang::RISCV::RVVTypeCache::computeTypes(clang::RISCV::BasicType, int, unsigned int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x71c): undefined reference to `clang::RISCV::RVVIntrinsic::computeBuiltinTypes(llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>, bool, bool, bool, unsigned int, clang::RISCV::PolicyScheme, clang::RISCV::Policy)'
/usr/bin/ld: (.text._ZN5clang27CreateRISCVIntrinsicManagerERNS_4SemaE+0x764): undefined reference to `clang::RISCV::RVVTypeCache::computeTypes(clang::RISCV::BasicType, int, unsigned int, llvm::ArrayRef<clang::RISCV::PrototypeDescriptor>)'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangSema.a(SemaRISCVVectorLookup.cpp.o) : dans la fonction « (anonymous namespace)::RISCVIntrinsicManagerImpl::InitRVVIntrinsic(clang::RISCV::RVVIntrinsicRecord const&, llvm::StringRef, llvm::StringRef, bool, std::vector<clang::RISCV::RVVType*, std::allocator<clang::RISCV::RVVType*> >&, bool, clang::RISCV::Policy) » :
(.text._ZN12_GLOBAL__N_125RISCVIntrinsicManagerImpl16InitRVVIntrinsicERKN5clang5RISCV18RVVIntrinsicRecordEN4llvm9StringRefES7_bRSt6vectorIPNS2_7RVVTypeESaISA_EEbNS2_6PolicyE+0x71c): undefined reference to `clang::RISCV::RVVIntrinsic::updateNamesAndPolicy(bool, bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, clang::RISCV::Policy&)'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_ignoringParenImpCasts0Matcher::matches(clang::Expr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal37matcher_ignoringParenImpCasts0Matcher7matchesERKNS_4ExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal37matcher_ignoringParenImpCasts0Matcher7matchesERKNS_4ExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x55): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_hasCanonicalType0Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal32matcher_hasCanonicalType0Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal32matcher_hasCanonicalType0Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x48): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasType0Matcher, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl, clang::CXXBaseSpecifier>), clang::ast_matchers::internal::Matcher<clang::QualType> >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasType0Matcher, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl, clang::CXXBaseSpecifier>), clang::ast_matchers::internal::Matcher<clang::QualType> > >::operator clang::ast_matchers::internal::Matcher<clang::Expr><clang::Expr>() && » :
(.text._ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEIS6_EEv[_ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEIS6_EEv]+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEIS6_EEv[_ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEIS6_EEv]+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_to0Matcher::matches(clang::DeclRefExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal18matcher_to0Matcher7matchesERKNS_11DeclRefExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal18matcher_to0Matcher7matchesERKNS_11DeclRefExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x53): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_hasIndex0Matcher::matches(clang::ArraySubscriptExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal24matcher_hasIndex0Matcher7matchesERKNS_18ArraySubscriptExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal24matcher_hasIndex0Matcher7matchesERKNS_18ArraySubscriptExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xf4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_hasBase0Matcher::matches(clang::ArraySubscriptExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal23matcher_hasBase0Matcher7matchesERKNS_18ArraySubscriptExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasBase0Matcher7matchesERKNS_18ArraySubscriptExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xf4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::checkUnsafeBufferUsage(clang::Decl const*, clang::UnsafeBufferUsageHandler&) » :
(.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x11a): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x333): undefined reference to `clang::ast_matchers::unaryOperator'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x3b3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x3c8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x57a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x58f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x735): undefined reference to `clang::ast_matchers::unaryOperator'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x7b5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x7ca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x97e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x993): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x9f8): undefined reference to `clang::ast_matchers::anyOf'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xb9b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xc1e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xc73): undefined reference to `clang::ast_matchers::unless'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xcba): undefined reference to `clang::ast_matchers::arraySubscriptExpr'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xd3a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xd4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xf5b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xf70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0xff4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ASTNodeKind)'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1009): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x108c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1161): undefined reference to `clang::ast_matchers::anyOf'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x12e2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x13a2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x13b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1415): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1490): undefined reference to `clang::ast_matchers::allOf'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1715): undefined reference to `clang::ast_matchers::anyOf'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x18ea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x19a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x19bd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1a1b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1a95): undefined reference to `clang::ast_matchers::allOf'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1ebf): undefined reference to `clang::ast_matchers::anyOf'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x1f4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x200a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x201f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x2245): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x225a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x22c3): undefined reference to `clang::ast_matchers::anyOf'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x236d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ASTNodeKind)'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x2382): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x2405): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x251a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x25d6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x25eb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x2644): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ASTNodeKind)'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x2659): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x26dc): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x279a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x27af): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x27fa): undefined reference to `clang::ast_matchers::anyOf'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x2a60): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x2d6b): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::DynTypedNode const&, clang::ASTContext&)'
/usr/bin/ld: (.text._ZN5clang22checkUnsafeBufferUsageEPKNS_4DeclERNS_24UnsafeBufferUsageHandlerE+0x2f8d): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « bool clang::ast_matchers::MatchDescendantVisitor::match<clang::Stmt>(clang::Stmt const&) » :
(.text._ZN5clang12ast_matchers22MatchDescendantVisitor5matchINS_4StmtEEEbRKT_[_ZN5clang12ast_matchers22MatchDescendantVisitor5matchINS_4StmtEEEbRKT_]+0x76): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: (.text._ZN5clang12ast_matchers22MatchDescendantVisitor5matchINS_4StmtEEEbRKT_[_ZN5clang12ast_matchers22MatchDescendantVisitor5matchINS_4StmtEEEbRKT_]+0x88): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « bool clang::ast_matchers::MatchDescendantVisitor::match<clang::Decl>(clang::Decl const&) » :
(.text._ZN5clang12ast_matchers22MatchDescendantVisitor5matchINS_4DeclEEEbRKT_[_ZN5clang12ast_matchers22MatchDescendantVisitor5matchINS_4DeclEEEbRKT_]+0x76): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: (.text._ZN5clang12ast_matchers22MatchDescendantVisitor5matchINS_4DeclEEEbRKT_[_ZN5clang12ast_matchers22MatchDescendantVisitor5matchINS_4DeclEEEbRKT_]+0x88): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « hasPointerType() » :
(.text._ZL14hasPointerTypev+0x2a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ASTNodeKind)'
/usr/bin/ld: (.text._ZL14hasPointerTypev+0x3c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZL14hasPointerTypev+0xa1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « hasArrayType() » :
(.text._ZL12hasArrayTypev+0x2a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ASTNodeKind)'
/usr/bin/ld: (.text._ZL12hasArrayTypev+0x3c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZL12hasArrayTypev+0xa1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasType0Matcher, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl, clang::CXXBaseSpecifier>), clang::ast_matchers::internal::Matcher<clang::QualType> >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasType0Matcher, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl, clang::CXXBaseSpecifier>), clang::ast_matchers::internal::Matcher<clang::QualType> > >::operator clang::ast_matchers::internal::Matcher<clang::DeclRefExpr><clang::DeclRefExpr>() && » :
(.text._ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEINS_11DeclRefExprEEEv[_ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEINS_11DeclRefExprEEEv]+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEINS_11DeclRefExprEEEv[_ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEINS_11DeclRefExprEEEv]+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::Stmt> >::operator clang::ast_matchers::internal::Matcher<clang::Stmt><clang::Stmt>() && » :
(.text._ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_4StmtEEES5_S5_S5_S5_S5_EEcvNS3_IT_EEIS4_EEv[_ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_4StmtEEES5_S5_S5_S5_S5_EEcvNS3_IT_EEIS4_EEv]+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_4StmtEEES5_S5_S5_S5_S5_EEcvNS3_IT_EEIS4_EEv[_ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_4StmtEEES5_S5_S5_S5_S5_EEcvNS3_IT_EEIS4_EEv]+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « findGadgets(clang::Decl const*)::GadgetFinderCallback::~GadgetFinderCallback() » :
(.text._ZZL11findGadgetsPKN5clang4DeclEEN20GadgetFinderCallbackD2Ev+0x8f): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::VariadicFunction<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::UnaryOperator>, &(clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::UnaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::UnaryOperator> const*>))>::operator()<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasUnaryOperand0Matcher, void (clang::ast_matchers::internal::TypeList<clang::UnaryOperator, clang::CXXOperatorCallExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> > >(clang::ast_matchers::internal::Matcher<clang::UnaryOperator> const&, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasUnaryOperand0Matcher, void (clang::ast_matchers::internal::TypeList<clang::UnaryOperator, clang::CXXOperatorCallExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> > const&) const » :
(.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_13UnaryOperatorEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS1_18PolymorphicMatcherINS1_31matcher_hasUnaryOperand0MatcherEFvNS1_8TypeListIJS7_NS_19CXXOperatorCallExprEEEEEJNS6_INS_4ExprEEEEEEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_13UnaryOperatorEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS1_18PolymorphicMatcherINS1_31matcher_hasUnaryOperand0MatcherEFvNS1_8TypeListIJS7_NS_19CXXOperatorCallExprEEEEEJNS6_INS_4ExprEEEEEEEEES5_RKS8_DpRKT_]+0xb3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::BindableMatcher<clang::UnaryOperator> clang::ast_matchers::internal::makeAllOfComposite<clang::UnaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::UnaryOperator> const*>) » :
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x47): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ASTNodeKind)'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x59): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1e3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_hasUnaryOperand0Matcher<clang::UnaryOperator, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::UnaryOperator const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal31matcher_hasUnaryOperand0MatcherINS_13UnaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_hasUnaryOperand0MatcherINS_13UnaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x53): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_hasType0Matcher<clang::Expr, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::Expr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_4ExprENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_4ExprENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::VariadicFunction<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::ArraySubscriptExpr>, &(clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::ArraySubscriptExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ArraySubscriptExpr> const*>))>::operator()<clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::ArraySubscriptExpr> > >(clang::ast_matchers::internal::Matcher<clang::ArraySubscriptExpr> const&, clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::ArraySubscriptExpr> > const&) const » :
(.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_18ArraySubscriptExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS1_23VariadicOperatorMatcherIJS8_EEEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_18ArraySubscriptExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS1_23VariadicOperatorMatcherIJS8_EEEEEES5_RKS8_DpRKT_]+0x60): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::ArraySubscriptExpr> >::operator clang::ast_matchers::internal::Matcher<clang::ArraySubscriptExpr><clang::ArraySubscriptExpr>() const & » :
(.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_18ArraySubscriptExprEEEEEcvNS3_IT_EEIS4_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_18ArraySubscriptExprEEEEEcvNS3_IT_EEIS4_EEv]+0xa2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_18ArraySubscriptExprEEEEEcvNS3_IT_EEIS4_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_18ArraySubscriptExprEEEEEcvNS3_IT_EEIS4_EEv]+0xb2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::BindableMatcher<clang::ArraySubscriptExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::ArraySubscriptExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ArraySubscriptExpr> const*>) » :
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18ArraySubscriptExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18ArraySubscriptExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x47): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ASTNodeKind)'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18ArraySubscriptExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18ArraySubscriptExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x59): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18ArraySubscriptExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18ArraySubscriptExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18ArraySubscriptExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18ArraySubscriptExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1e3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasType0Matcher, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl, clang::CXXBaseSpecifier>), clang::ast_matchers::internal::Matcher<clang::QualType> >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasType0Matcher, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl, clang::CXXBaseSpecifier>), clang::ast_matchers::internal::Matcher<clang::QualType> > >::operator clang::ast_matchers::internal::Matcher<clang::Expr><clang::Expr>() const & » :
(.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEIS6_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEIS6_EEv]+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEIS6_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_23matcher_hasType0MatcherEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclENS_16CXXBaseSpecifierEEEEEJNS1_7MatcherINS_8QualTypeEEEEEESG_EEcvNSD_IT_EEIS6_EEv]+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasLHS0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::ArraySubscriptExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasRHS0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::ArraySubscriptExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> > >&, clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasRHS0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::ArraySubscriptExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasLHS0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::ArraySubscriptExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> > >&>::operator clang::ast_matchers::internal::Matcher<clang::BinaryOperator><clang::BinaryOperator>() && » :
(.text._ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJRNS2_IJNS2_IJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEENS3_INS1_22matcher_hasLHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasRHS0MatcherESN_JSQ_EEEEEERNS2_IJSI_ST_SR_EEEEEcvNSO_IT_EEIS6_EEv[_ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJRNS2_IJNS2_IJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEENS3_INS1_22matcher_hasLHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasRHS0MatcherESN_JSQ_EEEEEERNS2_IJSI_ST_SR_EEEEEcvNSO_IT_EEIS6_EEv]+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJRNS2_IJNS2_IJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEENS3_INS1_22matcher_hasLHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasRHS0MatcherESN_JSQ_EEEEEERNS2_IJSI_ST_SR_EEEEEcvNSO_IT_EEIS6_EEv[_ZNO5clang12ast_matchers8internal23VariadicOperatorMatcherIJRNS2_IJNS2_IJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEENS3_INS1_22matcher_hasLHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasRHS0MatcherESN_JSQ_EEEEEERNS2_IJSI_ST_SR_EEEEEcvNSO_IT_EEIS6_EEv]+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::Matcher<clang::QualType>::TypeToQualType<clang::Type>::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal7MatcherINS_8QualTypeEE14TypeToQualTypeINS_4TypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal7MatcherINS_8QualTypeEE14TypeToQualTypeINS_4TypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x5e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasLHS0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::ArraySubscriptExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasRHS0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::ArraySubscriptExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> > >::operator clang::ast_matchers::internal::Matcher<clang::BinaryOperator><clang::BinaryOperator>() const & » :
(.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS2_IJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEENS3_INS1_22matcher_hasLHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasRHS0MatcherESN_JSQ_EEEEEcvNSO_IT_EEIS6_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS2_IJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEENS3_INS1_22matcher_hasLHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasRHS0MatcherESN_JSQ_EEEEEcvNSO_IT_EEIS6_EEv]+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS2_IJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEENS3_INS1_22matcher_hasLHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasRHS0MatcherESN_JSQ_EEEEEcvNSO_IT_EEIS6_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS2_IJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEENS3_INS1_22matcher_hasLHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasRHS0MatcherESN_JSQ_EEEEEcvNSO_IT_EEIS6_EEv]+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasRHS0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::ArraySubscriptExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasLHS0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::ArraySubscriptExpr>), clang::ast_matchers::internal::Matcher<clang::Expr> > >::operator clang::ast_matchers::internal::Matcher<clang::BinaryOperator><clang::BinaryOperator>() const & » :
(.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEENS3_INS1_22matcher_hasRHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasLHS0MatcherESM_JSP_EEEEEcvNSN_IT_EEIS6_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEENS3_INS1_22matcher_hasRHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasLHS0MatcherESM_JSP_EEEEEcvNSN_IT_EEIS6_EEv]+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEENS3_INS1_22matcher_hasRHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasLHS0MatcherESM_JSP_EEEEEcvNSN_IT_EEIS6_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEENS3_INS1_22matcher_hasRHS0MatcherEFvNS5_IJS6_S7_S8_NS_18ArraySubscriptExprEEEEEJNS1_7MatcherINS_4ExprEEEEEENS3_INS1_22matcher_hasLHS0MatcherESM_JSP_EEEEEcvNSN_IT_EEIS6_EEv]+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::ast_matchers::internal::PolymorphicMatcher<clang::ast_matchers::internal::matcher_hasOperatorName0Matcher, void (clang::ast_matchers::internal::TypeList<clang::BinaryOperator, clang::CXXOperatorCallExpr, clang::CXXRewrittenBinaryOperator, clang::UnaryOperator>), std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::operator clang::ast_matchers::internal::Matcher<clang::BinaryOperator><clang::BinaryOperator>() const & » :
(.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEcvNS1_7MatcherIT_EEIS6_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEcvNS1_7MatcherIT_EEIS6_EEv]+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEcvNS1_7MatcherIT_EEIS6_EEv[_ZNKR5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_18PolymorphicMatcherINS1_31matcher_hasOperatorName0MatcherEFvNS1_8TypeListIJNS_14BinaryOperatorENS_19CXXOperatorCallExprENS_26CXXRewrittenBinaryOperatorENS_13UnaryOperatorEEEEEJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEESI_SI_SI_EEcvNS1_7MatcherIT_EEIS6_EEv]+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_hasLHS0Matcher<clang::BinaryOperator, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::BinaryOperator const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x53): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_hasRHS0Matcher<clang::BinaryOperator, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::BinaryOperator const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal22matcher_hasRHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_hasRHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x53): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::BindableMatcher<clang::DeclRefExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::DeclRefExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::DeclRefExpr> const*>) » :
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_11DeclRefExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_11DeclRefExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x47): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ASTNodeKind)'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_11DeclRefExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_11DeclRefExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x59): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_11DeclRefExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_11DeclRefExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)'
/usr/bin/ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_11DeclRefExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_11DeclRefExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1e3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ASTNodeKind) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o) : dans la fonction « clang::ast_matchers::internal::matcher_hasType0Matcher<clang::DeclRefExpr, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::DeclRefExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const » :
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11DeclRefExprENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11DeclRefExprENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o):(.data.rel.ro._ZTVZL11findGadgetsPKN5clang4DeclEE20GadgetFinderCallback+0x38): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::getID() const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o):(.data.rel.ro._ZTVZL11findGadgetsPKN5clang4DeclEE20GadgetFinderCallback+0x40): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::getCheckTraversalKind() const'
/usr/bin/ld: /usr/lib/llvm-16/lib/libclangAnalysis.a(UnsafeBufferUsage.cpp.o):(.data.rel.ro._ZTIZL11findGadgetsPKN5clang4DeclEE20GadgetFinderCallback+0x10): undefined reference to `typeinfo for clang::ast_matchers::MatchFinder::MatchCallback'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [/home/julien/lo/libreoffice/compilerplugins/Makefile-clang.mk:274 : /home/julien/lo/libreoffice/compilerplugins/clang/sharedvisitor/analyzer] Erreur 1
make[1]: *** Attente des tâches non terminées....
make[1] : on quitte le répertoire « /home/julien/lo/libreoffice »
make: *** [/home/julien/lo/libreoffice/compilerplugins/Makefile.mk:25 : compilerplugins] Erreur 2

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by LibreOffice configure 24.2.0.0.alpha0+, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure CC=clang CXX=clang++ --enable-ld=lld --enable-online-update --with-privacy-policy-url=https://yourdomain/privacy-policy --enable-compiler-plugins --enable-dbgutil --enable-evolution2 --enable-gtk4 --enable-qt5 --enable-kf5 --enable-gtk3-kde5 --enable-skia=debug --enable-ext-nlpsolver --enable-ext-numbertext --enable-ext-wiki-publisher --enable-dbus --enable-werror --enable-dependency-tracking --enable-python=fully-internal --without-system-mariadb --enable-bundle-mariadb --enable-symbols --enable-avahi --enable-eot --enable-odk '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' --with-myspell-dicts --srcdir=/home/julien/lo/libreoffice --enable-option-checking=fatal

## --------- ##
## Platform. ##
## --------- ##

hostname = debianamd
uname -m = x86_64
uname -r = 6.4.0-4-amd64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Debian 6.4.13-1 (2023-08-31)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/julien/.local/bin/
PATH: /home/julien/.cargo/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/local/games/
PATH: /usr/games/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:5434: looking for aux files: config.guess config.sub
configure:5447:  trying ./
configure:5476:   ./config.guess found
configure:5476:   ./config.sub found
configure:5987: checking build system type
configure:6002: result: x86_64-pc-linux-gnu
configure:6022: checking host system type
configure:6036: result: x86_64-pc-linux-gnu
configure:6075: checking for product name
configure:6084: result: LibreOfficeDev
configure:6091: checking for package version
configure:6096: result: 24.2.0.0.alpha0+
configure:6163: checking for product version
configure:6166: result: 24.2
configure:6170: checking for grep that handles long lines and -e
configure:6234: result: /usr/bin/grep
configure:6239: checking for egrep
configure:6307: result: /usr/bin/grep -E
configure:6315: checking for grep
configure:6350: result: /usr/bin/grep
configure:6367: checking for GNU Make
configure:6398: result: /usr/bin/make
configure:6455: checking for sed
configure:6478: found /usr/bin/sed
configure:6490: result: /usr/bin/sed
configure:6507: checking whether to use link-time optimization
configure:6515: result: no
configure:7152: VCL platform has a usable dynamic loading API: yes
configure:7154: VCL platform uses freetype+fontconfig: yes
configure:7156: VCL platform uses headless plugin: yes
configure:7158: VCL platform uses X11: yes
configure:7190: checking for explicit AFLAGS
configure:7197: result: no
configure:7201: checking for explicit CFLAGS
configure:7208: result: no
configure:7212: checking for explicit CXXFLAGS
configure:7219: result: no
configure:7223: checking for explicit OBJCFLAGS
configure:7230: result: no
configure:7234: checking for explicit OBJCXXFLAGS
configure:7241: result: no
configure:7245: checking for explicit LDFLAGS
configure:7252: result: no
configure:7338: checking for gcc
configure:7370: result: clang
configure:7723: checking for C compiler version
configure:7732: clang --version >&5
Debian clang version 16.0.6 (15)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:7743: $? = 0
configure:7732: clang -v >&5
Debian clang version 16.0.6 (15)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/11
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/13
Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/13
Candidate multilib: .;@m64
Selected multilib: .;@m64
... rest of stderr output deleted ...
configure:7743: $? = 0
configure:7732: clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:7743: $? = 1
configure:7732: clang -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:7743: $? = 1
configure:7732: clang -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:7743: $? = 1
configure:7763: checking whether the C compiler works
configure:7785: clang    conftest.c  >&5
configure:7789: $? = 0
configure:7839: result: yes
configure:7842: checking for C compiler default output file name
configure:7844: result: a.out
configure:7850: checking for suffix of executables
configure:7857: clang -o conftest    conftest.c  >&5
configure:7861: $? = 0
configure:7884: result: 
configure:7906: checking whether we are cross compiling
configure:7914: clang -o conftest    conftest.c  >&5
configure:7918: $? = 0
configure:7925: ./conftest
configure:7929: $? = 0
configure:7944: result: no
configure:7949: checking for suffix of object files
configure:7972: clang -c   conftest.c >&5
configure:7976: $? = 0
configure:7998: result: o
configure:8002: checking whether the compiler supports GNU C
configure:8022: clang -c   conftest.c >&5
configure:8022: $? = 0
configure:8032: result: yes
configure:8043: checking whether clang accepts -g
configure:8064: clang -c -g  conftest.c >&5
configure:8064: $? = 0
configure:8108: result: yes
configure:8128: checking for clang option to enable C11 features
configure:8143: clang  -c -g -O2  conftest.c >&5
conftest.c:34:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static char *e (p, i)
             ^
1 warning generated.
configure:8143: $? = 0
configure:8161: result: none needed
configure:8283: checking for stdio.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8283: checking for stdlib.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8283: checking for string.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8283: checking for inttypes.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8283: checking for stdint.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8283: checking for strings.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8283: checking for sys/stat.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8283: checking for sys/types.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8283: checking for unistd.h
configure:8283: clang -c   conftest.c >&5
configure:8283: $? = 0
configure:8283: result: yes
configure:8308: checking whether byte ordering is bigendian
configure:8324: clang -c   conftest.c >&5
conftest.c:31:9: error: unknown type name 'not'
               not a universal capable compiler
               ^
conftest.c:31:14: error: expected ';' after top level declarator
               not a universal capable compiler
                    ^
                    ;
2 errors generated.
configure:8324: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:8370: clang -c   conftest.c >&5
configure:8370: $? = 0
configure:8389: clang -c   conftest.c >&5
conftest.c:37:4: error: use of undeclared identifier 'not'
                 not big endian
                 ^
1 error generated.
configure:8389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main (void)
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:8523: result: no
configure:8550: checking for library containing dlsym
configure:8580: clang -o conftest    conftest.c  >&5
configure:8580: $? = 0
configure:8600: result: none required
configure:8680: checking for pkg-config
configure:8703: found /usr/bin/pkg-config
configure:8715: result: /usr/bin/pkg-config
configure:8740: checking pkg-config is at least version 0.9.0
configure:8743: result: yes
configure:8755: checking for library containing backtrace
configure:8785: clang -o conftest    conftest.c  >&5
configure:8785: $? = 0
configure:8805: result: none required
configure:11828: checking whether build target is Release Build
configure:11831: result: no
configure:11844: checking whether to build a Community flavor
configure:11849: result: yes
configure:11856: checking whether to sign windows build
configure:11863: result: no
configure:11934: checking for gawk
configure:11955: found /usr/bin/gawk
configure:11966: result: gawk
configure:11979: checking for gawk
configure:12002: found /usr/bin/gawk
configure:12014: result: /usr/bin/gawk
configure:12028: checking for bash
configure:12063: result: /bin/bash
configure:12079: checking for pigz
configure:12117: result: no
configure:12125: checking for gzip
configure:12148: found /usr/bin/gzip
configure:12160: result: /usr/bin/gzip
configure:12174: checking for GNU or BSD tar
configure:12183: result: tar
configure:12190: checking for tar's option to strip components
configure:12203: result: --strip-components
configure:12413: checking how to build and package galleries
configure:12431: result: internal src images for desktop
configure:12467: checking for ccache
configure:12503: result: not found
configure:12677: checking gcc home
configure:12698: result: /usr
configure:12720: checking for clang
configure:12743: found /usr/bin/clang
configure:12755: result: /usr/bin/clang
configure:12770: checking whether to build with Java support
configure:12779: result: yes
configure:13074: checking whether to treat the installation as read-only
configure:13088: result: no
configure:13357: checking for -isystem 
configure:13372: clang -c  -isystem /usr/include -Werror  conftest.c >&5
configure:13372: $? = 0
configure:13379: result: yes
configure:13851: checking whether the compiler is actually Clang
configure:13862: clang -c   conftest.c >&5
configure:13862: $? = 0
configure:13864: result: yes
configure:13876: checking whether Clang is new enough
configure:13886: clang -c   conftest.c >&5
conftest.c:59:10: error: 
        #error
         ^
1 error generated.
configure:13886: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| /* end confdefs.h.  */
| 
|         #if !defined __apple_build_version__
|         #error
|         #endif
| 
configure:13910: result: yes (16.0.6)
configure:14005: checking whether clang supports -ggdb2
configure:14020: clang -o conftest  -Werror -ggdb2   conftest.c  >&5
configure:14020: $? = 0
configure:14028: result: yes
configure:14091: checking whether to build with additional debug utilities
configure:14099: result: yes
configure:14169: checking whether to do a debug build
configure:14174: result: yes (dbgutil)
configure:14208: checking for -fuse-ld=lld linker support
configure:14227: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:14227: $? = 0
configure:14234: result: yes 
configure:14282: checking for linker that is used
configure:14284: result: unknown
configure:14304: checking for -Bsymbolic-functions linker support
configure:14323: clang -o conftest    -fuse-ld=lld -Wl,-Bsymbolic-functions conftest.c  >&5
configure:14323: $? = 0
configure:14330: result: found 
configure:14343: checking for --gc-sections linker support
configure:14362: clang -o conftest    -fuse-ld=lld -Wl,--gc-sections conftest.c  >&5
configure:14362: $? = 0
configure:14366: result: found 
configure:14401: checking whether clang supports -gsplit-dwarf
configure:14416: clang -o conftest  -Werror -gsplit-dwarf   -fuse-ld=lld conftest.c  >&5
configure:14416: $? = 0
configure:14424: result: yes
configure:14444: checking whether clang supports -Xclang -debug-info-kind=constructor
configure:14459: clang -o conftest  -Werror -Xclang -debug-info-kind=constructor   -fuse-ld=lld conftest.c  >&5
configure:14459: $? = 0
configure:14467: result: yes
configure:14478: checking whether clang supports -ggnu-pubnames
configure:14494: clang -o conftest  -Werror -g -ggnu-pubnames   -fuse-ld=lld conftest.c  >&5
configure:14494: $? = 0
configure:14510: result: yes 
configure:14512: checking whether clang supports -Wl,--gdb-index
configure:14531: clang -o conftest  -Werror -g -ggnu-pubnames   -fuse-ld=lld -Wl,--gdb-index conftest.c  >&5
configure:14531: $? = 0
configure:14538: result: yes 
configure:14568: checking whether to generate debug information
configure:14579: result: yes
configure:14609: checking whether to compile with optimization flags
configure:14662: result: no
configure:15183: checking which package format to use
configure:15264: result: none
configure:15275: checking which help to build
configure:15305: result: no
configure:15309: checking if we need to build the help index tooling
configure:15314: result: yes
configure:15321: checking whether to enable xapian-omega support for online help
configure:15342: result: no
configure:15346: checking whether to include the XML-help support
configure:15353: result: yes
configure:15363: checking for helppack integration
configure:15366: result: no integration
configure:15697: checking which lockfile binary to use
configure:15755: result: internal
configure:15774: checking for getopt.h
configure:15774: clang -c   conftest.c >&5
configure:15774: $? = 0
configure:15774: result: yes
configure:15780: checking for paths.h
configure:15780: clang -c   conftest.c >&5
configure:15780: $? = 0
configure:15780: result: yes
configure:15786: checking for sys/param.h
configure:15786: clang -c   conftest.c >&5
configure:15786: $? = 0
configure:15786: result: yes
configure:15793: checking for utime
configure:15793: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:15793: $? = 0
configure:15793: result: yes
configure:15799: checking for utimes
configure:15799: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:15799: $? = 0
configure:15799: result: yes
configure:15808: checking for syslog.h
configure:15808: clang -c   conftest.c >&5
configure:15808: $? = 0
configure:15808: result: yes
configure:15816: checking whether to turn warnings to errors
configure:15821: result: yes
configure:15837: checking whether to have assert() failures abort even without --enable-debug
configure:15848: result: yes
configure:15860: checking whether to use ooenv for the instdir installation
configure:15874: result: yes
configure:15897: checking whether to build the pagein binaries for oosplash
configure:15900: result: yes
configure:15912: checking whether to enable CUPS support
configure:15916: result: yes
configure:15919: checking whether cups support is present
configure:15921: checking for cupsPrintFiles in -lcups
configure:15944: clang -o conftest    -fuse-ld=lld conftest.c -lcups   >&5
configure:15944: $? = 0
configure:15954: result: yes
configure:15961: checking for cups/cups.h
configure:15961: clang -c   conftest.c >&5
configure:15961: $? = 0
configure:15961: result: yes
configure:16012: checking which fontconfig to use
configure:16017: result: external
configure:16022: checking for fontconfig >= 2.12.0
configure:16029: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.12.0"
configure:16032: $? = 0
configure:16046: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.12.0"
configure:16049: $? = 0
configure:16107: result: yes
configure:16168: checking whether we want to fetch tarballs
configure:16176: result: yes, if we use them
configure:16187: checking whether to include MySpell dictionaries
configure:16190: result: yes
configure:16210: checking whether to use dicts from external paths
configure:16213: result: yes
configure:16216: checking for spelling dictionary directory
configure:16226: result: file:///usr/share/hunspell
configure:16228: checking for hyphenation patterns directory
configure:16235: result: file:///usr/share/hyphen
configure:16237: checking for thesaurus directory
configure:16244: result: file:///usr/share/mythes
configure:16257: checking whether to enable pch feature
configure:16309: result: no
configure:16540: checking the GNU Make version
configure:16545: result: /usr/bin/make 4.3
configure:16559: checking for --hash-style gcc linker support
configure:16594: clang -o conftest    -fuse-ld=lld -Wl,--hash-style=gnu conftest.c  >&5
configure:16594: $? = 0
configure:16594: ./conftest
configure:16594: $? = 0
configure:16611: result: gnu 
configure:16628: checking for perl
configure:16651: found /usr/bin/perl
configure:16663: result: /usr/bin/perl
configure:16682: checking the Perl version
configure:16689: result: Perl 5
configure:16696: checking for required Perl modules
configure:16719: result: all modules found
configure:16797: checking for pkg-config
configure:16832: result: /usr/bin/pkg-config
configure:16857: checking pkg-config is at least version 0.9.0
configure:16860: result: yes
configure:16937: checking for llvm-ar
configure:16958: found /usr/bin/llvm-ar
configure:16969: result: llvm-ar
configure:17047: checking for llvm-nm
configure:17068: found /usr/bin/llvm-nm
configure:17079: result: llvm-nm
configure:17157: checking for llvm-ranlib
configure:17178: found /usr/bin/llvm-ranlib
configure:17189: result: llvm-ranlib
configure:17267: checking for llvm-objdump
configure:17288: found /usr/bin/llvm-objdump
configure:17299: result: llvm-objdump
configure:17377: checking for llvm-readelf
configure:17398: found /usr/bin/llvm-readelf
configure:17409: result: llvm-readelf
configure:17487: checking for llvm-strip
configure:17508: found /usr/bin/llvm-strip
configure:17519: result: llvm-strip
configure:18145: checking for C++ compiler version
configure:18154: clang++ --version >&5
Debian clang version 16.0.6 (15)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:18165: $? = 0
configure:18154: clang++ -v >&5
Debian clang version 16.0.6 (15)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/11
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/13
Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/13
Candidate multilib: .;@m64
Selected multilib: .;@m64
... rest of stderr output deleted ...
configure:18165: $? = 0
configure:18154: clang++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:18165: $? = 1
configure:18154: clang++ -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:18165: $? = 1
configure:18169: checking whether the compiler supports GNU C++
configure:18189: clang++ -c   conftest.cpp >&5
configure:18189: $? = 0
configure:18199: result: yes
configure:18210: checking whether clang++ accepts -g
configure:18231: clang++ -c -g  conftest.cpp >&5
configure:18231: $? = 0
configure:18275: result: yes
configure:18295: checking for clang++ option to enable C++11 features
configure:18310: clang++  -c -g -O2  conftest.cpp >&5
conftest.cpp:238:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
  cxx11test::delegate d2();
                        ^~
conftest.cpp:238:25: note: remove parentheses to declare a variable
  cxx11test::delegate d2();
                        ^~
1 warning generated.
configure:18310: $? = 0
configure:18328: result: none needed
configure:18656: checking how to run the C++ preprocessor
configure:18678: clang++ -E  conftest.cpp
configure:18678: $? = 0
configure:18693: clang++ -E  conftest.cpp
conftest.cpp:72:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:18693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:18720: result: clang++ -E
configure:18734: clang++ -E  conftest.cpp
configure:18734: $? = 0
configure:18749: clang++ -E  conftest.cpp
conftest.cpp:72:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:18749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:18785: checking how to run the C preprocessor
configure:18811: clang -E  conftest.c
configure:18811: $? = 0
configure:18826: clang -E  conftest.c
conftest.c:72:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:18826: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:18853: result: clang -E
configure:18867: clang -E  conftest.c
configure:18867: $? = 0
configure:18882: clang -E  conftest.c
conftest.c:72:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:18882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:18922: checking size of long
configure:18928: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:18928: $? = 0
configure:18928: ./conftest
configure:18928: $? = 0
configure:18943: result: 8
configure:18955: checking size of short
configure:18961: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:18961: $? = 0
configure:18961: ./conftest
configure:18961: $? = 0
configure:18976: result: 2
configure:18988: checking size of int
configure:18994: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:18994: $? = 0
configure:18994: ./conftest
configure:18994: $? = 0
configure:19009: result: 4
configure:19021: checking size of long long
configure:19027: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19027: $? = 0
configure:19027: ./conftest
configure:19027: $? = 0
configure:19042: result: 8
configure:19054: checking size of double
configure:19060: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19060: $? = 0
configure:19060: ./conftest
configure:19060: $? = 0
configure:19075: result: 8
configure:19087: checking size of void*
configure:19093: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19093: $? = 0
configure:19093: ./conftest
configure:19093: $? = 0
configure:19108: result: 8
configure:19120: checking size of size_t
configure:19126: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19126: $? = 0
configure:19126: ./conftest
configure:19126: $? = 0
configure:19141: result: 8
configure:19161: checking alignment of short
configure:19167: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19167: $? = 0
configure:19167: ./conftest
configure:19167: $? = 0
configure:19184: result: 2
configure:19194: checking alignment of int
configure:19200: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19200: $? = 0
configure:19200: ./conftest
configure:19200: $? = 0
configure:19217: result: 4
configure:19227: checking alignment of long
configure:19233: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19233: $? = 0
configure:19233: ./conftest
configure:19233: $? = 0
configure:19250: result: 8
configure:19260: checking alignment of double
configure:19266: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19266: $? = 0
configure:19266: ./conftest
configure:19266: $? = 0
configure:19283: result: 8
configure:19311: checking for special C compiler options needed for large files
configure:19359: result: no
configure:19365: checking for _FILE_OFFSET_BITS value needed for large files
configure:19391: clang -c   conftest.c >&5
configure:19391: $? = 0
configure:19425: result: no
configure:19551: checking whether jumbo sheets are supported
configure:19555: result: yes
configure:19580: checking whether to enable runtime optimizations
configure:19596: result: yes
configure:19610: checking for valgrind/valgrind.h
configure:19610: clang -c    conftest.c >&5
configure:19610: $? = 0
configure:19610: result: yes
configure:19630: checking for sys/sdt.h
configure:19630: clang -c   conftest.c >&5
conftest.c:121:10: fatal error: 'sys/sdt.h' file not found
#include <sys/sdt.h>
         ^~~~~~~~~~~
1 error generated.
configure:19630: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sdt.h>
configure:19630: result: no
configure:19713: checking whether clang supports -fstack-clash-protection
configure:19728: clang -o conftest  -Werror -fstack-clash-protection   -fuse-ld=lld conftest.c  >&5
configure:19728: $? = 0
configure:19730: result: yes
configure:19740: checking whether clang supports -mno-avx
configure:19755: clang -o conftest  -Werror -mno-avx   -fuse-ld=lld conftest.c  >&5
configure:19755: $? = 0
configure:19763: result: yes
configure:19770: checking whether clang supports atomic functions
configure:19793: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:19793: $? = 0
configure:19800: result: yes
configure:19809: checking whether clang++ defines __base_class_type_info in cxxabi.h
configure:19825: clang++ -c   conftest.cpp >&5
configure:19825: $? = 0
configure:19830: result: yes
configure:19845: checking whether clang++ defines __class_type_info in cxxabi.h
configure:19861: clang++ -c   conftest.cpp >&5
configure:19861: $? = 0
configure:19866: result: yes
configure:19881: checking whether clang++ declares __cxa_allocate_exception in cxxabi.h
configure:19896: clang++ -c   conftest.cpp >&5
configure:19896: $? = 0
configure:19901: result: yes
configure:19916: checking whether clang++ defines __cxa_eh_globals in cxxabi.h
configure:19932: clang++ -c   conftest.cpp >&5
conftest.cpp:100:38: error: invalid application of 'sizeof' to an incomplete type '__cxxabiv1::__cxa_eh_globals'
            std::size_t f() { return sizeof(__cxxabiv1::__cxa_eh_globals); }
                                     ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/cxxabi.h:587:10: note: forward declaration of '__cxxabiv1::__cxa_eh_globals'
  struct __cxa_eh_globals;
         ^
1 error generated.
configure:19932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| /* end confdefs.h.  */
| 
|             #include <cstddef>
|             #include <cxxabi.h>
|             std::size_t f() { return sizeof(__cxxabiv1::__cxa_eh_globals); }
| 
configure:19941: result: no
configure:19952: checking whether clang++ defines __cxa_exception in cxxabi.h
configure:19968: clang++ -c   conftest.cpp >&5
conftest.cpp:100:38: error: invalid application of 'sizeof' to an incomplete type '__cxxabiv1::__cxa_exception'
            std::size_t f() { return sizeof(__cxxabiv1::__cxa_exception); }
                                     ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/cxxabi.h:584:10: note: forward declaration of '__cxxabiv1::__cxa_exception'
  struct __cxa_exception;
         ^
1 error generated.
configure:19968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| /* end confdefs.h.  */
| 
|             #include <cstddef>
|             #include <cxxabi.h>
|             std::size_t f() { return sizeof(__cxxabiv1::__cxa_exception); }
| 
configure:19977: result: no
configure:19988: checking whether clang++ declares __cxa_get_globals in cxxabi.h
configure:20003: clang++ -c   conftest.cpp >&5
configure:20003: $? = 0
configure:20008: result: yes
configure:20023: checking whether clang++ declares __cxa_current_exception_type in cxxabi.h
configure:20038: clang++ -c   conftest.cpp >&5
configure:20038: $? = 0
configure:20043: result: yes
configure:20058: checking whether clang++ declares __cxa_throw in cxxabi.h
configure:20073: clang++ -c   conftest.cpp >&5
configure:20073: $? = 0
configure:20078: result: yes
configure:20093: checking whether clang++ defines __si_class_type_info in cxxabi.h
configure:20109: clang++ -c   conftest.cpp >&5
configure:20109: $? = 0
configure:20114: result: yes
configure:20129: checking whether clang++ defines __vmi_class_type_info in cxxabi.h
configure:20145: clang++ -c   conftest.cpp >&5
configure:20145: $? = 0
configure:20150: result: yes
configure:20171: checking what the C++ library is
configure:20197: clang++ -c   conftest.cpp >&5
configure:20197: $? = 0
configure:20258: result: GNU libstdc++
configure:20365: checking for gperf
configure:20388: found /usr/bin/gperf
configure:20400: result: /usr/bin/gperf
configure:20414: checking whether gperf is new enough
configure:20420: result: yes (3.1)
configure:20468: checking which libcmis to use
configure:20571: result: internal
configure:20606: checking whether clang++ supports C++17
configure:20667: clang++ -c  -std=c++17 -Werror  conftest.cpp >&5
configure:20667: $? = 0
configure:20685: result: yes (-std=c++17)
configure:20705: checking whether std::atomic can be used without link library
configure:20723: clang++ -o conftest  -std=c++17   -fuse-ld=lld conftest.cpp  >&5
configure:20723: $? = 0
configure:20726: result: yes
configure:20786: checking whether clang++ supports C++11 without Language Defect 757
configure:20833: clang++ -c  -std=c++17  conftest.cpp >&5
configure:20833: $? = 0
configure:20835: result: yes
configure:20851: checking whether clang++ supports -fno-sized-deallocation
configure:20872: clang++ -o conftest  -fno-sized-deallocation   -fuse-ld=lld conftest.cpp  >&5
configure:20872: $? = 0
configure:20886: result: yes
configure:20895: checking whether clang++ supports C++2a constinit sorted vectors
configure:20920: clang++ -c  -std=c++17  conftest.cpp >&5
conftest.cpp:112:9: error: unknown type name 'constinit'
        constinit S<int> s{3, 2, 1};
        ^
conftest.cpp:112:19: error: template specialization requires 'template<>'
        constinit S<int> s{3, 2, 1};
                  ^~~~~~
        template<> 
conftest.cpp:112:19: error: no variable template matches specialization
conftest.cpp:112:25: error: expected ';' after top level declarator
        constinit S<int> s{3, 2, 1};
                        ^
                        ;
4 errors generated.
configure:20920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| /* end confdefs.h.  */
| 
|         #include <algorithm>
|         #include <initializer_list>
|         #include <vector>
|         template<typename T> class S {
|         private:
|             std::vector<T> v_;
|         public:
|             constexpr S(std::initializer_list<T> i): v_(i) { std::sort(v_.begin(), v_.end()); }
|         };
|         constinit S<int> s{3, 2, 1};
| 
configure:20929: result: no
configure:20941: checking whether clang++ supports C++2a <span> with unsigned size_type
configure:20960: clang++ -c  -std=c++17  conftest.cpp >&5
conftest.cpp:106:14: error: variable has incomplete type 'void'
        void f(std::span<int> s) { static_assert(std::is_unsigned_v<decltype(s.size())>); };
             ^
conftest.cpp:106:21: error: no member named 'span' in namespace 'std'
        void f(std::span<int> s) { static_assert(std::is_unsigned_v<decltype(s.size())>); };
               ~~~~~^
conftest.cpp:106:29: error: expected '(' for function-style cast or type construction
        void f(std::span<int> s) { static_assert(std::is_unsigned_v<decltype(s.size())>); };
                         ~~~^
conftest.cpp:106:31: error: use of undeclared identifier 's'
        void f(std::span<int> s) { static_assert(std::is_unsigned_v<decltype(s.size())>); };
                              ^
conftest.cpp:106:33: error: expected ';' after top level declarator
        void f(std::span<int> s) { static_assert(std::is_unsigned_v<decltype(s.size())>); };
                                ^
                                ;
5 errors generated.
configure:20960: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| /* end confdefs.h.  */
| 
|         #include <span>
|         #include <type_traits>
|         // Don't check size_type directly, as it was called index_type before P1872R0:
|         void f(std::span<int> s) { static_assert(std::is_unsigned_v<decltype(s.size())>); };
| 
configure:20969: result: no
configure:20981: checking whether clang++ implements C++ DR P1155R3
configure:20999: clang++ -c  -std=c++17  conftest.cpp >&5
configure:20999: $? = 0
configure:21004: result: yes
configure:21020: checking whether clang++ supports C++20 std::atomic_ref
configure:21039: clang++ -c  -std=c++17  conftest.cpp >&5
conftest.cpp:106:14: error: no template named 'atomic_ref' in namespace 'std'
        std::atomic_ref<int> y(x);
        ~~~~~^
1 error generated.
configure:21039: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| #define HAVE_P1155R3 1
| /* end confdefs.h.  */
| 
|         #include <atomic>
|         int x;
|         std::atomic_ref<int> y(x);
| 
configure:21047: result: no
configure:21062: checking whether clang++ supports -Wdeprecated-copy-dtor
configure:21076: clang++ -c  -Werror -Wdeprecated-copy-dtor  conftest.cpp >&5
configure:21076: $? = 0
configure:21080: result: yes
configure:21304: checking whether clang++ can compile SSE2 intrinsics
configure:21325: clang++ -c  -msse2  conftest.cpp >&5
configure:21325: $? = 0
configure:21339: result: yes
configure:21345: checking whether clang++ can compile SSSE3 intrinsics
configure:21366: clang++ -c  -mssse3  conftest.cpp >&5
configure:21366: $? = 0
configure:21380: result: yes
configure:21386: checking whether clang++ can compile SSE4.1 intrinsics
configure:21407: clang++ -c  -msse4.1  conftest.cpp >&5
configure:21407: $? = 0
configure:21421: result: yes
configure:21427: checking whether clang++ can compile SSE4.2 intrinsics
configure:21448: clang++ -c  -msse4.2  conftest.cpp >&5
configure:21448: $? = 0
configure:21462: result: yes
configure:21468: checking whether clang++ can compile AVX intrinsics
configure:21489: clang++ -c  -mavx  conftest.cpp >&5
configure:21489: $? = 0
configure:21503: result: yes
configure:21509: checking whether clang++ can compile AVX2 intrinsics
configure:21530: clang++ -c  -mavx2  conftest.cpp >&5
configure:21530: $? = 0
configure:21544: result: yes
configure:21550: checking whether clang++ can compile AVX512 intrinsics
configure:21573: clang++ -c  -mavx512f -mavx512vl -mavx512bw -mavx512dq -mavx512cd  conftest.cpp >&5
configure:21573: $? = 0
configure:21587: result: yes
configure:21594: checking whether clang++ can compile F16C intrinsics
configure:21616: clang++ -c  -mf16c  conftest.cpp >&5
configure:21616: $? = 0
configure:21630: result: yes
configure:21636: checking whether clang++ can compile FMA intrinsics
configure:21657: clang++ -c  -mfma  conftest.cpp >&5
configure:21657: $? = 0
configure:21671: result: yes
configure:21705: checking if STL headers are visibility safe (GCC bug 22482)
configure:21721: result: yes
configure:21731: checking if clang++ is -fvisibility-inlines-hidden safe (Clang bug 11250)
configure:21764: result: yes
configure:21771: checking if clang++ has a visibility bug with class-level attributes (GCC bug 26905)
configure:21804: result: no
configure:21812: checking if CET endbranch is recognized
configure:21819: result: yes
configure:21840: checking whether clang++ supports -fno-enforce-eh-specs
configure:21861: clang++ -o conftest  -Werror -fno-enforce-eh-specs   -fuse-ld=lld conftest.cpp  >&5
clang: error: unknown argument: '-fno-enforce-eh-specs'
configure:21861: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| #define HAVE_P1155R3 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
|  return 0;
|   ;
|   return 0;
| }
configure:21878: result: no
configure:21928: checking for llvm-config
configure:21951: found /usr/bin/llvm-config
configure:21963: result: /usr/bin/llvm-config
configure:21991: compiler plugins compile flags: -I/usr/lib/llvm-16/include -std=c++17   -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
configure:22009: checking for clang/Basic/SourceLocation.h
configure:22009: clang++ -c -I/usr/lib/llvm-16/include -std=c++17   -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/lib/llvm-16/include -std=c++17   -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS conftest.cpp >&5
configure:22009: $? = 0
configure:22009: result: yes
configure:22027: checking for clang libraries to use
configure:22044: clang++ -o conftest -I/usr/lib/llvm-16/include -std=c++17   -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/lib/llvm-16/include -std=c++17   -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  conftest.cpp -lclang-cpp -L/usr/lib/llvm-16/lib  -lLLVM-16   >&5
/usr/bin/ld: cannot find -lclang-cpp: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| #define HAVE_P1155R3 1
| /* end confdefs.h.  */
| 
|                     #include "clang/Basic/SourceLocation.h"
| int
| main (void)
| {
|  clang::FullSourceLoc().dump();
|   ;
|   return 0;
| }
| 
configure:22067: clang++ -o conftest -I/usr/lib/llvm-16/include -std=c++17   -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/lib/llvm-16/include -std=c++17   -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  conftest.cpp -lclangTooling -lclangFrontend -lclangDriver -lclangParse -lclangSema -lclangEdit  -lclangAnalysis -lclangAST -lclangLex -lclangSerialization -lclangBasic -L/usr/lib/llvm-16/lib  -lLLVM-16   >&5
configure:22067: $? = 0
configure:22074: result: -lclangTooling -lclangFrontend -lclangDriver -lclangParse -lclangSema -lclangEdit  -lclangAnalysis -lclangAST -lclangLex -lclangSerialization -lclangBasic -L/usr/lib/llvm-16/lib  -lLLVM-16  
configure:22108: checking whether the compiler for building compilerplugins is actually Clang
configure:22119: clang -c   conftest.c >&5
configure:22119: $? = 0
configure:22121: result: yes
configure:22161: checking for posix_fallocate
configure:22161: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:22161: $? = 0
configure:22161: result: yes
configure:22276: checking for java
configure:22299: found /usr/bin/java
configure:22311: result: /usr/bin/java
configure:22370: checking the installed JDK
configure:22398: result: found /usr (JDK 17.0.9-ea)
configure:22427: checking for javac
configure:22450: found /usr/bin/javac
configure:22462: result: /usr/bin/javac
configure:22491: checking for javadoc
configure:22514: found /usr/bin/javadoc
configure:22526: result: /usr/bin/javadoc
configure:22712: checking for JAWT lib
configure:22771: result: -L/usr/lib/jvm/java-17-openjdk-amd64/lib/ -ljawt
configure:22859: checking whether to enable export file validation
configure:22877: result: yes
configure:22886: checking for odfvalidator
configure:22924: result: no
configure:22934: no odfvalidator found, will download it
configure:22963: checking for officeotron
configure:23001: result: no
configure:23011: no officeotron found, will download it
configure:23046: checking for Microsoft Binary File Format Validator
configure:23133: result: no
configure:23137: checking whether to enable EPM for packing
configure:23400: result: no
configure:23412: checking whether to build the ODK
configure:23418: result: yes
configure:23439: checking for doxygen
configure:23462: found /usr/bin/doxygen
configure:23474: result: /usr/bin/doxygen
configure:23508: checking whether to enable fuzzers
configure:23511: result: no
configure:23541: checking which zlib to use
configure:23544: result: external
configure:23547: checking for zlib.h
configure:23547: clang -c   conftest.c >&5
configure:23547: $? = 0
configure:23547: result: yes
configure:23555: checking for deflate in -lz
configure:23578: clang -o conftest    -fuse-ld=lld conftest.c -lz   >&5
configure:23578: $? = 0
configure:23588: result: yes
configure:23613: checking which libjpeg to use
configure:23671: result: internal, libjpeg-turbo
configure:23681: checking for nasm
configure:23702: found /usr/bin/nasm
configure:23713: result: nasm
configure:23733: checking for object file format of host system
configure:23807: result: ELF64
configure:23815: checking for object file format specifier (NAFLAGS) 
configure:23830: result: -felf64 -DELF -D__x86_64__ -DPIC
configure:23833: checking whether the assembler (nasm -felf64 -DELF -D__x86_64__ -DPIC) works
configure:23845: nasm -felf64 -DELF -D__x86_64__ -DPIC -o conftest.o conftest.asm
configure:23848: $? = 0
configure:23850: result: yes
configure:23944: checking which clucene to use
configure:24047: result: internal
configure:24145: checking which expat to use
configure:24248: result: internal
configure:24316: checking which xmlsec to use
configure:24419: result: internal
configure:24452: checking whether to enable Embedded OpenType support
configure:24458: result: yes
configure:24496: checking which libeot to use
configure:24599: result: internal
configure:24682: checking which librevenge to use
configure:24785: result: internal
configure:24853: checking which libodfgen to use
configure:24956: result: internal
configure:25024: checking which libepubgen to use
configure:25127: result: internal
configure:25204: checking which libwpd to use
configure:25307: result: internal
configure:25375: checking which libwpg to use
configure:25478: result: internal
configure:25546: checking which libwps to use
configure:25649: result: internal
configure:25772: checking which libvisio to use
configure:25875: result: internal
configure:25943: checking which libcdr to use
configure:26046: result: internal
configure:26114: checking which libmspub to use
configure:26217: result: internal
configure:26285: checking which libmwaw to use
configure:26388: result: internal
configure:26511: checking which libetonyek to use
configure:26614: result: internal
configure:26737: checking which libfreehand to use
configure:26840: result: internal
configure:26908: checking which libebook to use
configure:27011: result: internal
configure:27134: checking which libabw to use
configure:27237: result: internal
configure:27305: checking which libpagemaker to use
configure:27408: result: internal
configure:27476: checking which libqxp to use
configure:27579: result: internal
configure:27647: checking which libzmf to use
configure:27750: result: internal
configure:27818: checking which libstaroffice to use
configure:27921: result: internal
configure:28049: checking which lcms2 to use
configure:28152: result: internal
configure:28227: checking which cppunit to use
configure:28330: result: internal
configure:28404: checking which freetype to use
configure:28409: result: external
configure:28414: checking for freetype2 >= 9.9.3
configure:28421: $PKG_CONFIG --exists --print-errors "freetype2 >= 9.9.3"
configure:28424: $? = 0
configure:28438: $PKG_CONFIG --exists --print-errors "freetype2 >= 9.9.3"
configure:28441: $? = 0
configure:28499: result: yes
configure:28563: checking which libxslt to use
configure:28566: result: external
configure:28577: checking for libxslt
configure:28584: $PKG_CONFIG --exists --print-errors "libxslt"
configure:28587: $? = 0
configure:28601: $PKG_CONFIG --exists --print-errors "libxslt"
configure:28604: $? = 0
configure:28662: result: yes
configure:28671: checking for libexslt
configure:28678: $PKG_CONFIG --exists --print-errors "libexslt"
configure:28681: $? = 0
configure:28695: $PKG_CONFIG --exists --print-errors "libexslt"
configure:28698: $? = 0
configure:28756: result: yes
configure:28767: checking for xsltproc
configure:28790: found /usr/bin/xsltproc
configure:28803: result: /usr/bin/xsltproc
configure:28835: checking which libxml to use
configure:28838: result: external
configure:28851: checking for libxml-2.0 >= 2.0
configure:28858: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.0"
configure:28861: $? = 0
configure:28875: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.0"
configure:28878: $? = 0
configure:28936: result: yes
configure:28947: checking for xmllint
configure:28970: found /usr/bin/xmllint
configure:28983: result: /usr/bin/xmllint
configure:29455: checking which Python to use for Pyuno
configure:29924: result: fully internal
configure:30553: checking whether to build LibreLogo
configure:30565: result: yes
configure:30579: checking whether to build the MariaDB/MySQL SDBC driver
configure:30583: result: yes
configure:30596: checking which MariaDB to use
configure:30715: result: internal
configure:30732: checking which hsqldb to use
configure:30783: result: internal
configure:30797: checking whether to build the PostgreSQL SDBC driver
configure:30800: result: yes
configure:31168: checking for library containing com_err
configure:31198: clang -o conftest    -fuse-ld=lld conftest.c  >&5
ld.lld: error: undefined symbol: com_err
>>> referenced by conftest.c
>>>               /tmp/conftest-abd295.o:(main)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31198: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| #define HAVE_P1155R3 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_EXPORT_VALIDATION 1
| #define ENABLE_EOT 1
| #define WPS_VERSION_MAJOR 0
| #define WPS_VERSION_MINOR 4
| #define WPS_VERSION_MICRO 12
| #define MWAW_VERSION_MAJOR 0
| #define MWAW_VERSION_MINOR 3
| #define MWAW_VERSION_MICRO 21
| #define ETONYEK_VERSION_MAJOR 0
| #define ETONYEK_VERSION_MINOR 1
| #define ETONYEK_VERSION_MICRO 10
| #define EBOOK_VERSION_MAJOR 0
| #define EBOOK_VERSION_MINOR 1
| #define EBOOK_VERSION_MICRO 2
| #define STAROFFICE_VERSION_MAJOR 0
| #define STAROFFICE_VERSION_MINOR 0
| #define STAROFFICE_VERSION_MICRO 7
| #define PYTHON_VERSION_STRING L"3.8.18"
| #define ENABLE_LIBRELOGO 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char com_err ();
| int
| main (void)
| {
| return com_err ();
|   ;
|   return 0;
| }
configure:31198: clang -o conftest    -fuse-ld=lld conftest.c -lcom_err   >&5
configure:31198: $? = 0
configure:31218: result: -lcom_err
configure:31231: checking for library containing krb5_sendauth
configure:31261: clang -o conftest    -fuse-ld=lld conftest.c  >&5
ld.lld: error: undefined symbol: krb5_sendauth
>>> referenced by conftest.c
>>>               /tmp/conftest-8efbbd.o:(main)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31261: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| #define HAVE_P1155R3 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_EXPORT_VALIDATION 1
| #define ENABLE_EOT 1
| #define WPS_VERSION_MAJOR 0
| #define WPS_VERSION_MINOR 4
| #define WPS_VERSION_MICRO 12
| #define MWAW_VERSION_MAJOR 0
| #define MWAW_VERSION_MINOR 3
| #define MWAW_VERSION_MICRO 21
| #define ETONYEK_VERSION_MAJOR 0
| #define ETONYEK_VERSION_MINOR 1
| #define ETONYEK_VERSION_MICRO 10
| #define EBOOK_VERSION_MAJOR 0
| #define EBOOK_VERSION_MINOR 1
| #define EBOOK_VERSION_MICRO 2
| #define STAROFFICE_VERSION_MAJOR 0
| #define STAROFFICE_VERSION_MINOR 0
| #define STAROFFICE_VERSION_MICRO 7
| #define PYTHON_VERSION_STRING L"3.8.18"
| #define ENABLE_LIBRELOGO 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char krb5_sendauth ();
| int
| main (void)
| {
| return krb5_sendauth ();
|   ;
|   return 0;
| }
configure:31261: clang -o conftest    -fuse-ld=lld conftest.c -lkrb5   >&5
configure:31261: $? = 0
configure:31281: result: -lkrb5
configure:31298: checking for library containing gss_init_sec_context
configure:31328: clang -o conftest    -fuse-ld=lld conftest.c  >&5
ld.lld: error: undefined symbol: gss_init_sec_context
>>> referenced by conftest.c
>>>               /tmp/conftest-e99d93.o:(main)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:31328: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| #define HAVE_P1155R3 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_EXPORT_VALIDATION 1
| #define ENABLE_EOT 1
| #define WPS_VERSION_MAJOR 0
| #define WPS_VERSION_MINOR 4
| #define WPS_VERSION_MICRO 12
| #define MWAW_VERSION_MAJOR 0
| #define MWAW_VERSION_MINOR 3
| #define MWAW_VERSION_MICRO 21
| #define ETONYEK_VERSION_MAJOR 0
| #define ETONYEK_VERSION_MINOR 1
| #define ETONYEK_VERSION_MICRO 10
| #define EBOOK_VERSION_MAJOR 0
| #define EBOOK_VERSION_MINOR 1
| #define EBOOK_VERSION_MICRO 2
| #define STAROFFICE_VERSION_MAJOR 0
| #define STAROFFICE_VERSION_MINOR 0
| #define STAROFFICE_VERSION_MICRO 7
| #define PYTHON_VERSION_STRING L"3.8.18"
| #define ENABLE_LIBRELOGO 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char gss_init_sec_context ();
| int
| main (void)
| {
| return gss_init_sec_context ();
|   ;
|   return 0;
| }
configure:31328: clang -o conftest    -fuse-ld=lld conftest.c -lgssapi_krb5   >&5
configure:31328: $? = 0
configure:31348: result: -lgssapi_krb5
configure:31577: checking PostgreSQL C interface
configure:31579: result: internal
configure:31662: checking which Firebird to use
configure:32220: result: internal
configure:32345: checking which curl to use
configure:32448: result: internal
configure:32481: checking which boost to use
configure:33832: result: internal
configure:33881: checking which mdds to use
configure:33984: result: internal
configure:34017: checking which dragonbox to use
configure:34049: result: internal
configure:34057: checking which frozen to use
configure:34086: result: internal
configure:34094: checking which libfixmath to use
configure:34162: result: internal
configure:34168: checking which glm to use
configure:34195: result: internal
configure:34204: checking which odbc headers to use
configure:34240: result: internal
configure:34282: checking which nss to use
configure:34287: result: external
configure:34292: checking for nss >= 3.9.3 nspr >= 4.8
configure:34299: $PKG_CONFIG --exists --print-errors "nss >= 3.9.3 nspr >= 4.8"
configure:34302: $? = 0
configure:34316: $PKG_CONFIG --exists --print-errors "nss >= 3.9.3 nspr >= 4.8"
configure:34319: $? = 0
configure:34377: result: yes
configure:34427: checking whether to enable LDAP support
configure:34430: result: yes
configure:34445: checking which openldap library to use
configure:34548: result: internal
configure:34558: checking which TLS/SSL and cryptographic implementation to use
configure:34605: result: NSS
configure:34610: checking which sane header to use
configure:34624: result: internal
configure:34668: checking which icu to use
configure:34771: result: internal
configure:35000: checking whether to enable breakpad
configure:35003: result: no
configure:35088: checking which orcus to use
configure:35191: result: internal
configure:35525: checking which graphite to use
configure:35628: result: internal
configure:35695: checking which harfbuzz to use
configure:35798: result: internal
configure:35864: checking for X
configure:35902: clang -o conftest    -fuse-ld=lld conftest.c -lX11  >&5
configure:35902: $? = 0
configure:36089: result: libraries , headers 
configure:36187: clang -o conftest    -fuse-ld=lld conftest.c   -lX11 >&5
configure:36187: $? = 0
configure:36286: checking for gethostbyname
configure:36286: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:36286: $? = 0
configure:36286: result: yes
configure:36384: checking for connect
configure:36384: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:36384: $? = 0
configure:36384: result: yes
configure:36434: checking for remove
configure:36434: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:36434: $? = 0
configure:36434: result: yes
configure:36484: checking for shmat
configure:36484: clang -o conftest    -fuse-ld=lld conftest.c  >&5
configure:36484: $? = 0
configure:36484: result: yes
configure:36543: checking for IceConnectionNumber in -lICE
configure:36566: clang -o conftest    -fuse-ld=lld conftest.c -lICE   >&5
configure:36566: $? = 0
configure:36576: result: yes
configure:36597: checking for XOpenDisplay in -lX11
configure:36620: clang -o conftest      -fuse-ld=lld   conftest.c -lX11   >&5
configure:36620: $? = 0
configure:36630: result: yes
configure:36647: checking for X11/extensions/shape.h
configure:36647: clang -c     conftest.c >&5
configure:36647: $? = 0
configure:36647: result: yes
configure:36662: checking for X11/ICE/ICElib.h
configure:36662: clang -c     conftest.c >&5
configure:36662: $? = 0
configure:36662: result: yes
configure:36672: checking for IceConnectionNumber in -lICE
configure:36705: result: yes
configure:36716: checking for X11/SM/SMlib.h
configure:36716: clang -c     conftest.c >&5
configure:36716: $? = 0
configure:36716: result: yes
configure:36726: checking for SmcOpenConnection in -lSM
configure:36749: clang -o conftest      -fuse-ld=lld   conftest.c -lSM   >&5
configure:36749: $? = 0
configure:36759: result: yes
configure:36774: checking for X11/Intrinsic.h
configure:36774: clang -c     conftest.c >&5
configure:36774: $? = 0
configure:36774: result: yes
configure:36786: checking whether to use Xrender
configure:36789: result: yes
configure:36793: checking for xrender
configure:36800: $PKG_CONFIG --exists --print-errors "xrender"
configure:36803: $? = 0
configure:36817: $PKG_CONFIG --exists --print-errors "xrender"
configure:36820: $? = 0
configure:36878: result: yes
configure:36885: checking for XRenderQueryVersion in -lXrender
configure:36908: clang -o conftest      -fuse-ld=lld   conftest.c -lXrender   >&5
configure:36908: $? = 0
configure:36918: result: yes
configure:36927: checking for X11/extensions/Xrender.h
configure:36927: clang -c     conftest.c >&5
configure:36927: $? = 0
configure:36927: result: yes
configure:36942: checking whether to enable RandR support
configure:36945: result: yes
configure:36949: checking for xrandr >= 1.2
configure:36956: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2"
configure:36959: $? = 0
configure:36973: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2"
configure:36976: $? = 0
configure:37014: result: yes
configure:37089: checking for WebDAV support
configure:37098: result: yes
configure:37109: checking whether to execute CVE tests
configure:37131: result: yes
configure:37136: checking whether to disable OpenSSL usage
configure:37139: result: no
configure:37361: checking which openssl to use
configure:37464: result: internal
configure:37555: checking whether to enable the OpenSSL backend for rtl/cipher.h
configure:37563: result: no
configure:37616: checking which redland to use
configure:37719: result: internal
configure:37803: checking which libhunspell to use
configure:37957: result: internal
configure:37972: checking whether to use zxing
configure:37980: result: yes
configure:37983: checking which libzxing to use
configure:38110: result: internal
configure:38120: checking whether zxing::tosvg function is available
configure:38143: clang++ -c  -std=c++17 -I/home/julien/lo/libreoffice/workdir/UnpackedTarball/zxing/core/src   conftest.cpp >&5
conftest.cpp:134:22: fatal error: 'BitMatrix.h' file not found
            #include <BitMatrix.h>
                     ^~~~~~~~~~~~~
1 error generated.
configure:38143: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| #define HAVE_P1155R3 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_EXPORT_VALIDATION 1
| #define ENABLE_EOT 1
| #define WPS_VERSION_MAJOR 0
| #define WPS_VERSION_MINOR 4
| #define WPS_VERSION_MICRO 12
| #define MWAW_VERSION_MAJOR 0
| #define MWAW_VERSION_MINOR 3
| #define MWAW_VERSION_MICRO 21
| #define ETONYEK_VERSION_MAJOR 0
| #define ETONYEK_VERSION_MINOR 1
| #define ETONYEK_VERSION_MICRO 10
| #define EBOOK_VERSION_MAJOR 0
| #define EBOOK_VERSION_MINOR 1
| #define EBOOK_VERSION_MICRO 2
| #define STAROFFICE_VERSION_MAJOR 0
| #define STAROFFICE_VERSION_MINOR 0
| #define STAROFFICE_VERSION_MICRO 7
| #define PYTHON_VERSION_STRING L"3.8.18"
| #define ENABLE_LIBRELOGO 1
| #define ENABLE_FIREBIRD_SDBC 1
| #define HAVE_FEATURE_NSS 1
| #define USE_TLS_NSS 1
| #define HAVE_FEATURE_CURL 1
| #define HAVE_X11_EXTENSIONS_SHAPE_H 1
| #define HAVE_X11_ICE_ICELIB_H 1
| #define HAVE_X11_SM_SMLIB_H 1
| #define HAVE_X11_INTRINSIC_H 1
| #define USE_CRYPTO_NSS 1
| #define ENABLE_ZXING 1
| /* end confdefs.h.  */
| 
|             #include <BitMatrix.h>
|             #include <BitMatrixIO.h>
|             int main(){
|                 ZXing::BitMatrix matrix(1, 1);
|                 matrix.set(0, 0, true);
|                 ZXing::ToSVG(matrix);
|                 return 0;
|             }
| 
configure:38152: result: no
configure:38170: checking which box2d to use
configure:38262: result: internal
configure:38271: checking which altlinuxhyph to use
configure:38425: result: internal
configure:38438: checking which mythes to use
configure:38628: result: internal
configure:38644: checking whether to build with CoinMP
configure:38648: result: yes
configure:38758: checking whether to build with lpsolve
configure:38762: result: yes
configure:38771: checking which lpsolve to use
configure:38917: result: internal
configure:38960: checking which libexttextcat to use
configure:39063: result: internal
configure:39135: checking which libnumbertext to use
configure:39238: result: internal
configure:39280: checking whether the libc is recent enough
configure:39298: clang -c     conftest.c >&5
configure:39298: $? = 0
configure:39316: checking for uuidgen
configure:39339: found /usr/bin/uuidgen
configure:39351: result: /usr/bin/uuidgen
configure:39367: checking for bison
configure:39390: found /usr/bin/bison
configure:39402: result: /usr/bin/bison
configure:39413: checking the bison version
configure:39431: checking for flex
configure:39454: found /usr/bin/flex
configure:39466: result: /usr/bin/flex
configure:39480: checking the flex version
configure:39491: checking for diff
configure:39514: found /usr/bin/diff
configure:39526: result: /usr/bin/diff
configure:39541: checking for uniq
configure:39564: found /usr/bin/uniq
configure:39576: result: /usr/bin/uniq
configure:39591: checking for patch
configure:39614: found /usr/bin/patch
configure:39626: result: /usr/bin/patch
configure:39681: checking for gnucp
configure:39719: result: no
configure:39681: checking for cp
configure:39704: found /usr/bin/cp
configure:39716: result: /usr/bin/cp
configure:39743: checking whether /usr/bin/cp is GNU cp from coreutils with preserve= support
configure:39746: result: yes
configure:39792: checking for zip
configure:39815: found /usr/bin/zip
configure:39827: result: /usr/bin/zip
configure:39842: checking for unzip
configure:39865: found /usr/bin/unzip
configure:39877: result: /usr/bin/unzip
configure:39895: checking for touch
configure:39918: found /usr/bin/touch
configure:39930: result: /usr/bin/touch
configure:39980: checking which epoxy to use
configure:40083: result: internal
configure:40261: VCLplugs to be built: gen gtk3 gtk3_kde5 gtk4 kf5 qt5
configure:40281: checking for gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo
configure:40288: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo"
configure:40291: $? = 0
configure:40305: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.20 gtk+-unix-print-3.0 gmodule-no-export-2.0 glib-2.0 >= 2.38 atk >= 2.28.1 cairo"
configure:40308: $? = 0
configure:40366: result: yes
configure:40376: checking for eglMakeCurrent in -lEGL
configure:40399: clang -o conftest      -fuse-ld=lld   conftest.c -lEGL   >&5
configure:40399: $? = 0
configure:40409: result: yes
configure:40418: checking for EGL/eglplatform.h
configure:40418: clang -c     conftest.c >&5
configure:40418: $? = 0
configure:40418: result: yes
configure:40543: checking for gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk
configure:40550: $PKG_CONFIG --exists --print-errors "gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk"
configure:40553: $? = 0
configure:40567: $PKG_CONFIG --exists --print-errors "gtk4 gmodule-no-export-2.0 glib-2.0 >= 2.38 cairo atk"
configure:40570: $? = 0
configure:40628: result: yes
configure:40638: checking for eglMakeCurrent in -lEGL
configure:40671: result: yes
configure:40680: checking for EGL/eglplatform.h
configure:40680: result: yes
configure:40791: checking for xvfb-run
configure:40829: result: no
configure:41088: checking whether to enable DBUS support
configure:41092: result: yes
configure:41096: checking for dbus-1 >= 0.60
configure:41103: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60"
configure:41106: $? = 0
configure:41120: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60"
configure:41123: $? = 0
configure:41181: result: yes
configure:41195: checking for glib-2.0 >= 2.4
configure:41202: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4"
configure:41205: $? = 0
configure:41219: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4"
configure:41222: $? = 0
configure:41264: result: yes
configure:41284: checking whether to enable Impress remote control
configure:41287: result: yes
configure:41292: checking whether to enable Bluetooth support in Impress remote control
configure:41321: result: yes
configure:41324: checking which Bluetooth header to use
configure:41339: result: internal
configure:41376: checking whether to enable GIO support
configure:41381: checking for gio-2.0 >= 2.26
configure:41388: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26"
configure:41391: $? = 0
configure:41405: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26"
configure:41408: $? = 0
configure:41446: result: yes
configure:41485: checking whether to enable the GStreamer 1.0 avmedia backend
configure:41489: result: yes
configure:41493: checking for gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 
configure:41500: $PKG_CONFIG --exists --print-errors "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 "
configure:41503: $? = 0
configure:41517: $PKG_CONFIG --exists --print-errors "gstreamer-1.0 gstreamer-plugins-base-1.0 gstreamer-pbutils-1.0 gstreamer-video-1.0 "
configure:41520: $? = 0
configure:41578: result: yes
configure:41613: checking for glBegin in -lGL
configure:41636: clang -o conftest      -fuse-ld=lld   conftest.c -lGL   >&5
configure:41636: $? = 0
configure:41646: result: yes
configure:41678: checking for dconf >= 0.40.0
configure:41685: $PKG_CONFIG --exists --print-errors "dconf >= 0.40.0"
configure:41688: $? = 0
configure:41702: $PKG_CONFIG --exists --print-errors "dconf >= 0.40.0"
configure:41705: $? = 0
configure:41753: result: yes
configure:41758: checking whether to enable dconf
configure:41770: result: yes
configure:41778: checking whether to build the PDF import feature
configure:41782: result: yes
configure:41793: checking whether to build PDFium
configure:41797: result: yes
configure:41808: checking which OpenJPEG library to use
configure:41910: result: internal
configure:41914: checking which Abseil library to use
configure:42041: result: internal
configure:42051: checking whether to build Poppler
configure:42054: result: yes
configure:42074: checking which PDF import poppler to use
configure:42175: result: internal
configure:42194: $PKG_CONFIG --exists --print-errors "freetype2 >= 21.0.15"
configure:42197: $? = 0
configure:42207: checking whether to build Skia
configure:42211: result: yes (debug)
configure:42967: checking whether to enable gpgmepp
configure:42979: result: yes
configure:42981: checking which gpgmepp to use
configure:43049: result: internal
configure:43065: checking for gpg
configure:43088: found /usr/bin/gpg
configure:43100: result: /usr/bin/gpg
configure:43118: checking for /run/user/1000
configure:43121: result: yes
configure:43125: checking for gpgconf
configure:43148: found /usr/bin/gpgconf
configure:43160: result: /usr/bin/gpgconf
configure:43173: checking whether version of gpgconf is suitable ... 
configure:43178: result: yes, 2.2.40
configure:43180: checking for gpgconf --create-socketdir... 
configure:43184: result: yes
configure:43220: checking whether to build Java Websocket for the UNO remote websocket client
configure:43223: result: yes
configure:43234: checking whether to build the Wiki Publisher extension
configure:43237: result: yes
configure:43252: checking whether to build the Report Builder
configure:43255: result: yes
configure:43258: checking which jfreereport libs to use
configure:43392: result: internal
configure:43419: checking whether to build support for scripts in BeanShell
configure:43422: result: yes
configure:43426: checking which beanshell to use
configure:43439: result: internal
configure:43455: checking whether to build support for scripts in JavaScript
configure:43458: result: yes
configure:43462: checking which rhino to use
configure:43475: result: internal
configure:43584: checking for qmake-qt5
configure:43622: result: no
configure:43584: checking for qmake
configure:43607: found /usr/bin/qmake
configure:43619: result: /usr/bin/qmake
configure:43644: Detected Qt5 version: 5.15.10
configure:43654: checking for Qt5 headers
configure:43663: result: /usr/include/x86_64-linux-gnu/qt5
configure:43677: checking for QtCore/qconfig.h
configure:43677: clang++ -c    -I/usr/include/x86_64-linux-gnu/qt5 conftest.cpp >&5
configure:43677: $? = 0
configure:43677: result: yes
configure:43693: checking for Qt5 libraries
configure:43702: result: /usr/lib/x86_64-linux-gnu
configure:43742: checking for xcb
configure:43749: $PKG_CONFIG --exists --print-errors "xcb"
configure:43752: $? = 0
configure:43766: $PKG_CONFIG --exists --print-errors "xcb"
configure:43769: $? = 0
configure:43807: result: yes
configure:43813: checking for xcb-icccm
configure:43820: $PKG_CONFIG --exists --print-errors "xcb-icccm"
configure:43823: $? = 0
configure:43837: $PKG_CONFIG --exists --print-errors "xcb-icccm"
configure:43840: $? = 0
configure:43886: result: yes
configure:43906: checking for moc-qt5
configure:43945: result: no
configure:43906: checking for moc
configure:43930: found /bin/moc
configure:43942: result: /bin/moc
configure:43962: checking for gobject-2.0
configure:43969: $PKG_CONFIG --exists --print-errors "gobject-2.0"
configure:43972: $? = 0
configure:43986: $PKG_CONFIG --exists --print-errors "gobject-2.0"
configure:43989: $? = 0
configure:44031: result: yes
configure:44439: checking for kf5-config
configure:44475: result: no
configure:44488: checking for KF5 headers
configure:44497: result: /usr/include/KF5
configure:44503: checking for KF5 libraries
configure:44513: result: /usr/lib/x86_64-linux-gnu
configure:44535: checking whether KDE is >= 5.0
configure:44555: clang++ -o conftest  -isystem /usr/include/KF5 -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT -DQT_NO_VERSION_TAGGING    -fuse-ld=lld   conftest.cpp  >&5
configure:44555: $? = 0
configure:44555: ./conftest
configure:44555: $? = 0
configure:44557: result: yes
configure:44683: checking whether to enable evolution 2 support
configure:44686: result: yes
configure:44690: checking for gobject-2.0
configure:44697: $PKG_CONFIG --exists --print-errors "gobject-2.0"
configure:44700: $? = 0
configure:44714: $PKG_CONFIG --exists --print-errors "gobject-2.0"
configure:44717: $? = 0
configure:44775: result: yes
configure:44791: checking which themes to include
configure:44809: result:  breeze breeze_dark breeze_dark_svg breeze_svg colibre colibre_dark colibre_dark_svg colibre_svg elementary elementary_svg karasa_jaga karasa_jaga_svg sifr sifr_dark sifr_dark_svg sifr_svg sukapura sukapura_dark sukapura_dark_svg sukapura_svg 
configure:44824: checking for extensions integration
configure:44829: result: yes, use integration
configure:44848: checking for building the Numbertext extension
configure:44856: result: yes
configure:44872: checking for building the NLPSolver extension
configure:44880: result: yes
configure:44890: checking whether to build opens___.ttf
configure:44944: result: no
configure:44950: checking whether to include third-party fonts
configure:44953: result: yes
configure:44968: checking whether to enable online update
configure:44988: result: yes
configure:45122: checking whether to enable extension update
configure:45129: result: yes
configure:45139: checking whether to create MSI with LIMITUI=1 (silent install)
configure:45142: result: no
configure:45154: result: no
configure:45167: checking whether and how to use Xinerama
configure:45206: result: yes, with dynamic linking
configure:45208: checking for X11/extensions/Xinerama.h
configure:45208: clang -c     conftest.c >&5
configure:45208: $? = 0
configure:45208: result: yes
configure:45227: checking for XineramaIsActive in -lXinerama
configure:45250: clang -o conftest      -fuse-ld=lld   conftest.c -lXinerama -L -L/usr/lib/x86_64-linux-gnu -lXext -ldl  >&5
configure:45250: $? = 0
configure:45260: result: yes
configure:45280: checking whether to use non-standard RGBA32 cairo pixel order
configure:45293: result: no
configure:45300: checking whether to use the system cairo
configure:45306: result: yes
configure:45311: checking for cairo >= 1.12.0 
configure:45318: $PKG_CONFIG --exists --print-errors "cairo >= 1.12.0 "
configure:45321: $? = 0
configure:45335: $PKG_CONFIG --exists --print-errors "cairo >= 1.12.0 "
configure:45338: $? = 0
configure:45396: result: yes
configure:45405: checking whether Xrender.h defines PictStandardA8
configure:45429: clang -c     conftest.c >&5
configure:45429: $? = 0
configure:45431: result: yes
configure:45469: checking for avahi-client >= 0.6.10
configure:45476: $PKG_CONFIG --exists --print-errors "avahi-client >= 0.6.10"
configure:45479: $? = 0
configure:45493: $PKG_CONFIG --exists --print-errors "avahi-client >= 0.6.10"
configure:45496: $? = 0
configure:45554: result: yes
configure:45570: checking whether to use system liblangtag
configure:45683: result: no
configure:45735: checking which libpng to use
configure:45838: result: internal
configure:45907: checking which libtiff to use
configure:46010: result: internal
configure:46079: checking which libwebp to use
configure:46182: result: internal
configure:46216: checking whether to use specific JVM search path at runtime
configure:46230: result: no
configure:46258: checking for ant
configure:46281: found /usr/bin/ant
configure:46293: result: /usr/bin/ant
configure:46380: checking if /usr/share/ant/bin/ant works
configure:46403: /usr/share/ant/bin/ant -buildfile conftest.xml 1>&2
Buildfile: /home/julien/lo/libreoffice/conftest.dir/conftest.xml

conftest:
    [javac] /home/julien/lo/libreoffice/conftest.dir/conftest.xml:3: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 1 source file

BUILD SUCCESSFUL
Total time: 0 seconds
configure:46406: $? = 0
configure:46409: result: Ant works
configure:46438: checking Ant lib directory
configure:46467: result: Ant lib directory found.
configure:46474: checking whether Ant is >= 1.6.0
configure: ant_version 1.10.13 
configure: ant_version_major 1 
configure: ant_version_minor 10 
configure:46486: result: yes, 1.10.13
configure:46501: checking for JUnit 4
configure:46523: result: /usr/share/java/junit4.jar
configure:46534: checking for included Hamcrest
configure:46538: result: Included in /usr/share/java/junit4.jar
configure:46637: checking which languages to be built
configure:46662: result: en-US de es fr hu it ja nl pt pt-BR ru
configure:46675: checking for msgfmt
configure:46696: found /usr/bin/msgfmt
configure:46707: result: msgfmt
configure:46733: checking for msguniq
configure:46754: found /usr/bin/msguniq
configure:46765: result: msguniq
configure:46874: checking for alternative branding images directory
configure:46881: result: none
configure:46910: checking for 'intro' progress settings
configure:46924: result: none
configure:46936: checking for extra build ID
configure:46946: result: not set
configure:46953: checking for vendor
configure:46966: result: not set, using julien
configure:46999: checking whether to install the compat oo* wrappers
configure:47007: result: no
configure:47013: checking for install dirname
configure:47018: result: libreoffice
configure:47022: checking for prefix
configure:47027: result: /usr/local
configure:47057: checking for Google Drive client id and secret
configure:47060: result: not set
configure:47075: checking for Alfresco Cloud client id and secret
configure:47078: result: not set
configure:47093: checking for OneDrive client id and secret
configure:47096: result: not set
configure:47112: checking whether to enable dependency tracking
configure:47119: result: yes
configure:47124: checking for number of processors to use
configure:47161: result: 12
configure:47204: checking whether clang++ supports a working C++20 consteval
configure:47270: clang++ -o conftest  -std=c++17    -fuse-ld=lld   conftest.cpp  >&5
conftest.cpp:175:13: error: unknown type name 'consteval'; did you mean 'constexpr'?
            consteval S() { i = 1; }
            ^~~~~~~~~
            constexpr
conftest.cpp:180:21: error: unknown type name 'consteval'; did you mean 'constexpr'?
        struct S1 { consteval S1(int) {} };
                    ^~~~~~~~~
                    constexpr
conftest.cpp:187:13: error: unknown type name 'consteval'; did you mean 'constexpr'?
            consteval S3() {}
            ^~~~~~~~~
            constexpr
conftest.cpp:195:21: error: unknown type name 'consteval'; did you mean 'constexpr'?
        struct S4 { consteval S4() = default; };
                    ^~~~~~~~~
                    constexpr
conftest.cpp:199:13: error: unknown type name 'consteval'; did you mean 'constexpr'?
            consteval S5() { c = 0; }
            ^~~~~~~~~
            constexpr
conftest.cpp:199:23: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
            consteval S5() { c = 0; }
                      ^
conftest.cpp:201:13: note: member not initialized by constructor
            union {
            ^
1 warning and 5 errors generated.
configure:47270: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "LibreOffice"
| #define PACKAGE_TARNAME "libreoffice"
| #define PACKAGE_VERSION "24.2.0.0.alpha0+"
| #define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://documentfoundation.org/";
| #define LIBO_VERSION_MAJOR 24
| #define LIBO_VERSION_MINOR 2
| #define LIBO_VERSION_MICRO 0
| #define LIBO_VERSION_PATCH 0
| #define LIBO_THIS_YEAR 2023
| #define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
| #define SRCDIR "/home/julien/lo/libreoffice"
| #define SRC_ROOT "/home/julien/lo/libreoffice"
| #define BUILDDIR "/home/julien/lo/libreoffice"
| #define USE_HEADLESS_CODE 1
| #define ENABLE_HEADLESS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLAPI 1
| #define HAVE_UNIX_DLAPI 1
| #define HAVE_FEATURE_BACKTRACE 1
| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1
| #define HAVE_FEATURE_DESKTOP 1
| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
| #define HAVE_FEATURE_AVMEDIA 1
| #define HAVE_FEATURE_DBCONNECTIVITY 1
| #define HAVE_FEATURE_SCRIPTING 1
| #define HAVE_FEATURE_EXTENSIONS 1
| #define HAVE_FEATURE_JAVA 1
| #define LIBO_BIN_FOLDER "program"
| #define LIBO_ETC_FOLDER "program"
| #define LIBO_LIBEXEC_FOLDER "program"
| #define LIBO_LIB_FOLDER "program"
| #define LIBO_LIB_PYUNO_FOLDER "program"
| #define LIBO_SHARE_FOLDER "share"
| #define LIBO_SHARE_HELP_FOLDER "help"
| #define LIBO_SHARE_JAVA_FOLDER "program/classes"
| #define LIBO_SHARE_PRESETS_FOLDER "presets"
| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
| #define LIBO_SHARE_SHELL_FOLDER "program/shell"
| #define LIBO_URE_BIN_FOLDER "program"
| #define LIBO_URE_ETC_FOLDER "program"
| #define LIBO_URE_LIB_FOLDER "program"
| #define LIBO_URE_MISC_FOLDER "program"
| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
| #define CLANG_VERSION 160006
| #define CLANG_FULL_VERSION "16.0.6 (15)"
| #define HAVE_FEATURE_UI 1
| #define USING_X11 1
| #define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
| #define WORKDIR "/home/julien/lo/libreoffice/workdir"
| #define HAVE_FEATURE_XMLHELP 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_FEATURE_PAGEIN 1
| #define HAVE_CUPS_H 1
| #define SIZEOF_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SIZE_T 8
| #define ALIGNOF_SHORT 2
| #define ALIGNOF_INT 4
| #define ALIGNOF_LONG 8
| #define ALIGNOF_DOUBLE 8
| #define SAL_TYPES_SIZEOFSHORT 2
| #define SAL_TYPES_SIZEOFINT 4
| #define SAL_TYPES_SIZEOFLONG 8
| #define SAL_TYPES_SIZEOFLONGLONG 8
| #define SAL_TYPES_SIZEOFPOINTER 8
| #define SAL_TYPES_ALIGNMENT2 2
| #define SAL_TYPES_ALIGNMENT4 4
| #define SAL_TYPES_ALIGNMENT8 8
| #define HAVE_FEATURE_JUMBO_SHEETS 1
| #define ENABLE_RUNTIME_OPTIMIZATIONS 1
| #define HAVE_GCC_BUILTIN_ATOMIC 1
| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
| #define HAVE_CXXABI_H_CXA_THROW 1
| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
| #define HAVE_P1155R3 1
| #define HAVE_POSIX_FALLOCATE 1
| #define HAVE_EXPORT_VALIDATION 1
| #define ENABLE_EOT 1
| #define WPS_VERSION_MAJOR 0
| #define WPS_VERSION_MINOR 4
| #define WPS_VERSION_MICRO 12
| #define MWAW_VERSION_MAJOR 0
| #define MWAW_VERSION_MINOR 3
| #define MWAW_VERSION_MICRO 21
| #define ETONYEK_VERSION_MAJOR 0
| #define ETONYEK_VERSION_MINOR 1
| #define ETONYEK_VERSION_MICRO 10
| #define EBOOK_VERSION_MAJOR 0
| #define EBOOK_VERSION_MINOR 1
| #define EBOOK_VERSION_MICRO 2
| #define STAROFFICE_VERSION_MAJOR 0
| #define STAROFFICE_VERSION_MINOR 0
| #define STAROFFICE_VERSION_MICRO 7
| #define PYTHON_VERSION_STRING L"3.8.18"
| #define ENABLE_LIBRELOGO 1
| #define ENABLE_FIREBIRD_SDBC 1
| #define HAVE_FEATURE_NSS 1
| #define USE_TLS_NSS 1
| #define HAVE_FEATURE_CURL 1
| #define HAVE_X11_EXTENSIONS_SHAPE_H 1
| #define HAVE_X11_ICE_ICELIB_H 1
| #define HAVE_X11_SM_SMLIB_H 1
| #define HAVE_X11_INTRINSIC_H 1
| #define USE_CRYPTO_NSS 1
| #define ENABLE_ZXING 1
| #define ENABLE_GEN 1
| #define ENABLE_GTK3 1
| #define ENABLE_GTK3_KDE5 1
| #define ENABLE_GTK4 1
| #define ENABLE_KF5 1
| #define ENABLE_QT5 1
| #define ENABLE_DBUS 1
| #define DBUS_HAVE_GLIB 1
| #define ENABLE_GIO 1
| #define ENABLE_GSTREAMER_1_0 1
| #define HAVE_FEATURE_OPENGL 1
| #define HAVE_FEATURE_OPENCL 1
| #define ENABLE_DCONF 1
| #define HAVE_FEATURE_PDFIMPORT 1
| #define HAVE_FEATURE_POPPLER 1
| #define ENABLE_PDFIMPORT 1
| #define HAVE_FEATURE_SKIA 1
| #define SK_GANESH 1
| #define SK_VULKAN 1
| #define HAVE_FEATURE_GPGME 1
| #define HAVE_FEATURE_GPGVERIFY 1
| #define HAVE_GPGCONF_SOCKETDIR 1
| #define GPGME_GPGCONF "/usr/bin/gpgconf"
| #define QT5_HAVE_XCB_ICCCM 1
| #define QT5_USING_X11 1
| #define QT5_HAVE_GOBJECT 1
| #define HAVE_MORE_FONTS 1
| #define ENABLE_EXTENSION_UPDATE 1
| #define ENABLE_CAIRO_CANVAS 1
| #define HAVE_FEATURE_AVAHI 1
| #define WITH_LANG "en-US de es fr hu it ja nl pt pt-BR ru"
| #define WITH_LOCALE_ALL 1
| #define EXTRA_BUILDID ""
| #define OOO_VENDOR "julien"
| #define GDRIVE_CLIENT_ID ""
| #define GDRIVE_CLIENT_SECRET ""
| #define ALFRESCO_CLOUD_CLIENT_ID ""
| #define ALFRESCO_CLOUD_CLIENT_SECRET ""
| #define ONEDRIVE_CLIENT_ID ""
| #define ONEDRIVE_CLIENT_SECRET ""
| /* end confdefs.h.  */
| 
|         struct S {
|             consteval S() { i = 1; }
|             int i = 0;
|         };
|         S const s;
| 
|         struct S1 { consteval S1(int) {} };
|         struct S2 {
|             S1 x;
|             S2(): x(0) {}
|         };
| 
|         struct S3 {
|             consteval S3() {}
|             union {
|                 int a;
|                 unsigned b = 0;
|             };
|         };
|         void f() { S3(); }
| 
|         struct S4 { consteval S4() = default; };
|         void f4(bool b) { b ? S4() : S4(); }
| 
|         struct S5 {
|             consteval S5() { c = 0; }
|             char * f() { return &c; }
|             union {
|                 char c;
|                 int i;
|             };
|         };
|         auto s5 = S5().f();
| 
| int
| main (void)
| {
| 
|         return (s.i == 1) ? 0 : 1;
| 
|   ;
|   return 0;
| }
configure:47279: result: no
configure:47298: checking whether to create huge library
configure:47318: result: no
configure:47323: checking whether to use icerun wrapper
configure:47331: result: no
configure:47344: checking MPL subset
configure:47403: result: no restrictions
configure:47409: checking formula logger
configure:47420: result: yes
configure:47467: checking for coredumpctl support
configure:47477: checking for coredumpctl
configure:47515: result: no
configure:47522: checking for jq
configure:47545: found /usr/bin/jq
configure:47557: result: /usr/bin/jq
configure:47567: checking for systemd-escape
configure:47590: found /usr/bin/systemd-escape
configure:47602: result: /usr/bin/systemd-escape
configure:47612: checking for systemd-run
configure:47635: found /usr/bin/systemd-run
configure:47647: result: /usr/bin/systemd-run
configure:47679: result: no
configure:47691: setting up the build environment variables...
configure:48064: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by LibreOffice config.status 24.2.0.0.alpha0+, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on debianamd

config.status:1905: creating config_host.mk
config.status:1905: creating config_host_lang.mk
config.status:1905: creating Makefile
config.status:1905: creating lo.xcent
config.status:1905: creating bin/bffvalidator.sh
config.status:1905: creating bin/odfvalidator.sh
config.status:1905: creating bin/officeotron.sh
config.status:1905: creating hardened_runtime.xcent
config.status:1905: creating instsetoo_native/util/openoffice.lst
config.status:1905: creating sysui/desktop/macosx/Info.plist
config.status:1905: creating vs-code.code-workspace.template
config.status:1905: creating config_host/config_probes.h
config.status:2075: config_host/config_probes.h is unchanged
config.status:1905: creating config_host/config_atspi.h
config.status:2075: config_host/config_atspi.h is unchanged
config.status:1905: creating config_host/config_buildconfig.h
config.status:2075: config_host/config_buildconfig.h is unchanged
config.status:1905: creating config_host/config_buildid.h
config.status:2075: config_host/config_buildid.h is unchanged
config.status:1905: creating config_host/config_box2d.h
config.status:2075: config_host/config_box2d.h is unchanged
config.status:1905: creating config_host/config_clang.h
config.status:2075: config_host/config_clang.h is unchanged
config.status:1905: creating config_host/config_crypto.h
config.status:2075: config_host/config_crypto.h is unchanged
config.status:1905: creating config_host/config_dconf.h
config.status:2075: config_host/config_dconf.h is unchanged
config.status:1905: creating config_host/config_eot.h
config.status:2075: config_host/config_eot.h is unchanged
config.status:1905: creating config_host/config_extensions.h
config.status:2075: config_host/config_extensions.h is unchanged
config.status:1905: creating config_host/config_cairo_canvas.h
config.status:2075: config_host/config_cairo_canvas.h is unchanged
config.status:1905: creating config_host/config_cairo_rgba.h
config.status:2075: config_host/config_cairo_rgba.h is unchanged
config.status:1905: creating config_host/config_cxxabi.h
config.status:2075: config_host/config_cxxabi.h is unchanged
config.status:1905: creating config_host/config_dbus.h
config.status:2075: config_host/config_dbus.h is unchanged
config.status:1905: creating config_host/config_features.h
config.status:2075: config_host/config_features.h is unchanged
config.status:1905: creating config_host/config_feature_desktop.h
config.status:2075: config_host/config_feature_desktop.h is unchanged
config.status:1905: creating config_host/config_feature_opencl.h
config.status:2075: config_host/config_feature_opencl.h is unchanged
config.status:1905: creating config_host/config_firebird.h
config.status:2075: config_host/config_firebird.h is unchanged
config.status:1905: creating config_host/config_folders.h
config.status:2075: config_host/config_folders.h is unchanged
config.status:1905: creating config_host/config_fonts.h
config.status:2075: config_host/config_fonts.h is unchanged
config.status:1905: creating config_host/config_fuzzers.h
config.status:2075: config_host/config_fuzzers.h is unchanged
config.status:1905: creating config_host/config_gio.h
config.status:2075: config_host/config_gio.h is unchanged
config.status:1905: creating config_host/config_global.h
config.status:2075: config_host/config_global.h is unchanged
config.status:1905: creating config_host/config_gpgme.h
config.status:2075: config_host/config_gpgme.h is unchanged
config.status:1905: creating config_host/config_java.h
config.status:2075: config_host/config_java.h is unchanged
config.status:1905: creating config_host/config_langs.h
config.status:2075: config_host/config_langs.h is unchanged
config.status:1905: creating config_host/config_lgpl.h
config.status:2075: config_host/config_lgpl.h is unchanged
config.status:1905: creating config_host/config_libcxx.h
config.status:2075: config_host/config_libcxx.h is unchanged
config.status:1905: creating config_host/config_liblangtag.h
config.status:2075: config_host/config_liblangtag.h is unchanged
config.status:1905: creating config_host/config_locales.h
config.status:2075: config_host/config_locales.h is unchanged
config.status:1905: creating config_host/config_mpl.h
config.status:2075: config_host/config_mpl.h is unchanged
config.status:1905: creating config_host/config_oox.h
config.status:2075: config_host/config_oox.h is unchanged
config.status:1905: creating config_host/config_options.h
config.status:2075: config_host/config_options.h is unchanged
config.status:1905: creating config_host/config_options_calc.h
config.status:2075: config_host/config_options_calc.h is unchanged
config.status:1905: creating config_host/config_zxing.h
config.status:2075: config_host/config_zxing.h is unchanged
config.status:1905: creating config_host/config_skia.h
config.status:2075: config_host/config_skia.h is unchanged
config.status:1905: creating config_host/config_typesizes.h
config.status:2075: config_host/config_typesizes.h is unchanged
config.status:1905: creating config_host/config_validation.h
config.status:2075: config_host/config_validation.h is unchanged
config.status:1905: creating config_host/config_vendor.h
config.status:2075: config_host/config_vendor.h is unchanged
config.status:1905: creating config_host/config_vclplug.h
config.status:2075: config_host/config_vclplug.h is unchanged
config.status:1905: creating config_host/config_version.h
config.status:2075: config_host/config_version.h is unchanged
config.status:1905: creating config_host/config_oauth2.h
config.status:2075: config_host/config_oauth2.h is unchanged
config.status:1905: creating config_host/config_poppler.h
config.status:2075: config_host/config_poppler.h is unchanged
config.status:1905: creating config_host/config_python.h
config.status:2075: config_host/config_python.h is unchanged
config.status:1905: creating config_host/config_writerperfect.h
config.status:2075: config_host/config_writerperfect.h is unchanged
config.status:1905: creating config_host/config_wasm_strip.h
config.status:2075: config_host/config_wasm_strip.h is unchanged
config.status:1905: creating solenv/lockfile/autoconf.h
config.status:2075: solenv/lockfile/autoconf.h is unchanged

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_alignof_double=8
ac_cv_alignof_int=4
ac_cv_alignof_long=8
ac_cv_alignof_short=2
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ABW_CFLAGS_set=
ac_cv_env_ABW_CFLAGS_value=
ac_cv_env_ABW_LIBS_set=
ac_cv_env_ABW_LIBS_value=
ac_cv_env_ATSPI2_2_32_CFLAGS_set=
ac_cv_env_ATSPI2_2_32_CFLAGS_value=
ac_cv_env_ATSPI2_2_32_LIBS_set=
ac_cv_env_ATSPI2_2_32_LIBS_value=
ac_cv_env_ATSPI2_CFLAGS_set=
ac_cv_env_ATSPI2_CFLAGS_value=
ac_cv_env_ATSPI2_LIBS_set=
ac_cv_env_ATSPI2_LIBS_value=
ac_cv_env_AVAHI_CFLAGS_set=
ac_cv_env_AVAHI_CFLAGS_value=
ac_cv_env_AVAHI_LIBS_set=
ac_cv_env_AVAHI_LIBS_value=
ac_cv_env_BACKTRACE_CFLAGS_set=
ac_cv_env_BACKTRACE_CFLAGS_value=
ac_cv_env_BACKTRACE_LIBS_set=
ac_cv_env_BACKTRACE_LIBS_value=
ac_cv_env_BZIP2_CFLAGS_set=
ac_cv_env_BZIP2_CFLAGS_value=
ac_cv_env_BZIP2_LIBS_set=
ac_cv_env_BZIP2_LIBS_value=
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CDR_CFLAGS_set=
ac_cv_env_CDR_CFLAGS_value=
ac_cv_env_CDR_LIBS_set=
ac_cv_env_CDR_LIBS_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CLUCENE_CFLAGS_set=
ac_cv_env_CLUCENE_CFLAGS_value=
ac_cv_env_CLUCENE_LIBS_set=
ac_cv_env_CLUCENE_LIBS_value=
ac_cv_env_COINMP_CFLAGS_set=
ac_cv_env_COINMP_CFLAGS_value=
ac_cv_env_COINMP_LIBS_set=
ac_cv_env_COINMP_LIBS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPPUNIT_CFLAGS_set=
ac_cv_env_CPPUNIT_CFLAGS_value=
ac_cv_env_CPPUNIT_LIBS_set=
ac_cv_env_CPPUNIT_LIBS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_GLIB_CFLAGS_set=
ac_cv_env_DBUS_GLIB_CFLAGS_value=
ac_cv_env_DBUS_GLIB_LIBS_set=
ac_cv_env_DBUS_GLIB_LIBS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_DCONF_CFLAGS_set=
ac_cv_env_DCONF_CFLAGS_value=
ac_cv_env_DCONF_LIBS_set=
ac_cv_env_DCONF_LIBS_value=
ac_cv_env_EBOOK_CFLAGS_set=
ac_cv_env_EBOOK_CFLAGS_value=
ac_cv_env_EBOOK_LIBS_set=
ac_cv_env_EBOOK_LIBS_value=
ac_cv_env_EPOXY_CFLAGS_set=
ac_cv_env_EPOXY_CFLAGS_value=
ac_cv_env_EPOXY_LIBS_set=
ac_cv_env_EPOXY_LIBS_value=
ac_cv_env_EPUBGEN_CFLAGS_set=
ac_cv_env_EPUBGEN_CFLAGS_value=
ac_cv_env_EPUBGEN_LIBS_set=
ac_cv_env_EPUBGEN_LIBS_value=
ac_cv_env_ETONYEK_CFLAGS_set=
ac_cv_env_ETONYEK_CFLAGS_value=
ac_cv_env_ETONYEK_LIBS_set=
ac_cv_env_ETONYEK_LIBS_value=
ac_cv_env_EXPAT_CFLAGS_set=
ac_cv_env_EXPAT_CFLAGS_value=
ac_cv_env_EXPAT_LIBS_set=
ac_cv_env_EXPAT_LIBS_value=
ac_cv_env_FIREBIRD_CFLAGS_set=
ac_cv_env_FIREBIRD_CFLAGS_value=
ac_cv_env_FIREBIRD_LIBS_set=
ac_cv_env_FIREBIRD_LIBS_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_FREEHAND_CFLAGS_set=
ac_cv_env_FREEHAND_CFLAGS_value=
ac_cv_env_FREEHAND_LIBS_set=
ac_cv_env_FREEHAND_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GOBJECT_CFLAGS_set=
ac_cv_env_GOBJECT_CFLAGS_value=
ac_cv_env_GOBJECT_LIBS_set=
ac_cv_env_GOBJECT_LIBS_value=
ac_cv_env_GRAPHITE_CFLAGS_set=
ac_cv_env_GRAPHITE_CFLAGS_value=
ac_cv_env_GRAPHITE_LIBS_set=
ac_cv_env_GRAPHITE_LIBS_value=
ac_cv_env_GSTREAMER_1_0_CFLAGS_set=
ac_cv_env_GSTREAMER_1_0_CFLAGS_value=
ac_cv_env_GSTREAMER_1_0_LIBS_set=
ac_cv_env_GSTREAMER_1_0_LIBS_value=
ac_cv_env_GTK3_CFLAGS_set=
ac_cv_env_GTK3_CFLAGS_value=
ac_cv_env_GTK3_LIBS_set=
ac_cv_env_GTK3_LIBS_value=
ac_cv_env_GTK4_CFLAGS_set=
ac_cv_env_GTK4_CFLAGS_value=
ac_cv_env_GTK4_LIBS_set=
ac_cv_env_GTK4_LIBS_value=
ac_cv_env_HARFBUZZ_CFLAGS_set=
ac_cv_env_HARFBUZZ_CFLAGS_value=
ac_cv_env_HARFBUZZ_LIBS_set=
ac_cv_env_HARFBUZZ_LIBS_value=
ac_cv_env_HUNSPELL_CFLAGS_set=
ac_cv_env_HUNSPELL_CFLAGS_value=
ac_cv_env_HUNSPELL_LIBS_set=
ac_cv_env_HUNSPELL_LIBS_value=
ac_cv_env_ICU_CFLAGS_set=
ac_cv_env_ICU_CFLAGS_value=
ac_cv_env_ICU_LIBS_set=
ac_cv_env_ICU_LIBS_value=
ac_cv_env_LCMS2_CFLAGS_set=
ac_cv_env_LCMS2_CFLAGS_value=
ac_cv_env_LCMS2_LIBS_set=
ac_cv_env_LCMS2_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBATOMIC_OPS_CFLAGS_set=
ac_cv_env_LIBATOMIC_OPS_CFLAGS_value=
ac_cv_env_LIBATOMIC_OPS_LIBS_set=
ac_cv_env_LIBATOMIC_OPS_LIBS_value=
ac_cv_env_LIBCMIS_CFLAGS_set=
ac_cv_env_LIBCMIS_CFLAGS_value=
ac_cv_env_LIBCMIS_LIBS_set=
ac_cv_env_LIBCMIS_LIBS_value=
ac_cv_env_LIBEOT_CFLAGS_set=
ac_cv_env_LIBEOT_CFLAGS_value=
ac_cv_env_LIBEOT_LIBS_set=
ac_cv_env_LIBEOT_LIBS_value=
ac_cv_env_LIBEXSLT_CFLAGS_set=
ac_cv_env_LIBEXSLT_CFLAGS_value=
ac_cv_env_LIBEXSLT_LIBS_set=
ac_cv_env_LIBEXSLT_LIBS_value=
ac_cv_env_LIBEXTTEXTCAT_CFLAGS_set=
ac_cv_env_LIBEXTTEXTCAT_CFLAGS_value=
ac_cv_env_LIBEXTTEXTCAT_LIBS_set=
ac_cv_env_LIBEXTTEXTCAT_LIBS_value=
ac_cv_env_LIBLANGTAG_CFLAGS_set=
ac_cv_env_LIBLANGTAG_CFLAGS_value=
ac_cv_env_LIBLANGTAG_LIBS_set=
ac_cv_env_LIBLANGTAG_LIBS_value=
ac_cv_env_LIBNUMBERTEXT_CFLAGS_set=
ac_cv_env_LIBNUMBERTEXT_CFLAGS_value=
ac_cv_env_LIBNUMBERTEXT_LIBS_set=
ac_cv_env_LIBNUMBERTEXT_LIBS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTIFF_CFLAGS_set=
ac_cv_env_LIBTIFF_CFLAGS_value=
ac_cv_env_LIBTIFF_LIBS_set=
ac_cv_env_LIBTIFF_LIBS_value=
ac_cv_env_LIBWEBP_CFLAGS_set=
ac_cv_env_LIBWEBP_CFLAGS_value=
ac_cv_env_LIBWEBP_LIBS_set=
ac_cv_env_LIBWEBP_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_LIBXSLT_CFLAGS_set=
ac_cv_env_LIBXSLT_CFLAGS_value=
ac_cv_env_LIBXSLT_LIBS_set=
ac_cv_env_LIBXSLT_LIBS_value=
ac_cv_env_MDDS_CFLAGS_set=
ac_cv_env_MDDS_CFLAGS_value=
ac_cv_env_MDDS_LIBS_set=
ac_cv_env_MDDS_LIBS_value=
ac_cv_env_MSPUB_CFLAGS_set=
ac_cv_env_MSPUB_CFLAGS_value=
ac_cv_env_MSPUB_LIBS_set=
ac_cv_env_MSPUB_LIBS_value=
ac_cv_env_MWAW_CFLAGS_set=
ac_cv_env_MWAW_CFLAGS_value=
ac_cv_env_MWAW_LIBS_set=
ac_cv_env_MWAW_LIBS_value=
ac_cv_env_MYTHES_CFLAGS_set=
ac_cv_env_MYTHES_CFLAGS_value=
ac_cv_env_MYTHES_LIBS_set=
ac_cv_env_MYTHES_LIBS_value=
ac_cv_env_NSS_CFLAGS_set=
ac_cv_env_NSS_CFLAGS_value=
ac_cv_env_NSS_LIBS_set=
ac_cv_env_NSS_LIBS_value=
ac_cv_env_ODFGEN_CFLAGS_set=
ac_cv_env_ODFGEN_CFLAGS_value=
ac_cv_env_ODFGEN_LIBS_set=
ac_cv_env_ODFGEN_LIBS_value=
ac_cv_env_OPENJPEG2_CFLAGS_set=
ac_cv_env_OPENJPEG2_CFLAGS_value=
ac_cv_env_OPENJPEG2_LIBS_set=
ac_cv_env_OPENJPEG2_LIBS_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_ORCUS_CFLAGS_set=
ac_cv_env_ORCUS_CFLAGS_value=
ac_cv_env_ORCUS_LIBS_set=
ac_cv_env_ORCUS_LIBS_value=
ac_cv_env_PAGEMAKER_CFLAGS_set=
ac_cv_env_PAGEMAKER_CFLAGS_value=
ac_cv_env_PAGEMAKER_LIBS_set=
ac_cv_env_PAGEMAKER_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_POPPLER_CFLAGS_set=
ac_cv_env_POPPLER_CFLAGS_value=
ac_cv_env_POPPLER_LIBS_set=
ac_cv_env_POPPLER_LIBS_value=
ac_cv_env_POSTGRESQL_CFLAGS_set=
ac_cv_env_POSTGRESQL_CFLAGS_value=
ac_cv_env_POSTGRESQL_LIBS_set=
ac_cv_env_POSTGRESQL_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_QT5_GOBJECT_CFLAGS_set=
ac_cv_env_QT5_GOBJECT_CFLAGS_value=
ac_cv_env_QT5_GOBJECT_LIBS_set=
ac_cv_env_QT5_GOBJECT_LIBS_value=
ac_cv_env_QT5_XCB_CFLAGS_set=
ac_cv_env_QT5_XCB_CFLAGS_value=
ac_cv_env_QT5_XCB_ICCCM_CFLAGS_set=
ac_cv_env_QT5_XCB_ICCCM_CFLAGS_value=
ac_cv_env_QT5_XCB_ICCCM_LIBS_set=
ac_cv_env_QT5_XCB_ICCCM_LIBS_value=
ac_cv_env_QT5_XCB_LIBS_set=
ac_cv_env_QT5_XCB_LIBS_value=
ac_cv_env_QT6_XCB_CFLAGS_set=
ac_cv_env_QT6_XCB_CFLAGS_value=
ac_cv_env_QT6_XCB_LIBS_set=
ac_cv_env_QT6_XCB_LIBS_value=
ac_cv_env_QXP_CFLAGS_set=
ac_cv_env_QXP_CFLAGS_value=
ac_cv_env_QXP_LIBS_set=
ac_cv_env_QXP_LIBS_value=
ac_cv_env_REDLAND_CFLAGS_set=
ac_cv_env_REDLAND_CFLAGS_value=
ac_cv_env_REDLAND_LIBS_set=
ac_cv_env_REDLAND_LIBS_value=
ac_cv_env_REVENGE_CFLAGS_set=
ac_cv_env_REVENGE_CFLAGS_value=
ac_cv_env_REVENGE_LIBS_set=
ac_cv_env_REVENGE_LIBS_value=
ac_cv_env_STAROFFICE_CFLAGS_set=
ac_cv_env_STAROFFICE_CFLAGS_value=
ac_cv_env_STAROFFICE_LIBS_set=
ac_cv_env_STAROFFICE_LIBS_value=
ac_cv_env_VISIO_CFLAGS_set=
ac_cv_env_VISIO_CFLAGS_value=
ac_cv_env_VISIO_LIBS_set=
ac_cv_env_VISIO_LIBS_value=
ac_cv_env_WPD_CFLAGS_set=
ac_cv_env_WPD_CFLAGS_value=
ac_cv_env_WPD_LIBS_set=
ac_cv_env_WPD_LIBS_value=
ac_cv_env_WPG_CFLAGS_set=
ac_cv_env_WPG_CFLAGS_value=
ac_cv_env_WPG_LIBS_set=
ac_cv_env_WPG_LIBS_value=
ac_cv_env_WPS_CFLAGS_set=
ac_cv_env_WPS_CFLAGS_value=
ac_cv_env_WPS_LIBS_set=
ac_cv_env_WPS_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XMLSEC_CFLAGS_set=
ac_cv_env_XMLSEC_CFLAGS_value=
ac_cv_env_XMLSEC_LIBS_set=
ac_cv_env_XMLSEC_LIBS_value=
ac_cv_env_XRANDR_CFLAGS_set=
ac_cv_env_XRANDR_CFLAGS_value=
ac_cv_env_XRANDR_LIBS_set=
ac_cv_env_XRANDR_LIBS_value=
ac_cv_env_XRENDER_CFLAGS_set=
ac_cv_env_XRENDER_CFLAGS_value=
ac_cv_env_XRENDER_LIBS_set=
ac_cv_env_XRENDER_LIBS_value=
ac_cv_env_ZMF_CFLAGS_set=
ac_cv_env_ZMF_CFLAGS_value=
ac_cv_env_ZMF_LIBS_set=
ac_cv_env_ZMF_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_EGL_eglplatform_h=yes
ac_cv_header_QtCore_qconfig_h=yes
ac_cv_header_X11_ICE_ICElib_h=yes
ac_cv_header_X11_Intrinsic_h=yes
ac_cv_header_X11_SM_SMlib_h=yes
ac_cv_header_X11_extensions_Xinerama_h=yes
ac_cv_header_X11_extensions_Xrender_h=yes
ac_cv_header_X11_extensions_shape_h=yes
ac_cv_header_clang_Basic_SourceLocation_h=yes
ac_cv_header_cups_cups_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_sdt_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_valgrind_valgrind_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_EGL_eglMakeCurrent=yes
ac_cv_lib_GL_glBegin=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_SM_SmcOpenConnection=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_Xinerama_XineramaIsActive=yes
ac_cv_lib_Xrender_XRenderQueryVersion=yes
ac_cv_lib_cups_cupsPrintFiles=yes
ac_cv_lib_z_deflate=yes
ac_cv_objext=o
ac_cv_path_ANT=/usr/bin/ant
ac_cv_path_AWK=/usr/bin/gawk
ac_cv_path_BASH=/bin/bash
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_CCACHE='not found'
ac_cv_path_COMPATH=/usr/bin/clang
ac_cv_path_COMPRESSIONTOOL=/usr/bin/gzip
ac_cv_path_DIFF=/usr/bin/diff
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FLEX=/usr/bin/flex
ac_cv_path_GNUCP=/usr/bin/cp
ac_cv_path_GPERF=/usr/bin/gperf
ac_cv_path_GPG=/usr/bin/gpg
ac_cv_path_GPGCONF=/usr/bin/gpgconf
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_JAVACOMPILER=/usr/bin/javac
ac_cv_path_JAVADOC=/usr/bin/javadoc
ac_cv_path_JAVAINTERPRETER=/usr/bin/java
ac_cv_path_JQ=/usr/bin/jq
ac_cv_path_KF5_CONFIG=no
ac_cv_path_LLVM_CONFIG=/usr/bin/llvm-config
ac_cv_path_MOC5=/bin/moc
ac_cv_path_PATCH=/usr/bin/patch
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_QMAKE5=/usr/bin/qmake
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_SYSTEMD_ESCAPE=/usr/bin/systemd-escape
ac_cv_path_SYSTEMD_RUN=/usr/bin/systemd-run
ac_cv_path_TOUCH=/usr/bin/touch
ac_cv_path_UNIQ=/usr/bin/uniq
ac_cv_path_UNZIP=/usr/bin/unzip
ac_cv_path_UUIDGEN=/usr/bin/uuidgen
ac_cv_path_XMLLINT=/usr/bin/xmllint
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_MSGUNIQ=msguniq
ac_cv_prog_NASM=nasm
ac_cv_prog_ac_ct_AR=llvm-ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_NM=llvm-nm
ac_cv_prog_ac_ct_OBJDUMP=llvm-objdump
ac_cv_prog_ac_ct_RANLIB=llvm-ranlib
ac_cv_prog_ac_ct_READELF=llvm-readelf
ac_cv_prog_ac_ct_STRIP=llvm-strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_search_backtrace='none required'
ac_cv_search_com_err=-lcom_err
ac_cv_search_dlsym='none required'
ac_cv_search_gss_init_sec_context=-lgssapi_krb5
ac_cv_search_krb5_sendauth=-lkrb5
ac_cv_sizeof_double=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_voidp=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
pkg_cv_AVAHI_CFLAGS='-D_REENTRANT '
pkg_cv_AVAHI_LIBS='-lavahi-common -lavahi-client '
pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 '
pkg_cv_CAIRO_LIBS='-lcairo '
pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include '
pkg_cv_DBUS_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
pkg_cv_DBUS_GLIB_LIBS='-lglib-2.0 '
pkg_cv_DBUS_LIBS='-ldbus-1 '
pkg_cv_DCONF_CFLAGS='-I/usr/include/dconf -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid '
pkg_cv_DCONF_LIBS='-ldconf -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_FONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 '
pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lfreetype '
pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16 '
pkg_cv_FREETYPE_LIBS='-lfreetype '
pkg_cv_GIO_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid '
pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 '
pkg_cv_GSTREAMER_1_0_CFLAGS='-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/x86_64-linux-gnu -I/usr/include/orc-0.4 -pthread '
pkg_cv_GSTREAMER_1_0_LIBS='-lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GTK3_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0/unix-print -pthread '
pkg_cv_GTK3_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lcairo-gobject -lgdk_pixbuf-2.0 -lgio-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -latk-1.0 -lgobject-2.0 -lglib-2.0 -lcairo '
pkg_cv_GTK4_CFLAGS='-I/usr/include/gtk-4.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/graphene-1.0 -I/usr/lib/x86_64-linux-gnu/graphene-1.0/include -mfpmath=sse -msse -msse2 -pthread -I/usr/include/atk-1.0 '
pkg_cv_GTK4_LIBS='-lgtk-4 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lgraphene-1.0 -lgio-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lcairo -latk-1.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_LIBEXSLT_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_LIBEXSLT_LIBS='-lexslt -lxslt -lxml2 '
pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_LIBXML_LIBS='-lxml2 '
pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 '
pkg_cv_NSS_CFLAGS='-I/usr/include/nss -I/usr/include/nspr '
pkg_cv_NSS_LIBS='-lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 '
pkg_cv_QT5_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
pkg_cv_QT5_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 '
pkg_cv_QT5_XCB_CFLAGS=
pkg_cv_QT5_XCB_ICCCM_CFLAGS=
pkg_cv_QT5_XCB_ICCCM_LIBS='-lxcb-icccm -lxcb '
pkg_cv_QT5_XCB_LIBS='-lxcb '
pkg_cv_XRANDR_CFLAGS=
pkg_cv_XRANDR_LIBS='-lXrandr '
pkg_cv_XRENDER_CFLAGS=
pkg_cv_XRENDER_LIBS='-lXrender -lX11 '

## ----------------- ##
## Output variables. ##
## ----------------- ##

	<true/>'
ABSEIL_CFLAGS=''
ABSEIL_LIBS=''
ABW_CFLAGS=''
ABW_LIBS=''
AFLAGS=''
ALL_LANGS='en-US af am ar as ast be bg bn bn-IN bo br brx bs ca ca-valencia ckb cs cy da de dgo dsb dz el en-GB en-ZA eo es et eu fa fi fr fur fy ga gd gl gu gug he hsb hi hr hu id is it ja ka kab kk km kmr-Latn kn ko kok ks lb lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa-IN pl pt pt-BR ro ru rw sa-IN sat sd sr-Latn si sid sk sl sq sr ss st sv sw-TZ szl ta te tg th tn tr ts tt ug uk uz ve vec vi xh zh-CN zh-TW zu qtz'
ANDROID_API_LEVEL=''
ANDROID_APP_ABI=''
ANDROID_GCC_TOOLCHAIN_VERSION=''
ANDROID_NDK_DIR=''
ANDROID_PACKAGE_NAME=''
ANDROID_SDK_DIR=''
ANDROID_SYSROOT_PLATFORM=''
ANDROID_TOOLCHAIN=''
ANT='/usr/share/ant/bin/ant'
ANT_HOME='/usr/share/ant'
ANT_LIB='/usr/share/ant/lib'
AR='llvm-ar'
ASSERT_ALWAYS_ABORT='TRUE'
ATL_INCLUDE=''
ATL_LIB=''
ATOMIC_LIB=''
ATSPI2_2_32_CFLAGS=''
ATSPI2_2_32_LIBS=''
ATSPI2_CFLAGS=''
ATSPI2_LIBS=''
AVAHI_CFLAGS='-D_REENTRANT '
AVAHI_LIBS=' -lavahi-common -lavahi-client'
AWK='/usr/bin/gawk'
BACKTRACE_CFLAGS=''
BACKTRACE_LIBS=''
BASH='/bin/bash'
BFFVALIDATOR=''
BFFVALIDATOR_EXE=''
BINDIR='/usr/local/bin'
BISON='/usr/bin/bison'
BOOST_CPPFLAGS='-I/home/julien/lo/libreoffice/external/boost/include -I/home/julien/lo/libreoffice/workdir/UnpackedTarball/boost'
BOOST_CXXFLAGS=''
BOOST_DATE_TIME_LIB=''
BOOST_FILESYSTEM_LIB=''
BOOST_IOSTREAMS_LIB=''
BOOST_LDFLAGS=''
BOOST_LOCALE_LIB=''
BOOST_SYSTEM_LIB=''
BOX2D_CFLAGS=''
BOX2D_LIBS=''
BRAND_INTRO_IMAGES='intro.png intro-highres.png'
BREAKPAD_SYMBOL_CONFIG=''
BSH_JAR=''
BUILDDIR='/home/julien/lo/libreoffice'
BUILDING_PCH_WITH_OBJ=''
BUILD_POSTGRESQL_SDBC='TRUE'
BUILD_TYPE='LibO DESKTOP AVMEDIA DBCONNECTIVITY SCRIPTING DYNLOADING EXTENSIONS NATIVE HELPTOOLS XMLHELP DICTIONARIES LIBCMIS ODFVALIDATOR OFFICEOTRON ODK LIBJPEG_TURBO CLUCENE EXPAT XMLSEC LIBEOT REVENGE ODFGEN EPUBGEN WPD WPG WPS VISIO CDR MSPUB MWAW ETONYEK FREEHAND EBOOK ABW PAGEMAKER QXP ZMF STAROFFICE LCMS2 CPPUNIT PYUNO LXML PYTHON LIBFFI LIBRELOGO MARIADBC MARIADB_CONNECTOR_C HSQLDB POSTGRESQL LIBTOMMATH FIREBIRD CURL BOOST MDDS DRAGONBOX FROZEN GLM OPENLDAP SANE ICU ORCUS GRAPHITE HARFBUZZ OPENSSL CRYPTO_NSS REDLAND HUNSPELL ZXING BOX2D HYPHEN MYTHES COINMP LPSOLVE LIBEXTTEXTCAT LIBNUMBERTEXT EPOXY OPENCL PDFIUM POPPLER SKIA LIBGPGERROR LIBASSUAN GPGMEPP JAVA_WEBSOCKET XSLTML JFREEREPORT BSH RHINO NUMBERTEXT NLPSOLVER OPENSYMBOL MORE_FONTS LIBLANGTAG LIBPNG LIBTIFF LIBWEBP QADEVOOO'
BUILD_X64=''
BUILD_X86=''
BUNDLE_MARIADB_CONNECTOR_C=''
BZIP2_CFLAGS=''
BZIP2_LIBS=''
CAIRO_CFLAGS='-isystem /usr/include/cairo -isystem /usr/include/libpng16 -isystem /usr/include/freetype2 -isystem /usr/include/pixman-1 '
CAIRO_LIBS=' -lcairo'
CC='clang'
CCACHE=''
CCACHE_BIN=''
CCACHE_DEPEND_MODE=''
CC_FOR_BUILD='clang'
CDR_CFLAGS=''
CDR_LIBS=''
CFLAGS=''
CLANGDIR='/usr'
CLANGLIBDIR='/usr/lib/llvm-16/lib'
CLANGSYSINCLUDE='/usr/lib/llvm-16/lib/clang/16.0.6/include'
CLANGTOOLLIBS='-lclangTooling -lclangFrontend -lclangDriver -lclangParse -lclangSema -lclangEdit  -lclangAnalysis -lclangAST -lclangLex -lclangSerialization -lclangBasic -L/usr/lib/llvm-16/lib  -lLLVM-16  '
CLANG_USE_LD=''
CLUCENE_CFLAGS=''
CLUCENE_LIBS=''
COINMP_CFLAGS=''
COINMP_LIBS=''
COM='GCC'
COMPATH='/usr'
COMPILER_PLUGINS='TRUE'
COMPILER_PLUGINS_ANALYZER_PCH='TRUE'
COMPILER_PLUGINS_COM_IS_CLANG='TRUE'
COMPILER_PLUGINS_CXX='clang++'
COMPILER_PLUGINS_CXXFLAGS='-I/usr/lib/llvm-16/include -std=c++17   -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
COMPILER_PLUGINS_CXX_LINKFLAGS=''
COMPILER_PLUGINS_DEBUG=''
COMPILER_PLUGINS_TOOLING_ARGS=''
COMPRESSIONTOOL='/usr/bin/gzip'
COM_IS_CLANG='TRUE'
COREDUMPCTL=''
CPP='clang -E'
CPPFLAGS=''
CPPUNIT_CFLAGS=''
CPPUNIT_LIBS=''
CPPU_ENV='gcc3'
CPPU_ENV_FOR_BUILD='gcc3'
CPUNAME='X86_64'
CROSS_COMPILING=''
CURL='/usr/bin/curl'
CURL_CFLAGS=''
CURL_LIBS=''
CUSTOM_BRAND_DIR=''
CUSTOM_BRAND_IMAGES=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXFLAGS=''
CXXFLAGS_CXX11='-std=c++17'
CXXFLAGS_INTRINSICS_AVX2='-mavx2'
CXXFLAGS_INTRINSICS_AVX512='-mavx512f -mavx512vl -mavx512bw -mavx512dq -mavx512cd'
CXXFLAGS_INTRINSICS_AVX512F='-mavx512f'
CXXFLAGS_INTRINSICS_AVX='-mavx'
CXXFLAGS_INTRINSICS_F16C='-mf16c'
CXXFLAGS_INTRINSICS_FMA='-mfma'
CXXFLAGS_INTRINSICS_SSE2='-msse2'
CXXFLAGS_INTRINSICS_SSE41='-msse4.1'
CXXFLAGS_INTRINSICS_SSE42='-msse4.2'
CXXFLAGS_INTRINSICS_SSSE3='-mssse3'
CXX_FOR_BUILD='clang++'
CXX_X64_BINARY=''
CXX_X86_BINARY=''
CYGWIN_BASH='C:/cygwin64/bin/bash.exe'
DATADIR='/usr/local/share'
DBUS_CFLAGS='-isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include '
DBUS_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
DBUS_GLIB_LIBS='-lglib-2.0 '
DBUS_HAVE_GLIB='TRUE'
DBUS_LAUNCH=''
DBUS_LIBS=' -ldbus-1'
DCONF_CFLAGS='-I/usr/include/dconf -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid '
DCONF_LIBS='-ldconf -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
DEFAULT_BRAND_IMAGES='intro.png intro-highres.png logo.svg logo_inverted.svg logo-sc.svg logo-sc_inverted.svg about.svg'
DEFAULT_CRASHDUMP_VALUE='true'
DEFS='-DHAVE_CONFIG_H'
DEVENV=''
DICT_SYSTEM_DIR='file:///usr/share/hunspell'
DIFF='/usr/bin/diff'
DISABLE_CVE_TESTS=''
DISABLE_DYNLOADING=''
DISABLE_GUI=''
DISABLE_PYTHON=''
DOCDIR='/usr/local/share/doc/libreoffice'
DOXYGEN='/usr/bin/doxygen'
DO_FETCH_TARBALLS='TRUE'
DPKG=''
DRAGONBOX_CFLAGS=''
EBOOK_CFLAGS=''
EBOOK_LIBS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMSDK_FILE_PACKAGER=''
ENABLE_ABW='TRUE'
ENABLE_ANDROID_EDITING=''
ENABLE_ANDROID_LOK=''
ENABLE_ATSPI_TESTS=''
ENABLE_AVAHI='TRUE'
ENABLE_BREAKPAD=''
ENABLE_CAIRO_CANVAS='TRUE'
ENABLE_CAIRO_RGBA=''
ENABLE_CDR='TRUE'
ENABLE_CIPHER_OPENSSL_BACKEND=''
ENABLE_CLUCENE='TRUE'
ENABLE_COINMP='TRUE'
ENABLE_CPPUNIT='TRUE'
ENABLE_CUPS='TRUE'
ENABLE_CURL='TRUE'
ENABLE_CUSTOMTARGET_COMPONENTS=''
ENABLE_DBGUTIL='TRUE'
ENABLE_DBUS='TRUE'
ENABLE_DCONF='TRUE'
ENABLE_DEBUG='TRUE'
ENABLE_EBOOK='TRUE'
ENABLE_EOT='TRUE'
ENABLE_EPOXY='TRUE'
ENABLE_EPUBGEN='TRUE'
ENABLE_ETONYEK='TRUE'
ENABLE_EVOAB2='TRUE'
ENABLE_EXPAT='TRUE'
ENABLE_EXTENSION_UPDATE='TRUE'
ENABLE_FIREBIRD_SDBC='TRUE'
ENABLE_FONTCONFIG='TRUE'
ENABLE_FORMULA_LOGGER='TRUE'
ENABLE_FREEHAND='TRUE'
ENABLE_FREETYPE='TRUE'
ENABLE_GDB_INDEX='TRUE'
ENABLE_GEN='TRUE'
ENABLE_GIO='TRUE'
ENABLE_GPGMEPP='TRUE'
ENABLE_GRAPHITE='TRUE'
ENABLE_GSTREAMER_1_0='TRUE'
ENABLE_GTK3='TRUE'
ENABLE_GTK3_KDE5='TRUE'
ENABLE_GTK4='TRUE'
ENABLE_GTKTILEDVIEWER=''
ENABLE_HARFBUZZ='TRUE'
ENABLE_HEADLESS='TRUE'
ENABLE_HTMLHELP=''
ENABLE_ICU='TRUE'
ENABLE_JAVA='TRUE'
ENABLE_JAVA_WEBSOCKET='TRUE'
ENABLE_JUMBO_SHEETS='TRUE'
ENABLE_KF5='TRUE'
ENABLE_KF6=''
ENABLE_LCMS2='TRUE'
ENABLE_LDAP='TRUE'
ENABLE_LIBATOMIC_OPS=''
ENABLE_LIBCMIS='TRUE'
ENABLE_LIBEOT='TRUE'
ENABLE_LIBEXTTEXTCAT='TRUE'
ENABLE_LIBNUMBERTEXT='TRUE'
ENABLE_LIBPNG='TRUE'
ENABLE_LIBRELOGO=''
ENABLE_LIBTIFF='TRUE'
ENABLE_LIBWEBP='TRUE'
ENABLE_LPSOLVE='TRUE'
ENABLE_LTO=''
ENABLE_LWP='TRUE'
ENABLE_MACOSX_SANDBOX=''
ENABLE_MARIADBC='TRUE'
ENABLE_MDDS='TRUE'
ENABLE_MEDIAWIKI='TRUE'
ENABLE_MSPUB='TRUE'
ENABLE_MWAW='TRUE'
ENABLE_NSS='TRUE'
ENABLE_ODFGEN='TRUE'
ENABLE_ONLINE_UPDATE='TRUE'
ENABLE_ONLINE_UPDATE_MAR=''
ENABLE_OOENV='TRUE'
ENABLE_OPENGL_CANVAS='TRUE'
ENABLE_OPENGL_TRANSITIONS='TRUE'
ENABLE_OPENSSL='TRUE'
ENABLE_OPTIMIZED=''
ENABLE_OPTIMIZED_DEBUG=''
ENABLE_ORCUS='TRUE'
ENABLE_PAGEIN='TRUE'
ENABLE_PAGEMAKER='TRUE'
ENABLE_PCH=''
ENABLE_PDFIMPORT='TRUE'
ENABLE_PDFIUM='TRUE'
ENABLE_POPPLER='TRUE'
ENABLE_QT5='TRUE'
ENABLE_QT6=''
ENABLE_QXP='TRUE'
ENABLE_RANDR='TRUE'
ENABLE_REDLAND='TRUE'
ENABLE_RELEASE_BUILD=''
ENABLE_REPORTBUILDER='TRUE'
ENABLE_REVENGE='TRUE'
ENABLE_RUNTIME_OPTIMIZATIONS='TRUE'
ENABLE_SAL_LOG='TRUE'
ENABLE_SCRIPTING_BEANSHELL='TRUE'
ENABLE_SCRIPTING_JAVASCRIPT='TRUE'
ENABLE_SDREMOTE='TRUE'
ENABLE_SDREMOTE_BLUETOOTH='TRUE'
ENABLE_SILENT_MSI=''
ENABLE_SKIA='TRUE'
ENABLE_SKIA_DEBUG='TRUE'
ENABLE_STAROFFICE='TRUE'
ENABLE_SYMBOLS_FOR='all'
ENABLE_VALGRIND='TRUE'
ENABLE_VISIO='TRUE'
ENABLE_WASM_EXCEPTIONS=''
ENABLE_WASM_STRIP=''
ENABLE_WASM_STRIP_CALC=''
ENABLE_WASM_STRIP_WRITER=''
ENABLE_WERROR='TRUE'
ENABLE_WPD='TRUE'
ENABLE_WPG='TRUE'
ENABLE_WPS='TRUE'
ENABLE_XMLSEC='TRUE'
ENABLE_Z7_DEBUG=''
ENABLE_ZMF='TRUE'
ENABLE_ZXING='TRUE'
ENDIANNESS='little'
EPM='NO'
EPM_FLAGS=''
EPOXY_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/epoxy/include'
EPOXY_LIBS=''
EPUBGEN_CFLAGS=''
EPUBGEN_LIBS=''
ETONYEK_CFLAGS=''
ETONYEK_LIBS=''
EXEEXT=''
EXPAT_CFLAGS=''
EXPAT_LIBS=''
FAKEROOT=''
FIND='find'
FIREBIRDCONFIG=''
FIREBIRD_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/firebird/gen/Release/firebird/include'
FIREBIRD_LIBS='-lfbclient'
FLEX='/usr/bin/flex'
FLUTE_JAR=''
FONTCONFIG_CFLAGS='-isystem /usr/include/freetype2 -isystem /usr/include/libpng16 '
FONTCONFIG_LIBS=' -lfontconfig -lfreetype'
FONTFORGE=''
FREEHAND_CFLAGS=''
FREEHAND_LIBS=''
FREETYPE_CFLAGS='-isystem /usr/include/freetype2 -isystem /usr/include/libpng16 '
FREETYPE_LIBS=' -lfreetype'
FROZEN_CFLAGS=''
GCC_HOME='/usr'
GCC_VERSION=''
GET_TASK_ALLOW_ENTITLEMENT='<!-- We want to be able to debug a hardened process when not building for release --><key>com.apple.security.get-task-allow</key><true/>'
GIO_CFLAGS='-isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -isystem /usr/include/libmount -isystem /usr/include/blkid '
GIO_LIBS=' -lgio-2.0 -lgobject-2.0 -lglib-2.0'
GIT_LINK_SRC=''
GIT_NEEDED_SUBMODULES='translations dictionaries '
GIT_REFERENCE_SRC=''
GLM_CFLAGS='-isystem /home/julien/lo/libreoffice/workdir/UnpackedTarball/glm'
GNUCP='/usr/bin/cp'
GNUPATCH='/usr/bin/patch'
GNUTAR='tar'
GOBJECT_CFLAGS='-isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include '
GOBJECT_LIBS=' -lgobject-2.0 -lglib-2.0'
GPERF='/usr/bin/gperf'
GPG='/usr/bin/gpg'
GPGCONF='/usr/bin/gpgconf'
GPGMEPP_CFLAGS=''
GPGMEPP_LIBS=''
GPG_ERROR_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/libgpg-error/src'
GPG_ERROR_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/libgpg-error/src/.libs -lgpg-error'
GRAPHITE_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/graphite/include -DGRAPHITE2_STATIC'
GRAPHITE_LIBS='/home/julien/lo/libreoffice/workdir/LinkTarget/StaticLibrary/libgraphite.a'
GREP='/usr/bin/grep'
GSSAPI_LIBS='-lgssapi_krb5 '
GSTREAMER_1_0_CFLAGS='-isystem /usr/include/gstreamer-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/orc-0.4 -pthread '
GSTREAMER_1_0_LIBS=' -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
GTK3_CFLAGS='-isystem /usr/include/gtk-3.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cloudproviders -isystem /usr/include/atk-1.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gtk-3.0/unix-print -pthread  -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED'
GTK3_LIBS=' -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lcairo-gobject -lgdk_pixbuf-2.0 -lgio-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -latk-1.0 -lgobject-2.0 -lglib-2.0 -lcairo'
GTK4_CFLAGS='-isystem /usr/include/gtk-4.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/fribidi -isystem /usr/include/cairo -isystem /usr/include/pixman-1 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include/graphene-1.0 -isystem /usr/lib/x86_64-linux-gnu/graphene-1.0/include -mfpmath=sse -msse -msse2 -pthread -isystem /usr/include/atk-1.0  -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED'
GTK4_LIBS=' -lgtk-4 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lgraphene-1.0 -lgio-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lcairo -latk-1.0 -lgobject-2.0 -lglib-2.0'
HAMCREST_JAR=''
HARFBUZZ_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/harfbuzz/src'
HARFBUZZ_LIBS='/home/julien/lo/libreoffice/workdir/UnpackedTarball/harfbuzz/src/.libs/libharfbuzz.a'
HAVE_ASM_END_BRANCH_INS_SUPPORT='TRUE'
HAVE_BROKEN_GCC_WMAYBE_UNINITIALIZED=''
HAVE_BROKEN_GCC_WSTRINGOP_OVERFLOW=''
HAVE_CLANG_DEBUG_INFO_KIND_CONSTRUCTOR='TRUE'
HAVE_CXX20_ATOMIC_REF=''
HAVE_DLLEXPORTINLINES=''
HAVE_EXTERNAL_DWARF='TRUE'
HAVE_GCC_AVX='TRUE'
HAVE_GCC_BUILTIN_ATOMIC='TRUE'
HAVE_GCC_FNO_ENFORCE_EH_SPECS=''
HAVE_GCC_FNO_SIZED_DEALLOCATION='TRUE'
HAVE_GCC_GGDB2='TRUE'
HAVE_GCC_STACK_CLASH_PROTECTION='TRUE'
HAVE_LD_BSYMBOLIC_FUNCTIONS='TRUE'
HAVE_LD_HASH_STYLE='TRUE'
HAVE_LIBCPP=''
HAVE_LIBSTDCPP='TRUE'
HAVE_LO_CLANG_DLLEXPORTINLINES=''
HAVE_POSIX_FALLOCATE='YES'
HAVE_WDEPRECATED_COPY_DTOR='TRUE'
HAVE_ZXING_TOSVG=''
HELP_OMINDEX_PAGE=''
HELP_ONLINE=''
HOST_PLATFORM='x86_64-pc-linux-gnu'
HSQLDB_JAR=''
HUNSPELL_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/hunspell/src/hunspell'
HUNSPELL_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/hunspell/src/hunspell/.libs -lhunspell-1.7'
HYPHEN_LIB='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/hyphen/.libs -lhyphen'
HYPH_SYSTEM_DIR='file:///usr/share/hyphen'
ICECC_VERSION=''
ICECREAM_RUN=''
ICU_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/icu/source/i18n -I/home/julien/lo/libreoffice/workdir/UnpackedTarball/icu/source/common'
ICU_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/icu/source/lib'
ICU_MAJOR='73'
ICU_MINOR='2'
ILIB=''
ILIB_FOR_BUILD=''
INSTALLDIR='/usr/local/lib/libreoffice'
INSTALLDIRNAME='libreoffice'
INSTALL_NAME_TOOL=''
INSTDIR='/home/julien/lo/libreoffice/instdir'
INSTDIR_FOR_BUILD='/home/julien/lo/libreoffice/instdir'
INSTROOT='/home/julien/lo/libreoffice/instdir'
INSTROOTBASE='/home/julien/lo/libreoffice/instdir'
INSTROOT_FOR_BUILD='/home/julien/lo/libreoffice/instdir'
INTROSPECTION_CFLAGS=''
INTROSPECTION_COMPILER=''
INTROSPECTION_GENERATE=''
INTROSPECTION_GIRDIR=''
INTROSPECTION_LIBS=''
INTROSPECTION_MAKEFILE=''
INTROSPECTION_SCANNER=''
INTROSPECTION_TYPELIBDIR=''
ISYSTEM='-isystem '
JAVACFLAGS='-J-Xmx128M'
JAVACOMPILER='/usr/bin/javac'
JAVADOC='/usr/bin/javadoc'
JAVADOCISGJDOC=''
JAVAIFLAGS='-Xmx64M'
JAVAIFLAGS_FOR_BUILD='-Xmx64M'
JAVAINTERPRETER='/usr/bin/java'
JAVA_HOME='/usr/lib/jvm/java-17-openjdk-amd64'
JAVA_HOME_FOR_BUILD='/usr/lib/jvm/java-17-openjdk-amd64'
JAVA_SOURCE_VER='8'
JAVA_TARGET_VER='8'
JAWTLIB='-L/usr/lib/jvm/java-17-openjdk-amd64/lib/ -ljawt'
JDK='sun'
JDK_FOR_BUILD='sun'
JDK_SECURITYMANAGER_DISALLOWED_FOR_BUILD=''
JFREEREPORT_JAR=''
JITC_PROCESSOR_TYPE=''
JQ='/usr/bin/jq'
JVM_ONE_PATH_CHECK=''
KF5_CFLAGS='-isystem /usr/include/KF5 -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT -DQT_NO_VERSION_TAGGING'
KF5_CONFIG='no'
KF5_LIBS='-L/usr/lib/x86_64-linux-gnu -lKF5CoreAddons -lKF5I18n -lKF5ConfigCore -lKF5WindowSystem -lKF5KIOCore -lKF5KIOWidgets -lKF5KIOFileWidgets -L/usr/lib/x86_64-linux-gnu -lQt5Core -lQt5Gui -lQt5Widgets -lQt5Network -lQt5X11Extras'
KF6_CFLAGS=''
KF6_LIBS=''
KRB5_LIBS='-lcom_err  -lkrb5 '
LCMS2_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/lcms2/include -Wno-long-long'
LCMS2_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/lcms2/src/.libs -llcms2'
LD=''
LDFLAGS=' -fuse-ld=lld  '
LD_GC_SECTIONS='-Wl,--gc-sections'
LD_PLUGIN=''
LFS_CFLAGS=''
LIBASSUAN_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/libassuan/src'
LIBASSUAN_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/libassuan/src/.libs -lassuan'
LIBATOMIC_OPS_CFLAGS=''
LIBATOMIC_OPS_LIBS=''
LIBBASE_JAR=''
LIBCMIS_CFLAGS=''
LIBCMIS_LIBS=''
LIBCPP_DEBUG=''
LIBDIR='/usr/local/lib'
LIBEOT_CFLAGS=''
LIBEOT_LIBS=''
LIBEXSLT_CFLAGS='-isystem /usr/include/libxml2 '
LIBEXSLT_LIBS=' -lexslt -lxslt -lxml2'
LIBEXTTEXTCAT_CFLAGS=''
LIBEXTTEXTCAT_LIBS=''
LIBFONTS_JAR=''
LIBFORMULA_JAR=''
LIBJPEG_CFLAGS=''
LIBJPEG_LIBS=''
LIBLANGTAG_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/liblangtag'
LIBLANGTAG_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/liblangtag/liblangtag/.libs -llangtag'
LIBLAYOUT_JAR=''
LIBLOADER_JAR=''
LIBMARIADB=''
LIBMARIADB_PATH=''
LIBNUMBERTEXT_CFLAGS=''
LIBNUMBERTEXT_LIBS=''
LIBOBJS=''
LIBO_BIN_FOLDER='program'
LIBO_BIN_FOLDER_FOR_BUILD='program'
LIBO_ETC_FOLDER='program'
LIBO_LIB_FOLDER='program'
LIBO_LIB_FOLDER_FOR_BUILD='program'
LIBO_LIB_PYUNO_FOLDER='program'
LIBO_SHARE_FOLDER='share'
LIBO_SHARE_HELP_FOLDER='help'
LIBO_SHARE_JAVA_FOLDER='program/classes'
LIBO_SHARE_PRESETS_FOLDER='presets'
LIBO_SHARE_READMES_FOLDER='readmes'
LIBO_SHARE_RESOURCE_FOLDER='program/resource'
LIBO_URE_BIN_FOLDER='program'
LIBO_URE_ETC_FOLDER='program'
LIBO_URE_LIB_FOLDER='program'
LIBO_URE_LIB_FOLDER_FOR_BUILD='program'
LIBO_URE_MISC_FOLDER='program'
LIBO_URE_MISC_FOLDER_FOR_BUILD='program'
LIBO_URE_SHARE_JAVA_FOLDER='program/classes'
LIBO_VERSION_MAJOR='24'
LIBO_VERSION_MICRO='0'
LIBO_VERSION_MINOR='2'
LIBO_VERSION_PATCH='0'
LIBO_VERSION_SUFFIX='.alpha0'
LIBO_VERSION_SUFFIX_SUFFIX='+'
LIBPNG_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/libpng'
LIBPNG_LIBS='-L/home/julien/lo/libreoffice/workdir/LinkTarget/StaticLibrary -llibpng'
LIBREPOSITORY_JAR=''
LIBS=''
LIBSERIALIZER_JAR=''
LIBTIFF_CFLAGS=''
LIBTIFF_LIBS=''
LIBTOMMATH_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/libtommath'
LIBTOMMATH_LIBS='-ltommath'
LIBTOOL=''
LIBWEBP_CFLAGS=''
LIBWEBP_LIBS=''
LIBXML_CFLAGS='-isystem /usr/include/libxml2 '
LIBXML_JAR=''
LIBXML_LIBS=' -lxml2'
LIBXSLT_CFLAGS='-isystem /usr/include/libxml2 '
LIBXSLT_LIBS=' -lxslt -lxml2'
LIB_FUZZING_ENGINE=''
LLVM_CONFIG='/usr/bin/llvm-config'
LOCKFILE=''
LO_CLANG_CC=''
LO_CLANG_CXX=''
LO_CLANG_CXXFLAGS_INTRINSICS_AVX2=''
LO_CLANG_CXXFLAGS_INTRINSICS_AVX512=''
LO_CLANG_CXXFLAGS_INTRINSICS_AVX512F=''
LO_CLANG_CXXFLAGS_INTRINSICS_AVX=''
LO_CLANG_CXXFLAGS_INTRINSICS_F16C=''
LO_CLANG_CXXFLAGS_INTRINSICS_FMA=''
LO_CLANG_CXXFLAGS_INTRINSICS_SSE2=''
LO_CLANG_CXXFLAGS_INTRINSICS_SSE41=''
LO_CLANG_CXXFLAGS_INTRINSICS_SSE42=''
LO_CLANG_CXXFLAGS_INTRINSICS_SSSE3=''
LO_CLANG_SHOWINCLUDES_PREFIX=''
LO_CLANG_VERSION=''
LO_ELFCHECK_ALLOWLIST=''
LO_PATH='/home/julien/.local/bin:/home/julien/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/jvm/java-17-openjdk-amd64/bin'
LTLIBOBJS=''
MACOSX_BUNDLE_IDENTIFIER=''
MACOSX_BUNDLE_SHORTVERSION='24.2.0.0'
MACOSX_BUNDLE_VERSION='24.2.0.0.alpha0'
MACOSX_CODESIGNING_IDENTITY=''
MACOSX_DEPLOYMENT_TARGET=''
MACOSX_PACKAGE_SIGNING_IDENTITY=''
MACOSX_PROVISIONING_INFO=''
MACOSX_PROVISIONING_PROFILE=''
MACOSX_SDK_BUILD_VERSION=''
MACOSX_SDK_PATH=''
MACOSX_XCODE_BUILD_VERSION=''
MAC_OS_X_VERSION_MIN_REQUIRED=''
MANDIR='/usr/local/share/man'
MARIADBCONFIG=''
MARIADBC_MAJOR='1'
MARIADBC_MICRO='2'
MARIADBC_MINOR='0'
MARIADB_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/mariadb-connector-c/include'
MARIADB_LIBS='-L/home/julien/lo/libreoffice/workdir/LinkTarget/StaticLibrary -lmariadb-connector-c'
MDDS_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/mdds/include'
MDDS_LIBS=''
MERGELIBS=''
ML_EXE=''
MOC5='/bin/moc'
MOC6='moc'
MPL_SUBSET=''
MSGFMT='msgfmt'
MSGUNIQ='msguniq'
MSM_PATH=''
MSPUB_CFLAGS=''
MSPUB_LIBS=''
MSVC_CXX=''
MSVC_DLLS=''
MSVC_DLL_PATH=''
MSVC_USE_DEBUG_RUNTIME='TRUE'
MWAW_CFLAGS=''
MWAW_LIBS=''
MYTHES_CFLAGS=''
MYTHES_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/mythes/.libs -lmythes-1.2'
NAFLAGS='-felf64 -DELF -D__x86_64__ -DPIC'
NASM='nasm'
NLPSOLVER_EXTENSION_PACK=''
NM='llvm-nm'
NSS_CFLAGS='-isystem /usr/include/nss -isystem /usr/include/nspr '
NSS_LIBS=' -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4'
NUMBERTEXT_EXTENSION_PACK='b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt'
OBJCFLAGS=''
OBJCXXFLAGS=''
OBJDUMP='llvm-objdump'
OBJEXT='o'
ODFGEN_CFLAGS=''
ODFGEN_LIBS=''
ODFVALIDATOR='sh /home/julien/lo/libreoffice/bin/odfvalidator.sh'
ODFVALIDATOR_JAR='odfvalidator-0.9.0-RC2-SNAPSHOT-jar-with-dependencies-2726ab578664434a545f8379a01a9faffac0ae73.jar'
OFFICEOTRON='sh /home/julien/lo/libreoffice/bin/officeotron.sh'
OFFICEOTRON_JAR='8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar'
OOO_JUNIT_JAR='/usr/share/java/junit4.jar'
OOO_VENDOR='julien'
OPENJPEG2_CFLAGS=''
OPENJPEG2_LIBS=''
OPENSSL_CFLAGS=''
OPENSSL_LIBS=''
ORCUS_CFLAGS=''
ORCUS_LIBS=''
OS='LINUX'
OS_FOR_BUILD='LINUX'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='LibreOffice'
PACKAGE_STRING='LibreOffice 24.2.0.0.alpha0+'
PACKAGE_TARNAME='libreoffice'
PACKAGE_URL='http://documentfoundation.org/'
PACKAGE_VERSION='24.2.0.0.alpha0+'
PAGEMAKER_CFLAGS=''
PAGEMAKER_LIBS=''
PARALLELISM='12'
PATCH='/usr/bin/patch'
PATH_SEPARATOR=':'
PCH_CODEGEN=''
PCH_DEBUGINFO=''
PCH_INSTANTIATE_TEMPLATES=''
PCH_NO_CODEGEN=''
PERL='/usr/bin/perl'
PGCONFIG=''
PKGFORMAT=''
PKGMK=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLATFORMID='linux_x86_64'
POPPLER_CFLAGS=''
POPPLER_LIBS=''
POSTGRESQL_CFLAGS=''
POSTGRESQL_INC='%OVERRIDE_ME%'
POSTGRESQL_LIB=''
POSTGRESQL_LIBS=''
PREFIXDIR='/usr/local'
PRIVACY_POLICY_URL='https://yourdomain/privacy-policy'
PRODUCTNAME='LibreOfficeDev'
PRODUCTNAME_WITHOUT_SPACES='LibreOfficeDev'
PRODUCTVERSION='24.2'
PROGRESSBARCOLOR=''
PROGRESSFRAMECOLOR=''
PROGRESSPOSITION=''
PROGRESSSIZE=''
PROGRESSTEXTBASELINE=''
PROGRESSTEXTCOLOR=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON=''
PYTHONWARNINGS='error'
PYTHON_CFLAGS=''
PYTHON_EXEC_PREFIX=''
PYTHON_FOR_BUILD=''
PYTHON_LIBS=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION='3.8.18'
PYTHON_VERSION_MAJOR='3'
PYTHON_VERSION_MINOR='8'
P_SEP=':'
QMAKE5='/usr/bin/qmake'
QMAKE6='qmake'
QT5_CFLAGS='-isystem /usr/include/x86_64-linux-gnu/qt5 -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT -DQT_NO_VERSION_TAGGING  '
QT5_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
QT5_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 '
QT5_HAVE_GOBJECT='1'
QT5_LIBS='-L/usr/lib/x86_64-linux-gnu -lQt5Core -lQt5Gui -lQt5Widgets -lQt5Network -lxcb  -lxcb-icccm -lxcb  -lQt5X11Extras'
QT5_PLATFORMS_SRCDIR='/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms'
QT5_XCB_CFLAGS=''
QT5_XCB_ICCCM_CFLAGS=''
QT5_XCB_ICCCM_LIBS='-lxcb-icccm -lxcb '
QT5_XCB_LIBS='-lxcb '
QT6_CFLAGS=''
QT6_LIBS=''
QT6_PLATFORMS_SRCDIR=''
QT6_XCB_CFLAGS=''
QT6_XCB_LIBS=''
QXP_CFLAGS=''
QXP_LIBS=''
RANLIB='llvm-ranlib'
RAPTOR_MAJOR='0'
RASQAL_MAJOR='3'
READELF='llvm-readelf'
REDLAND_CFLAGS=''
REDLAND_LIBS=''
REDLAND_MAJOR='0'
REVENGE_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/librevenge/inc'
REVENGE_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/librevenge/src/lib/.libs -lrevenge-0.0'
RHINO_JAR=''
RPM=''
RTL_ARCH='X86_64'
RTL_OS='Linux'
SAC_JAR=''
SCPDEFS=' -DWITH_POSTGRESQL_SDBC -DWITH_FIREBIRD_SDBC -DWITH_EXTENSION_INTEGRATION -DWITH_EXTENSION_NUMBERTEXT -DWITH_EXTENSION_NLPSOLVER -DENABLE_EXTENSION_UPDATE'
SDKDIRNAME='sdk'
SDKDIRNAME_FOR_BUILD='sdk'
SDREMOTE_ENTITLEMENT='	<key>com.apple.security.network.server</key>
SED='/usr/bin/sed'
SHA256SUM='shasum -a 256'
SHELL='/bin/bash'
SHOWINCLUDES_PREFIX=''
SIZEOF_SIZE_T='8'
SKIA_GPU='VULKAN'
SOLARINC=' -I/usr/lib/jvm/java-17-openjdk-amd64/include -I/usr/lib/jvm/java-17-openjdk-amd64/include/linux'
SORT='sort'
SPLIT_APP_MODULES=''
SPLIT_OPT_FEATURES=''
SRC_ROOT='/home/julien/lo/libreoffice'
STAROFFICE_CFLAGS=''
STAROFFICE_LIBS=''
STRIP='llvm-strip'
STRIP_COMPONENTS='--strip-components'
SYSBASE=''
SYSTEMD_ESCAPE='/usr/bin/systemd-escape'
SYSTEMD_RUN='/usr/bin/systemd-run'
SYSTEM_ABSEIL=''
SYSTEM_ABW=''
SYSTEM_BLUEZ=''
SYSTEM_BOOST=''
SYSTEM_BOX2D=''
SYSTEM_BSH=''
SYSTEM_BZIP2=''
SYSTEM_CAIRO='TRUE'
SYSTEM_CDR=''
SYSTEM_CLUCENE=''
SYSTEM_COINMP=''
SYSTEM_CPPUNIT=''
SYSTEM_CURL=''
SYSTEM_DICTS='TRUE'
SYSTEM_DRAGONBOX=''
SYSTEM_EBOOK=''
SYSTEM_EPOXY=''
SYSTEM_EPUBGEN=''
SYSTEM_ETONYEK=''
SYSTEM_EXPAT=''
SYSTEM_FIREBIRD=''
SYSTEM_FONTCONFIG='TRUE'
SYSTEM_FREEHAND=''
SYSTEM_FREETYPE='TRUE'
SYSTEM_FROZEN=''
SYSTEM_GENBRK=''
SYSTEM_GENCCODE=''
SYSTEM_GENCMN=''
SYSTEM_GLM=''
SYSTEM_GPGMEPP=''
SYSTEM_GRAPHITE=''
SYSTEM_HARFBUZZ=''
SYSTEM_HSQLDB=''
SYSTEM_HUNSPELL=''
SYSTEM_HYPH=''
SYSTEM_ICU=''
SYSTEM_JFREEREPORT=''
SYSTEM_LCMS2=''
SYSTEM_LIBATOMIC_OPS=''
SYSTEM_LIBCMIS=''
SYSTEM_LIBEOT=''
SYSTEM_LIBEXTTEXTCAT=''
SYSTEM_LIBEXTTEXTCAT_DATA=''
SYSTEM_LIBFIXMATH=''
SYSTEM_LIBJPEG=''
SYSTEM_LIBLANGTAG=''
SYSTEM_LIBNUMBERTEXT=''
SYSTEM_LIBNUMBERTEXT_DATA=''
SYSTEM_LIBORCUS=''
SYSTEM_LIBPNG=''
SYSTEM_LIBTIFF=''
SYSTEM_LIBTOMMATH=''
SYSTEM_LIBWEBP=''
SYSTEM_LIBXML='TRUE'
SYSTEM_LIBXML_FOR_BUILD='TRUE'
SYSTEM_LIBXSLT='TRUE'
SYSTEM_LIBXSLT_FOR_BUILD='TRUE'
SYSTEM_LPSOLVE=''
SYSTEM_MARIADB_CONNECTOR_C=''
SYSTEM_MDDS=''
SYSTEM_MSPUB=''
SYSTEM_MWAW=''
SYSTEM_MYTHES=''
SYSTEM_NSS='TRUE'
SYSTEM_ODBC_HEADERS=''
SYSTEM_ODFGEN=''
SYSTEM_OPENJPEG2='FALSE'
SYSTEM_OPENLDAP=''
SYSTEM_OPENSSL=''
SYSTEM_ORCUS=''
SYSTEM_PAGEMAKER=''
SYSTEM_POPPLER=''
SYSTEM_POSTGRESQL=''
SYSTEM_PYTHON=''
SYSTEM_QXP=''
SYSTEM_REDLAND=''
SYSTEM_REVENGE=''
SYSTEM_RHINO=''
SYSTEM_STAROFFICE=''
SYSTEM_VISIO=''
SYSTEM_WPD=''
SYSTEM_WPG=''
SYSTEM_WPS=''
SYSTEM_XMLSEC=''
SYSTEM_ZLIB='TRUE'
SYSTEM_ZMF=''
SYSTEM_ZXING=''
TARFILE_LOCATION='/home/julien/lo/libreoffice/external/tarballs'
TEMP_DIRECTORY='/tmp'
TESTINSTALLDIR='/home/julien/lo/libreoffice/test-install'
THES_SYSTEM_DIR='file:///usr/share/mythes'
TLS='NSS'
TOUCH='/usr/bin/touch'
UCRTSDKDIR=''
UCRTVERSION=''
UCRT_REDISTDIR=''
UNIQ='/usr/bin/uniq'
UNIX_DLAPI_LIBS=''
UNZIP='/usr/bin/unzip'
UPDATE_CONFIG=''
USE_HEADLESS_CODE='TRUE'
USE_LD='-fuse-ld=lld'
USE_LIBRARY_BIN_TAR=''
USING_X11='TRUE'
UUIDGEN='/usr/bin/uuidgen'
VALGRIND_CFLAGS=''
VCL_PLUGIN_INFO=' gen gtk3 gtk3_kde5 gtk4 kf5 qt5'
VCTOOLSET=''
VCVER=''
VISIO_CFLAGS=''
VISIO_LIBS=''
WGET='wget'
WINDOWS_BUILD_SIGNING='FALSE'
WINDOWS_SDK_HOME=''
WINDOWS_SDK_LIB_SUBDIR=''
WINDOWS_SDK_VERSION=''
WINDOWS_SDK_WILANGID=''
WINDOWS_X64=''
WINE=''
WIN_GREP=''
WIN_LS=''
WIN_TOUCH=''
WITH_COMPAT_OOWRAPPERS=''
WITH_COREDUMPCTL=''
WITH_EXTENSION_INTEGRATION='TRUE'
WITH_EXTRA_EXTENSIONS='TRUE'
WITH_FONTS='TRUE'
WITH_GALLERY_BUILD='TRUE'
WITH_GSSAPI='TRUE'
WITH_KRB5='TRUE'
WITH_LANG='en-US de es fr hu it ja nl pt pt-BR ru'
WITH_LANG_LIST='en-US de es fr hu it ja nl pt pt-BR ru qtz'
WITH_LINKER_HASH_STYLE='gnu'
WITH_LOCALES=''
WITH_MYSPELL_DICTS='TRUE'
WITH_POOR_HELP_LOCALIZATIONS=' ab af an as az be br brx ckb cy dgo fa fur fy ga gd jv kab kk kl kmr-Latn kn kok ks ky lb mai ml mn mni mr my nr nso oc or pa-IN rw sa-IN sah sat sd sr sr-Latn ss st sw-TZ szl te th ti tn ts tt ur uz ve vec xh zu'
WITH_THEMES=' breeze breeze_dark breeze_dark_svg breeze_svg colibre colibre_dark colibre_dark_svg colibre_svg elementary elementary_svg karasa_jaga karasa_jaga_svg sifr sifr_dark sifr_dark_svg sifr_svg sukapura sukapura_dark sukapura_dark_svg sukapura_svg '
WITH_WEBDAV='TRUE'
WORKDIR='/home/julien/lo/libreoffice/workdir'
WORKDIR_FOR_BUILD='/home/julien/lo/libreoffice/workdir'
WPD_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/libwpd/inc'
WPD_LIBS='-L/home/julien/lo/libreoffice/workdir/UnpackedTarball/libwpd/src/lib/.libs -lwpd-0.10'
WPG_CFLAGS=''
WPG_LIBS=''
WPS_CFLAGS=''
WPS_LIBS=''
XINERAMA_LINK='dynamic'
XMKMF=''
XMLLINT='/usr/bin/xmllint'
XMLSEC_CFLAGS=''
XMLSEC_LIBS=''
XRANDR_CFLAGS=''
XRANDR_LIBS=' -lXrandr'
XRENDER_CFLAGS=''
XRENDER_LIBS=' -lXrender -lX11'
XSLTPROC='/usr/bin/xsltproc'
XVFB_RUN='no'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ZIP='/usr/bin/zip'
ZLIB_CFLAGS=''
ZLIB_LIBS='-lz'
ZMF_CFLAGS=''
ZMF_LIBS=''
ZXING_CFLAGS='-I/home/julien/lo/libreoffice/workdir/UnpackedTarball/zxing/core/src'
ZXING_LIBS=''
ac_ct_AR='llvm-ar'
ac_ct_CC='clang'
ac_ct_CXX=''
ac_ct_NM='llvm-nm'
ac_ct_OBJDUMP='llvm-objdump'
ac_ct_RANLIB='llvm-ranlib'
ac_ct_READELF='llvm-readelf'
ac_ct_STRIP='llvm-strip'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr/local'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
nodep=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
x_AFLAGS='#'
x_CFLAGS='#'
x_CXXFLAGS='#'
x_Cygwin='#'
x_GNUCP=''
x_ICECC_VERSION='#'
x_LDFLAGS='#'
x_LO_ELFCHECK_ALLOWLIST='#'
x_OBJCFLAGS='#'
x_OBJCXXFLAGS='#'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "LibreOffice"
#define PACKAGE_TARNAME "libreoffice"
#define PACKAGE_VERSION "24.2.0.0.alpha0+"
#define PACKAGE_STRING "LibreOffice 24.2.0.0.alpha0+"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL "http://documentfoundation.org/";
#define LIBO_VERSION_MAJOR 24
#define LIBO_VERSION_MINOR 2
#define LIBO_VERSION_MICRO 0
#define LIBO_VERSION_PATCH 0
#define LIBO_THIS_YEAR 2023
#define BUILDCONFIG "'CC=clang' 'CXX=clang++' '--enable-ld=lld' '--enable-online-update' '--with-privacy-policy-url=https://yourdomain/privacy-policy' '--enable-compiler-plugins' '--enable-dbgutil' '--enable-evolution2' '--enable-gtk4' '--enable-qt5' '--enable-kf5' '--enable-gtk3-kde5' '--enable-skia=debug' '--enable-ext-nlpsolver' '--enable-ext-numbertext' '--enable-ext-wiki-publisher' '--enable-dbus' '--enable-werror' '--enable-dependency-tracking' '--enable-python=fully-internal' '--without-system-mariadb' '--enable-bundle-mariadb' '--enable-symbols' '--enable-avahi' '--enable-eot' '--enable-odk' '--with-lang=en-US de es fr hu it ja nl pt pt-BR ru' '--with-myspell-dicts' '--srcdir=/home/julien/lo/libreoffice' '--enable-option-checking=fatal'"
#define SRCDIR "/home/julien/lo/libreoffice"
#define SRC_ROOT "/home/julien/lo/libreoffice"
#define BUILDDIR "/home/julien/lo/libreoffice"
#define USE_HEADLESS_CODE 1
#define ENABLE_HEADLESS 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_DLAPI 1
#define HAVE_UNIX_DLAPI 1
#define HAVE_FEATURE_BACKTRACE 1
#define HAVE_FEATURE_COMMUNITY_FLAVOR 1
#define HAVE_FEATURE_DESKTOP 1
#define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1
#define HAVE_FEATURE_AVMEDIA 1
#define HAVE_FEATURE_DBCONNECTIVITY 1
#define HAVE_FEATURE_SCRIPTING 1
#define HAVE_FEATURE_EXTENSIONS 1
#define HAVE_FEATURE_JAVA 1
#define LIBO_BIN_FOLDER "program"
#define LIBO_ETC_FOLDER "program"
#define LIBO_LIBEXEC_FOLDER "program"
#define LIBO_LIB_FOLDER "program"
#define LIBO_LIB_PYUNO_FOLDER "program"
#define LIBO_SHARE_FOLDER "share"
#define LIBO_SHARE_HELP_FOLDER "help"
#define LIBO_SHARE_JAVA_FOLDER "program/classes"
#define LIBO_SHARE_PRESETS_FOLDER "presets"
#define LIBO_SHARE_RESOURCE_FOLDER "program/resource"
#define LIBO_SHARE_SHELL_FOLDER "program/shell"
#define LIBO_URE_BIN_FOLDER "program"
#define LIBO_URE_ETC_FOLDER "program"
#define LIBO_URE_LIB_FOLDER "program"
#define LIBO_URE_MISC_FOLDER "program"
#define LIBO_URE_SHARE_JAVA_FOLDER "program/classes"
#define CLANG_VERSION 160006
#define CLANG_FULL_VERSION "16.0.6 (15)"
#define HAVE_FEATURE_UI 1
#define USING_X11 1
#define SDKDIR "/home/julien/lo/libreoffice/instdir/sdk"
#define WORKDIR "/home/julien/lo/libreoffice/workdir"
#define HAVE_FEATURE_XMLHELP 1
#define HAVE_GETOPT_H 1
#define HAVE_PATHS_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_SYSLOG_H 1
#define HAVE_FEATURE_PAGEIN 1
#define HAVE_CUPS_H 1
#define SIZEOF_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_DOUBLE 8
#define SIZEOF_VOIDP 8
#define SIZEOF_SIZE_T 8
#define ALIGNOF_SHORT 2
#define ALIGNOF_INT 4
#define ALIGNOF_LONG 8
#define ALIGNOF_DOUBLE 8
#define SAL_TYPES_SIZEOFSHORT 2
#define SAL_TYPES_SIZEOFINT 4
#define SAL_TYPES_SIZEOFLONG 8
#define SAL_TYPES_SIZEOFLONGLONG 8
#define SAL_TYPES_SIZEOFPOINTER 8
#define SAL_TYPES_ALIGNMENT2 2
#define SAL_TYPES_ALIGNMENT4 4
#define SAL_TYPES_ALIGNMENT8 8
#define HAVE_FEATURE_JUMBO_SHEETS 1
#define ENABLE_RUNTIME_OPTIMIZATIONS 1
#define HAVE_GCC_BUILTIN_ATOMIC 1
#define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1
#define HAVE_CXXABI_H_CLASS_TYPE_INFO 1
#define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1
#define HAVE_CXXABI_H_CXA_GET_GLOBALS 1
#define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1
#define HAVE_CXXABI_H_CXA_THROW 1
#define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1
#define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1
#define HAVE_P1155R3 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_EXPORT_VALIDATION 1
#define ENABLE_EOT 1
#define WPS_VERSION_MAJOR 0
#define WPS_VERSION_MINOR 4
#define WPS_VERSION_MICRO 12
#define MWAW_VERSION_MAJOR 0
#define MWAW_VERSION_MINOR 3
#define MWAW_VERSION_MICRO 21
#define ETONYEK_VERSION_MAJOR 0
#define ETONYEK_VERSION_MINOR 1
#define ETONYEK_VERSION_MICRO 10
#define EBOOK_VERSION_MAJOR 0
#define EBOOK_VERSION_MINOR 1
#define EBOOK_VERSION_MICRO 2
#define STAROFFICE_VERSION_MAJOR 0
#define STAROFFICE_VERSION_MINOR 0
#define STAROFFICE_VERSION_MICRO 7
#define PYTHON_VERSION_STRING L"3.8.18"
#define ENABLE_LIBRELOGO 1
#define ENABLE_FIREBIRD_SDBC 1
#define HAVE_FEATURE_NSS 1
#define USE_TLS_NSS 1
#define HAVE_FEATURE_CURL 1
#define HAVE_X11_EXTENSIONS_SHAPE_H 1
#define HAVE_X11_ICE_ICELIB_H 1
#define HAVE_X11_SM_SMLIB_H 1
#define HAVE_X11_INTRINSIC_H 1
#define USE_CRYPTO_NSS 1
#define ENABLE_ZXING 1
#define ENABLE_GEN 1
#define ENABLE_GTK3 1
#define ENABLE_GTK3_KDE5 1
#define ENABLE_GTK4 1
#define ENABLE_KF5 1
#define ENABLE_QT5 1
#define ENABLE_DBUS 1
#define DBUS_HAVE_GLIB 1
#define ENABLE_GIO 1
#define ENABLE_GSTREAMER_1_0 1
#define HAVE_FEATURE_OPENGL 1
#define HAVE_FEATURE_OPENCL 1
#define ENABLE_DCONF 1
#define HAVE_FEATURE_PDFIMPORT 1
#define HAVE_FEATURE_POPPLER 1
#define ENABLE_PDFIMPORT 1
#define HAVE_FEATURE_SKIA 1
#define SK_GANESH 1
#define SK_VULKAN 1
#define HAVE_FEATURE_GPGME 1
#define HAVE_FEATURE_GPGVERIFY 1
#define HAVE_GPGCONF_SOCKETDIR 1
#define GPGME_GPGCONF "/usr/bin/gpgconf"
#define QT5_HAVE_XCB_ICCCM 1
#define QT5_USING_X11 1
#define QT5_HAVE_GOBJECT 1
#define HAVE_MORE_FONTS 1
#define ENABLE_EXTENSION_UPDATE 1
#define ENABLE_CAIRO_CANVAS 1
#define HAVE_FEATURE_AVAHI 1
#define WITH_LANG "en-US de es fr hu it ja nl pt pt-BR ru"
#define WITH_LOCALE_ALL 1
#define EXTRA_BUILDID ""
#define OOO_VENDOR "julien"
#define GDRIVE_CLIENT_ID ""
#define GDRIVE_CLIENT_SECRET ""
#define ALFRESCO_CLOUD_CLIENT_ID ""
#define ALFRESCO_CLOUD_CLIENT_SECRET ""
#define ONEDRIVE_CLIENT_ID ""
#define ONEDRIVE_CLIENT_SECRET ""
#define ENABLE_FORMULA_LOGGER 1

configure: exit 0

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux