+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/incron.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild warning: bogus date in %changelog: Thu Mar 13 2007 0.5.5-1 warning: bogus date in %changelog: Sun Jan 27 2007 0.5.0-1 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Zugm20 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf incron-0.5.12 + /usr/bin/gzip -dc /builddir/build/SOURCES/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 . + echo 'Patch #0 (incron-0.5.10-gcc.patch):' Patch #0 (incron-0.5.10-gcc.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .gcc --fuzz=0 patching file appargs.cpp Hunk #1 succeeded at 26 (offset 1 line). patching file appinst.h patching file icd-main.cpp Hunk #1 succeeded at 30 (offset 2 lines). patching file incroncfg.h patching file inotify-cxx.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.A97x9p + umask 022 + cd /builddir/build/BUILD + cd incron-0.5.12 + make -j4 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o icd-main.o icd-main.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o incrontab.o incrontab.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o inotify-cxx.o inotify-cxx.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o usertable.o usertable.cpp In file included from inotify-cxx.cpp:32: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:229:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void InotifyWatch::SetMask(uint32_t uMask) throw (InotifyException) ^~~~~ inotify-cxx.cpp:246:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void InotifyWatch::SetEnabled(bool fEnabled) throw (InotifyException) ^~~~~ inotify-cxx.cpp:301:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify::Inotify() throw (InotifyException) ^~~~~ inotify-cxx.cpp:332:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::Add(InotifyWatch* pWatch) throw (InotifyException) ^~~~~ In file included from usertable.h:24:0, from usertable.cpp:35: 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) ^~~~~ In file included from icd-main.cpp:35: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.cpp:386:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::Remove(InotifyWatch* pWatch) 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.cpp:435:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::WaitForEvents(bool fNoIntr) throw (InotifyException) ^~~~~ inotify-cxx.cpp:468:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool Inotify::GetEvent(InotifyEvent* pEvt) throw (InotifyException) ^~~~~ inotify-cxx.cpp:486:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool Inotify::PeekEvent(InotifyEvent* pEvt) throw (InotifyException) ^~~~~ inotify-cxx.cpp:527:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::SetNonBlock(bool fNonBlock) throw (InotifyException) ^~~~~ inotify-cxx.cpp:557:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::SetCloseOnExec(bool fClOnEx) throw (InotifyException) ^~~~~ inotify-cxx.cpp:587:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint32_t Inotify::GetCapability(InotifyCapability_t cap) throw (InotifyException) ^~~~~ inotify-cxx.cpp:604:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::SetCapability(InotifyCapability_t cap, 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:618:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] std::string Inotify::GetCapabilityPath(InotifyCapability_t cap) 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); ^~~~~ In file included from incrontab.cpp:26: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:131:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void load_tables(EventDispatcher* pEd) throw (InotifyException) ^~~~~ g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o strtok.o strtok.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o appinst.o appinst.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o incroncfg.o incroncfg.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o appargs.o appargs.cpp g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -o ict-main.o ict-main.cpp In file included from ict-main.cpp:35: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 -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5ZXtFz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64 + cd incron-0.5.12 + install -D -p incrond /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/sbin/incrond + install -D -p -m 4755 incrontab /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/bin/incrontab + install -d /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/var/spool/incron + install -d /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/etc/incron.d + install -D -p -m 0644 /builddir/build/SOURCES/incrond.service /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/lib/systemd/system/incrond.service + install -D -p -m 0644 incron.conf.example /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/etc/incron.conf + make install-man MANPATH=/builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/man 'INSTALL=install -D -p' install -D -p -m 0755 -d /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/man/man1 install -D -p -m 0755 -d /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/man/man5 install -D -p -m 0755 -d /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/man/man8 install -D -p -m 0644 incrontab.1 /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/man/man1 install -D -p -m 0644 incrontab.5 /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/man/man5 install -D -p -m 0644 incrond.8 /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/man/man8 install -D -p -m 0644 incron.conf.5 /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/man/man5 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: incron-0.5.12-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vomxZx + umask 022 + cd /builddir/build/BUILD + cd incron-0.5.12 + DOCDIR=/builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/doc/incron + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/doc/incron + cp -pr CHANGELOG /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/doc/incron + cp -pr README /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/doc/incron + cp -pr TODO /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/doc/incron + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GdUGeT + umask 022 + cd /builddir/build/BUILD + cd incron-0.5.12 + LICENSEDIR=/builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/licenses/incron + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/licenses/incron + cp -pr COPYING /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/licenses/incron + cp -pr LICENSE-GPL /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64/usr/share/licenses/incron + exit 0 Provides: config(incron) = 0.5.12-5.fc28 incron = 0.5.12-5.fc28 incron(riscv-64) = 0.5.12-5.fc28 Requires(interp): /bin/sh /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 systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(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) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/incron-0.5.12-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/incron-0.5.12-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hmxzL2 + umask 022 + cd /builddir/build/BUILD + cd incron-0.5.12 + /usr/bin/rm -rf /builddir/build/BUILDROOT/incron-0.5.12-5.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff