D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/incron-0.5.12-5.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6i8jmp + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf incron-0.5.12 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/incron-0.5.12.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd incron-0.5.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0001-fix-zombie-process.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0002-Fixed-formatting-in-README.md.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0003-Add-support-f-r-comment-lines-in-incron-tables-start.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0004-Ignoring-backup-files-ending-with-a-tilde-in-system-.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0005-Allow-building-on-FreeBSD.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0006-Revert-Merge-pull-request-23-from-javitorl-master.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0007-Rework-the-zombie-prevention.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0008-stdlib.h-is-required-for-daemon-3.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/incron-0.5.10-includes.patch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/fork.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ud0WRm + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd incron-0.5.12 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/make -O -j8 V=1 VERBOSE=1 PREFIX=/usr g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o appinst.o appinst.cpp g++: warning: switch '-ffor-scope' is no longer supported g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o strtok.o strtok.cpp g++: warning: switch '-ffor-scope' is no longer supported g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o incrontab.o incrontab.cpp g++: warning: switch '-ffor-scope' is no longer supported In file included from incrontab.cpp:26: inotify-cxx.h:447:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 447 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:470:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 470 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:541:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 541 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:558:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 558 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:566:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 566 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:579:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 579 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:589:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 589 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:640:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 640 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:666:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 666 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:676:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 676 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:690:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 690 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:700:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 700 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:755:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 755 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:771:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 771 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:779:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 779 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:790:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 790 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:797:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 797 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:811:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 811 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:824:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 824 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:838:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 838 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:851:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 851 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:865:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 865 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:881:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 881 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o appargs.o appargs.cpp g++: warning: switch '-ffor-scope' is no longer supported g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o incroncfg.o incroncfg.cpp g++: warning: switch '-ffor-scope' is no longer supported g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o icd-main.o icd-main.cpp g++: warning: switch '-ffor-scope' is no longer supported In file included from icd-main.cpp:36: inotify-cxx.h:447:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 447 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:470:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 470 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:541:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 541 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:558:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 558 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:566:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 566 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:579:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 579 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:589:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 589 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:640:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 640 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:666:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 666 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:676:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 676 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:690:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 690 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:700:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 700 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:755:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 755 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:771:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 771 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:779:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 779 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:790:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 790 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:797:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 797 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:811:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 811 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:824:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 824 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:838:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 838 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:851:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 851 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:865:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 865 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:881:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 881 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ icd-main.cpp:133:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | void load_tables(EventDispatcher* pEd) throw (InotifyException) | ^~~~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o ict-main.o ict-main.cpp g++: warning: switch '-ffor-scope' is no longer supported In file included from ict-main.cpp:34: inotify-cxx.h:447:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 447 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:470:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 470 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:541:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 541 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:558:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 558 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:566:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 566 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:579:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 579 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:589:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 589 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:640:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 640 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:666:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 666 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:676:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 676 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:690:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 690 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:700:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 700 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:755:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 755 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:771:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 771 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:779:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 779 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:790:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 790 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:797:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 797 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:811:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 811 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:824:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 824 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:838:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 838 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:851:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 851 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:865:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 865 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:881:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 881 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o inotify-cxx.o inotify-cxx.cpp g++: warning: switch '-ffor-scope' is no longer supported In file included from inotify-cxx.cpp:32: inotify-cxx.h:447:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 447 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:470:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 470 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:541:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 541 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:558:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 558 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:566:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 566 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:579:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 579 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:589:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 589 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:640:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 640 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:666:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 666 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:676:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 676 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:690:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 690 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:700:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 700 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:755:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 755 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:771:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 771 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:779:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 779 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:790:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 790 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:797:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 797 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:811:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 811 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:824:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 824 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:838:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 838 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:851:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 851 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:865:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 865 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:881:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 881 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.cpp:229:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | void InotifyWatch::SetMask(uint32_t uMask) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:246:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 246 | void InotifyWatch::SetEnabled(bool fEnabled) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:301:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 301 | Inotify::Inotify() throw (InotifyException) | ^~~~~ inotify-cxx.cpp:332:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 332 | void Inotify::Add(InotifyWatch* pWatch) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:386:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 386 | void Inotify::Remove(InotifyWatch* pWatch) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:435:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 435 | void Inotify::WaitForEvents(bool fNoIntr) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:468:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | bool Inotify::GetEvent(InotifyEvent* pEvt) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:486:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 486 | bool Inotify::PeekEvent(InotifyEvent* pEvt) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:527:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 527 | void Inotify::SetNonBlock(bool fNonBlock) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:557:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 557 | void Inotify::SetCloseOnExec(bool fClOnEx) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:587:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 587 | uint32_t Inotify::GetCapability(InotifyCapability_t cap) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:604:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 604 | void Inotify::SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:618:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 618 | std::string Inotify::GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException) | ^~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o g++: warning: switch '-ffor-scope' is no longer supported g++ -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -o usertable.o usertable.cpp g++: warning: switch '-ffor-scope' is no longer supported In file included from usertable.h:24, from usertable.cpp:35: inotify-cxx.h:447:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 447 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:470:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 470 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:541:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 541 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:558:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 558 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:566:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 566 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:579:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 579 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:589:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 589 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:640:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 640 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:666:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 666 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:676:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 676 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:690:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 690 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:700:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 700 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:755:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 755 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:771:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 771 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:779:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 779 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:790:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 790 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:797:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 797 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:811:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 811 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:824:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 824 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:838:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 838 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:851:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 851 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:865:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 865 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:881:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 881 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -ffor-scope -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o g++: warning: switch '-ffor-scope' is no longer supported + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2CfjLq + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64 + cd incron-0.5.12 + '[' 1 -eq 1 ']' + install -D -p incrond /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/sbin/incrond + install -D -p -m 4755 incrontab /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/bin/incrontab + install -d /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/var/spool/incron + install -d /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/etc/incron.d + install -Dpm644 incron.conf.example /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/etc/incron.conf + install -Dpm644 /home/iurt/rpmbuild/SOURCES/incrond.service /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/lib/systemd/system/incrond.service + make install-man MANPATH=/home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/man 'INSTALL=install -D -p' install -D -p -m 0755 -d /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/man/man1 install -D -p -m 0755 -d /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/man/man5 install -D -p -m 0755 -d /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/man/man8 install -D -p -m 0644 incrontab.1 /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/man/man1 install -D -p -m 0644 incrontab.5 /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/man/man5 install -D -p -m 0644 incrond.8 /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/man/man8 install -D -p -m 0644 incron.conf.5 /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/man/man5 + rm -rf /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/doc + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.5.12-5.mga8 --unique-debug-suffix -0.5.12-5.mga8.aarch64 --unique-debug-src-base incron-0.5.12-5.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/incron-0.5.12 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/bin/incrontab explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/sbin/incrond extracting debug info from /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/sbin/incrond extracting debug info from /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/bin/incrontab original debug info size: 5336kB, size after compression: 4400kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 278 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: incron-0.5.12-5.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cVBAZn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd incron-0.5.12 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/doc/incron + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/doc/incron + cp -pr CHANGELOG /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/doc/incron + cp -pr README /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/doc/incron + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/doc/incron + cp -pr doc/html /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/doc/incron + cp -pr incron.conf.example /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64/usr/share/doc/incron + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(incron) = 0.5.12-5.mga8 incron = 0.5.12-5.mga8 incron(aarch-64) = 0.5.12-5.mga8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) Processing files: incron-debugsource-0.5.12-5.mga8.aarch64 Provides: incron-debugsource = 0.5.12-5.mga8 incron-debugsource(aarch-64) = 0.5.12-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: incron-debuginfo-0.5.12-5.mga8.aarch64 Provides: debuginfo(build-id) = 4729ad00bd98dfed61af065147183c3ab2aa9526 debuginfo(build-id) = a0ef7f8a192008c96f9072bd88f8c8e0ac0f3e51 incron-debuginfo = 0.5.12-5.mga8 incron-debuginfo(aarch-64) = 0.5.12-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: incron-debugsource(aarch-64) = 0.5.12-5.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/incron-debugsource-0.5.12-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/incron-0.5.12-5.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/incron-debuginfo-0.5.12-5.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pacyYo + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd incron-0.5.12 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/incron-0.5.12-5.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.urlKlp + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf incron-0.5.12 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!