The following packages will be installed: incron Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching incron.SlackBuild... 0%100%100%100%100%100%Done Fetching incron.info... 0%100%100%100%100%100%Done Fetching rc.incrond... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done incron-0.6.0/ incron-0.6.0/.gitignore incron-0.6.0/CHANGELOG incron-0.6.0/COPYING incron-0.6.0/Doxyfile incron-0.6.0/LICENSE-GPL incron-0.6.0/LICENSE-LGPL incron-0.6.0/LICENSE-X11 incron-0.6.0/Makefile incron-0.6.0/README incron-0.6.0/VERSION incron-0.6.0/appargs.cpp incron-0.6.0/appargs.h incron-0.6.0/appinst.cpp incron-0.6.0/appinst.h incron-0.6.0/icd-main.cpp incron-0.6.0/ict-main.cpp incron-0.6.0/incron.conf.5 incron-0.6.0/incron.conf.example incron-0.6.0/incron.h incron-0.6.0/incroncfg.cpp incron-0.6.0/incroncfg.h incron-0.6.0/incrond.8 incron-0.6.0/incrontab.1 incron-0.6.0/incrontab.5 incron-0.6.0/incrontab.cpp incron-0.6.0/incrontab.h incron-0.6.0/inotify-cxx.cpp incron-0.6.0/inotify-cxx.h incron-0.6.0/strtok.cpp incron-0.6.0/strtok.h incron-0.6.0/usertable.cpp incron-0.6.0/usertable.h g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o icd-main.o icd-main.cpp In file included from icd-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.h:529:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 529 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:546:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 546 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:554:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 554 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:567:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 567 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:577:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 577 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:628:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 628 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:654:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 654 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:664:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 664 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:678:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 678 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:688:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 688 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:743:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 743 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:759:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 759 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:767:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 767 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:785:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 785 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:799:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 799 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:812:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 812 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:826:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 826 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:839:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 839 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:853:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:869:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 869 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ icd-main.cpp:133:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 133 | void load_tables(EventDispatcher* pEd) throw (InotifyException) | ^~~~~ g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o incrontab.o incrontab.cpp 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:529:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 529 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:546:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 546 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:554:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 554 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:567:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 567 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:577:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 577 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:628:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 628 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:654:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 654 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:664:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 664 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:678:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 678 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:688:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 688 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:743:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 743 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:759:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 759 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:767:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 767 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:785:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 785 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:799:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 799 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:812:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 812 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:826:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 826 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:839:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 839 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:853:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:869:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 869 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o inotify-cxx.o inotify-cxx.cpp 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:529:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 529 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:546:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 546 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:554:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 554 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:567:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 567 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:577:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 577 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:628:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 628 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:654:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 654 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:664:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 664 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:678:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 678 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:688:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 688 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:743:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 743 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:759:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 759 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:767:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 767 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:785:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 785 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:799:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 799 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:812:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 812 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:826:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 826 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:839:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 839 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:853:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:869:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 869 | 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.cpp:244:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 244 | void InotifyWatch::SetEnabled(bool fEnabled) throw (InotifyException) | ^~~~~ inotify-cxx.cpp:297:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 297 | Inotify::Inotify() 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.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) | ^~~~~ g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o usertable.o usertable.cpp In file included from usertable.h:25, from usertable.cpp:35: 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:529:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 529 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:546:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 546 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:554:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 554 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:567:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 567 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:577:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 577 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:628:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 628 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:654:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 654 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:664:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 664 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:678:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 678 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:688:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 688 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:743:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 743 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:759:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 759 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:767:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 767 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:785:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 785 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:799:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 799 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:812:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 812 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:826:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 826 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:839:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 839 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:853:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:869:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 869 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o strtok.o strtok.cpp g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o appinst.o appinst.cpp g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o incroncfg.o incroncfg.cpp g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o appargs.o appargs.cpp g++ -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o g++ -c -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o ict-main.o ict-main.cpp 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.h:529:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 529 | Inotify() throw (InotifyException); | ^~~~~ inotify-cxx.h:546:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 546 | void Add(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:554:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 554 | inline void Add(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:567:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 567 | void Remove(InotifyWatch* pWatch) throw (InotifyException); | ^~~~~ inotify-cxx.h:577:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 577 | inline void Remove(InotifyWatch& rWatch) throw (InotifyException) | ^~~~~ inotify-cxx.h:628:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 628 | void WaitForEvents(bool fNoIntr = false) throw (InotifyException); | ^~~~~ inotify-cxx.h:654:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 654 | bool GetEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:664:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 664 | bool GetEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:678:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 678 | bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException); | ^~~~~ inotify-cxx.h:688:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 688 | bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException) | ^~~~~ inotify-cxx.h:743:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 743 | void SetNonBlock(bool fNonBlock) throw (InotifyException); | ^~~~~ inotify-cxx.h:759:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 759 | void SetCloseOnExec(bool fClOnEx) throw (InotifyException); | ^~~~~ inotify-cxx.h:767:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 767 | static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ inotify-cxx.h:778:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 778 | static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException); | ^~~~~ inotify-cxx.h:785:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 785 | inline static uint32_t GetMaxEvents() throw (InotifyException) | ^~~~~ inotify-cxx.h:799:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 799 | inline static void SetMaxEvents(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:812:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 812 | inline static uint32_t GetMaxInstances() throw (InotifyException) | ^~~~~ inotify-cxx.h:826:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 826 | inline static void SetMaxInstances(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:839:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 839 | inline static uint32_t GetMaxWatches() throw (InotifyException) | ^~~~~ inotify-cxx.h:853:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | inline static void SetMaxWatches(uint32_t val) throw (InotifyException) | ^~~~~ inotify-cxx.h:869:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 869 | static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException); | ^~~~~ g++ -O2 -march=i586 -mtune=i686 -std=gnu++11 -Wl,-s -pipe -Wall -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o install -m 0755 -d /usr/src/slapt-src-i486/system/incron/package-incron/usr/man/man1 install -m 0755 -d /usr/src/slapt-src-i486/system/incron/package-incron/usr/man/man5 install -m 0755 -d /usr/src/slapt-src-i486/system/incron/package-incron/usr/man/man8 install -m 0644 incrontab.1 /usr/src/slapt-src-i486/system/incron/package-incron/usr/man/man1 install -m 0644 incrontab.5 /usr/src/slapt-src-i486/system/incron/package-incron/usr/man/man5 install -m 0644 incrond.8 /usr/src/slapt-src-i486/system/incron/package-incron/usr/man/man8 install -m 0644 incron.conf.5 /usr/src/slapt-src-i486/system/incron/package-incron/usr/man/man5 install -m 0755 -d /usr/src/slapt-src-i486/system/incron/package-incron/usr/bin/ install -m 0755 -d /usr/src/slapt-src-i486/system/incron/package-incron/usr/sbin/ install -m 0755 -d /usr/src/slapt-src-i486/system/incron/package-incron/usr/doc/incron-`cat VERSION`// install -m 04755 -o root incrontab /usr/src/slapt-src-i486/system/incron/package-incron/usr/bin/ install -m 0755 incrond /usr/src/slapt-src-i486/system/incron/package-incron/usr/sbin/ install -m 0755 -o root -d /usr/src/slapt-src-i486/system/incron/package-incron/var/spool/incron install -m 0755 -o root -d /usr/src/slapt-src-i486/system/incron/package-incron/etc/incron.d install -m 0644 incron.conf.example /usr/src/slapt-src-i486/system/incron/package-incron/usr/doc/incron-`cat VERSION`// Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/incron/incron-0.6.0-i586-1salix15.0.txz ./ etc/ etc/incron.d/ etc/rc.d/ etc/rc.d/rc.incrond.new install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/incrontab usr/doc/ usr/doc/incron-0.6.0/ usr/doc/incron-0.6.0/CHANGELOG usr/doc/incron-0.6.0/COPYING usr/doc/incron-0.6.0/LICENSE-GPL usr/doc/incron-0.6.0/LICENSE-LGPL usr/doc/incron-0.6.0/LICENSE-X11 usr/doc/incron-0.6.0/README usr/doc/incron-0.6.0/VERSION usr/doc/incron-0.6.0/incron.SlackBuild usr/doc/incron-0.6.0/incron.conf.example usr/man/ usr/man/man1/ usr/man/man1/incrontab.1.gz usr/man/man5/ usr/man/man5/incron.conf.5.gz usr/man/man5/incrontab.5.gz usr/man/man8/ usr/man/man8/incrond.8.gz usr/sbin/ usr/sbin/incrond var/ var/spool/ var/spool/incron/ Slackware package /usr/src/slapt-src-i486/system/incron/incron-0.6.0-i586-1salix15.0.txz created. Installing package incron-0.6.0-i586-1salix15.0... | incron (inotify cron system) | | This program is an "inotify cron" system. It consists of | a daemon and a table manipulator. You can use it a similar way | as the regular cron. The difference is that the inotify cron | handles filesystem events rather than time periods. | | | Website: http://inotify.aiken.cz | | | |