Closed
Description
After pulling
From https://github.com/awslabs/aws-sdk-cpp
07987db..ea9ff52 master -> origin/master
- [new tag] 0.10.4 -> 0.10.4
- [new tag] 0.10.3 -> 0.10.3
build fails with
[151/159] Linking CXX executable aws-cpp-sdk-cognitoidentity-integration-tests/runCognitoIntegrationTests
FAILED: : && /usr/local/bin/clang++ -Wall -Werror -pedantic -Wextra -Wno-unused-private-field -fno-exceptions aws-cpp-sdk-cognitoidentity-integration-tests/CMakeFiles/runCognitoIntegrationTests.dir/RunTests.cpp.o aws-cpp-sdk-cognitoidentity-integration-tests/CMakeFiles/runCognitoIntegrationTests.dir/IdentityPoolOperationTest.cpp.o -o aws-cpp-sdk-cognitoidentity-integration-tests/runCognitoIntegrationTests -rdynamic aws-cpp-sdk-access-management/libaws-cpp-sdk-access-management.so aws-cpp-sdk-iam/libaws-cpp-sdk-iam.so testing-resources/libtesting-resources.so aws-cpp-sdk-cognito-identity/libaws-cpp-sdk-cognito-identity.so aws-cpp-sdk-core/libaws-cpp-sdk-core.so -lpthread -lssl -lcrypto -lz -lcurl -Wl,-rpath,~/workspace/aws-sdk-cpp/_build_clang_custommem/aws-cpp-sdk-access-management:~/workspace/aws-sdk-cpp/_build_clang_custommem/aws-cpp-sdk-iam:~/workspace/aws-sdk-cpp/_build_clang_custommem/testing-resources:~/workspace/aws-sdk-cpp/_build_clang_custommem/aws-cpp-sdk-cognito-identity:~/workspace/aws-sdk-cpp/_build_clang_custommem/aws-cpp-sdk-core && :
aws-cpp-sdk-core/libaws-cpp-sdk-core.so: undefined reference to `Aws::Utils::Threading::ThreadTask::~ThreadTask()'
aws-cpp-sdk-core/libaws-cpp-sdk-core.so: undefined reference to `Aws::Utils::Threading::ThreadTask::ThreadTask(Aws::Utils::Threading::PooledThreadExecutor&)'
aws-cpp-sdk-core/libaws-cpp-sdk-core.so: undefined reference to `Aws::Utils::Threading::ThreadTask::StopProcessingWork()'
This is with clang 3.9.0 (trunk 264852) on Ubuntu 14.04; same error with GCC 5.3.0