Cook: incron 0.5.10 ================================================================================ QA: checking package receipt... Extracting source archive "incron-0.5.10.tar.bz2" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o icd-main.o icd-main.cpp g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o incrontab.o incrontab.cpp g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o inotify-cxx.o inotify-cxx.cpp g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o usertable.o usertable.cpp g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o strtok.o strtok.cpp g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o appinst.o appinst.cpp In file included from inotify-cxx.cpp:31: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.cpp:227:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void InotifyWatch::SetMask(uint32_t uMask) throw (InotifyException) ^~~~~ inotify-cxx.cpp:244:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void InotifyWatch::SetEnabled(bool fEnabled) throw (InotifyException) ^~~~~ inotify-cxx.cpp:297:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify::Inotify() throw (InotifyException) ^~~~~ inotify-cxx.cpp:328:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::Add(InotifyWatch* pWatch) throw (InotifyException) ^~~~~ inotify-cxx.cpp:382:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::Remove(InotifyWatch* pWatch) throw (InotifyException) ^~~~~ inotify-cxx.cpp:431:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::WaitForEvents(bool fNoIntr) throw (InotifyException) ^~~~~ inotify-cxx.cpp:464:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool Inotify::GetEvent(InotifyEvent* pEvt) throw (InotifyException) ^~~~~ inotify-cxx.cpp:482:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool Inotify::PeekEvent(InotifyEvent* pEvt) throw (InotifyException) ^~~~~ inotify-cxx.cpp:523:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::SetNonBlock(bool fNonBlock) throw (InotifyException) ^~~~~ inotify-cxx.cpp:553:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Inotify::SetCloseOnExec(bool fClOnEx) throw (InotifyException) ^~~~~ inotify-cxx.cpp:583:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint32_t Inotify::GetCapability(InotifyCapability_t cap) throw (InotifyException) ^~~~~ inotify-cxx.cpp:600:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] std::string Inotify::GetCapabilityPath(InotifyCapability_t cap) 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] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o incroncfg.o incroncfg.cpp In file included from icd-main.cpp:33: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o appargs.o appargs.cpp inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ icd-main.cpp:130:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void load_tables(EventDispatcher* pEd) throw (InotifyException) ^~~~~ In file included from incrontab.cpp:24: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ usertable.cpp: In member function 'void UserTable::OnEvent(InotifyEvent&)': usertable.cpp:354:19: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] asprintf(&s, "%u", (unsigned) rEvt.GetMask()); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -c -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -o ict-main.o ict-main.cpp g++ -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wl,-Os,--as-needed -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o In file included from ict-main.cpp:34: inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetMask(uint32_t uMask) throw (InotifyException); ^~~~~ inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetEnabled(bool fEnabled) throw (InotifyException); ^~~~~ inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Inotify() throw (InotifyException); ^~~~~ inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Add(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Add(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Remove(InotifyWatch* pWatch) throw (InotifyException); ^~~~~ inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline void Remove(InotifyWatch& rWatch) throw (InotifyException) ^~~~~ inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void WaitForEvents(bool fNoIntr = false) throw (InotifyException); ^~~~~ inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); ^~~~~ inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) ^~~~~ inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetNonBlock(bool fNonBlock) throw (InotifyException); ^~~~~ inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetCloseOnExec(bool fClOnEx) throw (InotifyException); ^~~~~ inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); ^~~~~ inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 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] inline static uint32_t GetMaxEvents() throw (InotifyException) ^~~~~ inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxEvents(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxInstances() throw (InotifyException) ^~~~~ inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxInstances(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static uint32_t GetMaxWatches() throw (InotifyException) ^~~~~ inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] inline static void SetMaxWatches(uint32_t val) throw (InotifyException) ^~~~~ inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); ^~~~~ g++ -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wl,-Os,--as-needed -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o install -m 0755 -d /home/slitaz/wok/incron/install/usr/share/man/man1 install -m 0755 -d /home/slitaz/wok/incron/install/usr/share/man/man5 install -m 0755 -d /home/slitaz/wok/incron/install/usr/share/man/man8 install -m 0644 incrontab.1 /home/slitaz/wok/incron/install/usr/share/man/man1 install -m 0644 incrontab.5 /home/slitaz/wok/incron/install/usr/share/man/man5 install -m 0644 incrond.8 /home/slitaz/wok/incron/install/usr/share/man/man8 install -m 0644 incron.conf.5 /home/slitaz/wok/incron/install/usr/share/man/man5 install -m 0755 -d /home/slitaz/wok/incron/install/usr/bin/ install -m 0755 -d /home/slitaz/wok/incron/install/usr/sbin/ install -m 0755 -d /home/slitaz/wok/incron/install/usr/share/doc/incron-`cat VERSION`// install -m 04755 -o root incrontab /home/slitaz/wok/incron/install/usr/bin/ install -m 0755 incrond /home/slitaz/wok/incron/install/usr/sbin/ install -m 0755 -o root -d /home/slitaz/wok/incron/install/var/spool/incron install -m 0755 -o root -d /home/slitaz/wok/incron/install/etc/incron.d install -m 0644 incron.conf.example /home/slitaz/wok/incron/install/usr/share/doc/incron-`cat VERSION`// ================================================================================ Executing strip on all files... Done Time: 0.62s. Size: 188244 B -> 137964 B. Save: 49 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 2.05s. Size: 13669 B -> 5976 B. Save: 8 KB. Cache hit: 4/4. ================================================================================ Build dependencies to remove: 1 Removing: advancecomp-static Pack: incron 0.5.10 ================================================================================ Executing: genpkg_rules Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "incron-0.5.10-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "incron-0.5.10-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/incron-0.5.10... Done Checking site script in source/incron-0.5.10... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: incron 0.5.10 ================================================================================ Src file : incron-0.5.10.tar.bz2 Src size : 152.0K Source dir : 1.8M Produced : 224.0K Cook time : 11s Cook date : 2020-07-07 11:39 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 192.0K : 39.7K : 2 : incron-0.5.10-i486.tazpkg ================================================================================