Source: incron
Version: 0.5.12-2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=incron&ver=0.5.12-2%2Bb1
...
inotify-cxx.h: At global scope:
inotify-cxx.h:450:32: error: ISO C++17 does not allow dynamic exception
specifications
450 | void SetMask(uint32_t uMask) throw (InotifyException);
| ^~~~~
inotify-cxx.h:473:34: error: ISO C++17 does not allow dynamic exception
specifications
473 | void SetEnabled(bool fEnabled) throw (InotifyException);
| ^~~~~
inotify-cxx.h:544:13: error: ISO C++17 does not allow dynamic exception
specifications
544 | Inotify() throw (InotifyException);
| ^~~~~
...