Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
netbsd-8 broken: sbin/fsck_lfs/lfs.c:369:4: error: 'struct inode' has no member named 'i_flag'
How can a release branch be broken? Was this not tested before/after the
pullup? Or is this some local problem? Where to look?
Details below.
- Hubert
# compile lfs_cleanerd/lfs.o
/Users/feyrer/work/NetBSD/cvs/src-8/tooldir.Darwin/bin/x86_64--netbsd-gcc
-O2 -fPIE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional
-Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual
-Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Werror
--sysroot=/Volumes/netbsd-src-objdestdir/destdir.amd64
-I/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs
-I/Users/feyrer/work/NetBSD/cvs/src-8/sbin/mount_lfs -c
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c: In function
'lfs_raw_vget':
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c:369:4: error:
'struct inode' has no member named 'i_flag'
ip->i_flag = 0;
^
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c: In function
'extend_ifile':
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c:955:4: error:
'struct inode' has no member named 'i_flag'
ip->i_flag |= IN_MODIFIED;
^
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c: In function
'lfs_balloc':
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c:1061:6: error:
'struct inode' has no member named 'i_flag'
ip->i_flag |= IN_CHANGE | IN_UPDATE;
^
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c: In function
'lfs_fragextend':
/Users/feyrer/work/NetBSD/cvs/src-8/sbin/fsck_lfs/lfs.c:1255:4: error:
'struct inode' has no member named 'i_flag'
ip->i_flag |= IN_CHANGE | IN_UPDATE;
^
*** [lfs.o] Error code 1
Home |
Main Index |
Thread Index |
Old Index