>>> incron: Building community/incron 0.5.10-r0 (using abuild 3.7.0_rc1-r1) started Sun, 20 Dec 2020 03:58:09 +0000 >>> incron: Checking sanity of /home/buildozer/aports/community/incron/APKBUILD... >>> incron: Analyzing dependencies... >>> incron: Installing for build: build-base argp-standalone (1/2) Installing argp-standalone (1.3-r4) (2/2) Installing .makedepends-incron (20201220.035815) OK: 310 MiB in 88 packages >>> incron: Cleaning up srcdir >>> incron: Cleaning up pkgdir >>> incron: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/incron-0.5.10.tar.bz2 % 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 150k 100 150k 0 0 1774k 0 --:--:-- --:--:-- --:--:-- 1774k >>> incron: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/incron-0.5.10.tar.bz2 >>> incron: Checking sha512sums... incron-0.5.10.tar.bz2: OK fix-headers.patch: OK incrond.initd: OK incron-aarch64.patch: OK >>> incron: Unpacking /var/cache/distfiles/v3.13/incron-0.5.10.tar.bz2... >>> incron: fix-headers.patch patching file icd-main.cpp >>> incron: incron-aarch64.patch patching file inotify-cxx.h Hunk #1 succeeded at 36 (offset -1 lines). g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o icd-main.o icd-main.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o incrontab.o incrontab.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o inotify-cxx.o inotify-cxx.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o usertable.o usertable.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o strtok.o strtok.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o appinst.o appinst.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o incroncfg.o incroncfg.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o appargs.o appargs.cpp g++ -c -Os -fomit-frame-pointer -Os -fomit-frame-pointer -Wall -o ict-main.o ict-main.cpp In file included from icd-main.cpp:21: /usr/include/wait.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from icd-main.cpp:28: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from usertable.h:21, from usertable.cpp:33: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from usertable.h:21, from icd-main.cpp:39: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from inotify-cxx.cpp:31: 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) | ^~~~~ In file included from usertable.h:23, from usertable.cpp:33: 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) | ^~~~~ In file included from icd-main.cpp:33: 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: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:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 473 | void SetEnabled(bool fEnabled) 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: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:227:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 227 | void InotifyWatch::SetMask(uint32_t uMask) 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:244:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | void InotifyWatch::SetEnabled(bool fEnabled) 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:297:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | Inotify::Inotify() throw (InotifyException) | ^~~~~ In file included from ict-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.cpp:328:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 328 | void Inotify::Add(InotifyWatch* pWatch) 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) | ^~~~~ icd-main.cpp:130:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 130 | void load_tables(EventDispatcher* pEd) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:382:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 382 | void Inotify::Remove(InotifyWatch* pWatch) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:431:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 431 | void Inotify::WaitForEvents(bool fNoIntr) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:464:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 464 | bool Inotify::GetEvent(InotifyEvent* pEvt) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:482:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 482 | bool Inotify::PeekEvent(InotifyEvent* pEvt) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:523:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 523 | void Inotify::SetNonBlock(bool fNonBlock) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:553:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 553 | void Inotify::SetCloseOnExec(bool fClOnEx) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:583:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 583 | uint32_t Inotify::GetCapability(InotifyCapability_t cap) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:600:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 600 | void Inotify::SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:614:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 614 | std::string Inotify::GetCapabilityPath(InotifyCapability_t cap) 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); | ^~~~~ In file included from incrontab.cpp:24: 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++ -Os -fomit-frame-pointer -Wall -Wl,--as-needed -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o g++ -Os -fomit-frame-pointer -Wall -Wl,--as-needed -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o >>> WARNING: incron: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> incron: Entering fakeroot... install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man1 install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man5 install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man8 install -m 0644 incrontab.1 /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man1 install -m 0644 incrontab.5 /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man5 install -m 0644 incrond.8 /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man8 install -m 0644 incron.conf.5 /home/buildozer/aports/community/incron/pkg/incron/usr/share/man/man5 install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/bin/ install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/sbin/ install -m 0755 -d /home/buildozer/aports/community/incron/pkg/incron/usr/share/doc/incron-`cat VERSION`// install -m 04755 -o root incrontab /home/buildozer/aports/community/incron/pkg/incron/usr/bin/ install -m 0755 incrond /home/buildozer/aports/community/incron/pkg/incron/usr/sbin/ install -m 0755 -o root -d /home/buildozer/aports/community/incron/pkg/incron/var/spool/incron install -m 0755 -o root -d /home/buildozer/aports/community/incron/pkg/incron/etc/incron.d install -m 0644 incron.conf.example /home/buildozer/aports/community/incron/pkg/incron/usr/share/doc/incron-`cat VERSION`// >>> incron-doc*: Running split function doc... >>> incron-doc*: Preparing subpackage incron-doc... >>> incron-doc*: Running postcheck for incron-doc >>> incron*: Running postcheck for incron >>> WARNING: incron*: Found OpenRC directory (/etc/conf.d or /etc/init.d) but name doesn't end with -openrc >>> incron*: Preparing package incron... >>> incron*: Stripping binaries >>> incron-doc*: Scanning shared objects >>> incron*: Scanning shared objects >>> incron-doc*: Tracing dependencies... >>> incron-doc*: Package size: 56.0 KB >>> incron-doc*: Compressing data... >>> incron-doc*: Create checksum... >>> incron-doc*: Create incron-doc-0.5.10-r0.apk >>> incron*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> incron*: Package size: 224.0 KB >>> incron*: Compressing data... >>> incron*: Create checksum... >>> incron*: Create incron-0.5.10-r0.apk >>> incron: Build complete at Sun, 20 Dec 2020 03:58:18 +0000 elapsed time 0h 0m 9s >>> incron: Cleaning up srcdir >>> incron: Cleaning up pkgdir >>> incron: Uninstalling dependencies... (1/2) Purging .makedepends-incron (20201220.035815) (2/2) Purging argp-standalone (1.3-r4) OK: 310 MiB in 86 packages >>> incron: Updating the community/x86 repository index... >>> incron: Signing the index...