On Tue, Jun 02, 2026 at 02:04:16PM -0300, Rony Sousa wrote: > 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 a lot! Looks good to me. I'm going to upload it "as is", but first I've configured "fast-forward" merges in salsa because I'm aiming at linear history. Simple question: This bug happens in trixie now after yesterday's point release. How is that possible, when we have not updated gcc in trixie? (I plan to backport this fix for trixie-proposed-updates anyway). Thanks.

