Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/chromaprint.spec'], chrootPath='/var/lib/mock/f30-build-15076672-1075073/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/chromaprint.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/chromaprint-1.4.2-5.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/chromaprint.spec'], chrootPath='/var/lib/mock/f30-build-15076672-1075073/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/chromaprint.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YbGUsk + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf chromaprint-1.4.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/chromaprint-1.4.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd chromaprint-1.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=OFF . BUILDSTDERR: CMake Deprecation Warning at CMakeLists.txt:8 (cmake_policy): BUILDSTDERR: The OLD behavior for policy CMP0048 will be removed from a future version BUILDSTDERR: of CMake. BUILDSTDERR: The cmake-policies(7) manual explains that the OLD behaviors of all BUILDSTDERR: policies are deprecated and that a policy should be set to OLD only under BUILDSTDERR: specific short-term circumstances. Projects should be ported to the NEW BUILDSTDERR: behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 9.0.1 -- The CXX compiler identification is GNU 9.0.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Performing Test COMPILER_SUPPORTS_CXX11 -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Looking for lrintf -- Looking for lrintf - found -- Looking for round -- Looking for round - found -- Found KissFFT: /builddir/build/BUILD/chromaprint-1.4.2/vendor/kissfft -- Using fftw3 for FFT calculations -- Building without audio conversion support, please install FFmpeg with libswresample -- Configuring done -- Generating done BUILDSTDERR: CMake Warning: BUILDSTDERR: Manually-specified variables were not used by the project: BUILDSTDERR: BUILD_EXAMPLES BUILDSTDERR: CMAKE_Fortran_FLAGS_RELEASE BUILDSTDERR: SHARE_INSTALL_PREFIX BUILDSTDERR: SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/chromaprint-1.4.2 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QXRi5u + umask 022 + cd /builddir/build/BUILD + cd chromaprint-1.4.2 + make -j8 /usr/bin/cmake -S/builddir/build/BUILD/chromaprint-1.4.2 -B/builddir/build/BUILD/chromaprint-1.4.2 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/chromaprint-1.4.2/CMakeFiles /builddir/build/BUILD/chromaprint-1.4.2/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' make -f src/CMakeFiles/chromaprint_objs.dir/build.make src/CMakeFiles/chromaprint_objs.dir/depend make[2]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' cd /builddir/build/BUILD/chromaprint-1.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/chromaprint-1.4.2 /builddir/build/BUILD/chromaprint-1.4.2/src /builddir/build/BUILD/chromaprint-1.4.2 /builddir/build/BUILD/chromaprint-1.4.2/src /builddir/build/BUILD/chromaprint-1.4.2/src/CMakeFiles/chromaprint_objs.dir/DependInfo.cmake --color= Scanning dependencies of target chromaprint_objs make[2]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' make -f src/CMakeFiles/chromaprint_objs.dir/build.make src/CMakeFiles/chromaprint_objs.dir/build make[2]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' [ 25%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fft_lib_fftw3.cpp.o [ 25%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/chroma_filter.cpp.o [ 25%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/audio_processor.cpp.o [ 25%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/spectrum.cpp.o [ 30%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/chroma.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/fft_lib_fftw3.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/fft_lib_fftw3.cpp [ 25%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/chroma_resampler.cpp.o [ 35%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fft.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/audio_processor.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/audio_processor.cpp cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/chroma.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/chroma.cpp cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/chroma_resampler.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/chroma_resampler.cpp cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/chroma_filter.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/chroma_filter.cpp cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/spectrum.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/spectrum.cpp cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/fft.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/fft.cpp [ 40%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprinter.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/fingerprinter.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/fingerprinter.cpp [ 45%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/image_builder.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/image_builder.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/image_builder.cpp [ 50%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/simhash.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/simhash.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/simhash.cpp [ 55%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/silence_remover.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/silence_remover.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/silence_remover.cpp [ 60%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprint_calculator.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/fingerprint_calculator.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/fingerprint_calculator.cpp [ 65%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprint_compressor.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/fingerprint_compressor.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/fingerprint_compressor.cpp [ 70%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprint_decompressor.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/fingerprint_decompressor.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/fingerprint_decompressor.cpp [ 75%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprinter_configuration.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/fingerprinter_configuration.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/fingerprinter_configuration.cpp [ 80%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprint_matcher.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/fingerprint_matcher.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/fingerprint_matcher.cpp [ 85%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/utils/base64.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/utils/base64.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/utils/base64.cpp [ 90%] Building C object src/CMakeFiles/chromaprint_objs.dir/avresample/resample2.c.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/cc -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fvisibility=hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint_objs.dir/avresample/resample2.c.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/avresample/resample2.c BUILDSTDERR: /builddir/build/BUILD/chromaprint-1.4.2/src/utils/base64.cpp: In function 'void chromaprint::Base64Encode(const string&, std::string&)': BUILDSTDERR: /builddir/build/BUILD/chromaprint-1.4.2/src/utils/base64.cpp:12:13: warning: variable 'end' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 12 | const auto end = Base64Encode(src.cbegin(), src.cend(), dest.begin()); BUILDSTDERR: | ^~~ BUILDSTDERR: /builddir/build/BUILD/chromaprint-1.4.2/src/utils/base64.cpp: In function 'void chromaprint::Base64Decode(const string&, std::string&)': BUILDSTDERR: /builddir/build/BUILD/chromaprint-1.4.2/src/utils/base64.cpp:26:13: warning: variable 'end' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 26 | const auto end = Base64Decode(src.cbegin(), src.cend(), dest.begin()); BUILDSTDERR: | ^~~ make[2]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' [ 90%] Built target chromaprint_objs make -f src/CMakeFiles/chromaprint.dir/build.make src/CMakeFiles/chromaprint.dir/depend make[2]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' cd /builddir/build/BUILD/chromaprint-1.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/chromaprint-1.4.2 /builddir/build/BUILD/chromaprint-1.4.2/src /builddir/build/BUILD/chromaprint-1.4.2 /builddir/build/BUILD/chromaprint-1.4.2/src /builddir/build/BUILD/chromaprint-1.4.2/src/CMakeFiles/chromaprint.dir/DependInfo.cmake --color= Scanning dependencies of target chromaprint make[2]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' make -f src/CMakeFiles/chromaprint.dir/build.make src/CMakeFiles/chromaprint.dir/build make[2]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' [ 95%] Building CXX object src/CMakeFiles/chromaprint.dir/chromaprint.cpp.o cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/c++ -DCHROMAPRINT_API_EXPORTS -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/builddir/build/BUILD/chromaprint-1.4.2 -I/builddir/build/BUILD/chromaprint-1.4.2/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -fPIC -o CMakeFiles/chromaprint.dir/chromaprint.cpp.o -c /builddir/build/BUILD/chromaprint-1.4.2/src/chromaprint.cpp [100%] Linking CXX shared library libchromaprint.so cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/chromaprint.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libchromaprint.so.1 -o libchromaprint.so.1.4.2 CMakeFiles/chromaprint.dir/chromaprint.cpp.o CMakeFiles/chromaprint_objs.dir/fft_lib_fftw3.cpp.o CMakeFiles/chromaprint_objs.dir/audio_processor.cpp.o CMakeFiles/chromaprint_objs.dir/chroma.cpp.o CMakeFiles/chromaprint_objs.dir/chroma_resampler.cpp.o CMakeFiles/chromaprint_objs.dir/chroma_filter.cpp.o CMakeFiles/chromaprint_objs.dir/spectrum.cpp.o CMakeFiles/chromaprint_objs.dir/fft.cpp.o CMakeFiles/chromaprint_objs.dir/fingerprinter.cpp.o CMakeFiles/chromaprint_objs.dir/image_builder.cpp.o CMakeFiles/chromaprint_objs.dir/simhash.cpp.o CMakeFiles/chromaprint_objs.dir/silence_remover.cpp.o CMakeFiles/chromaprint_objs.dir/fingerprint_calculator.cpp.o CMakeFiles/chromaprint_objs.dir/fingerprint_compressor.cpp.o CMakeFiles/chromaprint_objs.dir/fingerprint_decompressor.cpp.o CMakeFiles/chromaprint_objs.dir/fingerprinter_configuration.cpp.o CMakeFiles/chromaprint_objs.dir/fingerprint_matcher.cpp.o CMakeFiles/chromaprint_objs.dir/utils/base64.cpp.o CMakeFiles/chromaprint_objs.dir/avresample/resample2.c.o -lm -lfftw3 cd /builddir/build/BUILD/chromaprint-1.4.2/src && /usr/bin/cmake -E cmake_symlink_library libchromaprint.so.1.4.2 libchromaprint.so.1 libchromaprint.so make[2]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' [100%] Built target chromaprint make[1]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/chromaprint-1.4.2/CMakeFiles 0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AAlCqE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64 + cd chromaprint-1.4.2 + make install DESTDIR=/builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64 /usr/bin/cmake -S/builddir/build/BUILD/chromaprint-1.4.2 -B/builddir/build/BUILD/chromaprint-1.4.2 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/chromaprint-1.4.2/CMakeFiles /builddir/build/BUILD/chromaprint-1.4.2/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' make -f src/CMakeFiles/chromaprint_objs.dir/build.make src/CMakeFiles/chromaprint_objs.dir/depend make[2]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' cd /builddir/build/BUILD/chromaprint-1.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/chromaprint-1.4.2 /builddir/build/BUILD/chromaprint-1.4.2/src /builddir/build/BUILD/chromaprint-1.4.2 /builddir/build/BUILD/chromaprint-1.4.2/src /builddir/build/BUILD/chromaprint-1.4.2/src/CMakeFiles/chromaprint_objs.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' make -f src/CMakeFiles/chromaprint_objs.dir/build.make src/CMakeFiles/chromaprint_objs.dir/build make[2]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' make[2]: Nothing to be done for 'src/CMakeFiles/chromaprint_objs.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' [ 90%] Built target chromaprint_objs make -f src/CMakeFiles/chromaprint.dir/build.make src/CMakeFiles/chromaprint.dir/depend make[2]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' cd /builddir/build/BUILD/chromaprint-1.4.2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/chromaprint-1.4.2 /builddir/build/BUILD/chromaprint-1.4.2/src /builddir/build/BUILD/chromaprint-1.4.2 /builddir/build/BUILD/chromaprint-1.4.2/src /builddir/build/BUILD/chromaprint-1.4.2/src/CMakeFiles/chromaprint.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' make -f src/CMakeFiles/chromaprint.dir/build.make src/CMakeFiles/chromaprint.dir/build make[2]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' make[2]: Nothing to be done for 'src/CMakeFiles/chromaprint.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' [100%] Built target chromaprint make[1]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/chromaprint-1.4.2/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/builddir/build/BUILD/chromaprint-1.4.2' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/builddir/build/BUILD/chromaprint-1.4.2' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" -- Installing: /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/lib64/pkgconfig/libchromaprint.pc -- Installing: /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/lib64/libchromaprint.so.1.4.2 -- Installing: /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/lib64/libchromaprint.so.1 -- Installing: /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/lib64/libchromaprint.so -- Installing: /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/include/chromaprint.h + rm -f '/builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/lib64/lib*.la' + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.4.2-5.fc30 --unique-debug-suffix -1.4.2-5.fc30.aarch64 --unique-debug-src-base chromaprint-1.4.2-5.fc30.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/chromaprint-1.4.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/lib64/libchromaprint.so.1.4.2 extracting debug info from /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/lib64/libchromaprint.so.1.4.2 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 250 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libchromaprint-1.4.2-5.fc30.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5wJxId + umask 022 + cd /builddir/build/BUILD + cd chromaprint-1.4.2 + DOCDIR=/builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/share/doc/libchromaprint + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/share/doc/libchromaprint + cp -pr NEWS.txt /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/share/doc/libchromaprint + cp -pr README.md /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/share/doc/libchromaprint + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4mWASQ + umask 022 + cd /builddir/build/BUILD + cd chromaprint-1.4.2 + LICENSEDIR=/builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/share/licenses/libchromaprint + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/share/licenses/libchromaprint + cp -pr LICENSE.md /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64/usr/share/licenses/libchromaprint + exit 0 Provides: libchromaprint = 1.4.2-5.fc30 libchromaprint(aarch-64) = 1.4.2-5.fc30 libchromaprint.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libfftw3.so.3()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Obsoletes: python-chromaprint < 0.6-3 Processing files: libchromaprint-devel-1.4.2-5.fc30.aarch64 Provides: libchromaprint-devel = 1.4.2-5.fc30 libchromaprint-devel(aarch-64) = 1.4.2-5.fc30 pkgconfig(libchromaprint) = 1.4.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libchromaprint.so.1()(64bit) Processing files: chromaprint-debugsource-1.4.2-5.fc30.aarch64 Provides: chromaprint-debugsource = 1.4.2-5.fc30 chromaprint-debugsource(aarch-64) = 1.4.2-5.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libchromaprint-debuginfo-1.4.2-5.fc30.aarch64 Provides: debuginfo(build-id) = 00f6a5b35252647a58dc163d749309a65c02494c libchromaprint-debuginfo = 1.4.2-5.fc30 libchromaprint-debuginfo(aarch-64) = 1.4.2-5.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: chromaprint-debugsource(aarch-64) = 1.4.2-5.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64 Wrote: /builddir/build/RPMS/libchromaprint-1.4.2-5.fc30.aarch64.rpm Wrote: /builddir/build/RPMS/libchromaprint-devel-1.4.2-5.fc30.aarch64.rpm Wrote: /builddir/build/RPMS/chromaprint-debugsource-1.4.2-5.fc30.aarch64.rpm Wrote: /builddir/build/RPMS/libchromaprint-debuginfo-1.4.2-5.fc30.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GoxAxZ + umask 022 + cd /builddir/build/BUILD + cd chromaprint-1.4.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/chromaprint-1.4.2-5.fc30.aarch64 + exit 0 Child return code was: 0