From https://github.com/archlinux/svntogit-community * branch packages/incron -> FETCH_HEAD * [new branch] packages/incron -> community/packages/incron Cloning into 'incron'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 131k 100 131k 0 0 391k 0 --:--:-- --:--:-- --:--:-- 391k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8546k 100 8546k 0 0 20.8M 0 --:--:-- --:--:-- --:--:-- 20.9M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 420k 0 --:--:-- --:--:-- --:--:-- 420k :: Starting full system upgrade... there is nothing to do ==> Making package: incron 0.5.12-5 (Mon Jul 31 21:25:57 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning incron git repo... Cloning into bare repository '/tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/incron'... -> Found 0001-GetSafePath.patch -> Found incron.sysusers -> Found incron.tmpfiles -> Found incrond.service ==> Validating source files with sha256sums... incron ... Skipped 0001-GetSafePath.patch ... Passed incron.sysusers ... Passed incron.tmpfiles ... Passed incrond.service ... Passed ==> Extracting sources... -> Creating working copy of incron git repo... Cloning into 'incron'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... patching file incrontab.cpp patching file incrontab.cpp ==> Starting build()... g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o icd-main.o icd-main.cpp g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o incrontab.o incrontab.cpp g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o inotify-cxx.o inotify-cxx.cpp g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o usertable.o usertable.cpp g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o strtok.o strtok.cpp g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o appinst.o appinst.cpp g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o incroncfg.o incroncfg.cpp g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o appargs.o appargs.cpp g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -o ict-main.o ict-main.cpp In file included from inotify-cxx.cpp:32: inotify-cxx.h:446:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 446 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:469:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 469 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:540:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 540 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:557:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 557 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:565:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 565 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:578:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 578 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:588:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 588 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:639:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 639 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:665:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 665 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:675:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 675 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:689:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 689 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:699:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 699 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:754:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 754 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:770:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 770 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:789:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 789 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:796:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 796 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:810:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 810 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:823:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 823 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:837:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 837 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:850:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 850 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:864:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 864 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:880:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 880 | 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) | ^~~~~ In file included from icd-main.cpp:34: inotify-cxx.h:446:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 446 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:469:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 469 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:540:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 540 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:557:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 557 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:565:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 565 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:578:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 578 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:588:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 588 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:639:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 639 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:665:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 665 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:675:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 675 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:689:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 689 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:699:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 699 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:754:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 754 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:770:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 770 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:789:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 789 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:796:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 796 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:810:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 810 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:823:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 823 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:837:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 837 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:850:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 850 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:864:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 864 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:880:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 880 | 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) | ^~~~~ In file included from ict-main.cpp:34: inotify-cxx.h:446:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 446 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:469:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 469 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:540:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 540 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:557:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 557 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:565:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 565 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:578:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 578 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:588:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 588 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:639:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 639 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:665:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 665 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:675:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 675 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:689:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 689 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:699:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 699 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:754:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 754 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:770:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 770 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:789:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 789 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:796:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 796 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:810:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 810 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:823:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 823 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:837:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 837 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:850:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 850 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:864:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 864 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:880:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 880 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ In file included from usertable.h:24, from usertable.cpp:35: inotify-cxx.h:446:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 446 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:469:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 469 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:540:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 540 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:557:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 557 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:565:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 565 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:578:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 578 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:588:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 588 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:639:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 639 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:665:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 665 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:675:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 675 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:689:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 689 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:699:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 699 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:754:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 754 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:770:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 770 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:789:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 789 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:796:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 796 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:810:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 810 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:823:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 823 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:837:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 837 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:850:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 850 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:864:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 864 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ In file included from incrontab.cpp:26: inotify-cxx.h:446:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 446 | void SetMask(uint32_t uMask) throw (InotifyException); | ^~~~~ inotify-cxx.h:469:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 469 | void SetEnabled(bool fEnabled) throw (InotifyException); | ^~~~~ inotify-cxx.h:540:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 540 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:557:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 557 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:565:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 565 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:578:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 578 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:588:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 588 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:639:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 639 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:665:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 665 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:675:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 675 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:689:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 689 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:699:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 699 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:754:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 754 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:770:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 770 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:789:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 789 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:796:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 796 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:810:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 810 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:823:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 823 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:837:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 837 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:850:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 850 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:864:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 864 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:880:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 880 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:880:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 880 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++14 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o ==> Entering fakeroot environment... ==> Starting package()... install -m 0755 -d /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/man/man1 install -m 0755 -d /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/man/man5 install -m 0755 -d /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/man/man8 install -m 0644 incrontab.1 /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/man/man1 install -m 0644 incrontab.5 /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/man/man5 install -m 0644 incrond.8 /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/man/man8 install -m 0644 incron.conf.5 /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/man/man5 install -m 0755 -d /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/bin/ install -m 0755 -d /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/bin/ install -m 0755 -d /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/doc/incron-`cat VERSION`// install -m 04755 -o root incrontab /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/bin/ install -m 0755 incrond /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/bin/ install -m 0755 -o root -d /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/var/spool/incron install -m 0755 -o root -d /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/etc/incron.d install -m 0644 incron.conf /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/etc install -m 0644 incron.conf.example /tmp/archlinux-ci/incron-archlinuxrb-build-uOV1Zn3O/incron/trunk/pkg/incron/usr/share/doc/incron-`cat VERSION`// ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "incron"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: incron 0.5.12-5 (Mon Jul 31 21:26:12 2023)