<86>Oct 24 03:32:19 userdel[2006140]: delete user 'rooter' <86>Oct 24 03:32:19 userdel[2006140]: removed group 'rooter' owned by 'rooter' <86>Oct 24 03:32:19 userdel[2006140]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 24 03:32:19 groupadd[2006154]: group added to /etc/group: name=rooter, GID=942 <86>Oct 24 03:32:19 groupadd[2006154]: group added to /etc/gshadow: name=rooter <86>Oct 24 03:32:19 groupadd[2006154]: new group: name=rooter, GID=942 <86>Oct 24 03:32:19 useradd[2006160]: new user: name=rooter, UID=942, GID=942, home=/root, shell=/bin/bash <86>Oct 24 03:32:19 userdel[2006172]: delete user 'builder' <86>Oct 24 03:32:19 userdel[2006172]: removed group 'builder' owned by 'builder' <86>Oct 24 03:32:19 groupadd[2006183]: group added to /etc/group: name=builder, GID=943 <86>Oct 24 03:32:19 groupadd[2006183]: group added to /etc/gshadow: name=builder <86>Oct 24 03:32:19 groupadd[2006183]: new group: name=builder, GID=943 <86>Oct 24 03:32:19 useradd[2006190]: new user: name=builder, UID=943, GID=943, home=/usr/src, shell=/bin/bash <13>Oct 24 03:32:20 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Oct 24 03:32:20 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed <13>Oct 24 03:32:21 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed <13>Oct 24 03:32:21 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/incron-0.5.12-alt2.nosrc.rpm (w1.gzdio) Installing incron-0.5.12-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.56952 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf incron-0.5.12 + echo 'Source #0 (incron-0.5.12.tar):' Source #0 (incron-0.5.12.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/incron-0.5.12.tar + cd incron-0.5.12 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (incron-0.5.12-alt.patch):' Patch #0 (incron-0.5.12-alt.patch): + /usr/bin/patch -p1 patching file .gear/incron.spec patching file .gear/incrond.init patching file .gear/incrond.service patching file .gear/incrontab.control patching file .gear/rules patching file .gear/tags/list + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.56952 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd incron-0.5.12 + make 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/incron-0.5.12' g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -o icd-main.o icd-main.cpp In file included from icd-main.cpp:34: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793: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:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884: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 -pipe -frecord-gcc-switches -Wall -g -O2 -o incrontab.o incrontab.cpp In file included from incrontab.cpp:26: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793: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:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -o inotify-cxx.o inotify-cxx.cpp In file included from inotify-cxx.cpp:32: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793: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:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884: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) ^~~~~ inotify-cxx.cpp:386:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::Remove(InotifyWatch* pWatch) 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.cpp:618:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] std::string Inotify::GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException) ^~~~~ g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -o usertable.o usertable.cpp In file included from usertable.h:24, from usertable.cpp:35: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793: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:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -o strtok.o strtok.cpp g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -o appinst.o appinst.cpp g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -o incroncfg.o incroncfg.cpp g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -o appargs.o appargs.cpp g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -o ict-main.o ict-main.cpp In file included from ict-main.cpp:35: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793: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:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o make: Leaving directory '/usr/src/RPM/BUILD/incron-0.5.12' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.90935 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/incron-buildroot + : + /bin/rm -rf -- /usr/src/tmp/incron-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd incron-0.5.12 + install -D -p incrond /usr/src/tmp/incron-buildroot/usr/sbin/incrond + install -D -p -m 4755 incrontab /usr/src/tmp/incron-buildroot/usr/bin/incrontab + install -d /usr/src/tmp/incron-buildroot/var/spool/incron + install -d /usr/src/tmp/incron-buildroot/etc/incron.d + install -D -p /usr/src/RPM/SOURCES/incrond.init /usr/src/tmp/incron-buildroot/etc/rc.d/init.d/incrond + install -D -p /usr/src/RPM/SOURCES/incrontab.control /usr/src/tmp/incron-buildroot/etc/control.d/facilities/incrontab + install -D -p -m 0644 incron.conf.example /usr/src/tmp/incron-buildroot/etc/incron.conf + install -D -m644 /usr/src/RPM/SOURCES/incrond.service /usr/src/tmp/incron-buildroot/lib/systemd/system/incrond.service + make install-man MANPATH=/usr/src/tmp/incron-buildroot/usr/share/man 'INSTALL=install -D -p' make: Entering directory '/usr/src/RPM/BUILD/incron-0.5.12' install -D -p -m 0755 -d /usr/src/tmp/incron-buildroot/usr/share/man/man1 install -D -p -m 0755 -d /usr/src/tmp/incron-buildroot/usr/share/man/man5 install -D -p -m 0755 -d /usr/src/tmp/incron-buildroot/usr/share/man/man8 install -D -p -m 0644 incrontab.1 /usr/src/tmp/incron-buildroot/usr/share/man/man1 install -D -p -m 0644 incrontab.5 /usr/src/tmp/incron-buildroot/usr/share/man/man5 install -D -p -m 0644 incrond.8 /usr/src/tmp/incron-buildroot/usr/share/man/man8 install -D -p -m 0644 incron.conf.5 /usr/src/tmp/incron-buildroot/usr/share/man/man5 make: Leaving directory '/usr/src/RPM/BUILD/incron-0.5.12' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/incron-buildroot (auto) mode of './usr/bin/incrontab' changed from 4755 (rwsr-xr-x) to 4711 (rws--x--x) Verifying and fixing files in /usr/src/tmp/incron-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/incron-buildroot/ (default) Compressing files in /usr/src/tmp/incron-buildroot (auto) Adjusting library links in /usr/src/tmp/incron-buildroot ./lib: Verifying ELF objects in /usr/src/tmp/incron-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: incron-0.5.12-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4004 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd incron-0.5.12 + DOCDIR=/usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12 + export DOCDIR + rm -rf /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12 + /bin/mkdir -p /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12 + cp -prL COPYING CHANGELOG README TODO LICENSE-GPL /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12 + chmod -R go-w /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12 + chmod -R a+rX /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zdl2Yz find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u91mFH find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5MdlMS Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SKB1i7 Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lGUWfp Requires: /bin/bash, /bin/sh, /etc/control.d/facilities(control_fmode), /etc/control.d/facilities(new_fmode), /etc/control.d/facilities(new_help), /etc/control.d/functions, /etc/rc.d/init.d, /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, 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(GCC_3.0)(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) Requires(interp): /bin/sh Requires(pre): /bin/sh, /usr/sbin/control-dump, /usr/sbin/groupadd Requires(post): /bin/sh, /usr/sbin/control, /usr/sbin/control-restore, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y2RNDK Creating incron-debuginfo package Processing files: incron-debuginfo-0.5.12-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZZl8t9 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WUL1JB find-requires: running scripts (debuginfo) Requires: incron = 0.5.12-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libstdc++.so.6) Adding to incron-debuginfo a strict dependency on incron Wrote: /usr/src/RPM/RPMS/x86_64/incron-0.5.12-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/incron-debuginfo-0.5.12-alt2.x86_64.rpm (w2.lzdio) 7.37user 1.37system 0:15.30elapsed 57%CPU (0avgtext+0avgdata 148056maxresident)k 0inputs+0outputs (0major+696240minor)pagefaults 0swaps 10.42user 3.61system 0:19.96elapsed 70%CPU (0avgtext+0avgdata 148056maxresident)k 0inputs+0outputs (34392major+951168minor)pagefaults 0swaps --- incron-0.5.12-alt2.x86_64.rpm.repo 2019-01-16 12:46:28.000000000 +0000 +++ incron-0.5.12-alt2.x86_64.rpm.hasher 2021-10-24 03:32:38.063038689 +0000 @@ -60,4 +60,4 @@ File: /lib/systemd/system/incrond.service 100644 root:root ffe83cdc0c1eab5d88e96b65fb9d3251 -File: /usr/bin/incrontab 100700 root:root a13c13ab9e5a5b9248dab6567be4547c -File: /usr/sbin/incrond 100755 root:root b14cc56d0e5b8d7403390685abef39db +File: /usr/bin/incrontab 100700 root:root 4051c5eb60a7ace89d98708fd04bcfcb +File: /usr/sbin/incrond 100755 root:root a2191d709d29f9a811bca88e049afe84 File: /usr/share/doc/incron-0.5.12 40755 root:root @@ -73,2 +73,2 @@ File: /var/spool/incron 43730 root:incrontab -RPMIdentity: 698a0087cb19004e110f307a025590b3edae50fbe28ac40a558e37ee8653060842c0ee8ef20f349ae6049c197c9d6f4dfa572cf1c3739552a3f8cd0bf281687b +RPMIdentity: f22be83c882dc5167418ff2930238b36cb7b76239afb578cff1c9b7c15fa484d85b51df89e0ea1175520507a153922676b037431487d131b8371f27bb46361b1 --- incron-debuginfo-0.5.12-alt2.x86_64.rpm.repo 2019-01-16 12:46:28.000000000 +0000 +++ incron-debuginfo-0.5.12-alt2.x86_64.rpm.hasher 2021-10-24 03:32:38.123039452 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/60 40755 root:root -/usr/lib/debug/.build-id/60/7ad72499fa3a94bc275e95087355e266238c36 120777 root:root ../../../../bin/incrontab -/usr/lib/debug/.build-id/60/7ad72499fa3a94bc275e95087355e266238c36.debug 120777 root:root ../../usr/bin/incrontab.debug -/usr/lib/debug/.build-id/9f 40755 root:root -/usr/lib/debug/.build-id/9f/d857935a9d9f48a5eea5c8d20b1605b576c592 120777 root:root ../../../../sbin/incrond -/usr/lib/debug/.build-id/9f/d857935a9d9f48a5eea5c8d20b1605b576c592.debug 120777 root:root ../../usr/sbin/incrond.debug +/usr/lib/debug/.build-id/c6 40755 root:root +/usr/lib/debug/.build-id/c6/a127254c9dba7528fa035960daa2b057fcada5 120777 root:root ../../../../bin/incrontab +/usr/lib/debug/.build-id/c6/a127254c9dba7528fa035960daa2b057fcada5.debug 120777 root:root ../../usr/bin/incrontab.debug +/usr/lib/debug/.build-id/f3 40755 root:root +/usr/lib/debug/.build-id/f3/4275c4f76229b3b774ed24db8ec09b8da91150 120777 root:root ../../../../sbin/incrond +/usr/lib/debug/.build-id/f3/4275c4f76229b3b774ed24db8ec09b8da91150.debug 120777 root:root ../../usr/sbin/incrond.debug /usr/lib/debug/usr/bin/incrontab.debug 100644 root:root @@ -33,10 +33,10 @@ Provides: incron-debuginfo = 0.5.12-alt2:sisyphus+219486.100.1.1 -File: /usr/lib/debug/.build-id/60 40755 root:root -File: /usr/lib/debug/.build-id/60/7ad72499fa3a94bc275e95087355e266238c36 120777 root:root ../../../../bin/incrontab -File: /usr/lib/debug/.build-id/60/7ad72499fa3a94bc275e95087355e266238c36.debug 120777 root:root ../../usr/bin/incrontab.debug -File: /usr/lib/debug/.build-id/9f 40755 root:root -File: /usr/lib/debug/.build-id/9f/d857935a9d9f48a5eea5c8d20b1605b576c592 120777 root:root ../../../../sbin/incrond -File: /usr/lib/debug/.build-id/9f/d857935a9d9f48a5eea5c8d20b1605b576c592.debug 120777 root:root ../../usr/sbin/incrond.debug -File: /usr/lib/debug/usr/bin/incrontab.debug 100644 root:root 47d767f3e13bf9bfedbb0738acd75aef -File: /usr/lib/debug/usr/sbin/incrond.debug 100644 root:root f91c085b34f022c55611498f8700c244 +File: /usr/lib/debug/.build-id/c6 40755 root:root +File: /usr/lib/debug/.build-id/c6/a127254c9dba7528fa035960daa2b057fcada5 120777 root:root ../../../../bin/incrontab +File: /usr/lib/debug/.build-id/c6/a127254c9dba7528fa035960daa2b057fcada5.debug 120777 root:root ../../usr/bin/incrontab.debug +File: /usr/lib/debug/.build-id/f3 40755 root:root +File: /usr/lib/debug/.build-id/f3/4275c4f76229b3b774ed24db8ec09b8da91150 120777 root:root ../../../../sbin/incrond +File: /usr/lib/debug/.build-id/f3/4275c4f76229b3b774ed24db8ec09b8da91150.debug 120777 root:root ../../usr/sbin/incrond.debug +File: /usr/lib/debug/usr/bin/incrontab.debug 100644 root:root b64c02041c3adcb76f2b4d19762821b4 +File: /usr/lib/debug/usr/sbin/incrond.debug 100644 root:root a3ad71c71d0861f8269f64d9926b55ca File: /usr/src/debug/incron-0.5.12 40755 root:root @@ -59,2 +59,2 @@ File: /usr/src/debug/incron-0.5.12/usertable.h 100644 root:root 9d247fa43338594d78fa94a2101dc3c1 -RPMIdentity: 1798a9ae72083f52b8c7cf672463e41ef4ac5030c7bcb7daf23ddb692dae7607f299560bfa71365e541711ca44cae1d16f3cf486b6f334b22de2fe5a571f419c +RPMIdentity: ec31487283645bf25445e6b680f74252963cae09ddad3a5ec554f18e855b55be201f4992c8c8df939f3923eb37c40b425ffa55946ee440c0a2b72c7f26ec2ddc