Source: geany-plugins Version: 1.38+dfsg-1 Severity: serious Tags: ftbfs Forwarded: https://github.com/geany/geany-plugins/issues/1164
https://buildd.debian.org/status/logs.php?pkg=geany-plugins&ver=1.38%2Bdfsg-1%2Bb2 ... gcb-plugin.c: In function ‘gcb_git_buf_grow’: gcb-plugin.c:219:12: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’? 219 | if (buf->asize == 0) { | ^~~~~ | size gcb-plugin.c: In function ‘buf_zero’: gcb-plugin.c:237:10: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’? 237 | buf->asize = 0; | ^~~~~ | size ...