D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/incron-0.5.10-4.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QBarEF + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf incron-0.5.10 + /usr/bin/bzip2 -dc /home/pterjan/rpmbuild/SOURCES/incron-0.5.10.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd incron-0.5.10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/incron-0.5.10-includes.patch + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QVi4k6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd incron-0.5.10 + '[' 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 + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j4 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 -o incrontab.o incrontab.cpp In file included from incrontab.cpp:24:0: inotify-cxx.h:451:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:474:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:545:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:562:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:570:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:583:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:593:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:644:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:670:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:680:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:694:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:704:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:759:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:775:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:783:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:794:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); ^~~~~ inotify-cxx.h:801:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:815:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:828:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:842:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:855:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:869:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:885:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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 -o icd-main.o icd-main.cpp In file included from icd-main.cpp:33:0: inotify-cxx.h:451:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:474:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:545:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:562:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:570:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:583:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:593:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:644:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:670:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:680:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:694:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:704:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:759:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:775:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:783:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:794:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); ^~~~~ inotify-cxx.h:801:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:815:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:828:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:842:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:855:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:869:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:885:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ icd-main.cpp:130:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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 -o inotify-cxx.o inotify-cxx.cpp In file included from inotify-cxx.cpp:31:0: inotify-cxx.h:451:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:474:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:545:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:562:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:570:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:583:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:593:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:644:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:670:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:680:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:694:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:704:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:759:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:775:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:783:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:794:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); ^~~~~ inotify-cxx.h:801:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:815:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:828:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:842:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:855:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:869:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:885:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.cpp:227:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void InotifyWatch::SetMask(uint32_t uMask) throw (InotifyException) ^~~~~ inotify-cxx.cpp:244:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void InotifyWatch::SetEnabled(bool fEnabled) throw (InotifyException) ^~~~~ inotify-cxx.cpp:297:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify::Inotify() throw (InotifyException) ^~~~~ inotify-cxx.cpp:328:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::Add(InotifyWatch* pWatch) throw (InotifyException) ^~~~~ inotify-cxx.cpp:382:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::Remove(InotifyWatch* pWatch) throw (InotifyException) ^~~~~ inotify-cxx.cpp:431:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::WaitForEvents(bool fNoIntr) throw (InotifyException) ^~~~~ inotify-cxx.cpp:464:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool Inotify::GetEvent(InotifyEvent* pEvt) throw (InotifyException) ^~~~~ inotify-cxx.cpp:482:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool Inotify::PeekEvent(InotifyEvent* pEvt) throw (InotifyException) ^~~~~ inotify-cxx.cpp:523:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::SetNonBlock(bool fNonBlock) throw (InotifyException) ^~~~~ inotify-cxx.cpp:553:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::SetCloseOnExec(bool fClOnEx) throw (InotifyException) ^~~~~ inotify-cxx.cpp:583:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint32_t Inotify::GetCapability(InotifyCapability_t cap) throw (InotifyException) ^~~~~ inotify-cxx.cpp:600:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.cpp:614:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] std::string Inotify::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 -o usertable.o usertable.cpp In file included from usertable.h:23:0, from usertable.cpp:33: inotify-cxx.h:451:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:474:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:545:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:562:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:570:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:583:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:593:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:644:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:670:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:680:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:694:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:704:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:759:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:775:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:783:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:794:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); ^~~~~ inotify-cxx.h:801:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:815:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:828:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:842:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:855:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:869:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:885:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ usertable.cpp: In member function 'void UserTable::OnEvent(InotifyEvent&)': usertable.cpp:354:19: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] asprintf(&s, "%u", (unsigned) rEvt.GetMask()); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -o appinst.o appinst.cpp 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 -o strtok.o strtok.cpp 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 -o incroncfg.o incroncfg.cpp 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 -o appargs.o appargs.cpp 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 -o ict-main.o ict-main.cpp In file included from ict-main.cpp:34:0: inotify-cxx.h:451:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:474:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:545:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:562:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:570:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:583:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:593:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:644:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:670:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:680:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:694:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:704:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:759:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:775:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:783:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:794:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); ^~~~~ inotify-cxx.h:801:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:815:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:828:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:842:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:855:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:869:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:885:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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 -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++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -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 + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GHuXRE + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64 + cd incron-0.5.10 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/sbin /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/bin + make install PREFIX=/home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr USERDATADIR=/home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/var/spool/incron SYSDATADIR=/home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/etc/incron.d CFGDIR=/home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/etc MANPATH=/home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/man USER=pterjan install -m 0755 -d /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/man/man1 install -m 0755 -d /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/man/man5 install -m 0755 -d /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/man/man8 install -m 0644 incrontab.1 /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/man/man1 install -m 0644 incrontab.5 /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/man/man5 install -m 0644 incrond.8 /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/man/man8 install -m 0644 incron.conf.5 /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/man/man5 install -m 0755 -d /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/bin/ install -m 0755 -d /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/sbin/ install -m 0755 -d /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron-`cat VERSION`// install -m 04755 -o pterjan incrontab /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/bin/ install -m 0755 incrond /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/sbin/ install -m 0755 -o pterjan -d /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/var/spool/incron install -m 0755 -o pterjan -d /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/etc/incron.d install -m 0644 incron.conf.example /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron-`cat VERSION`// + install -Dpm644 incron.conf.example /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/etc/incron.conf + install -Dpm644 /home/pterjan/rpmbuild/SOURCES/incrond.service /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/lib/systemd/system/incrond.service + rm -rf /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 0.5.10-4.mga7 --unique-debug-suffix -0.5.10-4.mga7.x86_64 --unique-debug-src-base incron-0.5.10-4.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/incron-0.5.10 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/bin/incrontab extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/sbin/incrond /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 261 blocks + '[' -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/translate_menu + '[' -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_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: incron-0.5.10-4.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IJqm9f + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd incron-0.5.10 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron + cp -pr CHANGELOG /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron + cp -pr TODO /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron + cp -pr doc/html /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron + cp -pr incron.conf.example /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64/usr/share/doc/incron + exit 0 Provides: config(incron) = 0.5.10-4.mga7 incron = 0.5.10-4.mga7 incron(x86-64) = 0.5.10-4.mga7 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(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.10-4.mga7.x86_64 Provides: incron-debugsource = 0.5.10-4.mga7 incron-debugsource(x86-64) = 0.5.10-4.mga7 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.10-4.mga7.x86_64 Provides: debuginfo(build-id) = 6c304a10fbfa285cc45c866b38673dc181a9dc7d debuginfo(build-id) = 907003393321566ce3efdc3f5496038794dbf785 incron-debuginfo = 0.5.10-4.mga7 incron-debuginfo(x86-64) = 0.5.10-4.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: incron-debugsource(x86-64) = 0.5.10-4.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/incron-0.5.10-4.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/incron-debugsource-0.5.10-4.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/incron-debuginfo-0.5.10-4.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o7IoHU + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd incron-0.5.10 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/incron-0.5.10-4.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iVLnhz + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf incron-0.5.10 + exit 0 D: [iurt_root_command] Success!