markus289 / aws-sdk-cpp-rpms

SPEC files to build RPMs for the AWS SDK for C++.
https://copr.fedorainfracloud.org/coprs/markus289/aws-sdk-cpp-rpms/
Boost Software License 1.0
3 stars 1 forks source link

not able to buiild it in centos7 #1

Closed vadirajks closed 3 years ago

vadirajks commented 3 years ago

not sure what is missing,please guide me fix to this. Thanks I tried using all devtools7,8,9 nothing helped and not sure what dependence is missing. [root@test aws-c-common]# rpmbuild -vv -bb aws-c-common.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.e76ZUA

-- The C compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/lib64/ccache/cc -- Check for working C compiler: /usr/lib64/ccache/cc - works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test AWS_HAVE_GCC_OVERFLOW_MATH_EXTENSIONS -- Performing Test AWS_HAVE_GCC_OVERFLOW_MATH_EXTENSIONS - Failed -- Performing Test AWS_HAVE_MSVC_MULX -- Performing Test AWS_HAVE_MSVC_MULX - Failed -- Performing Test AWS_ARCH_INTEL -- Performing Test AWS_ARCH_INTEL - Success -- Performing Test AWS_ARCH_ARM64 -- Performing Test AWS_ARCH_ARM64 - Failed -- Performing Test AWS_ARCH_ARM32 -- Performing Test AWS_ARCH_ARM32 - Failed -- Performing Test AWS_HAVE_GCC_INLINE_ASM -- Performing Test AWS_HAVE_GCC_INLINE_ASM - Success -- Performing Test AWS_HAVE_AUXV -- Performing Test AWS_HAVE_AUXV - Success -- Performing Test AWS_HAVE_EXECINFO -- Performing Test AWS_HAVE_EXECINFO - Success -- Performing Test HAVE_M_AVX2_FLAG -- Performing Test HAVE_M_AVX2_FLAG - Success -- Performing Test HAVE_AVX2_INTRINSICS -- Performing Test HAVE_AVX2_INTRINSICS - Success -- Performing Test HAVE_MM256_EXTRACT_EPI64 -- Performing Test HAVE_MM256_EXTRACT_EPI64 - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE
-- Performing Test HAS_MOUTLINE_ATOMICS -- Performing Test HAS_MOUTLINE_ATOMICS - Failed -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdbool.h -- Looking for stdbool.h - found -- Performing Test HAS_WGNU -- Performing Test HAS_WGNU - Failed -- Performing Test HAVE_SYSCONF -- Performing Test HAVE_SYSCONF - Success -- Performing Test HAS_SANITIZERS -- Performing Test HAS_SANITIZERS - Failed -- Building SIMD base64 decoder -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project:

CMAKE_CXX_FLAGS_RELEASE
CMAKE_Fortran_FLAGS_RELEASE
INCLUDE_INSTALL_DIR
LIB_INSTALL_DIR
LIB_SUFFIX
SHARE_INSTALL_PREFIX
SYSCONF_INSTALL_DIR

-- Build files have been written to: /root/rpmbuild/BUILD/aws-c-common-0.4.57

RPM build errors: Bad exit status from /var/tmp/rpm-tmp.d4omE7 (%build) [root@test aws-c-common]#

markus289 commented 3 years ago

Hey, I dropped support for CentOS in several commits on August 21. Feel free to fork and undo those commits.