Hi, I was already working on some QA improvements for this package when I found this FTBFS bug report.
I included a fix for this issue in the following merge request: https://salsa.debian.org/debian/ascdc/-/merge_requests/2 The build failure happens because open() is used without including <fcntl.h>, which causes an implicit function declaration error with newer GCC versions. The patch adds the missing header declaration and fixes the build. Thanks, Rony Sousa

