<86>Jun 16 01:14:16 userdel[109539]: delete user 'rooter' <86>Jun 16 01:14:16 userdel[109539]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:14:16 userdel[109539]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:14:16 groupadd[109565]: group added to /etc/group: name=rooter, GID=1853 <86>Jun 16 01:14:16 groupadd[109565]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:14:16 groupadd[109565]: new group: name=rooter, GID=1853 <86>Jun 16 01:14:16 useradd[109585]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash <86>Jun 16 01:14:16 userdel[109612]: delete user 'builder' <86>Jun 16 01:14:16 userdel[109612]: removed group 'builder' owned by 'builder' <86>Jun 16 01:14:16 userdel[109612]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:14:16 groupadd[109638]: group added to /etc/group: name=builder, GID=1854 <86>Jun 16 01:14:16 groupadd[109638]: group added to /etc/gshadow: name=builder <86>Jun 16 01:14:16 groupadd[109638]: new group: name=builder, GID=1854 <86>Jun 16 01:14:16 useradd[109653]: new user: name=builder, UID=1854, GID=1854, home=/usr/src, shell=/bin/bash <13>Jun 16 01:14:19 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jun 16 01:14:20 rpmi: libstdc++10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 01:14:20 rpmi: gcc10-c++-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 01:14:20 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607517515 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/incron-0.5.12-alt4.nosrc.rpm (w1.gzdio) Installing incron-0.5.12-alt4.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.6127 + 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 patching file icd-main.cpp patching file usertable.cpp + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.6127 + 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 -std=c++14' make: Entering directory '/usr/src/RPM/BUILD/incron-0.5.12' g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -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] 450 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 473 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 544 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 561 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 569 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 582 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 592 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 643 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 669 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 679 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 693 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 703 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 758 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 774 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 782 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 793 | 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] 800 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 827 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 841 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 854 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 868 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 884 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ icd-main.cpp:131:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 131 | void load_tables(EventDispatcher* pEd) throw (InotifyException) | ^~~~~ g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -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] 450 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 473 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 544 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 561 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 569 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 582 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 592 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 643 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 669 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 679 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 693 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 703 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 758 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 774 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 782 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 793 | 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] 800 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 827 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 841 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 854 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 868 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 884 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -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] 450 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 473 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 544 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 561 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 569 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 582 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 592 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 643 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 669 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 679 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 693 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 703 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 758 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 774 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 782 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 793 | 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] 800 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 827 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 841 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 854 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 868 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 884 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.cpp:229:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 229 | void InotifyWatch::SetMask(uint32_t uMask) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:246:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 246 | void InotifyWatch::SetEnabled(bool fEnabled) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:301:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 301 | Inotify::Inotify() throw (InotifyException) | ^~~~~ inotify-cxx.cpp:332:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 332 | void Inotify::Add(InotifyWatch* pWatch) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:386:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 386 | void Inotify::Remove(InotifyWatch* pWatch) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:435:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 435 | void Inotify::WaitForEvents(bool fNoIntr) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:468:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | bool Inotify::GetEvent(InotifyEvent* pEvt) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:486:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 486 | bool Inotify::PeekEvent(InotifyEvent* pEvt) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:527:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 527 | void Inotify::SetNonBlock(bool fNonBlock) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:557:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 557 | void Inotify::SetCloseOnExec(bool fClOnEx) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:587:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 587 | uint32_t Inotify::GetCapability(InotifyCapability_t cap) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:604:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 604 | void Inotify::SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:618:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 618 | std::string Inotify::GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException) | ^~~~~ g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -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] 450 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 473 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 544 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 561 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 569 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 582 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 592 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 643 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 669 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 679 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 693 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 703 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 758 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 774 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 782 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 793 | 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] 800 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 827 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 841 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 854 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 868 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 884 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -o strtok.o strtok.cpp g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -o appinst.o appinst.cpp g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -o incroncfg.o incroncfg.cpp g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -o appargs.o appargs.cpp g++ -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -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 -std=c++14 -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] 450 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 473 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 544 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 561 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 569 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 582 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 592 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 643 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 669 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 679 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 693 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 703 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 758 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 774 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 782 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 793 | 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] 800 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 827 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 841 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 854 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 868 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 884 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -std=c++14 -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.52751 + 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: (from :0) 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) Processing files: incron-0.5.12-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52751 + 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.2JIHXO find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.J03cBO find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.PrE6cP Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mn2wQL Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3KFmbM 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.7)(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.jmqyLL Creating incron-debuginfo package Processing files: incron-debuginfo-0.5.12-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uUkWrL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AdWqyP find-requires: running scripts (debuginfo) Requires: incron = 0.5.12-alt4, /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-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/incron-debuginfo-0.5.12-alt4.x86_64.rpm (w2.lzdio) 6.11user 3.18system 0:14.77elapsed 62%CPU (0avgtext+0avgdata 147996maxresident)k 0inputs+0outputs (0major+602462minor)pagefaults 0swaps 2.82user 2.55system 0:24.07elapsed 22%CPU (0avgtext+0avgdata 128864maxresident)k 0inputs+0outputs (0major+210900minor)pagefaults 0swaps --- incron-0.5.12-alt4.x86_64.rpm.repo 2022-11-28 06:45:01.000000000 +0000 +++ incron-0.5.12-alt4.x86_64.rpm.hasher 2024-06-16 01:14:37.641538054 +0000 @@ -61,4 +61,4 @@ File: /lib/systemd/system/incrond.service 100644 root:root ffe83cdc0c1eab5d88e96b65fb9d3251 -File: /usr/bin/incrontab 100700 root:root eb990178978be8418fa8547cc8b8bade -File: /usr/sbin/incrond 100755 root:root d1c58962f84f889bfb2ed6b67adc81b7 +File: /usr/bin/incrontab 100700 root:root 4e5796c01d0ad004847553925fca25a1 +File: /usr/sbin/incrond 100755 root:root 5ec46d82c1f0448d7276d6d960c3ffd8 File: /usr/share/doc/incron-0.5.12 40755 root:root @@ -74,2 +74,2 @@ File: /var/spool/incron 43730 root:incrontab -RPMIdentity: 921ac3f30d91b27176cf4db2c5761609732e01fb7ea058bb0525c756c5b37d2ae8376b820bf2b9dd5492fef1a9c872563271f8b8105d0dc8ce68edde37cb22f3 +RPMIdentity: b41625d0687b409d754897a1d23da91e151b4dc72ab9ce673d4588dcd6277a2505006b71fbd726131e0651d9b612c96e75d22ca145d4fe4b461941ad41fc1e8d --- incron-debuginfo-0.5.12-alt4.x86_64.rpm.repo 2022-11-28 06:45:01.000000000 +0000 +++ incron-debuginfo-0.5.12-alt4.x86_64.rpm.hasher 2024-06-16 01:14:37.759540190 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/35 40755 root:root -/usr/lib/debug/.build-id/35/beafc768075e97ae159defe4cbac49ac1182d5 120777 root:root ../../../../bin/incrontab -/usr/lib/debug/.build-id/35/beafc768075e97ae159defe4cbac49ac1182d5.debug 120777 root:root ../../usr/bin/incrontab.debug -/usr/lib/debug/.build-id/94 40755 root:root -/usr/lib/debug/.build-id/94/f6c969b52df916838a17259944b4d46721801d 120777 root:root ../../../../sbin/incrond -/usr/lib/debug/.build-id/94/f6c969b52df916838a17259944b4d46721801d.debug 120777 root:root ../../usr/sbin/incrond.debug +/usr/lib/debug/.build-id/0e 40755 root:root +/usr/lib/debug/.build-id/0e/1494458954fc4ff37c8cad781f3db6b59caf30 120777 root:root ../../../../sbin/incrond +/usr/lib/debug/.build-id/0e/1494458954fc4ff37c8cad781f3db6b59caf30.debug 120777 root:root ../../usr/sbin/incrond.debug +/usr/lib/debug/.build-id/87 40755 root:root +/usr/lib/debug/.build-id/87/f79795956b9c91021ecaa4867eb3bacb62e3cd 120777 root:root ../../../../bin/incrontab +/usr/lib/debug/.build-id/87/f79795956b9c91021ecaa4867eb3bacb62e3cd.debug 120777 root:root ../../usr/bin/incrontab.debug /usr/lib/debug/usr/bin/incrontab.debug 100644 root:root @@ -33,10 +33,10 @@ Provides: incron-debuginfo = 0.5.12-alt4:p10+310438.100.2.1 -File: /usr/lib/debug/.build-id/35 40755 root:root -File: /usr/lib/debug/.build-id/35/beafc768075e97ae159defe4cbac49ac1182d5 120777 root:root ../../../../bin/incrontab -File: /usr/lib/debug/.build-id/35/beafc768075e97ae159defe4cbac49ac1182d5.debug 120777 root:root ../../usr/bin/incrontab.debug -File: /usr/lib/debug/.build-id/94 40755 root:root -File: /usr/lib/debug/.build-id/94/f6c969b52df916838a17259944b4d46721801d 120777 root:root ../../../../sbin/incrond -File: /usr/lib/debug/.build-id/94/f6c969b52df916838a17259944b4d46721801d.debug 120777 root:root ../../usr/sbin/incrond.debug -File: /usr/lib/debug/usr/bin/incrontab.debug 100644 root:root 57b6b5e88454c290c5902f4f4bb43bfa -File: /usr/lib/debug/usr/sbin/incrond.debug 100644 root:root 7cdc9abfce3750c3834c8c752a398a65 +File: /usr/lib/debug/.build-id/0e 40755 root:root +File: /usr/lib/debug/.build-id/0e/1494458954fc4ff37c8cad781f3db6b59caf30 120777 root:root ../../../../sbin/incrond +File: /usr/lib/debug/.build-id/0e/1494458954fc4ff37c8cad781f3db6b59caf30.debug 120777 root:root ../../usr/sbin/incrond.debug +File: /usr/lib/debug/.build-id/87 40755 root:root +File: /usr/lib/debug/.build-id/87/f79795956b9c91021ecaa4867eb3bacb62e3cd 120777 root:root ../../../../bin/incrontab +File: /usr/lib/debug/.build-id/87/f79795956b9c91021ecaa4867eb3bacb62e3cd.debug 120777 root:root ../../usr/bin/incrontab.debug +File: /usr/lib/debug/usr/bin/incrontab.debug 100644 root:root 8a6284e55500024c4ae5ddb0b1815ecb +File: /usr/lib/debug/usr/sbin/incrond.debug 100644 root:root 3a6febf11750dc7cd99403e9bf195d80 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: 04248addc88741fa7733d4b607cc79791a8a311c61d2a7dbf707fe5d219e8beda7c21ba6182c44a0e72495c2b051ad7bee9b8e1b8a0c1e58ab0d5e16147c20d0 +RPMIdentity: 8a43b8bf4c80f9bbe5931cbf26730cc369f8c0e0bb5a18e67914f2b20c94096652bf4d6ba1deb837c7975e08cb511708598341c383f2cb6c5f22fde186fa86a4