dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.57k stars 112 forks source link

3.0.0: build fails #2416

Closed kloczek closed 2 years ago

kloczek commented 2 years ago
[ 60%] Building C object CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o -MF CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o.d -o CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:61:5: error: conflicting types for ‘jungle_demo’; have ‘int(struct notcurses *)’
   61 | int jungle_demo(struct notcurses* nc){
      |     ^~~~~~~~~~~
In file included from /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:14:
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.h:39:5: note: previous declaration of ‘jungle_demo’ with type ‘int(struct notcurses *, uint64_t)’ {aka ‘int(struct notcurses *, long unsigned int)’}
   39 | int jungle_demo(struct notcurses* nc, uint64_t startns);
      |     ^~~~~~~~~~~
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:83:15: warning: initialization of ‘int (*)(struct notcurses *, uint64_t)’ {aka ‘int (*)(struct notcurses *, long unsigned int)’} from incompatible pointer type ‘int (*)(struct notcurses *)’ [-Wincompatible-pointer-types]
   83 |   { "jungle", jungle_demo, true, },
      |               ^~~~~~~~~~~
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:83:15: note: (near initialization for ‘demos[9].fxn’)
make[2]: *** [CMakeFiles/notcurses-demo.dir/build.make:121: CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o] Error 1

cmake configuration:

[tkloczko@ss-desktop x86_64-redhat-linux-gnu]$ cmake -L
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.

CMake Error: The source directory "/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
-- Cache values
BUILD_TESTING:BOOL=ON
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
CMAKE_INSTALL_PREFIX:PATH=/usr
DFSG_BUILD:BOOL=ON
DUMMY_PYTHON:BOOL=OFF
LIBM:FILEPATH=/usr/lib64/libm.so
LIBRT:FILEPATH=/usr/lib64/librt.a
USE_ASAN:BOOL=OFF
USE_COVERAGE:BOOL=OFF
USE_CPP:BOOL=ON
USE_DEFLATE:BOOL=OFF
USE_DOCTEST:BOOL=ON
USE_DOXYGEN:BOOL=OFF
USE_GPM:BOOL=ON
USE_MULTIMEDIA:STRING=none
USE_PANDOC:BOOL=OFF
USE_POC:BOOL=ON
USE_QRCODEGEN:BOOL=ON
USE_STATIC:BOOL=OFF
doctest_DIR:PATH=/usr/lib64/cmake/doctest
gpm:FILEPATH=/usr/lib64/libgpm.so
unistring:FILEPATH=/usr/lib64/libunistring.so
dankamongmen commented 2 years ago

huh?

did the wrong thing get packaged up? your jungle.c does not match what i have in master. urk...

dankamongmen commented 2 years ago
[schwarzgerat](0) $ sha256sum ../src/demo/jungle.c 
c68e42d784ae3b05696e81c29964e472426126994015aa0cd19365caa7208cc5  ../src/demo/jungle.c
[schwarzgerat](0) $ grep jungle_demo ../src/demo/jungle.c 
int jungle_demo(struct notcurses* nc, uint64_t startns){
[schwarzgerat](0) $ 
dankamongmen commented 2 years ago

i'm grabbing the tar.gz now...

dankamongmen commented 2 years ago
[schwarzgerat](0) $ sha256sum notcurses-3.0.0/src/demo/jungle.c 
c68e42d784ae3b05696e81c29964e472426126994015aa0cd19365caa7208cc5  notcurses-3.0.0/src/demo/jungle.c
[schwarzgerat](0) $ 

ummmm where'd you grab your tarball?

kloczek commented 2 years ago
[tkloczko@ss-desktop notcurses-3.0.0]$ sha256sum  src/demo/jungle.c
c68e42d784ae3b05696e81c29964e472426126994015aa0cd19365caa7208cc5  src/demo/jungle.c

I'm using tar ball from git tag.

dankamongmen commented 2 years ago

your sha matches?!!?!?!?!?!?!??!?!?!!

dankamongmen commented 2 years ago

i don't know what to tell you, man. i pull a fresh tarball, match that sha, get the expected content, and everything builds fine. is there possibly some evil caching at work?

3.0.0-build.txt

kloczek commented 2 years ago
[tkloczko@ss-desktop SPECS]$ rpmbuild -ba notcurses.spec
warning: Downloading https://github.com/dankamongmen/notcurses//archive/v3.0.0/notcurses-3.0.0.tar.gz to /home/tkloczko/rpmbuild/SOURCES/notcurses-3.0.0.tar.gz
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UgmYy0
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ cd /home/tkloczko/rpmbuild/BUILD
+ rm -rf notcurses-3.0.0
+ /usr/bin/gzip -dc /home/tkloczko/rpmbuild/SOURCES/notcurses-3.0.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd notcurses-3.0.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/tkloczko/rpmbuild/SOURCES/notcurses-do_not_install_some_doc.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/tkloczko/rpmbuild/SOURCES/notcurses-do_not_generate_html_doc.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JLy0Q1
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ cd notcurses-3.0.0
+ CFLAGS='-O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ CXXFLAGS='-O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ FFLAGS='-O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
+ FCFLAGS='-O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin'
+ CC=/usr/bin/gcc
+ CXX=/usr/bin/g++
+ FC=/usr/bin/gfortran
+ AR=/usr/bin/gcc-ar
+ NM=/usr/bin/gcc-nm
+ RANLIB=/usr/bin/gcc-ranlib
+ export CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS CC CXX FC AR NM RANLIB
+ /usr/bin/cmake -B x86_64-redhat-linux-gnu -D BUILD_SHARED_LIBS=ON -D CMAKE_AR=/usr/bin/gcc-ar -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_FLAGS_RELEASE=-DNDEBUG -D CMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -D CMAKE_Fortran_FLAGS_RELEASE=-DNDEBUG -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_NM=/usr/bin/gcc-nm -D CMAKE_RANLIB=/usr/bin/gcc-ranlib -D CMAKE_VERBOSE_MAKEFILE=ON -D INCLUDE_INSTALL_DIR=/usr/include -D LIB_INSTALL_DIR=/usr/lib64 -D LIB_SUFFIX=64 -D SHARE_INSTALL_PREFIX=/usr/share -D SYSCONF_INSTALL_DIR=/etc -S . -D DFSG_BUILD=ON -D USE_COVERAGE=OFF -D USE_DEFLATE=OFF -D USE_DOXYGEN=OFF -D USE_GPM=ON -D USE_MULTIMEDIA=none -D USE_PANDOC=OFF -D USE_QRCODEGEN=ON -D USE_STATIC=OFF
-- The C compiler identification is GNU 11.2.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
-- The CXX compiler identification is GNU 11.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Requested multimedia engine: none
-- Requested build mode: RelWithDebInfo
-- Found PkgConfig: /usr/bin/pkgconf (found version "1.8.0")
-- Checking for one of the modules 'tinfo>=6.1;ncursesw>=6.1'
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for unigbrk.h
-- Looking for unigbrk.h - found
-- Looking for gpm.h
-- Looking for gpm.h - found
-- Looking for qrcodegen/qrcodegen.h
-- Looking for qrcodegen/qrcodegen.h - found
-- The following OPTIONAL packages have been found:

 * qrcodegen

-- The following REQUIRED packages have been found:

 * PkgConfig
 * terminfo
 * Threads
 * doctest (required version >= 2.3.5)
 * libunistring
 * libgpm

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_Fortran_FLAGS_RELEASE
    INCLUDE_INSTALL_DIR
    LIB_INSTALL_DIR
    LIB_SUFFIX
    SHARE_INSTALL_PREFIX
    SYSCONF_INSTALL_DIR

-- Build files have been written to: /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu
+ /usr/bin/cmake --build x86_64-redhat-linux-gnu -j6 --verbose
/usr/bin/cmake -P /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/VerifyGlobs.cmake
-- GLOB mismatch!
/usr/bin/cmake -S/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -B/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
Re-run cmake file: Makefile older than: CMakeFiles/cmake.verify_globs
-- Requested multimedia engine: none
-- Requested build mode: RelWithDebInfo
-- Looking for unigbrk.h
-- Looking for unigbrk.h - found
-- Looking for gpm.h
-- Looking for gpm.h - found
-- Looking for qrcodegen/qrcodegen.h
-- Looking for qrcodegen/qrcodegen.h - found
-- The following OPTIONAL packages have been found:

 * qrcodegen

-- The following REQUIRED packages have been found:

 * PkgConfig
 * terminfo
 * Threads
 * doctest (required version >= 2.3.5)
 * libunistring
 * libgpm

-- Configuring done
-- Generating done
-- Build files have been written to: /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu
/usr/bin/cmake -E cmake_progress_start /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu//CMakeFiles/progress.marks
/usr/bin/gmake  -f CMakeFiles/Makefile2 all
gmake[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/notcurses-core.dir/build.make CMakeFiles/notcurses-core.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/notcurses-core.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/notcurses-core.dir/build.make CMakeFiles/notcurses-core.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[  0%] Building C object CMakeFiles/notcurses-core.dir/src/lib/fade.c.o
[  1%] Building C object CMakeFiles/notcurses-core.dir/src/lib/debug.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/fade.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/fade.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/fade.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/fade.c
[  1%] Building C object CMakeFiles/notcurses-core.dir/src/lib/automaton.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/debug.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/debug.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/debug.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/debug.c
[  2%] Building C object CMakeFiles/notcurses-core.dir/src/lib/banner.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/automaton.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/automaton.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/automaton.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/automaton.c
[  2%] Building C object CMakeFiles/notcurses-core.dir/src/lib/blit.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/banner.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/banner.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/banner.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/banner.c
[  2%] Building C object CMakeFiles/notcurses-core.dir/src/lib/direct.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/blit.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/blit.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/blit.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/blit.c
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/direct.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/direct.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/direct.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/direct.c
[  3%] Building C object CMakeFiles/notcurses-core.dir/src/lib/fd.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/fd.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/fd.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/fd.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/fd.c
[  3%] Building C object CMakeFiles/notcurses-core.dir/src/lib/fill.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/fill.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/fill.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/fill.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/fill.c
[  3%] Building C object CMakeFiles/notcurses-core.dir/src/lib/gpm.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/gpm.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/gpm.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/gpm.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/gpm.c
[  4%] Building C object CMakeFiles/notcurses-core.dir/src/lib/in.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/in.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/in.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/in.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/in.c
[  4%] Building C object CMakeFiles/notcurses-core.dir/src/lib/kitty.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/kitty.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/kitty.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/kitty.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/kitty.c
[  4%] Building C object CMakeFiles/notcurses-core.dir/src/lib/layout.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/layout.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/layout.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/layout.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/layout.c
[  6%] Building C object CMakeFiles/notcurses-core.dir/src/lib/linux.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/linux.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/linux.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/linux.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/linux.c
[  6%] Building C object CMakeFiles/notcurses-core.dir/src/lib/menu.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/menu.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/menu.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/menu.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/menu.c
[  7%] Building C object CMakeFiles/notcurses-core.dir/src/lib/metric.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/metric.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/metric.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/metric.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/metric.c
[  7%] Building C object CMakeFiles/notcurses-core.dir/src/lib/mice.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/mice.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/mice.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/mice.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/mice.c
[  7%] Building C object CMakeFiles/notcurses-core.dir/src/lib/notcurses.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/notcurses.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/notcurses.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/notcurses.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/notcurses.c
[  8%] Building C object CMakeFiles/notcurses-core.dir/src/lib/plot.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/plot.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/plot.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/plot.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/plot.c
[  8%] Building C object CMakeFiles/notcurses-core.dir/src/lib/progbar.c.o
[  8%] Building C object CMakeFiles/notcurses-core.dir/src/lib/reader.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/progbar.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/progbar.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/progbar.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/progbar.c
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/reader.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/reader.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/reader.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/reader.c
[  9%] Building C object CMakeFiles/notcurses-core.dir/src/lib/reel.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/reel.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/reel.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/reel.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/reel.c
[  9%] Building C object CMakeFiles/notcurses-core.dir/src/lib/render.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/render.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/render.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/render.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/render.c
[  9%] Building C object CMakeFiles/notcurses-core.dir/src/lib/selector.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/selector.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/selector.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/selector.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/selector.c
[ 11%] Building C object CMakeFiles/notcurses-core.dir/src/lib/signal.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/signal.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/signal.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/signal.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/signal.c
[ 11%] Building C object CMakeFiles/notcurses-core.dir/src/lib/sixel.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/sixel.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/sixel.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/sixel.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/sixel.c
[ 11%] Building C object CMakeFiles/notcurses-core.dir/src/lib/sprite.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/sprite.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/sprite.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/sprite.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/sprite.c
[ 12%] Building C object CMakeFiles/notcurses-core.dir/src/lib/stats.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/stats.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/stats.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/stats.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/stats.c
[ 12%] Building C object CMakeFiles/notcurses-core.dir/src/lib/tabbed.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/tabbed.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/tabbed.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/tabbed.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/tabbed.c
[ 13%] Building C object CMakeFiles/notcurses-core.dir/src/lib/termdesc.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/termdesc.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/termdesc.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/termdesc.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/termdesc.c
[ 13%] Building C object CMakeFiles/notcurses-core.dir/src/lib/tree.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/tree.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/tree.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/tree.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/tree.c
[ 13%] Building C object CMakeFiles/notcurses-core.dir/src/lib/util.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/util.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/util.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/util.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/util.c
[ 14%] Building C object CMakeFiles/notcurses-core.dir/src/lib/visual.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/visual.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/visual.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/visual.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/visual.c
[ 14%] Building C object CMakeFiles/notcurses-core.dir/src/lib/windows.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/lib/windows.c.o -MF CMakeFiles/notcurses-core.dir/src/lib/windows.c.o.d -o CMakeFiles/notcurses-core.dir/src/lib/windows.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/lib/windows.c
[ 14%] Building C object CMakeFiles/notcurses-core.dir/src/compat/compat.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_core_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-core.dir/src/compat/compat.c.o -MF CMakeFiles/notcurses-core.dir/src/compat/compat.c.o.d -o CMakeFiles/notcurses-core.dir/src/compat/compat.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/compat/compat.c
[ 16%] Linking C shared library libnotcurses-core.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/notcurses-core.dir/link.txt --verbose=1
/usr/bin/gcc -fPIC -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -shared -Wl,-soname,libnotcurses-core.so.3 -o libnotcurses-core.so.3.0.0 CMakeFiles/notcurses-core.dir/src/lib/automaton.c.o CMakeFiles/notcurses-core.dir/src/lib/banner.c.o CMakeFiles/notcurses-core.dir/src/lib/blit.c.o CMakeFiles/notcurses-core.dir/src/lib/debug.c.o CMakeFiles/notcurses-core.dir/src/lib/direct.c.o CMakeFiles/notcurses-core.dir/src/lib/fade.c.o CMakeFiles/notcurses-core.dir/src/lib/fd.c.o CMakeFiles/notcurses-core.dir/src/lib/fill.c.o CMakeFiles/notcurses-core.dir/src/lib/gpm.c.o CMakeFiles/notcurses-core.dir/src/lib/in.c.o CMakeFiles/notcurses-core.dir/src/lib/kitty.c.o CMakeFiles/notcurses-core.dir/src/lib/layout.c.o CMakeFiles/notcurses-core.dir/src/lib/linux.c.o CMakeFiles/notcurses-core.dir/src/lib/menu.c.o CMakeFiles/notcurses-core.dir/src/lib/metric.c.o CMakeFiles/notcurses-core.dir/src/lib/mice.c.o CMakeFiles/notcurses-core.dir/src/lib/notcurses.c.o CMakeFiles/notcurses-core.dir/src/lib/plot.c.o CMakeFiles/notcurses-core.dir/src/lib/progbar.c.o CMakeFiles/notcurses-core.dir/src/lib/reader.c.o CMakeFiles/notcurses-core.dir/src/lib/reel.c.o CMakeFiles/notcurses-core.dir/src/lib/render.c.o CMakeFiles/notcurses-core.dir/src/lib/selector.c.o CMakeFiles/notcurses-core.dir/src/lib/signal.c.o CMakeFiles/notcurses-core.dir/src/lib/sixel.c.o CMakeFiles/notcurses-core.dir/src/lib/sprite.c.o CMakeFiles/notcurses-core.dir/src/lib/stats.c.o CMakeFiles/notcurses-core.dir/src/lib/tabbed.c.o CMakeFiles/notcurses-core.dir/src/lib/termdesc.c.o CMakeFiles/notcurses-core.dir/src/lib/tree.c.o CMakeFiles/notcurses-core.dir/src/lib/util.c.o CMakeFiles/notcurses-core.dir/src/lib/visual.c.o CMakeFiles/notcurses-core.dir/src/lib/windows.c.o CMakeFiles/notcurses-core.dir/src/compat/compat.c.o   -L/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0: -ltinfo -lm /usr/lib64/libunistring.so /usr/lib64/libgpm.so -lqrcodegen
/usr/bin/cmake -E cmake_symlink_library libnotcurses-core.so.3.0.0 libnotcurses-core.so.3 libnotcurses-core.so
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 16%] Built target notcurses-core
/usr/bin/gmake  -f CMakeFiles/notcurses.dir/build.make CMakeFiles/notcurses.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/notcurses.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/notcurses.dir/build.make CMakeFiles/notcurses.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 16%] Building C object CMakeFiles/notcurses.dir/src/compat/compat.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses.dir/src/compat/compat.c.o -MF CMakeFiles/notcurses.dir/src/compat/compat.c.o.d -o CMakeFiles/notcurses.dir/src/compat/compat.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/compat/compat.c
[ 17%] Building C object CMakeFiles/notcurses.dir/src/media/ffmpeg.c.o
[ 17%] Building C object CMakeFiles/notcurses.dir/src/media/none.c.o
[ 17%] Building C object CMakeFiles/notcurses.dir/src/media/shim.c.o
[ 17%] Building C object CMakeFiles/notcurses.dir/src/media/oiio-indep.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses.dir/src/media/ffmpeg.c.o -MF CMakeFiles/notcurses.dir/src/media/ffmpeg.c.o.d -o CMakeFiles/notcurses.dir/src/media/ffmpeg.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/media/ffmpeg.c
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses.dir/src/media/none.c.o -MF CMakeFiles/notcurses.dir/src/media/none.c.o.d -o CMakeFiles/notcurses.dir/src/media/none.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/media/none.c
[ 18%] Building CXX object CMakeFiles/notcurses.dir/src/media/oiio.cpp.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses.dir/src/media/oiio-indep.c.o -MF CMakeFiles/notcurses.dir/src/media/oiio-indep.c.o.d -o CMakeFiles/notcurses.dir/src/media/oiio-indep.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/media/oiio-indep.c
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses.dir/src/media/shim.c.o -MF CMakeFiles/notcurses.dir/src/media/shim.c.o.d -o CMakeFiles/notcurses.dir/src/media/shim.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/media/shim.c
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -MD -MT CMakeFiles/notcurses.dir/src/media/oiio.cpp.o -MF CMakeFiles/notcurses.dir/src/media/oiio.cpp.o.d -o CMakeFiles/notcurses.dir/src/media/oiio.cpp.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/media/oiio.cpp
[ 19%] Linking CXX shared library libnotcurses.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/notcurses.dir/link.txt --verbose=1
/usr/bin/g++ -fPIC -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -shared -Wl,-soname,libnotcurses.so.3 -o libnotcurses.so.3.0.0 CMakeFiles/notcurses.dir/src/media/ffmpeg.c.o CMakeFiles/notcurses.dir/src/media/none.c.o CMakeFiles/notcurses.dir/src/media/oiio-indep.c.o CMakeFiles/notcurses.dir/src/media/oiio.cpp.o CMakeFiles/notcurses.dir/src/media/shim.c.o CMakeFiles/notcurses.dir/src/compat/compat.c.o  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu: libnotcurses-core.so.3.0.0
/usr/bin/cmake -E cmake_symlink_library libnotcurses.so.3.0.0 libnotcurses.so.3 libnotcurses.so
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 19%] Built target notcurses
/usr/bin/gmake  -f CMakeFiles/notcurses++.dir/build.make CMakeFiles/notcurses++.dir/depend
/usr/bin/gmake  -f CMakeFiles/bitmapstates.dir/build.make CMakeFiles/bitmapstates.dir/depend
/usr/bin/gmake  -f CMakeFiles/blitters.dir/build.make CMakeFiles/blitters.dir/depend
/usr/bin/gmake  -f CMakeFiles/cjkscroll.dir/build.make CMakeFiles/cjkscroll.dir/depend
/usr/bin/gmake  -f CMakeFiles/cli.dir/build.make CMakeFiles/cli.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/bitmapstates.dir/DependInfo.cmake --color=
/usr/bin/gmake  -f CMakeFiles/cli2.dir/build.make CMakeFiles/cli2.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/notcurses++.dir/DependInfo.cmake --color=
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/blitters.dir/DependInfo.cmake --color=
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/cjkscroll.dir/DependInfo.cmake --color=
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/cli.dir/DependInfo.cmake --color=
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/cli2.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/bitmapstates.dir/build.make CMakeFiles/bitmapstates.dir/build
/usr/bin/gmake  -f CMakeFiles/notcurses++.dir/build.make CMakeFiles/notcurses++.dir/build
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/blitters.dir/build.make CMakeFiles/blitters.dir/build
/usr/bin/gmake  -f CMakeFiles/cjkscroll.dir/build.make CMakeFiles/cjkscroll.dir/build
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/cli.dir/build.make CMakeFiles/cli.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/cli2.dir/build.make CMakeFiles/cli2.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 19%] Building C object CMakeFiles/bitmapstates.dir/src/poc/bitmapstates.c.o
[ 20%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/FDPlane.cc.o
[ 20%] Building C object CMakeFiles/blitters.dir/src/poc/blitters.c.o
[ 20%] Building C object CMakeFiles/cjkscroll.dir/src/poc/cjkscroll.c.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/FDPlane.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/FDPlane.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/FDPlane.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/FDPlane.cc
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/blitters.dir/src/poc/blitters.c.o -MF CMakeFiles/blitters.dir/src/poc/blitters.c.o.d -o CMakeFiles/blitters.dir/src/poc/blitters.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/blitters.c
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/bitmapstates.dir/src/poc/bitmapstates.c.o -MF CMakeFiles/bitmapstates.dir/src/poc/bitmapstates.c.o.d -o CMakeFiles/bitmapstates.dir/src/poc/bitmapstates.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/bitmapstates.c
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/cjkscroll.dir/src/poc/cjkscroll.c.o -MF CMakeFiles/cjkscroll.dir/src/poc/cjkscroll.c.o.d -o CMakeFiles/cjkscroll.dir/src/poc/cjkscroll.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/cjkscroll.c
[ 22%] Building C object CMakeFiles/cli2.dir/src/poc/cli2.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/cli2.dir/src/poc/cli2.c.o -MF CMakeFiles/cli2.dir/src/poc/cli2.c.o.d -o CMakeFiles/cli2.dir/src/poc/cli2.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/cli2.c
[ 22%] Building C object CMakeFiles/cli.dir/src/poc/cli.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/cli.dir/src/poc/cli.c.o -MF CMakeFiles/cli.dir/src/poc/cli.c.o.d -o CMakeFiles/cli.dir/src/poc/cli.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/cli.c
[ 22%] Linking C executable cli2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cli2.dir/link.txt --verbose=1
[ 23%] Linking C executable cjkscroll
/usr/bin/cmake -E cmake_link_script CMakeFiles/cjkscroll.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/cli2.dir/src/poc/cli2.c.o -o cli2  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 23%] Linking C executable cli
/usr/bin/cmake -E cmake_link_script CMakeFiles/cli.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/cjkscroll.dir/src/poc/cjkscroll.c.o -o cjkscroll  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/cli.dir/src/poc/cli.c.o -o cli  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 23%] Linking C executable bitmapstates
/usr/bin/cmake -E cmake_link_script CMakeFiles/bitmapstates.dir/link.txt --verbose=1
[ 23%] Linking C executable blitters
/usr/bin/cmake -E cmake_link_script CMakeFiles/blitters.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/bitmapstates.dir/src/poc/bitmapstates.c.o -o bitmapstates  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/blitters.dir/src/poc/blitters.c.o -o blitters  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 23%] Built target cli2
/usr/bin/gmake  -f CMakeFiles/direct-input.dir/build.make CMakeFiles/direct-input.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/direct-input.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/direct-input.dir/build.make CMakeFiles/direct-input.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 23%] Built target cli
[ 23%] Built target cjkscroll
/usr/bin/gmake  -f CMakeFiles/direct.dir/build.make CMakeFiles/direct.dir/depend
/usr/bin/gmake  -f CMakeFiles/dirgb.dir/build.make CMakeFiles/dirgb.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/direct.dir/DependInfo.cmake --color=
[ 23%] Building C object CMakeFiles/direct-input.dir/src/poc/direct-input.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/direct-input.dir/src/poc/direct-input.c.o -MF CMakeFiles/direct-input.dgmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/dirgb.dir/DependInfo.cmake --color=
ir/src/poc/direct-input.c.o.d -o CMakeFiles/direct-input.dir/src/poc/direct-input.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/direct-input.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/direct.dir/build.make CMakeFiles/direct.dir/build
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/dirgb.dir/build.make CMakeFiles/dirgb.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 23%] Building C object CMakeFiles/direct.dir/src/poc/direct.c.o
[ 23%] Building C object CMakeFiles/dirgb.dir/src/poc/dirgb.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/direct.dir/src/poc/direct.c.o -MF CMakeFiles/direct.dir/src/poc/direct.c.o.d -o CMakeFiles/direct.dir/src/poc/direct.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/direct.c
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/dirgb.dir/src/poc/dirgb.c.o -MF CMakeFiles/dirgb.dir/src/poc/dirgb.c.o.d -o CMakeFiles/dirgb.dir/src/poc/dirgb.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/dirgb.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 23%] Built target blitters
/usr/bin/gmake  -f CMakeFiles/dirlines.dir/build.make CMakeFiles/dirlines.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/dirlines.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/dirlines.dir/build.make CMakeFiles/dirlines.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 24%] Building C object CMakeFiles/dirlines.dir/src/poc/dirlines.c.o
[ 24%] Built target bitmapstates
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/dirlines.dir/src/poc/dirlines.c.o -MF CMakeFiles/dirlines.dir/src/poc/dirlines.c.o.d -o CMakeFiles/dirlines.dir/src/poc/dirlines.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/dirlines.c
/usr/bin/gmake  -f CMakeFiles/fbconscroll.dir/build.make CMakeFiles/fbconscroll.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/fbconscroll.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/fbconscroll.dir/build.make CMakeFiles/fbconscroll.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 25%] Linking C executable direct-input
/usr/bin/cmake -E cmake_link_script CMakeFiles/direct-input.dir/link.txt --verbose=1
[ 25%] Building C object CMakeFiles/fbconscroll.dir/src/poc/fbconscroll.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/fbconscroll.dir/src/poc/fbconscroll.c.o -MF CMakeFiles/fbconscroll.dir/src/poc/fbconscroll.c.o.d -o CMakeFiles/fbconscroll.dir/src/poc/fbconscroll.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/fbconscroll.c
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/direct-input.dir/src/poc/direct-input.c.o -o direct-input  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 25%] Linking C executable dirgb
/usr/bin/cmake -E cmake_link_script CMakeFiles/dirgb.dir/link.txt --verbose=1
[ 27%] Linking C executable direct
/usr/bin/cmake -E cmake_link_script CMakeFiles/direct.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/direct.dir/src/poc/direct.c.o -o direct  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/dirgb.dir/src/poc/dirgb.c.o -o dirgb  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 27%] Linking C executable dirlines
/usr/bin/cmake -E cmake_link_script CMakeFiles/dirlines.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/dirlines.dir/src/poc/dirlines.c.o -o dirlines  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 28%] Linking C executable fbconscroll
/usr/bin/cmake -E cmake_link_script CMakeFiles/fbconscroll.dir/link.txt --verbose=1
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/fbconscroll.dir/src/poc/fbconscroll.c.o -o fbconscroll  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 28%] Built target direct-input
/usr/bin/gmake  -f CMakeFiles/fileroller.dir/build.make CMakeFiles/fileroller.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/fileroller.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/fileroller.dir/build.make CMakeFiles/fileroller.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 28%] Building C object CMakeFiles/fileroller.dir/src/poc/fileroller.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/fileroller.dir/src/poc/fileroller.c.o -MF CMakeFiles/fileroller.dir/src/poc/fileroller.c.o.d -o CMakeFiles/fileroller.dir/src/poc/fileroller.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/fileroller.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 28%] Built target direct
/usr/bin/gmake  -f CMakeFiles/gradients.dir/build.make CMakeFiles/gradients.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/gradients.dir/DependInfo.cmake --color=
[ 28%] Built target dirgb
/usr/bin/gmake  -f CMakeFiles/grid.dir/build.make CMakeFiles/grid.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/grid.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/gradients.dir/build.make CMakeFiles/gradients.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/grid.dir/build.make CMakeFiles/grid.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 29%] Building C object CMakeFiles/gradients.dir/src/poc/gradients.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/gradients.dir/src/poc/gradients.c.o -MF CMakeFiles/gradients.dir/src/poc/gradients.c.o.d -o CMakeFiles/gradients.dir/src/poc/gradients.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/gradients.c
[ 30%] Building C object CMakeFiles/grid.dir/src/poc/grid.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/grid.dir/src/poc/grid.c.o -MF CMakeFiles/grid.dir/src/poc/grid.c.o.d -o CMakeFiles/grid.dir/src/poc/grid.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/grid.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 30%] Built target fbconscroll
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/interp.dir/build.make CMakeFiles/interp.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/interp.dir/DependInfo.cmake --color=
[ 30%] Built target dirlines
/usr/bin/gmake  -f CMakeFiles/linuxconjammer.dir/build.make CMakeFiles/linuxconjammer.dir/depend
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/interp.dir/build.make CMakeFiles/interp.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/linuxconjammer.dir/DependInfo.cmake --color=
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 30%] Building C object CMakeFiles/interp.dir/src/poc/interp.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/interp.dir/src/poc/interp.c.o -MF CMakeFiles/interp.dir/src/poc/interp.c.o.d -o CMakeFiles/interp.dir/src/poc/interp.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/interp.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/linuxconjammer.dir/build.make CMakeFiles/linuxconjammer.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 30%] Building C object CMakeFiles/linuxconjammer.dir/src/poc/linuxconjammer.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/linuxconjammer.dir/src/poc/linuxconjammer.c.o -MF CMakeFiles/linuxconjammer.dir/src/poc/linuxconjammer.c.o.d -o CMakeFiles/linuxconjammer.dir/src/poc/linuxconjammer.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/linuxconjammer.c
[ 30%] Linking C executable fileroller
/usr/bin/cmake -E cmake_link_script CMakeFiles/fileroller.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/fileroller.dir/src/poc/fileroller.c.o -o fileroller  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 30%] Linking C executable gradients
/usr/bin/cmake -E cmake_link_script CMakeFiles/gradients.dir/link.txt --verbose=1
[ 30%] Linking C executable grid
/usr/bin/cmake -E cmake_link_script CMakeFiles/grid.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/gradients.dir/src/poc/gradients.c.o -o gradients  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/grid.dir/src/poc/grid.c.o -o grid  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 32%] Linking C executable interp
/usr/bin/cmake -E cmake_link_script CMakeFiles/interp.dir/link.txt --verbose=1
[ 32%] Linking C executable linuxconjammer
/usr/bin/cmake -E cmake_link_script CMakeFiles/linuxconjammer.dir/link.txt --verbose=1
[ 32%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Menu.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections /usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/interp.dir/src/poc/interp.c.o -o interp  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
-fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Menu.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Menu.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Menu.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Menu.cc
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/linuxconjammer.dir/src/poc/linuxconjammer.c.o -o linuxconjammer  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 32%] Built target fileroller
[ 32%] Built target gradients
/usr/bin/gmake  -f CMakeFiles/linuxconsole.dir/build.make CMakeFiles/linuxconsole.dir/depend
/usr/bin/gmake  -f CMakeFiles/menu.dir/build.make CMakeFiles/menu.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/linuxconsole.dir/DependInfo.cmake --color=
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/menu.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/linuxconsole.dir/build.make CMakeFiles/linuxconsole.dir/build
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/menu.dir/build.make CMakeFiles/menu.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 33%] Building C object CMakeFiles/menu.dir/src/poc/menu.c.o
[ 33%] Building C object CMakeFiles/linuxconsole.dir/src/poc/linuxconsole.c.o
[ 33%] Built target grid
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/menu.dir/src/poc/menu.c.o -MF CMakeFiles/menu.dir/src/poc/menu.c.o.d -o CMakeFiles/menu.dir/src/poc/menu.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/menu.c
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/linuxconsole.dir/src/poc/linuxconsole.c.o -MF CMakeFiles/linuxconsole.dir/src/poc/linuxconsole.c.o.d -o CMakeFiles/linuxconsole.dir/src/poc/linuxconsole.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/linuxconsole.c
/usr/bin/gmake  -f CMakeFiles/multiselect.dir/build.make CMakeFiles/multiselect.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/multiselect.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/multiselect.dir/build.make CMakeFiles/multiselect.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 33%] Building C object CMakeFiles/multiselect.dir/src/poc/multiselect.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/multiselect.dir/src/poc/multiselect.c.o -MF CMakeFiles/multiselect.dir/src/poc/multiselect.c.o.d -o CMakeFiles/multiselect.dir/src/poc/multiselect.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/multiselect.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 33%] Built target interp
/usr/bin/gmake  -f CMakeFiles/ncwidth.dir/build.make CMakeFiles/ncwidth.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/ncwidth.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/ncwidth.dir/build.make CMakeFiles/ncwidth.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 33%] Linking C executable linuxconsole
/usr/bin/cmake -E cmake_link_script CMakeFiles/linuxconsole.dir/link.txt --verbose=1
[ 34%] Building C object CMakeFiles/ncwidth.dir/src/poc/ncwidth.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/ncwidth.dir/src/poc/ncwidth.c.o -MF CMakeFiles/ncwidth.dir/src/poc/ncwidth.c.o.d -o CMakeFiles/ncwidth.dir/src/poc/ncwidth.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/ncwidth.c
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/linuxconsole.dir/src/poc/linuxconsole.c.o -o linuxconsole  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 35%] Linking C executable menu
/usr/bin/cmake -E cmake_link_script CMakeFiles/menu.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/menu.dir/src/poc/menu.c.o -o menu  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 35%] Linking C executable multiselect
/usr/bin/cmake -E cmake_link_script CMakeFiles/multiselect.dir/link.txt --verbose=1
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/multiselect.dir/src/poc/multiselect.c.o -o multiselect  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 35%] Built target linuxconjammer
/usr/bin/gmake  -f CMakeFiles/pixel.dir/build.make CMakeFiles/pixel.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/pixel.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/pixel.dir/build.make CMakeFiles/pixel.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 35%] Building C object CMakeFiles/pixel.dir/src/poc/pixel.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/pixel.dir/src/poc/pixel.c.o -MF CMakeFiles/pixel.dir/src/poc/pixel.c.o.d -o CMakeFiles/pixel.dir/src/poc/pixel.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/pixel.c
[ 35%] Linking C executable ncwidth
/usr/bin/cmake -E cmake_link_script CMakeFiles/ncwidth.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/ncwidth.dir/src/poc/ncwidth.c.o -o ncwidth  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 35%] Built target linuxconsole
/usr/bin/gmake  -f CMakeFiles/procroller.dir/build.make CMakeFiles/procroller.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/procroller.dir/DependInfo.cmake --color=
[ 37%] Linking C executable pixel
/usr/bin/cmake -E cmake_link_script CMakeFiles/pixel.dir/link.txt --verbose=1
[ 37%] Built target multiselect
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/qrcode.dir/build.make CMakeFiles/qrcode.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/qrcode.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/procroller.dir/build.make CMakeFiles/procroller.dir/build
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/pixel.dir/src/poc/pixel.c.o -o pixel  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 37%] Built target menu
/usr/bin/gmake  -f CMakeFiles/readline.dir/build.make CMakeFiles/readline.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/readline.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/qrcode.dir/build.make CMakeFiles/qrcode.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 37%] Building C object CMakeFiles/procroller.dir/src/poc/procroller.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/procroller.dir/src/poc/procroller.c.o -MF CMakeFiles/procroller.dir/src/poc/procroller.c.o.d -o CMakeFiles/procroller.dir/src/poc/procroller.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/procroller.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/readline.dir/build.make CMakeFiles/readline.dir/build
[ 37%] Building C object CMakeFiles/qrcode.dir/src/poc/qrcode.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/qrcode.dir/src/poc/qrcode.c.o -MF CMakeFiles/qrcode.dir/src/poc/qrcode.c.o.d -o CMakeFiles/qrcode.dir/src/poc/qrcode.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/qrcode.c
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 37%] Building C object CMakeFiles/readline.dir/src/poc/readline.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/readline.dir/src/poc/readline.c.o -MF CMakeFiles/readline.dir/src/poc/readline.c.o.d -o CMakeFiles/readline.dir/src/poc/readline.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/readline.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 37%] Built target ncwidth
/usr/bin/gmake  -f CMakeFiles/rgb.dir/build.make CMakeFiles/rgb.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/rgb.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/rgb.dir/build.make CMakeFiles/rgb.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 37%] Building C object CMakeFiles/rgb.dir/src/poc/rgb.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/rgb.dir/src/poc/rgb.c.o -MF CMakeFiles/rgb.dir/src/poc/rgb.c.o.d -o CMakeFiles/rgb.dir/src/poc/rgb.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/rgb.c
[ 38%] Linking C executable procroller
/usr/bin/cmake -E cmake_link_script CMakeFiles/procroller.dir/link.txt --verbose=1
[ 38%] Linking C executable qrcode
[ 38%] Built target pixel
/usr/bin/cmake -E cmake_link_script CMakeFiles/qrcode.dir/link.txt --verbose=1
/usr/bin/gmake  -f CMakeFiles/rotate.dir/build.make CMakeFiles/rotate.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/rotate.dir/DependInfo.cmake --color=
[ 39%] Linking C executable readline
/usr/bin/cmake -E cmake_link_script CMakeFiles/readline.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/procroller.dir/src/poc/procroller.c.o -o procroller  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/qrcode.dir/src/poc/qrcode.c.o -o qrcode  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/rotate.dir/build.make CMakeFiles/rotate.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/readline.dir/src/poc/readline.c.o -o readline  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 39%] Building C object CMakeFiles/rotate.dir/src/poc/rotate.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/rotate.dir/src/poc/rotate.c.o -MF CMakeFiles/rotate.dir/src/poc/rotate.c.o.d -o CMakeFiles/rotate.dir/src/poc/rotate.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/rotate.c
[ 40%] Linking C executable rgb
/usr/bin/cmake -E cmake_link_script CMakeFiles/rgb.dir/link.txt --verbose=1
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/rgb.dir/src/poc/rgb.c.o -o rgb  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 40%] Built target readline
/usr/bin/gmake  -f CMakeFiles/rtl.dir/build.make CMakeFiles/rtl.dir/depend
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/rtl.dir/DependInfo.cmake --color=
[ 40%] Built target qrcode
/usr/bin/gmake  -f CMakeFiles/scroll.dir/build.make CMakeFiles/scroll.dir/depend
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/rtl.dir/build.make CMakeFiles/rtl.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/scroll.dir/DependInfo.cmake --color=
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 41%] Building C object CMakeFiles/rtl.dir/src/poc/rtl.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/rtl.dir/src/poc/rtl.c.o -MF CMakeFiles/rtl.dir/src/poc/rtl.c.o.d -o CMakeFiles/rtl.dir/src/poc/rtl.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/rtl.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/scroll.dir/build.make CMakeFiles/scroll.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 41%] Built target procroller
/usr/bin/gmake  -f CMakeFiles/selector.dir/build.make CMakeFiles/selector.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/selector.dir/DependInfo.cmake --color=
[ 41%] Building C object CMakeFiles/scroll.dir/src/poc/scroll.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/scroll.dir/src/poc/scroll.c.o -MF CMakeFiles/scroll.dir/src/poc/scroll.c.o.d -o CMakeFiles/scroll.dir/src/poc/scroll.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/scroll.c
[ 41%] Linking C executable rotate
/usr/bin/cmake -E cmake_link_script CMakeFiles/rotate.dir/link.txt --verbose=1
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/selector.dir/build.make CMakeFiles/selector.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/rotate.dir/src/poc/rotate.c.o -o rotate  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 43%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/MultiSelector.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/MultiSelector.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/MultiSelector.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/MultiSelector.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/MultiSelector.cc
[ 43%] Building C object CMakeFiles/selector.dir/src/poc/selector.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/selector.dir/src/poc/selector.c.o -MF CMakeFiles/selector.dir/src/poc/selector.c.o.d -o CMakeFiles/selector.dir/src/poc/selector.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/selector.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 43%] Built target rgb
/usr/bin/gmake  -f CMakeFiles/sgr-direct.dir/build.make CMakeFiles/sgr-direct.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/sgr-direct.dir/DependInfo.cmake --color=
[ 43%] Linking C executable rtl
/usr/bin/cmake -E cmake_link_script CMakeFiles/rtl.dir/link.txt --verbose=1
[ 44%] Linking C executable scroll
/usr/bin/cmake -E cmake_link_script CMakeFiles/scroll.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/rtl.dir/src/poc/rtl.c.o -o rtl  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/sgr-direct.dir/build.make CMakeFiles/sgr-direct.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/scroll.dir/src/poc/scroll.c.o -o scroll  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 45%] Building C object CMakeFiles/sgr-direct.dir/src/poc/sgr-direct.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/sgr-direct.dir/src/poc/sgr-direct.c.o -MF CMakeFiles/sgr-direct.dir/src/poc/sgr-direct.c.o.d -o CMakeFiles/sgr-direct.dir/src/poc/sgr-direct.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/sgr-direct.c
[ 45%] Linking C executable selector
/usr/bin/cmake -E cmake_link_script CMakeFiles/selector.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/selector.dir/src/poc/selector.c.o -o selector  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 45%] Built target rotate
/usr/bin/gmake  -f CMakeFiles/sgr-full.dir/build.make CMakeFiles/sgr-full.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/sgr-full.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/sgr-full.dir/build.make CMakeFiles/sgr-full.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 46%] Building C object CMakeFiles/sgr-full.dir/src/poc/sgr-full.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/sgr-full.dir/src/poc/sgr-full.c.o -MF CMakeFiles/sgr-full.dir/src/poc/sgr-full.c.o.d -o CMakeFiles/sgr-full.dir/src/poc/sgr-full.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/sgr-full.c
[ 46%] Linking C executable sgr-direct
/usr/bin/cmake -E cmake_link_script CMakeFiles/sgr-direct.dir/link.txt --verbose=1
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/sgr-direct.dir/src/poc/sgr-direct.c.o -o sgr-direct  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 46%] Built target rtl
/usr/bin/gmake  -f CMakeFiles/statepixel.dir/build.make CMakeFiles/statepixel.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/statepixel.dir/DependInfo.cmake --color=
[ 46%] Built target scroll
/usr/bin/gmake  -f CMakeFiles/tabbed.dir/build.make CMakeFiles/tabbed.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/tabbed.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/statepixel.dir/build.make CMakeFiles/statepixel.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/tabbed.dir/build.make CMakeFiles/tabbed.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 46%] Building C object CMakeFiles/statepixel.dir/src/poc/statepixel.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/statepixel.dir/src/poc/statepixel.c.o -MF CMakeFiles/statepixel.dir/src/poc/statepixel.c.o.d -o CMakeFiles/statepixel.dir/src/poc/statepixel.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/statepixel.c
[ 46%] Building C object CMakeFiles/tabbed.dir/src/poc/tabbed.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/tabbed.dir/src/poc/tabbed.c.o -MF CMakeFiles/tabbed.dir/src/poc/tabbed.c.o.d -o CMakeFiles/tabbed.dir/src/poc/tabbed.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/tabbed.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 46%] Built target selector
/usr/bin/gmake  -f CMakeFiles/tree.dir/build.make CMakeFiles/tree.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/tree.dir/DependInfo.cmake --color=
[ 46%] Linking C executable sgr-full
/usr/bin/cmake -E cmake_link_script CMakeFiles/sgr-full.dir/link.txt --verbose=1
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/tree.dir/build.make CMakeFiles/tree.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/sgr-full.dir/src/poc/sgr-full.c.o -o sgr-full  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 48%] Building C object CMakeFiles/tree.dir/src/poc/tree.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/tree.dir/src/poc/tree.c.o -MF CMakeFiles/tree.dir/src/poc/tree.c.o.d -o CMakeFiles/tree.dir/src/poc/tree.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/tree.c
[ 48%] Built target sgr-direct
/usr/bin/gmake  -f CMakeFiles/zalgo.dir/build.make CMakeFiles/zalgo.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/zalgo.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/zalgo.dir/build.make CMakeFiles/zalgo.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 48%] Building C object CMakeFiles/zalgo.dir/src/poc/zalgo.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/zalgo.dir/src/poc/zalgo.c.o -MF CMakeFiles/zalgo.dir/src/poc/zalgo.c.o.d -o CMakeFiles/zalgo.dir/src/poc/zalgo.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/poc/zalgo.c
[ 48%] Linking C executable tabbed
/usr/bin/cmake -E cmake_link_script CMakeFiles/tabbed.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/tabbed.dir/src/poc/tabbed.c.o -o tabbed  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 49%] Linking C executable statepixel
/usr/bin/cmake -E cmake_link_script CMakeFiles/statepixel.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/statepixel.dir/src/poc/statepixel.c.o -o statepixel  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 49%] Linking C executable tree
/usr/bin/cmake -E cmake_link_script CMakeFiles/tree.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/tree.dir/src/poc/tree.c.o -o tree  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 49%] Built target sgr-full
/usr/bin/gmake  -f CMakeFiles/notcurses-demo.dir/build.make CMakeFiles/notcurses-demo.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/notcurses-demo.dir/DependInfo.cmake --color=
[ 50%] Linking C executable zalgo
/usr/bin/cmake -E cmake_link_script CMakeFiles/zalgo.dir/link.txt --verbose=1
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/notcurses-demo.dir/build.make CMakeFiles/notcurses-demo.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/zalgo.dir/src/poc/zalgo.c.o -o zalgo  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu libnotcurses.so.3.0.0 -ltinfo -lm libnotcurses-core.so.3.0.0
[ 50%] Building C object CMakeFiles/notcurses-demo.dir/src/demo/animate.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-demo.dir/src/demo/animate.c.o -MF CMakeFiles/notcurses-demo.dir/src/demo/animate.c.o.d -o CMakeFiles/notcurses-demo.dir/src/demo/animate.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/animate.c
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 50%] Built target tabbed
/usr/bin/gmake  -f CMakeFiles/notcurses-info.dir/build.make CMakeFiles/notcurses-info.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/notcurses-info.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/notcurses-info.dir/build.make CMakeFiles/notcurses-info.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 50%] Built target statepixel
[ 50%] Built target tree
/usr/bin/gmake  -f CMakeFiles/ncneofetch.dir/build.make CMakeFiles/ncneofetch.dir/depend
[ 50%] Building C object CMakeFiles/notcurses-info.dir/src/info/main.c.o
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/CMakeFiles/ncneofetch.dir/DependInfo.cmake --color=
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-info.dir/src/info/main.c.o -MF CMakeFiles/notcurses-info.dir/src/info/main.c.o.d -o CMakeFiles/notcurses-info.dir/src/info/main.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/info/main.c
[ 50%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/NotCurses.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/NotCurses.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/NotCurses.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/NotCurses.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/NotCurses.cc
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
/usr/bin/gmake  -f CMakeFiles/ncneofetch.dir/build.make CMakeFiles/ncneofetch.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 51%] Building C object CMakeFiles/ncneofetch.dir/src/compat/compat.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/ncneofetch.dir/src/compat/compat.c.o -MF CMakeFiles/ncneofetch.dir/src/compat/compat.c.o.d -o CMakeFiles/ncneofetch.dir/src/compat/compat.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/compat/compat.c
[ 51%] Built target zalgo
[ 51%] Building C object CMakeFiles/ncneofetch.dir/src/fetch/main.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/ncneofetch.dir/src/fetch/main.c.o -MF CMakeFiles/ncneofetch.dir/src/fetch/main.c.o.d -o CMakeFiles/ncneofetch.dir/src/fetch/main.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/fetch/main.c
[ 53%] Building C object CMakeFiles/notcurses-demo.dir/src/demo/box.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-demo.dir/src/demo/box.c.o -MF CMakeFiles/notcurses-demo.dir/src/demo/box.c.o.d -o CMakeFiles/notcurses-demo.dir/src/demo/box.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/box.c
[ 54%] Building C object CMakeFiles/ncneofetch.dir/src/fetch/ncart.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/ncneofetch.dir/src/fetch/ncart.c.o -MF CMakeFiles/ncneofetch.dir/src/fetch/ncart.c.o.d -o CMakeFiles/ncneofetch.dir/src/fetch/ncart.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/fetch/ncart.c
[ 54%] Building C object CMakeFiles/notcurses-demo.dir/src/demo/chunli.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-demo.dir/src/demo/chunli.c.o -MF CMakeFiles/notcurses-demo.dir/src/demo/chunli.c.o.d -o CMakeFiles/notcurses-demo.dir/src/demo/chunli.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/chunli.c
[ 54%] Building C object CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o -MF CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o.d -o CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c
[ 55%] Building C object CMakeFiles/notcurses-info.dir/src/compat/compat.c.o
/usr/bin/gcc -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-info.dir/src/compat/compat.c.o -MF CMakeFiles/notcurses-info.dir/src/compat/compat.c.o.d -o CMakeFiles/notcurses-info.dir/src/compat/compat.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/compat/compat.c
[ 56%] Building C object CMakeFiles/notcurses-demo.dir/src/demo/dragon.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-demo.dir/src/demo/dragon.c.o -MF CMakeFiles/notcurses-demo.dir/src/demo/dragon.c.o.d -o CMakeFiles/notcurses-demo.dir/src/demo/dragon.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/dragon.c
[ 56%] Linking C executable ncneofetch
/usr/bin/cmake -E cmake_link_script CMakeFiles/ncneofetch.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/ncneofetch.dir/src/compat/compat.c.o CMakeFiles/ncneofetch.dir/src/fetch/main.c.o CMakeFiles/ncneofetch.dir/src/fetch/ncart.c.o -o ncneofetch  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu: libnotcurses.so.3.0.0 libnotcurses-core.so.3.0.0
[ 56%] Building C object CMakeFiles/notcurses-demo.dir/src/demo/eagle.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-demo.dir/src/demo/eagle.c.o -MF CMakeFiles/notcurses-demo.dir/src/demo/eagle.c.o.d -o CMakeFiles/notcurses-demo.dir/src/demo/eagle.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/eagle.c
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:61:5: error: conflicting types for 'jungle_demo'; have 'int(struct notcurses *)'
   61 | int jungle_demo(struct notcurses* nc){
      |     ^~~~~~~~~~~
In file included from /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:14:
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.h:39:5: note: previous declaration of 'jungle_demo' with type 'int(struct notcurses *, uint64_t)' {aka 'int(struct notcurses *, long unsigned int)'}
   39 | int jungle_demo(struct notcurses* nc, uint64_t startns);
      |     ^~~~~~~~~~~
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:83:15: warning: initialization of 'int (*)(struct notcurses *, uint64_t)' {aka 'int (*)(struct notcurses *, long unsigned int)'} from incompatible pointer type 'int (*)(struct notcurses *)' [-Wincompatible-pointer-types]
   83 |   { "jungle", jungle_demo, true, },
      |               ^~~~~~~~~~~
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:83:15: note: (near initialization for 'demos[9].fxn')
gmake[2]: *** [CMakeFiles/notcurses-demo.dir/build.make:121: CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
[ 58%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Plane.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Plane.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Plane.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Plane.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Plane.cc
[ 58%] Linking C executable notcurses-info
/usr/bin/cmake -E cmake_link_script CMakeFiles/notcurses-info.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin CMakeFiles/notcurses-info.dir/src/info/main.c.o CMakeFiles/notcurses-info.dir/src/compat/compat.c.o -o notcurses-info  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu: libnotcurses.so.3.0.0 libnotcurses-core.so.3.0.0
[ 58%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Plot.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Plot.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Plot.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Plot.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Plot.cc
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake[1]: *** [CMakeFiles/Makefile2:2216: CMakeFiles/notcurses-demo.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
[ 58%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Reel.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Reel.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Reel.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Reel.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Reel.cc
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 58%] Built target ncneofetch
[ 59%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Root.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Root.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Root.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Root.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Root.cc
[ 59%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Selector.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Selector.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Selector.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Selector.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Selector.cc
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 59%] Built target notcurses-info
[ 59%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Subproc.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Subproc.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Subproc.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Subproc.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Subproc.cc
[ 60%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Tablet.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Tablet.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Tablet.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Tablet.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Tablet.cc
[ 60%] Building CXX object CMakeFiles/notcurses++.dir/src/libcpp/Utilities.cc.o
/usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -Dnotcurses___EXPORTS -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIC -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -Wnull-dereference -Wunused -Wno-c99-extensions -fno-strict-aliasing -ffunction-sections -fno-rtti -fpic -MD -MT CMakeFiles/notcurses++.dir/src/libcpp/Utilities.cc.o -MF CMakeFiles/notcurses++.dir/src/libcpp/Utilities.cc.o.d -o CMakeFiles/notcurses++.dir/src/libcpp/Utilities.cc.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/libcpp/Utilities.cc
[ 60%] Linking CXX shared library libnotcurses++.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/notcurses++.dir/link.txt --verbose=1
/usr/bin/g++ -fPIC -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -shared -Wl,-soname,libnotcurses++.so.3 -o libnotcurses++.so.3.0.0 CMakeFiles/notcurses++.dir/src/libcpp/FDPlane.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Menu.cc.o CMakeFiles/notcurses++.dir/src/libcpp/MultiSelector.cc.o CMakeFiles/notcurses++.dir/src/libcpp/NotCurses.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Plane.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Plot.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Reel.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Root.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Selector.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Subproc.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Tablet.cc.o CMakeFiles/notcurses++.dir/src/libcpp/Utilities.cc.o  -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu: libnotcurses.so.3.0.0 libnotcurses-core.so.3.0.0
/usr/bin/cmake -E cmake_symlink_library libnotcurses++.so.3.0.0 libnotcurses++.so.3 libnotcurses++.so
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
[ 60%] Built target notcurses++
gmake[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu'
gmake: *** [Makefile:149: all] Error 2
dankamongmen commented 2 years ago

ahhh i see the problem.

// the "jungle" demo has non-free material embedded into it, and is thus                                                            
// entirely absent (can't just be disabled). supply a stub here.                                                                    
#ifdef DFSG_BUILD                                                                                                                   
int jungle_demo(struct notcurses* nc){                                                                                              
  (void)nc;                                                                                                                         
  return -1;                                                                                                                        
}                                                                                                                                   
#endif                                                                                                                              

=\

dankamongmen commented 2 years ago

4a4bec5078b80a5e784855b2a3fca555a88244f5 fixes this. is it easy for you to pull that (trivial) patch into your build until 3.0.1? i'd really rather not cut a new release just for this dumbness.

though i guess it's going to hit anyone using the DFSG build. of course, it'll take a minute to go through NEW over on debian itself...

sorry about this =\

dankamongmen commented 2 years ago

i've also updated the drone config so that we do at least one DFSG_BUILD=on runs.

kloczek commented 2 years ago

Still build fails but in other place

[ 60%] Building C object CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/x86_64-redhat-linux-gnu/include -O2 -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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fvisibility=hidden -Wformat -Werror=format-security -Wall -Wextra -W -Wshadow -Wvla -fno-signed-zeros -fno-trapping-math -fassociative-math -fno-math-errno -freciprocal-math -funsafe-math-optimizations -fexceptions -fstrict-aliasing -std=gnu11 -MD -MT CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o -MF CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o.d -o CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o -c /home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c: In function ‘jungle_demo’:
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:63:16: error: expected ‘;’ before ‘return’
   63 |   (void)startns
      |                ^
      |                ;
   64 |   return -1;
      |   ~~~~~~
/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.0/src/demo/demo.c:65:1: warning: control reaches end of non-void function [-Wreturn-type]
   65 | }
      | ^
make[2]: *** [CMakeFiles/notcurses-demo.dir/build.make:121: CMakeFiles/notcurses-demo.dir/src/demo/demo.c.o] Error 1
dankamongmen commented 2 years ago

hah and indeed the ci caught it

dankamongmen commented 2 years ago

that ought get 'er

dankamongmen commented 2 years ago

here's the synthesized patch i'm using on Fedora/Debian:

--- a/src/demo/demo.c
+++ b/src/demo/demo.c
@@ -58,8 +58,9 @@ struct timespec demodelay = {
 // the "jungle" demo has non-free material embedded into it, and is thus
 // entirely absent (can't just be disabled). supply a stub here.
 #ifdef DFSG_BUILD
-int jungle_demo(struct notcurses* nc){
+int jungle_demo(struct notcurses* nc, uint64_t startns){
   (void)nc;
+  (void)startns;
   return -1;
 }
 #endif
dankamongmen commented 2 years ago

@kloczek since you're doing a DFSG build, if you're running unit tests, you'll also want this patch:

https://salsa.debian.org/debian/notcurses/-/blob/master/debian/patches/02-media-test-dfsg.patch

kloczek commented 2 years ago

OK but still demo does not compile and above patch does not applies cleanly on top of tagged tar ball.

dankamongmen commented 2 years ago

sorry, that was meant to be used in conjunction with the one i already provided above

dankamongmen commented 2 years ago

@kloczek i'm gonna cut a 3.0.1 tonight or tomorrow that'll have these fixes in it

dankamongmen commented 2 years ago

@kloczek i cut 3.0.1, and it ought resolve your problems. sorry for the delay!

kloczek commented 2 years ago

Yep I've tested 3.0.1 and all looks good.

Thank you :)