amazon-linux-2023 icon indicating copy to clipboard operation
amazon-linux-2023 copied to clipboard

[Bug] - `libeconf` rebuild fail

Open denisgabriel5 opened this issue 1 year ago • 3 comments

Describe the bug I am trying to rebuild libeconf using rpmbuild.

To Reproduce Steps to reproduce the behavior:

  1. rpmdev-setuptree && cd ~/rpmbuild/SOURCES
  2. dnf download --source libeconf
  3. Resolve dependecies. I am using sudo dnf builddep libeconf-0.4.0-1.amzn2023.0.3.src.rpm
  4. rpmbuild -rb libeconf-0.4.0-1.amzn2023.0.3.src.rpm

Expected behavior The rebuild ends with no errors.

Server:

  • Host OS: Ubuntu 5.15.0-97-generic
  • KVM OS: AL2023 6.1.77-99.164.amzn2023.x86_64

Additional context

Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aqOtnK
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ '[' /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64 '!=' / ']'
+ rm -rf /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
++ dirname /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
+ mkdir -p /home/ec2-user/rpmbuild/BUILDROOT
+ mkdir /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
+ CFLAGS='-O3 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CFLAGS
+ CXXFLAGS='-O3 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CXXFLAGS
+ FFLAGS='-O3 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O3 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd libeconf-0.4.0
+ DESTDIR=/home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
+ /usr/bin/cmake --install amazon-linux-build
-- Install configuration: ""
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/pkgconfig/libeconf.pc
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/libeconf.so.0.4.0
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/libeconf.so.0
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/libeconf.so
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/include/libeconf.h
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/include/libeconf_ext.h
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/cmake/libeconf/libeconfTargets.cmake
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/cmake/libeconf/libeconfTargets-noconfig.cmake
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/cmake/libeconf/libeconfConfig.cmake
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/cmake/libeconf/libeconfConfigVersion.cmake
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/bin/econftool
-- Set runtime path of "/home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/bin/econftool" to ""
CMake Error at amazon-linux-build/doc/cmake_install.cmake:46 (file):
  file INSTALL cannot find
  "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/doc/html":
  No such file or directory.
