Date: Mon, 25 Nov 2019 11:07:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 242217] 'make buildworld' type upgrading to 12.1-RELEASE impossible Message-ID: <bug-242217-227-d6ENWgOjJA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242217-227@https.bugs.freebsd.org/bugzilla/> References: <bug-242217-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242217 --- Comment #3 from oz42@oz42.eu --- 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 =3D -1; ~~~~~ ^ /usr/src/sbin/fsck_ffs/inode.c:73:9: error: no member named 'id_level' in 'struct inodesc' idesc->id_level =3D 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 =3D 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 =3D sblock.fs_bsize, i =3D 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 =3D=3D 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 'inodirt= y' 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242217-227-d6ENWgOjJA>