<86>Sep 14 10:41:19 userdel[3862645]: delete user 'rooter' <86>Sep 14 10:41:19 userdel[3862645]: removed group 'rooter' owned by 'rooter' <86>Sep 14 10:41:19 userdel[3862645]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 10:41:19 groupadd[3862651]: group added to /etc/group: name=rooter, GID=654 <86>Sep 14 10:41:19 groupadd[3862651]: group added to /etc/gshadow: name=rooter <86>Sep 14 10:41:19 groupadd[3862651]: new group: name=rooter, GID=654 <86>Sep 14 10:41:19 useradd[3862656]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Sep 14 10:41:19 userdel[3862663]: delete user 'builder' <86>Sep 14 10:41:19 userdel[3862663]: removed group 'builder' owned by 'builder' <86>Sep 14 10:41:19 userdel[3862663]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 10:41:19 groupadd[3862668]: group added to /etc/group: name=builder, GID=655 <86>Sep 14 10:41:19 groupadd[3862668]: group added to /etc/gshadow: name=builder <86>Sep 14 10:41:19 groupadd[3862668]: new group: name=builder, GID=655 <86>Sep 14 10:41:19 useradd[3862672]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash <13>Sep 14 10:41:21 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Sep 14 10:41:22 rpmi: libstdc++11-devel-11.2.1-alt1 icarus+285089.100.1.1 1631479831 installed <13>Sep 14 10:41:23 rpmi: gcc11-c++-11.2.1-alt1 icarus+285089.100.1.1 1631479831 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.86801 + 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.86801 + 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 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/incron-0.5.12' g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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.86801 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.86801 (%build) Command exited with non-zero status 1 0.40user 0.07system 0:00.48elapsed 99%CPU (0avgtext+0avgdata 55144maxresident)k 0inputs+0outputs (0major+21226minor)pagefaults 0swaps hsh-rebuild: rebuild of `incron-0.5.12-alt2.src.rpm' failed. Command exited with non-zero status 1 4.93user 2.19system 0:08.68elapsed 82%CPU (0avgtext+0avgdata 101284maxresident)k 0inputs+0outputs (0major+232543minor)pagefaults 0swaps