Call Stack (most recent call first):
  amazon-linux-build/cmake_install.cmake:62 (include)```

denisgabriel5 avatar Mar 05 '24 17:03 denisgabriel5

@denisgabriel5 are you maybe running out of disk space? I did a quick build and it worked okay:

build output
[ec2-user] SOURCES$ sudo dnf builddep libeconf-0.4.0-1.amzn2023.0.3.src.rpm
Last metadata expiration check: 14:32:47 ago on Tue Mar  5 03:38:02 2024.
Package cmake-3.22.2-1.amzn2023.0.4.x86_64 is already installed.
Package gcc-11.4.1-2.amzn2023.0.2.x86_64 is already installed.
Package make-1:4.3-5.amzn2023.0.2.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[ec2-user] SOURCES$ rpmbuild -rb libeconf-0.4.0-1.amzn2023.0.3.src.rpm
Installing libeconf-0.4.0-1.amzn2023.0.3.src.rpm
warning: user mockbuild does not exist - using root
warning: group mock does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mock does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mock does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mock does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mock does not exist - using root
setting SOURCE_DATE_EPOCH=1686268800
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.giv51n
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ cd /home/ec2-user/rpmbuild/BUILD
+ rm -rf libeconf-0.4.0
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /home/ec2-user/rpmbuild/SOURCES/libeconf-0.4.0.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd libeconf-0.4.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/bin/cat /home/ec2-user/rpmbuild/SOURCES/0001-cmake-Install-econftool.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/bin/cat /home/ec2-user/rpmbuild/SOURCES/0002-cmake-Install-man-pages.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/bin/cat /home/ec2-user/rpmbuild/SOURCES/CVE-2023-32181_2023-22652.patch
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RVqh8o
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ CFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CFLAGS
+ CXXFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CXXFLAGS
+ FFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
+ /usr/lib/rpm/generate-rpm-note.sh libeconf 0.4.0-1.amzn2023.0.3 x86_64
+ cd libeconf-0.4.0
+ CFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CFLAGS
+ CXXFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CXXFLAGS
+ FFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ /usr/bin/cmake -S . -B amazon-linux-build -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_DO_STRIP:BOOL=OFF -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
-- The C compiler identification is GNU 11.4.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for __GNU_LIBRARY__
-- Looking for __GNU_LIBRARY__ - found
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_CXX_FLAGS_RELEASE
    CMAKE_C_FLAGS_RELEASE
    CMAKE_Fortran_FLAGS_RELEASE
    CMAKE_INSTALL_DO_STRIP
    INCLUDE_INSTALL_DIR
    LIB_INSTALL_DIR
    LIB_SUFFIX
    SHARE_INSTALL_PREFIX
    SYSCONF_INSTALL_DIR


-- Build files have been written to: /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build
+ /usr/bin/cmake --build amazon-linux-build -j1 --verbose
/usr/bin/cmake -S/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 -B/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/CMakeFiles /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build//CMakeFiles/progress.marks
/usr/bin/gmake  -f CMakeFiles/Makefile2 all
gmake[1]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f lib/CMakeFiles/econf.dir/build.make lib/CMakeFiles/econf.dir/depend
gmake[2]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f lib/CMakeFiles/econf.dir/build.make lib/CMakeFiles/econf.dir/build
gmake[2]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[  9%] Building C object lib/CMakeFiles/econf.dir/libeconf.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/gcc -D_GNU_SOURCE -Deconf_EXPORTS -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_REENTRANT=1 -std=gnu11 -MD -MT lib/CMakeFiles/econf.dir/libeconf.c.o -MF CMakeFiles/econf.dir/libeconf.c.o.d -o CMakeFiles/econf.dir/libeconf.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/libeconf.c
[ 18%] Building C object lib/CMakeFiles/econf.dir/libeconf_ext.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/gcc -D_GNU_SOURCE -Deconf_EXPORTS -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_REENTRANT=1 -std=gnu11 -MD -MT lib/CMakeFiles/econf.dir/libeconf_ext.c.o -MF CMakeFiles/econf.dir/libeconf_ext.c.o.d -o CMakeFiles/econf.dir/libeconf_ext.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/libeconf_ext.c
[ 27%] Building C object lib/CMakeFiles/econf.dir/getfilecontents.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/gcc -D_GNU_SOURCE -Deconf_EXPORTS -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_REENTRANT=1 -std=gnu11 -MD -MT lib/CMakeFiles/econf.dir/getfilecontents.c.o -MF CMakeFiles/econf.dir/getfilecontents.c.o.d -o CMakeFiles/econf.dir/getfilecontents.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/getfilecontents.c
[ 36%] Building C object lib/CMakeFiles/econf.dir/mergefiles.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/gcc -D_GNU_SOURCE -Deconf_EXPORTS -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_REENTRANT=1 -std=gnu11 -MD -MT lib/CMakeFiles/econf.dir/mergefiles.c.o -MF CMakeFiles/econf.dir/mergefiles.c.o.d -o CMakeFiles/econf.dir/mergefiles.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/mergefiles.c
[ 45%] Building C object lib/CMakeFiles/econf.dir/helpers.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/gcc -D_GNU_SOURCE -Deconf_EXPORTS -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_REENTRANT=1 -std=gnu11 -MD -MT lib/CMakeFiles/econf.dir/helpers.c.o -MF CMakeFiles/econf.dir/helpers.c.o.d -o CMakeFiles/econf.dir/helpers.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/helpers.c
[ 54%] Building C object lib/CMakeFiles/econf.dir/keyfile.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/gcc -D_GNU_SOURCE -Deconf_EXPORTS -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_REENTRANT=1 -std=gnu11 -MD -MT lib/CMakeFiles/econf.dir/keyfile.c.o -MF CMakeFiles/econf.dir/keyfile.c.o.d -o CMakeFiles/econf.dir/keyfile.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/keyfile.c
[ 63%] Building C object lib/CMakeFiles/econf.dir/econf_error.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/gcc -D_GNU_SOURCE -Deconf_EXPORTS -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_REENTRANT=1 -std=gnu11 -MD -MT lib/CMakeFiles/econf.dir/econf_error.c.o -MF CMakeFiles/econf.dir/econf_error.c.o.d -o CMakeFiles/econf.dir/econf_error.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/econf_error.c
[ 72%] Building C object lib/CMakeFiles/econf.dir/get_value_def.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/gcc -D_GNU_SOURCE -Deconf_EXPORTS -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -D_REENTRANT=1 -std=gnu11 -MD -MT lib/CMakeFiles/econf.dir/get_value_def.c.o -MF CMakeFiles/econf.dir/get_value_def.c.o.d -o CMakeFiles/econf.dir/get_value_def.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/get_value_def.c
[ 81%] Linking C shared library libeconf.so
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/cmake -E cmake_link_script CMakeFiles/econf.dir/link.txt --verbose=1
/usr/bin/gcc -fPIC -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,--no-undefined -Wl,--version-script,"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib/libeconf.map" -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld -shared -Wl,-soname,libeconf.so.0 -o libeconf.so.0.4.0 CMakeFiles/econf.dir/libeconf.c.o CMakeFiles/econf.dir/libeconf_ext.c.o CMakeFiles/econf.dir/getfilecontents.c.o CMakeFiles/econf.dir/mergefiles.c.o CMakeFiles/econf.dir/helpers.c.o CMakeFiles/econf.dir/keyfile.c.o CMakeFiles/econf.dir/econf_error.c.o CMakeFiles/econf.dir/get_value_def.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib && /usr/bin/cmake -E cmake_symlink_library libeconf.so.0.4.0 libeconf.so.0 libeconf.so
gmake[2]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 81%] Built target econf
/usr/bin/gmake  -f util/CMakeFiles/econftool.dir/build.make util/CMakeFiles/econftool.dir/depend
gmake[2]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/util /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/util/CMakeFiles/econftool.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f util/CMakeFiles/econftool.dir/build.make util/CMakeFiles/econftool.dir/build
gmake[2]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 90%] Building C object util/CMakeFiles/econftool.dir/econftool.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/util && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -std=gnu11 -MD -MT util/CMakeFiles/econftool.dir/econftool.c.o -MF CMakeFiles/econftool.dir/econftool.c.o.d -o CMakeFiles/econftool.dir/econftool.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c
/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c: In function 'main':
/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:591:84: warning: '__snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
  591 |     snprintf(conf_basename, strlen(argv[optind + 1]) - strlen(conf_suffix) + 1, "%s", argv[optind + 1]);
      |                                                                                    ^
In file included from /usr/include/stdio.h:900,
                 from /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 1 and 4097 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:595:52: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=]
  595 |         snprintf(conf_dir, sizeof(conf_dir), "/etc/%s.d", conf_filename);
      |                                                    ^~     ~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:900,
                 from /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 8 and 4103 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:598:48: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  598 |     snprintf(conf_path, sizeof(conf_path), "%s/%s", conf_dir, conf_filename);
      |                                                ^~             ~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:900,
                 from /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 2 and 8192 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:457:54: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=]
  457 |         snprintf(conf_path, sizeof(conf_path), "/etc/%s", conf_filename);
      |                                                      ^~   ~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:900,
                 from /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 6 and 4101 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:455:52: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  455 |         snprintf(conf_path, sizeof(conf_path), "%s/%s", xdg_config_dir, conf_filename);
      |                                                    ^~                   ~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:900,
                 from /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 2 and 8192 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:635:56: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  635 |             snprintf(conf_path, sizeof(conf_path), "%s/%s", conf_dir,
      |                                                        ^~
  636 |                     conf_filename);
      |                     ~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:900,
                 from /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 2 and 8192 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:631:56: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
  631 |             snprintf(conf_path, sizeof(conf_path), "%s/%s", conf_dir,
      |                                                        ^~
  632 |                     conf_filename);
      |                     ~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:900,
                 from /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/util/econftool.c:28:
/usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 2 and 8192 bytes into a destination of size 4096
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
[100%] Linking C executable econftool
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/util && /usr/bin/cmake -E cmake_link_script CMakeFiles/econftool.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/econftool.dir/econftool.c.o -o econftool  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib: ../lib/libeconf.so.0.4.0
gmake[2]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[100%] Built target econftool
gmake[1]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/cmake -E cmake_progress_start /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/CMakeFiles 0
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WwaN9m
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ '[' /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64 '!=' / ']'
+ rm -rf /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
++ dirname /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
+ mkdir -p /home/ec2-user/rpmbuild/BUILDROOT
+ mkdir /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
+ CFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CFLAGS
+ CXXFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CXXFLAGS
+ FFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd libeconf-0.4.0
+ DESTDIR=/home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
+ /usr/bin/cmake --install amazon-linux-build
-- Install configuration: ""
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/pkgconfig/libeconf.pc
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/libeconf.so.0.4.0
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/libeconf.so.0
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/libeconf.so
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/include/libeconf.h
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/include/libeconf_ext.h
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/cmake/libeconf/libeconfTargets.cmake
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/cmake/libeconf/libeconfTargets-noconfig.cmake
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/cmake/libeconf/libeconfConfig.cmake
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/cmake/libeconf/libeconfConfigVersion.cmake
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/bin/econftool
-- Set runtime path of "/home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/bin/econftool" to ""
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/man/man3/libeconf.3
-- Installing: /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/man/man8/econftool.8
+ /usr/lib/rpm/find-debuginfo.sh -j1 --strict-build-id -m -i --build-id-seed 0.4.0-1.amzn2023.0.3 --unique-debug-suffix -0.4.0-1.amzn2023.0.3.x86_64 --unique-debug-src-base libeconf-0.4.0-1.amzn2023.0.3.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0
explicitly decompress any DWARF compressed ELF sections in /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/bin/econftool
extracting debug info from /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/bin/econftool
explicitly decompress any DWARF compressed ELF sections in /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/libeconf.so.0.4.0
extracting debug info from /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/lib64/libeconf.so.0.4.0
original debug info size: 184kB, size after compression: 176kB
/usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match.
234 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ /usr/lib/rpm/brp-python-bytecompile '' 0 1
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ELvkS6
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ CFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CFLAGS
+ CXXFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CXXFLAGS
+ FFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
+ /usr/lib/rpm/generate-rpm-note.sh libeconf 0.4.0-1.amzn2023.0.3 x86_64
+ cd libeconf-0.4.0
+ /usr/bin/cmake --build amazon-linux-build -j1 --verbose --target check
/usr/bin/cmake -S/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 -B/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/gmake  -f CMakeFiles/Makefile2 check
gmake[1]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/cmake -S/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 -B/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/CMakeFiles 79
/usr/bin/gmake  -f CMakeFiles/Makefile2 tests/CMakeFiles/check.dir/all
gmake[2]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f lib/CMakeFiles/econf.dir/build.make lib/CMakeFiles/econf.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/lib /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/DependInfo.cmake --color=
Dependencies file "lib/CMakeFiles/econf.dir/econf_error.c.o.d" is newer than depends file "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/compiler_depend.internal".
Dependencies file "lib/CMakeFiles/econf.dir/get_value_def.c.o.d" is newer than depends file "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/compiler_depend.internal".
Dependencies file "lib/CMakeFiles/econf.dir/getfilecontents.c.o.d" is newer than depends file "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/compiler_depend.internal".
Dependencies file "lib/CMakeFiles/econf.dir/helpers.c.o.d" is newer than depends file "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/compiler_depend.internal".
Dependencies file "lib/CMakeFiles/econf.dir/keyfile.c.o.d" is newer than depends file "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/compiler_depend.internal".
Dependencies file "lib/CMakeFiles/econf.dir/libeconf.c.o.d" is newer than depends file "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/compiler_depend.internal".
Dependencies file "lib/CMakeFiles/econf.dir/libeconf_ext.c.o.d" is newer than depends file "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/compiler_depend.internal".
Dependencies file "lib/CMakeFiles/econf.dir/mergefiles.c.o.d" is newer than depends file "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/CMakeFiles/econf.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target econf
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f lib/CMakeFiles/econf.dir/build.make lib/CMakeFiles/econf.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
gmake[3]: Nothing to be done for 'lib/CMakeFiles/econf.dir/build'.
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 11%] Built target econf
/usr/bin/gmake  -f tests/CMakeFiles/tst-getpath.dir/build.make tests/CMakeFiles/tst-getpath.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-getpath.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-getpath.dir/build.make tests/CMakeFiles/tst-getpath.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 12%] Building C object tests/CMakeFiles/tst-getpath.dir/tst-getpath.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-getpath.dir/tst-getpath.c.o -MF CMakeFiles/tst-getpath.dir/tst-getpath.c.o.d -o CMakeFiles/tst-getpath.dir/tst-getpath.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-getpath.c
[ 13%] Linking C executable tst-getpath
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-getpath.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-getpath.dir/tst-getpath.c.o -o tst-getpath  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 13%] Built target tst-getpath
/usr/bin/gmake  -f tests/CMakeFiles/tst-filedoesnotexit1.dir/build.make tests/CMakeFiles/tst-filedoesnotexit1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-filedoesnotexit1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-filedoesnotexit1.dir/build.make tests/CMakeFiles/tst-filedoesnotexit1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 15%] Building C object tests/CMakeFiles/tst-filedoesnotexit1.dir/tst-filedoesnotexit1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-filedoesnotexit1.dir/tst-filedoesnotexit1.c.o -MF CMakeFiles/tst-filedoesnotexit1.dir/tst-filedoesnotexit1.c.o.d -o CMakeFiles/tst-filedoesnotexit1.dir/tst-filedoesnotexit1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-filedoesnotexit1.c
[ 16%] Linking C executable tst-filedoesnotexit1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-filedoesnotexit1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-filedoesnotexit1.dir/tst-filedoesnotexit1.c.o -o tst-filedoesnotexit1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 16%] Built target tst-filedoesnotexit1
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge1.dir/build.make tests/CMakeFiles/tst-merge1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-merge1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge1.dir/build.make tests/CMakeFiles/tst-merge1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 17%] Building C object tests/CMakeFiles/tst-merge1.dir/tst-merge1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-merge1.dir/tst-merge1.c.o -MF CMakeFiles/tst-merge1.dir/tst-merge1.c.o.d -o CMakeFiles/tst-merge1.dir/tst-merge1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-merge1.c
[ 18%] Linking C executable tst-merge1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-merge1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-merge1.dir/tst-merge1.c.o -o tst-merge1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 18%] Built target tst-merge1
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge2.dir/build.make tests/CMakeFiles/tst-merge2.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-merge2.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge2.dir/build.make tests/CMakeFiles/tst-merge2.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 20%] Building C object tests/CMakeFiles/tst-merge2.dir/tst-merge2.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-merge2.dir/tst-merge2.c.o -MF CMakeFiles/tst-merge2.dir/tst-merge2.c.o.d -o CMakeFiles/tst-merge2.dir/tst-merge2.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-merge2.c
[ 21%] Linking C executable tst-merge2
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-merge2.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-merge2.dir/tst-merge2.c.o -o tst-merge2  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 21%] Built target tst-merge2
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge3.dir/build.make tests/CMakeFiles/tst-merge3.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-merge3.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge3.dir/build.make tests/CMakeFiles/tst-merge3.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 22%] Building C object tests/CMakeFiles/tst-merge3.dir/tst-merge3.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-merge3.dir/tst-merge3.c.o -MF CMakeFiles/tst-merge3.dir/tst-merge3.c.o.d -o CMakeFiles/tst-merge3.dir/tst-merge3.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-merge3.c
[ 24%] Linking C executable tst-merge3
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-merge3.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-merge3.dir/tst-merge3.c.o -o tst-merge3  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 24%] Built target tst-merge3
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge4.dir/build.make tests/CMakeFiles/tst-merge4.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-merge4.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge4.dir/build.make tests/CMakeFiles/tst-merge4.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 25%] Building C object tests/CMakeFiles/tst-merge4.dir/tst-merge4.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-merge4.dir/tst-merge4.c.o -MF CMakeFiles/tst-merge4.dir/tst-merge4.c.o.d -o CMakeFiles/tst-merge4.dir/tst-merge4.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-merge4.c
[ 26%] Linking C executable tst-merge4
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-merge4.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-merge4.dir/tst-merge4.c.o -o tst-merge4  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 26%] Built target tst-merge4
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge5.dir/build.make tests/CMakeFiles/tst-merge5.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-merge5.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-merge5.dir/build.make tests/CMakeFiles/tst-merge5.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 27%] Building C object tests/CMakeFiles/tst-merge5.dir/tst-merge5.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-merge5.dir/tst-merge5.c.o -MF CMakeFiles/tst-merge5.dir/tst-merge5.c.o.d -o CMakeFiles/tst-merge5.dir/tst-merge5.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-merge5.c
[ 29%] Linking C executable tst-merge5
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-merge5.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-merge5.dir/tst-merge5.c.o -o tst-merge5  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 29%] Built target tst-merge5
/usr/bin/gmake  -f tests/CMakeFiles/tst-logindefs1.dir/build.make tests/CMakeFiles/tst-logindefs1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-logindefs1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-logindefs1.dir/build.make tests/CMakeFiles/tst-logindefs1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 30%] Building C object tests/CMakeFiles/tst-logindefs1.dir/tst-logindefs1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-logindefs1.dir/tst-logindefs1.c.o -MF CMakeFiles/tst-logindefs1.dir/tst-logindefs1.c.o.d -o CMakeFiles/tst-logindefs1.dir/tst-logindefs1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-logindefs1.c
[ 31%] Linking C executable tst-logindefs1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-logindefs1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-logindefs1.dir/tst-logindefs1.c.o -o tst-logindefs1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 31%] Built target tst-logindefs1
/usr/bin/gmake  -f tests/CMakeFiles/tst-logindefs2.dir/build.make tests/CMakeFiles/tst-logindefs2.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-logindefs2.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-logindefs2.dir/build.make tests/CMakeFiles/tst-logindefs2.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 32%] Building C object tests/CMakeFiles/tst-logindefs2.dir/tst-logindefs2.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-logindefs2.dir/tst-logindefs2.c.o -MF CMakeFiles/tst-logindefs2.dir/tst-logindefs2.c.o.d -o CMakeFiles/tst-logindefs2.dir/tst-logindefs2.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-logindefs2.c
[ 34%] Linking C executable tst-logindefs2
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-logindefs2.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-logindefs2.dir/tst-logindefs2.c.o -o tst-logindefs2  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 34%] Built target tst-logindefs2
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments1.dir/build.make tests/CMakeFiles/tst-arguments1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-arguments1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments1.dir/build.make tests/CMakeFiles/tst-arguments1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 35%] Building C object tests/CMakeFiles/tst-arguments1.dir/tst-arguments1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-arguments1.dir/tst-arguments1.c.o -MF CMakeFiles/tst-arguments1.dir/tst-arguments1.c.o.d -o CMakeFiles/tst-arguments1.dir/tst-arguments1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-arguments1.c
[ 36%] Linking C executable tst-arguments1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-arguments1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-arguments1.dir/tst-arguments1.c.o -o tst-arguments1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 36%] Built target tst-arguments1
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments2.dir/build.make tests/CMakeFiles/tst-arguments2.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-arguments2.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments2.dir/build.make tests/CMakeFiles/tst-arguments2.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 37%] Building C object tests/CMakeFiles/tst-arguments2.dir/tst-arguments2.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-arguments2.dir/tst-arguments2.c.o -MF CMakeFiles/tst-arguments2.dir/tst-arguments2.c.o.d -o CMakeFiles/tst-arguments2.dir/tst-arguments2.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-arguments2.c
[ 39%] Linking C executable tst-arguments2
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-arguments2.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-arguments2.dir/tst-arguments2.c.o -o tst-arguments2  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 39%] Built target tst-arguments2
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments3.dir/build.make tests/CMakeFiles/tst-arguments3.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-arguments3.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments3.dir/build.make tests/CMakeFiles/tst-arguments3.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 40%] Building C object tests/CMakeFiles/tst-arguments3.dir/tst-arguments3.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-arguments3.dir/tst-arguments3.c.o -MF CMakeFiles/tst-arguments3.dir/tst-arguments3.c.o.d -o CMakeFiles/tst-arguments3.dir/tst-arguments3.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-arguments3.c
[ 41%] Linking C executable tst-arguments3
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-arguments3.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-arguments3.dir/tst-arguments3.c.o -o tst-arguments3  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 41%] Built target tst-arguments3
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments4.dir/build.make tests/CMakeFiles/tst-arguments4.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-arguments4.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments4.dir/build.make tests/CMakeFiles/tst-arguments4.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 43%] Building C object tests/CMakeFiles/tst-arguments4.dir/tst-arguments4.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-arguments4.dir/tst-arguments4.c.o -MF CMakeFiles/tst-arguments4.dir/tst-arguments4.c.o.d -o CMakeFiles/tst-arguments4.dir/tst-arguments4.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-arguments4.c
[ 44%] Linking C executable tst-arguments4
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-arguments4.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-arguments4.dir/tst-arguments4.c.o -o tst-arguments4  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 44%] Built target tst-arguments4
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments5.dir/build.make tests/CMakeFiles/tst-arguments5.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-arguments5.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-arguments5.dir/build.make tests/CMakeFiles/tst-arguments5.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 45%] Building C object tests/CMakeFiles/tst-arguments5.dir/tst-arguments5.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-arguments5.dir/tst-arguments5.c.o -MF CMakeFiles/tst-arguments5.dir/tst-arguments5.c.o.d -o CMakeFiles/tst-arguments5.dir/tst-arguments5.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-arguments5.c
[ 46%] Linking C executable tst-arguments5
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-arguments5.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-arguments5.dir/tst-arguments5.c.o -o tst-arguments5  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 46%] Built target tst-arguments5
/usr/bin/gmake  -f tests/CMakeFiles/tst-string.dir/build.make tests/CMakeFiles/tst-string.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-string.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-string.dir/build.make tests/CMakeFiles/tst-string.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 48%] Building C object tests/CMakeFiles/tst-string.dir/tst-string.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-string.dir/tst-string.c.o -MF CMakeFiles/tst-string.dir/tst-string.c.o.d -o CMakeFiles/tst-string.dir/tst-string.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-string.c
[ 49%] Linking C executable tst-string
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-string.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-string.dir/tst-string.c.o -o tst-string  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 49%] Built target tst-string
/usr/bin/gmake  -f tests/CMakeFiles/tst-string-append.dir/build.make tests/CMakeFiles/tst-string-append.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-string-append.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-string-append.dir/build.make tests/CMakeFiles/tst-string-append.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 50%] Building C object tests/CMakeFiles/tst-string-append.dir/tst-string-append.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-string-append.dir/tst-string-append.c.o -MF CMakeFiles/tst-string-append.dir/tst-string-append.c.o.d -o CMakeFiles/tst-string-append.dir/tst-string-append.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-string-append.c
[ 51%] Linking C executable tst-string-append
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-string-append.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-string-append.dir/tst-string-append.c.o -o tst-string-append  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 51%] Built target tst-string-append
/usr/bin/gmake  -f tests/CMakeFiles/tst-extvalue.dir/build.make tests/CMakeFiles/tst-extvalue.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-extvalue.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-extvalue.dir/build.make tests/CMakeFiles/tst-extvalue.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 53%] Building C object tests/CMakeFiles/tst-extvalue.dir/tst-extvalue.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-extvalue.dir/tst-extvalue.c.o -MF CMakeFiles/tst-extvalue.dir/tst-extvalue.c.o.d -o CMakeFiles/tst-extvalue.dir/tst-extvalue.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-extvalue.c
[ 54%] Linking C executable tst-extvalue
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-extvalue.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-extvalue.dir/tst-extvalue.c.o -o tst-extvalue  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 54%] Built target tst-extvalue
/usr/bin/gmake  -f tests/CMakeFiles/tst-comments.dir/build.make tests/CMakeFiles/tst-comments.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-comments.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-comments.dir/build.make tests/CMakeFiles/tst-comments.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 55%] Building C object tests/CMakeFiles/tst-comments.dir/tst-comments.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-comments.dir/tst-comments.c.o -MF CMakeFiles/tst-comments.dir/tst-comments.c.o.d -o CMakeFiles/tst-comments.dir/tst-comments.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-comments.c
[ 56%] Linking C executable tst-comments
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-comments.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-comments.dir/tst-comments.c.o -o tst-comments  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 56%] Built target tst-comments
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs1.dir/build.make tests/CMakeFiles/tst-getconfdirs1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-getconfdirs1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs1.dir/build.make tests/CMakeFiles/tst-getconfdirs1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 58%] Building C object tests/CMakeFiles/tst-getconfdirs1.dir/tst-getconfdirs1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -DSUFFIX=\".conf\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-getconfdirs1.dir/tst-getconfdirs1.c.o -MF CMakeFiles/tst-getconfdirs1.dir/tst-getconfdirs1.c.o.d -o CMakeFiles/tst-getconfdirs1.dir/tst-getconfdirs1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-getconfdirs1.c
[ 59%] Linking C executable tst-getconfdirs1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-getconfdirs1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-getconfdirs1.dir/tst-getconfdirs1.c.o -o tst-getconfdirs1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 59%] Built target tst-getconfdirs1
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs2.dir/build.make tests/CMakeFiles/tst-getconfdirs2.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-getconfdirs2.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs2.dir/build.make tests/CMakeFiles/tst-getconfdirs2.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 60%] Building C object tests/CMakeFiles/tst-getconfdirs2.dir/tst-getconfdirs1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -DSUFFIX=\"conf\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-getconfdirs2.dir/tst-getconfdirs1.c.o -MF CMakeFiles/tst-getconfdirs2.dir/tst-getconfdirs1.c.o.d -o CMakeFiles/tst-getconfdirs2.dir/tst-getconfdirs1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-getconfdirs1.c
[ 62%] Linking C executable tst-getconfdirs2
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-getconfdirs2.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-getconfdirs2.dir/tst-getconfdirs1.c.o -o tst-getconfdirs2  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 62%] Built target tst-getconfdirs2
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs3.dir/build.make tests/CMakeFiles/tst-getconfdirs3.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-getconfdirs3.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs3.dir/build.make tests/CMakeFiles/tst-getconfdirs3.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 63%] Building C object tests/CMakeFiles/tst-getconfdirs3.dir/tst-getconfdirs3.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-getconfdirs3.dir/tst-getconfdirs3.c.o -MF CMakeFiles/tst-getconfdirs3.dir/tst-getconfdirs3.c.o.d -o CMakeFiles/tst-getconfdirs3.dir/tst-getconfdirs3.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-getconfdirs3.c
[ 64%] Linking C executable tst-getconfdirs3
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-getconfdirs3.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-getconfdirs3.dir/tst-getconfdirs3.c.o -o tst-getconfdirs3  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 64%] Built target tst-getconfdirs3
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs4.dir/build.make tests/CMakeFiles/tst-getconfdirs4.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-getconfdirs4.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs4.dir/build.make tests/CMakeFiles/tst-getconfdirs4.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 65%] Building C object tests/CMakeFiles/tst-getconfdirs4.dir/tst-getconfdirs4.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-getconfdirs4.dir/tst-getconfdirs4.c.o -MF CMakeFiles/tst-getconfdirs4.dir/tst-getconfdirs4.c.o.d -o CMakeFiles/tst-getconfdirs4.dir/tst-getconfdirs4.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-getconfdirs4.c
[ 67%] Linking C executable tst-getconfdirs4
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-getconfdirs4.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-getconfdirs4.dir/tst-getconfdirs4.c.o -o tst-getconfdirs4  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 67%] Built target tst-getconfdirs4
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs5.dir/build.make tests/CMakeFiles/tst-getconfdirs5.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-getconfdirs5.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs5.dir/build.make tests/CMakeFiles/tst-getconfdirs5.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 68%] Building C object tests/CMakeFiles/tst-getconfdirs5.dir/tst-getconfdirs5.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-getconfdirs5.dir/tst-getconfdirs5.c.o -MF CMakeFiles/tst-getconfdirs5.dir/tst-getconfdirs5.c.o.d -o CMakeFiles/tst-getconfdirs5.dir/tst-getconfdirs5.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-getconfdirs5.c
[ 69%] Linking C executable tst-getconfdirs5
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-getconfdirs5.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-getconfdirs5.dir/tst-getconfdirs5.c.o -o tst-getconfdirs5  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 69%] Built target tst-getconfdirs5
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs6.dir/build.make tests/CMakeFiles/tst-getconfdirs6.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-getconfdirs6.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs6.dir/build.make tests/CMakeFiles/tst-getconfdirs6.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 70%] Building C object tests/CMakeFiles/tst-getconfdirs6.dir/tst-getconfdirs6.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-getconfdirs6.dir/tst-getconfdirs6.c.o -MF CMakeFiles/tst-getconfdirs6.dir/tst-getconfdirs6.c.o.d -o CMakeFiles/tst-getconfdirs6.dir/tst-getconfdirs6.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-getconfdirs6.c
[ 72%] Linking C executable tst-getconfdirs6
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-getconfdirs6.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-getconfdirs6.dir/tst-getconfdirs6.c.o -o tst-getconfdirs6  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 72%] Built target tst-getconfdirs6
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs7.dir/build.make tests/CMakeFiles/tst-getconfdirs7.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-getconfdirs7.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-getconfdirs7.dir/build.make tests/CMakeFiles/tst-getconfdirs7.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 73%] Building C object tests/CMakeFiles/tst-getconfdirs7.dir/tst-getconfdirs7.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-getconfdirs7.dir/tst-getconfdirs7.c.o -MF CMakeFiles/tst-getconfdirs7.dir/tst-getconfdirs7.c.o.d -o CMakeFiles/tst-getconfdirs7.dir/tst-getconfdirs7.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-getconfdirs7.c
[ 74%] Linking C executable tst-getconfdirs7
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-getconfdirs7.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-getconfdirs7.dir/tst-getconfdirs7.c.o -o tst-getconfdirs7  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 74%] Built target tst-getconfdirs7
/usr/bin/gmake  -f tests/CMakeFiles/tst-without-suffix.dir/build.make tests/CMakeFiles/tst-without-suffix.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-without-suffix.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-without-suffix.dir/build.make tests/CMakeFiles/tst-without-suffix.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 75%] Building C object tests/CMakeFiles/tst-without-suffix.dir/tst-without-suffix.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-without-suffix.dir/tst-without-suffix.c.o -MF CMakeFiles/tst-without-suffix.dir/tst-without-suffix.c.o.d -o CMakeFiles/tst-without-suffix.dir/tst-without-suffix.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-without-suffix.c
[ 77%] Linking C executable tst-without-suffix
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-without-suffix.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-without-suffix.dir/tst-without-suffix.c.o -o tst-without-suffix  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 77%] Built target tst-without-suffix
/usr/bin/gmake  -f tests/CMakeFiles/tst-econf_errstring1.dir/build.make tests/CMakeFiles/tst-econf_errstring1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-econf_errstring1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-econf_errstring1.dir/build.make tests/CMakeFiles/tst-econf_errstring1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 78%] Building C object tests/CMakeFiles/tst-econf_errstring1.dir/tst-econf_errstring1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-econf_errstring1.dir/tst-econf_errstring1.c.o -MF CMakeFiles/tst-econf_errstring1.dir/tst-econf_errstring1.c.o.d -o CMakeFiles/tst-econf_errstring1.dir/tst-econf_errstring1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-econf_errstring1.c
[ 79%] Linking C executable tst-econf_errstring1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-econf_errstring1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-econf_errstring1.dir/tst-econf_errstring1.c.o -o tst-econf_errstring1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 79%] Built target tst-econf_errstring1
/usr/bin/gmake  -f tests/CMakeFiles/tst-setgetvalues1.dir/build.make tests/CMakeFiles/tst-setgetvalues1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-setgetvalues1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-setgetvalues1.dir/build.make tests/CMakeFiles/tst-setgetvalues1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 81%] Building C object tests/CMakeFiles/tst-setgetvalues1.dir/tst-setgetvalues1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-setgetvalues1.dir/tst-setgetvalues1.c.o -MF CMakeFiles/tst-setgetvalues1.dir/tst-setgetvalues1.c.o.d -o CMakeFiles/tst-setgetvalues1.dir/tst-setgetvalues1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-setgetvalues1.c
[ 82%] Linking C executable tst-setgetvalues1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-setgetvalues1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-setgetvalues1.dir/tst-setgetvalues1.c.o -o tst-setgetvalues1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 82%] Built target tst-setgetvalues1
/usr/bin/gmake  -f tests/CMakeFiles/tst-groups1.dir/build.make tests/CMakeFiles/tst-groups1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-groups1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-groups1.dir/build.make tests/CMakeFiles/tst-groups1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 83%] Building C object tests/CMakeFiles/tst-groups1.dir/tst-groups1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-groups1.dir/tst-groups1.c.o -MF CMakeFiles/tst-groups1.dir/tst-groups1.c.o.d -o CMakeFiles/tst-groups1.dir/tst-groups1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-groups1.c
[ 84%] Linking C executable tst-groups1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-groups1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-groups1.dir/tst-groups1.c.o -o tst-groups1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 84%] Built target tst-groups1
/usr/bin/gmake  -f tests/CMakeFiles/tst-groups2.dir/build.make tests/CMakeFiles/tst-groups2.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-groups2.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-groups2.dir/build.make tests/CMakeFiles/tst-groups2.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 86%] Building C object tests/CMakeFiles/tst-groups2.dir/tst-groups2.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-groups2.dir/tst-groups2.c.o -MF CMakeFiles/tst-groups2.dir/tst-groups2.c.o.d -o CMakeFiles/tst-groups2.dir/tst-groups2.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-groups2.c
[ 87%] Linking C executable tst-groups2
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-groups2.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-groups2.dir/tst-groups2.c.o -o tst-groups2  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 87%] Built target tst-groups2
/usr/bin/gmake  -f tests/CMakeFiles/tst-groups3.dir/build.make tests/CMakeFiles/tst-groups3.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-groups3.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-groups3.dir/build.make tests/CMakeFiles/tst-groups3.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 88%] Building C object tests/CMakeFiles/tst-groups3.dir/tst-groups3.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-groups3.dir/tst-groups3.c.o -MF CMakeFiles/tst-groups3.dir/tst-groups3.c.o.d -o CMakeFiles/tst-groups3.dir/tst-groups3.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-groups3.c
[ 89%] Linking C executable tst-groups3
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-groups3.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-groups3.dir/tst-groups3.c.o -o tst-groups3  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 89%] Built target tst-groups3
/usr/bin/gmake  -f tests/CMakeFiles/tst-groups4.dir/build.make tests/CMakeFiles/tst-groups4.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-groups4.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-groups4.dir/build.make tests/CMakeFiles/tst-groups4.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 91%] Building C object tests/CMakeFiles/tst-groups4.dir/tst-groups4.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-groups4.dir/tst-groups4.c.o -MF CMakeFiles/tst-groups4.dir/tst-groups4.c.o.d -o CMakeFiles/tst-groups4.dir/tst-groups4.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-groups4.c
[ 92%] Linking C executable tst-groups4
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-groups4.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-groups4.dir/tst-groups4.c.o -o tst-groups4  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 92%] Built target tst-groups4
/usr/bin/gmake  -f tests/CMakeFiles/tst-parseconfig1.dir/build.make tests/CMakeFiles/tst-parseconfig1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-parseconfig1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-parseconfig1.dir/build.make tests/CMakeFiles/tst-parseconfig1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 93%] Building C object tests/CMakeFiles/tst-parseconfig1.dir/tst-parseconfig1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-parseconfig1.dir/tst-parseconfig1.c.o -MF CMakeFiles/tst-parseconfig1.dir/tst-parseconfig1.c.o.d -o CMakeFiles/tst-parseconfig1.dir/tst-parseconfig1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-parseconfig1.c
[ 94%] Linking C executable tst-parseconfig1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-parseconfig1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-parseconfig1.dir/tst-parseconfig1.c.o -o tst-parseconfig1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 94%] Built target tst-parseconfig1
/usr/bin/gmake  -f tests/CMakeFiles/tst-quote1.dir/build.make tests/CMakeFiles/tst-quote1.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-quote1.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-quote1.dir/build.make tests/CMakeFiles/tst-quote1.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 96%] Building C object tests/CMakeFiles/tst-quote1.dir/tst-quote1.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-quote1.dir/tst-quote1.c.o -MF CMakeFiles/tst-quote1.dir/tst-quote1.c.o.d -o CMakeFiles/tst-quote1.dir/tst-quote1.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-quote1.c
[ 97%] Linking C executable tst-quote1
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-quote1.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-quote1.dir/tst-quote1.c.o -o tst-quote1  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 97%] Built target tst-quote1
/usr/bin/gmake  -f tests/CMakeFiles/tst-parse-error.dir/build.make tests/CMakeFiles/tst-parse-error.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/tst-parse-error.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/tst-parse-error.dir/build.make tests/CMakeFiles/tst-parse-error.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[ 98%] Building C object tests/CMakeFiles/tst-parse-error.dir/tst-parse-error.c.o
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/gcc -D_GNU_SOURCE -I/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/include -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DTESTSDIR=\"/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/\" -std=gnu11 -MD -MT tests/CMakeFiles/tst-parse-error.dir/tst-parse-error.c.o -MF CMakeFiles/tst-parse-error.dir/tst-parse-error.c.o.d -o CMakeFiles/tst-parse-error.dir/tst-parse-error.c.o -c /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests/tst-parse-error.c
[100%] Linking C executable tst-parse-error
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/tst-parse-error.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -ftree-vectorize -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/.package_note-libeconf-0.4.0-1.amzn2023.0.3.x86_64.ld CMakeFiles/tst-parse-error.dir/tst-parse-error.c.o -o tst-parse-error  -Wl,-rpath,/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib ../lib/libeconf.so.0.4.0
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[100%] Built target tst-parse-error
/usr/bin/gmake  -f tests/CMakeFiles/check.dir/build.make tests/CMakeFiles/check.dir/depend
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0 /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/CMakeFiles/check.dir/DependInfo.cmake --color=
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/gmake  -f tests/CMakeFiles/check.dir/build.make tests/CMakeFiles/check.dir/build
gmake[3]: Entering directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
cd /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests && /usr/bin/ctest
Test project /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests
      Start  1: tst-filedoesnotexit1
 1/38 Test  #1: tst-filedoesnotexit1 .............   Passed    0.00 sec
      Start  2: tst-merge1
 2/38 Test  #2: tst-merge1 .......................   Passed    0.00 sec
      Start  3: tst-merge2
 3/38 Test  #3: tst-merge2 .......................   Passed    0.00 sec
      Start  4: tst-merge3
 4/38 Test  #4: tst-merge3 .......................   Passed    0.00 sec
      Start  5: tst-merge4
 5/38 Test  #5: tst-merge4 .......................   Passed    0.00 sec
      Start  6: tst-merge5
 6/38 Test  #6: tst-merge5 .......................   Passed    0.00 sec
      Start  7: tst-logindefs1
 7/38 Test  #7: tst-logindefs1 ...................   Passed    0.00 sec
      Start  8: tst-logindefs2
 8/38 Test  #8: tst-logindefs2 ...................   Passed    0.00 sec
      Start  9: tst-arguments1
 9/38 Test  #9: tst-arguments1 ...................   Passed    0.00 sec
      Start 10: tst-arguments2
10/38 Test #10: tst-arguments2 ...................   Passed    0.00 sec
      Start 11: tst-arguments3
11/38 Test #11: tst-arguments3 ...................   Passed    0.00 sec
      Start 12: tst-arguments4
12/38 Test #12: tst-arguments4 ...................   Passed    0.00 sec
      Start 13: tst-arguments5
13/38 Test #13: tst-arguments5 ...................   Passed    0.00 sec
      Start 14: tst-string
14/38 Test #14: tst-string .......................   Passed    0.00 sec
      Start 15: tst-string-append
15/38 Test #15: tst-string-append ................   Passed    0.00 sec
      Start 16: tst-extvalue
16/38 Test #16: tst-extvalue .....................   Passed    0.00 sec
      Start 17: tst-comments
17/38 Test #17: tst-comments .....................   Passed    0.00 sec
      Start 18: tst-getconfdirs1
18/38 Test #18: tst-getconfdirs1 .................   Passed    0.00 sec
      Start 19: tst-getconfdirs2
19/38 Test #19: tst-getconfdirs2 .................   Passed    0.00 sec
      Start 20: tst-getconfdirs3
20/38 Test #20: tst-getconfdirs3 .................   Passed    0.00 sec
      Start 21: tst-getconfdirs4
21/38 Test #21: tst-getconfdirs4 .................   Passed    0.00 sec
      Start 22: tst-getconfdirs5
22/38 Test #22: tst-getconfdirs5 .................   Passed    0.00 sec
      Start 23: tst-getconfdirs6
23/38 Test #23: tst-getconfdirs6 .................   Passed    0.00 sec
      Start 24: tst-getconfdirs7
24/38 Test #24: tst-getconfdirs7 .................   Passed    0.00 sec
      Start 25: tst-without-suffix
25/38 Test #25: tst-without-suffix ...............   Passed    0.00 sec
      Start 26: tst-econf_errstring1
26/38 Test #26: tst-econf_errstring1 .............   Passed    0.00 sec
      Start 27: tst-setgetvalues1
27/38 Test #27: tst-setgetvalues1 ................   Passed    0.00 sec
      Start 28: tst-groups1
28/38 Test #28: tst-groups1 ......................   Passed    0.00 sec
      Start 29: tst-groups2
29/38 Test #29: tst-groups2 ......................   Passed    0.00 sec
      Start 30: tst-groups3
30/38 Test #30: tst-groups3 ......................   Passed    0.00 sec
      Start 31: tst-groups4
31/38 Test #31: tst-groups4 ......................   Passed    0.00 sec
      Start 32: tst-parseconfig1
32/38 Test #32: tst-parseconfig1 .................   Passed    0.00 sec
      Start 33: tst-quote1
33/38 Test #33: tst-quote1 .......................   Passed    0.00 sec
      Start 34: tst-parse-error
34/38 Test #34: tst-parse-error ..................   Passed    0.00 sec
      Start 35: tst-getpath
35/38 Test #35: tst-getpath ......................   Passed    0.00 sec
      Start 36: econftool1
36/38 Test #36: econftool1 .......................   Passed    0.01 sec
      Start 37: econftool_show1
37/38 Test #37: econftool_show1 ..................   Passed    0.28 sec
      Start 38: econftool_cat
38/38 Test #38: econftool_cat ....................   Passed    0.26 sec

100% tests passed, 0 tests failed out of 38

Total Test time (real) =   0.63 sec
gmake[3]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
[100%] Built target check
gmake[2]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
/usr/bin/cmake -E cmake_progress_start /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/CMakeFiles 0
gmake[1]: Leaving directory '/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build'
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: libeconf-0.4.0-1.amzn2023.0.3.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0i9lHe
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ cd libeconf-0.4.0
+ DOCDIR=/home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/libeconf
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/libeconf
+ cp -pr NEWS /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/libeconf
+ cp -pr README.md /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/libeconf
+ cp -pr TODO.md /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/libeconf
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CvdaEC
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ cd libeconf-0.4.0
+ LICENSEDIR=/home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/licenses/libeconf
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/licenses/libeconf
+ cp -pr LICENSE /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/licenses/libeconf
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: libeconf = 0.4.0-1.amzn2023.0.3 libeconf(x86-64) = 0.4.0-1.amzn2023.0.3 libeconf.so.0()(64bit) libeconf.so.0(LIBECONF_0.2)(64bit) libeconf.so.0(LIBECONF_0.3)(64bit) libeconf.so.0(LIBECONF_0.4)(64bit) libeconf.so.0(LIBECONF_ALPHA)(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) rtld(GNU_HASH)
Processing files: libeconf-devel-0.4.0-1.amzn2023.0.3.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6ZojjA
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ cd libeconf-0.4.0
+ DOCDIR=/home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/libeconf-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/libeconf-devel
+ cp -pr example/ /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/libeconf-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: cmake(libeconf) = 0.4.0 libeconf-devel = 0.4.0-1.amzn2023.0.3 libeconf-devel(x86-64) = 0.4.0-1.amzn2023.0.3 pkgconfig(libeconf) = 0.4.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /usr/bin/pkg-config cmake-filesystem(x86-64) libeconf.so.0()(64bit)
Processing files: libeconf-utils-0.4.0-1.amzn2023.0.3.x86_64
Provides: libeconf-utils = 0.4.0-1.amzn2023.0.3 libeconf-utils(x86-64) = 0.4.0-1.amzn2023.0.3
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libeconf.so.0()(64bit) libeconf.so.0(LIBECONF_0.2)(64bit) libeconf.so.0(LIBECONF_0.4)(64bit) libeconf.so.0(LIBECONF_ALPHA)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) rtld(GNU_HASH)
Processing files: libeconf-debugsource-0.4.0-1.amzn2023.0.3.x86_64
Provides: libeconf-debugsource = 0.4.0-1.amzn2023.0.3 libeconf-debugsource(x86-64) = 0.4.0-1.amzn2023.0.3
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: libeconf-debuginfo-0.4.0-1.amzn2023.0.3.x86_64
Provides: debuginfo(build-id) = d11b81f329ca0d22c69f7efb4e0d72e3d874f594 libeconf-debuginfo = 0.4.0-1.amzn2023.0.3 libeconf-debuginfo(x86-64) = 0.4.0-1.amzn2023.0.3
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: libeconf-debugsource(x86-64) = 0.4.0-1.amzn2023.0.3
Processing files: libeconf-utils-debuginfo-0.4.0-1.amzn2023.0.3.x86_64
Provides: debuginfo(build-id) = 7d413beafb67151d5c3552da1aee2851fd6a93ae libeconf-utils-debuginfo = 0.4.0-1.amzn2023.0.3 libeconf-utils-debuginfo(x86-64) = 0.4.0-1.amzn2023.0.3
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: libeconf-debugsource(x86-64) = 0.4.0-1.amzn2023.0.3
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
Wrote: /home/ec2-user/rpmbuild/RPMS/x86_64/libeconf-debuginfo-0.4.0-1.amzn2023.0.3.x86_64.rpm
Wrote: /home/ec2-user/rpmbuild/RPMS/x86_64/libeconf-debugsource-0.4.0-1.amzn2023.0.3.x86_64.rpm
Wrote: /home/ec2-user/rpmbuild/RPMS/x86_64/libeconf-utils-debuginfo-0.4.0-1.amzn2023.0.3.x86_64.rpm
Wrote: /home/ec2-user/rpmbuild/RPMS/x86_64/libeconf-0.4.0-1.amzn2023.0.3.x86_64.rpm
Wrote: /home/ec2-user/rpmbuild/RPMS/x86_64/libeconf-devel-0.4.0-1.amzn2023.0.3.x86_64.rpm
Wrote: /home/ec2-user/rpmbuild/RPMS/x86_64/libeconf-utils-0.4.0-1.amzn2023.0.3.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.k7wzi0
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ cd libeconf-0.4.0
+ /usr/bin/rm -rf /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.ygXdId
+ umask 022
+ cd /home/ec2-user/rpmbuild/BUILD
+ rm -rf libeconf-0.4.0
+ RPM_EC=0
++ jobs -p
+ exit 0 

elsaco avatar Mar 05 '24 18:03 elsaco

I re-checked and I have plenty disk space.

The only unusual thing that stands out is that in your log it's that it doesn't seem like it installs /home/ec2-user/rpmbuild/BUILDROOT/libeconf-0.4.0-1.amzn2023.0.3.x86_64/usr/share/doc/html.

Can you check if your CMake file (relative path: BUILD/libeconf-0.4.0/amazon-linux-build/doc/cmake_install.cmake) looks like this?

CMake file
# Install script for directory: /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/doc

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  set(CMAKE_INSTALL_PREFIX "/usr")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  if(BUILD_TYPE)
    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  else()
    set(CMAKE_INSTALL_CONFIG_NAME "")
  endif()
  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()

# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
  if(COMPONENT)
    message(STATUS "Install component: \"${COMPONENT}\"")
    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  else()
    set(CMAKE_INSTALL_COMPONENT)
  endif()
endif()

# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
  set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()

# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
  set(CMAKE_CROSSCOMPILING "FALSE")
endif()

# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
  set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc" TYPE DIRECTORY FILES "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/doc/html")
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/doc/man/libeconf.3")
endif()

if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man8" TYPE FILE FILES "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/doc/man/econftool.8")
endif()

denisgabriel5 avatar Mar 11 '24 18:03 denisgabriel5

@denisgabriel5 at what stage did you collect the cmake_install.cmake info? After running rpmbuild -bi libeconf.spec this is the output of that file:

cmake_install.cmake
[ec2-user] SPECS$ cat ../BUILD/libeconf-0.4.0/amazon-linux-build/cmake_install.cmake
# Install script for directory: /home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  set(CMAKE_INSTALL_PREFIX "/usr")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  if(BUILD_TYPE)
    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  else()
    set(CMAKE_INSTALL_CONFIG_NAME "")
  endif()
  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()

# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
  if(COMPONENT)
    message(STATUS "Install component: \"${COMPONENT}\"")
    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  else()
    set(CMAKE_INSTALL_COMPONENT)
  endif()
endif()

# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
  set(CMAKE_INSTALL_SO_NO_EXE "0")
endif()

# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
  set(CMAKE_CROSSCOMPILING "FALSE")
endif()

# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
  set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()

if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  # Include the install script for the subdirectory.
  include("/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/lib/cmake_install.cmake")
endif()

if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  # Include the install script for the subdirectory.
  include("/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/example/cmake_install.cmake")
endif()

if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  # Include the install script for the subdirectory.
  include("/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/util/cmake_install.cmake")
endif()

if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  # Include the install script for the subdirectory.
  include("/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/doc/cmake_install.cmake")
endif()

if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  # Include the install script for the subdirectory.
  include("/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/tests/cmake_install.cmake")
endif()

if(CMAKE_INSTALL_COMPONENT)
  set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
  set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()

string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
       "${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/ec2-user/rpmbuild/BUILD/libeconf-0.4.0/amazon-linux-build/${CMAKE_INSTALL_MANIFEST}"
     "${CMAKE_INSTALL_MANIFEST_CONTENT}")

rpmbuild -bi executes %prep, %build, %install and %check

elsaco avatar Mar 11 '24 22:03 elsaco

I believe this is fixed, as at least my giant "rebuild the world" test I ran internally didn't hit libeconf failing to build.

Let us know if you still see an issue here.

stewartsmith avatar Sep 26 '24 18:09 stewartsmith