https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242217
--- Comment #3 from [email protected] --- When I delete /etc/src.conf, I get a completely other error: --- all_subdir_rescue --- /usr/src/sbin/fsck_ffs/inode.c:72:9: error: no member named 'id_lballoc' in 'struct inodesc' idesc->id_lballoc = -1; ~~~~~ ^ /usr/src/sbin/fsck_ffs/inode.c:73:9: error: no member named 'id_level' in 'struct inodesc' idesc->id_level = 0; ~~~~~ ^ /usr/src/sbin/fsck_ffs/inode.c:107:15: error: too many arguments to function call, expected 0, have 1 inodirty(dp); ~~~~~~~~ ^~ /usr/src/sbin/fsck_ffs/fsck.h:452:1: note: 'inodirty' declared here void inodirty(void); ^ /usr/src/sbin/fsck_ffs/inode.c:126:10: error: no member named 'id_level' in 'struct inodesc' idesc->id_level = i + 1; ~~~~~ ^ /usr/src/sbin/fsck_ffs/inode.c:148:15: error: too many arguments to function call, expected 0, have 1 inodirty(dp); ~~~~~~~~ ^~ /usr/src/sbin/fsck_ffs/fsck.h:452:1: note: 'inodirty' declared here void inodirty(void); ^ /usr/src/sbin/fsck_ffs/inode.c:177:9: error: no member named 'id_level' in 'struct inodesc' idesc->id_level--; ~~~~~ ^ /usr/src/sbin/fsck_ffs/inode.c:178:51: error: no member named 'id_level' in 'struct inodesc' for (sizepb = sblock.fs_bsize, i = 0; i < idesc->id_level; i++) ~~~~~ ^ /usr/src/sbin/fsck_ffs/inode.c:202:15: error: no member named 'id_level' in 'struct inodesc' if (idesc->id_level == 0) { ~~~~~ ^ /usr/src/sbin/fsck_ffs/inode.c:207:12: error: no member named 'id_level' in 'struct inodesc' idesc->id_level++; ~~~~~ ^ /usr/src/sbin/fsck_ffs/inode.c:229:15: error: too many arguments to function call, expected 0, have 1 inodirty(dp); ~~~~~~~~ ^~ /usr/src/sbin/fsck_ffs/fsck.h:452:1: note: 'inodirty' declared here void inodirty(void); ^ /usr/src/sbin/fsck_ffs/inode.c:527:1: error: conflicting types for 'inodirty' inodirty(union dinode *dp) ^ /usr/src/sbin/fsck_ffs/fsck.h:452:7: note: previous declaration is here void inodirty(void); ^ /usr/src/sbin/fsck_ffs/inode.c:552:13: error: too many arguments to function call, expected 0, have 1 inodirty(dp); ~~~~~~~~ ^~ /usr/src/sbin/fsck_ffs/fsck.h:452:1: note: 'inodirty' declared here void inodirty(void); ^ /usr/src/sbin/fsck_ffs/inode.c:719:11: error: too many arguments to function call, expected 0, have 1 inodirty(dp); ~~~~~~~~ ^~ /usr/src/sbin/fsck_ffs/fsck.h:452:1: note: 'inodirty' declared here void inodirty(void); ^ /usr/src/sbin/fsck_ffs/inode.c:740:11: error: too many arguments to function call, expected 0, have 1 inodirty(dp); ~~~~~~~~ ^~ /usr/src/sbin/fsck_ffs/fsck.h:452:1: note: 'inodirty' declared here void inodirty(void); ^ 14 errors generated. *** [inode.o] Error code 1 make[6]: stopped in /usr/src/sbin/fsck_ffs -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
