From 50d30564ce2aae879a5afd925c9addfb158afade Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 22 Apr 2017 14:37:00 +0200 Subject: testing/lldb: disable on x86, fails to build /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `(anonymous namespace)::getSingleDynTypedNodeFromParentMap(llvm::PointerUnion4*>)': ASTContext.cpp:(.text._ZN12_GLOBAL__N_134getSingleDynTypedNodeFromParentMapEN4llvm13PointerUnion4IPKN5clang4DeclEPKNS2_4StmtEPNS2_15ast_type_traits12DynTypedNodeEPNS0_11SmallVectorISA_Lj2EEEEE+0xa8): undefined reference to `__stack_chk_fail_local' /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `clang::FunctionDecl::getBody() const': ASTContext.cpp:(.text._ZNK5clang12FunctionDecl7getBodyEv[_ZNK5clang12FunctionDecl7getBodyEv]+0x3f): undefined reference to `__stack_chk_fail_local' /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `llvm::BumpPtrAllocatorImpl::Allocate(unsigned int, unsigned int) [clone .constprop.4285]': ASTContext.cpp:(.text._ZN4llvm20BumpPtrAllocatorImplINS_15MallocAllocatorELj4096ELj4096EE8AllocateEjj.constprop.4285+0x1ad): undefined reference to `__stack_chk_fail_local' /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `clang::QualType::getUnqualifiedType() const': ASTContext.cpp:(.text._ZNK5clang8QualType18getUnqualifiedTypeEv[_ZNK5clang8QualType18getUnqualifiedTypeEv]+0x78): undefined reference to `__stack_chk_fail_local' /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `getIntegerTypeForEnum(clang::EnumType const*)': ASTContext.cpp:(.text._ZL21getIntegerTypeForEnumPKN5clang8EnumTypeE+0xb5): undefined reference to `__stack_chk_fail_local' /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o):ASTContext.cpp:(.text._ZL14EncodeBitFieldPKN5clang10ASTContextERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_8QualTypeEPKNS_9FieldDeclE+0x474): more undefined references to `__stack_chk_fail_local' follow /usr/bin/ld: bin/lldb-server-4.0.0: hidden symbol `__stack_chk_fail_local' isn't defined /usr/bin/ld: final link failed: Bad value clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation) --- testing/lldb/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/lldb') diff --git a/testing/lldb/APKBUILD b/testing/lldb/APKBUILD index 45da34b2fa..0c992d6305 100644 --- a/testing/lldb/APKBUILD +++ b/testing/lldb/APKBUILD @@ -5,7 +5,7 @@ pkgname=lldb pkgver=4.0.0 pkgrel=0 pkgdesc="Next generation, high-performance debugger" -arch="all" +arch="all !x86" url="http://llvm.org/" license="UOI-NCSA" makedepends="clang-dev clang-static cmake doxygen libedit-dev libffi-dev -- cgit v1.2.3