<86>Sep 25 10:26:29 userdel[2790194]: delete user 'rooter' <86>Sep 25 10:26:29 userdel[2790194]: removed group 'rooter' owned by 'rooter' <86>Sep 25 10:26:29 userdel[2790194]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 25 10:26:29 groupadd[2790218]: group added to /etc/group: name=rooter, GID=639 <86>Sep 25 10:26:29 groupadd[2790218]: group added to /etc/gshadow: name=rooter <86>Sep 25 10:26:29 groupadd[2790218]: new group: name=rooter, GID=639 <86>Sep 25 10:26:29 useradd[2790241]: new user: name=rooter, UID=639, GID=639, home=/root, shell=/bin/bash <86>Sep 25 10:26:29 userdel[2790274]: delete user 'builder' <86>Sep 25 10:26:29 userdel[2790274]: removed group 'builder' owned by 'builder' <86>Sep 25 10:26:29 userdel[2790274]: removed shadow group 'builder' owned by 'builder' <86>Sep 25 10:26:29 groupadd[2790291]: group added to /etc/group: name=builder, GID=640 <86>Sep 25 10:26:29 groupadd[2790291]: group added to /etc/gshadow: name=builder <86>Sep 25 10:26:29 groupadd[2790291]: new group: name=builder, GID=640 <86>Sep 25 10:26:29 useradd[2790313]: new user: name=builder, UID=640, GID=640, home=/usr/src, shell=/bin/bash <13>Sep 25 10:26:32 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Sep 25 10:26:33 rpmi: libstdc++11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed <13>Sep 25 10:26:34 rpmi: gcc11-c++-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed <13>Sep 25 10:26:34 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 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.71755 + 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.69040 + 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.69040 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.69040 (%build) Command exited with non-zero status 1 0.79user 0.13system 0:00.92elapsed 100%CPU (0avgtext+0avgdata 54940maxresident)k 0inputs+0outputs (0major+21580minor)pagefaults 0swaps hsh-rebuild: rebuild of `incron-0.5.12-alt2.src.rpm' failed. Command exited with non-zero status 1 8.16user 5.27system 0:12.27elapsed 109%CPU (0avgtext+0avgdata 103972maxresident)k 0inputs+0outputs (0major+236487minor)pagefaults 0swaps