Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

some more compile failures



Hi,

with current cvs-updated some minutes ago:

    compile  netstat/inet.o
/u/NetBSD/src/usr.bin/netstat/inet.c: In function 'getpcblist_kmem':
/u/NetBSD/src/usr.bin/netstat/inet.c:284:61: error: 'struct <anonymous>' has no 
member named 'cqh_first'
/u/NetBSD/src/usr.bin/netstat/inet.c:285:41: error: 'struct <anonymous>' has no 
member named 'cqh_first'
/u/NetBSD/src/usr.bin/netstat/inet.c:293:38: error: 'struct <anonymous>' has no 
member named 'cqe_prev'
/u/NetBSD/src/usr.bin/netstat/inet.c:298:41: error: 'struct <anonymous>' has no 
member named 'cqe_next'

*** Failed target:  inet.o
*** Failed command: /u/NetBSD/arch/i386/TOOLS/bin/i486--netbsdelf-gcc -O2 -pipe 
-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch 
-Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter 
-Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 
-Wno-format-zero-length -Werror --sysroot=/u/NetBSD/arch/i386/dest -DIPSEC 
-I/u/NetBSD/src/sys/dist/pf -DRUMP_ACTION -DINET6 -c 
/u/NetBSD/src/usr.bin/netstat/inet.c
*** Error code 1

Stop.


and:

    compile  pstat/pstat.o
/u/NetBSD/src/usr.sbin/pstat/pstat.c: In function 'kinfo_vnodes':
/u/NetBSD/src/usr.sbin/pstat/pstat.c:759:17: error: 'struct mntlist' has no 
member named 'cqh_first'
/u/NetBSD/src/usr.sbin/pstat/pstat.c:760:25: error: 'struct <anonymous>' has no 
member named 'cqe_next'
/u/NetBSD/src/usr.sbin/pstat/pstat.c:772:18: error: 'struct mntlist' has no 
member named 'cqh_last'

*** Failed target:  pstat.o
*** Failed command: /u/NetBSD/arch/i386/TOOLS/bin/i486--netbsdelf-gcc -O2 -pipe 
-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch 
-Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter 
-Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror 
--sysroot=/u/NetBSD/arch/i386/dest -I/u/NetBSD/src/sbin/swapctl -D_KMEMUSER -c 
/u/NetBSD/src/usr.sbin/pstat/pstat.c
*** Error code 1

Stop.


Kurt


Home | Main Index | Thread Index | Old Index