Source: ext4magic Version: 0.3.2-7 Severity: serious Tags: buster sid https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ext4magic.html
... inode.c: In function 'dump_inode': inode.c:409:82: error: 'struct ext2_inode' has no member named 'i_dir_acl'; did you mean 'i_file_acl'? inode->i_file_acl, LINUX_S_ISDIR(inode->i_mode) ? inode->i_dir_acl : 0, ^~~~~~~~~ i_file_acl inode.c:416:63: error: 'struct ext2_inode' has no member named 'i_dir_acl'; did you mean 'i_file_acl'? LINUX_S_ISDIR(inode->i_mode) ? inode->i_dir_acl : 0); ^~~~~~~~~ The "#define i_dir_acl i_size_high" was removed.