<86>Sep 29 01:26:04 userdel[454592]: delete user 'rooter' <86>Sep 29 01:26:04 groupadd[454620]: group added to /etc/group: name=rooter, GID=666 <86>Sep 29 01:26:04 groupadd[454620]: group added to /etc/gshadow: name=rooter <86>Sep 29 01:26:04 groupadd[454620]: new group: name=rooter, GID=666 <86>Sep 29 01:26:04 useradd[454646]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Sep 29 01:26:04 userdel[454687]: delete user 'builder' <86>Sep 29 01:26:04 userdel[454687]: removed group 'builder' owned by 'builder' <86>Sep 29 01:26:04 userdel[454687]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 01:26:05 groupadd[454734]: group added to /etc/group: name=builder, GID=667 <86>Sep 29 01:26:05 groupadd[454734]: group added to /etc/gshadow: name=builder <86>Sep 29 01:26:05 groupadd[454734]: new group: name=builder, GID=667 <86>Sep 29 01:26:05 useradd[454755]: new user: name=builder, UID=667, GID=667, home=/usr/src, shell=/bin/bash <13>Sep 29 01:26:06 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Sep 29 01:26:07 rpmi: libstdc++11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Sep 29 01:26:08 rpmi: gcc11-c++-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Sep 29 01:26:08 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632238564 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.5965 + 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.5965 + 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 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/incron-0.5.12' g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o icd-main.o icd-main.cpp In file included from icd-main.cpp:34: inotify-cxx.h:450:32: error: ISO C++17 does not allow dynamic exception specifications 450 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:473:34: error: ISO C++17 does not allow dynamic exception specifications 473 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:544:13: error: ISO C++17 does not allow dynamic exception specifications 544 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:561:34: error: ISO C++17 does not allow dynamic exception specifications 561 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:569:41: error: ISO C++17 does not allow dynamic exception specifications 569 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:582:37: error: ISO C++17 does not allow dynamic exception specifications 582 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:592:44: error: ISO C++17 does not allow dynamic exception specifications 592 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:643:44: error: ISO C++17 does not allow dynamic exception specifications 643 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:669:37: error: ISO C++17 does not allow dynamic exception specifications 669 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:679:37: error: ISO C++17 does not allow dynamic exception specifications 679 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:693:38: error: ISO C++17 does not allow dynamic exception specifications 693 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:703:38: error: ISO C++17 does not allow dynamic exception specifications 703 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:758:36: error: ISO C++17 does not allow dynamic exception specifications 758 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:774:37: error: ISO C++17 does not allow dynamic exception specifications 774 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:782:58: error: ISO C++17 does not allow dynamic exception specifications 782 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:793:68: error: ISO C++17 does not allow dynamic exception specifications 793 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:800:41: error: ISO C++17 does not allow dynamic exception specifications 800 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:814:49: error: ISO C++17 does not allow dynamic exception specifications 814 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:827:44: error: ISO C++17 does not allow dynamic exception specifications 827 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:841:52: error: ISO C++17 does not allow dynamic exception specifications 841 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:854:42: error: ISO C++17 does not allow dynamic exception specifications 854 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:868:50: error: ISO C++17 does not allow dynamic exception specifications 868 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:884:65: error: ISO C++17 does not allow dynamic exception specifications 884 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ icd-main.cpp:130:40: error: ISO C++17 does not allow dynamic exception specifications 130 | void load_tables(EventDispatcher* pEd) throw (InotifyException) | ^~~~~ make: *** [Makefile:43: icd-main.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/incron-0.5.12' error: Bad exit status from /usr/src/tmp/rpm-tmp.5965 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.5965 (%build) Command exited with non-zero status 1 0.37user 0.06system 0:00.44elapsed 99%CPU (0avgtext+0avgdata 76208maxresident)k 0inputs+0outputs (0major+23027minor)pagefaults 0swaps hsh-rebuild: rebuild of `incron-0.5.12-alt2.src.rpm' failed. Command exited with non-zero status 1 4.51user 2.37system 0:07.03elapsed 97%CPU (0avgtext+0avgdata 101916maxresident)k 0inputs+0outputs (0major+239535minor)pagefaults 0swaps