Date: Sat, 11 Oct 2008 11:42:55 -0400 From: "james toy" <unk.nown@unix.net> To: "FreeBSD Current" <freebsd-current@freebsd.org> Subject: kernel build error Message-ID: <9f8af95f0810110842gbbd5feaydad82779f138f108@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
All, i've been getting this lately -- this is a fresh csup. Any thoughts? If more logs are needed let me know -- I wanted to verify that this was not a known issue before i looked into it: /usr/src/sys/dev/usb/ubser.c:617: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:617: error: 'TS_FLUSH' undeclared (first use in this function) /usr/src/sys/dev/usb/ubser.c: In function 'ubserwritecb': /usr/src/sys/dev/usb/ubser.c:633: error: 'struct tty' has no member named 't_sc' /usr/src/sys/dev/usb/ubser.c:661: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:661: error: 'TS_BUSY' undeclared (first use in this function) /usr/src/sys/dev/usb/ubser.c:662: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:662: error: 'TS_FLUSH' undeclared (first use in this function) /usr/src/sys/dev/usb/ubser.c:663: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:665: warning: passing argument 1 of 'ndflush' from incompatible pointer type /usr/src/sys/dev/usb/ubser.c:666: warning: implicit declaration of function 'ttyld_start' /usr/src/sys/dev/usb/ubser.c:666: warning: nested extern declaration of 'ttyld_start' /usr/src/sys/dev/usb/ubser.c:671: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c: In function 'ubserreadcb': /usr/src/sys/dev/usb/ubser.c:751: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:751: error: 'TS_ISOPEN' undeclared (first use in this function) /usr/src/sys/dev/usb/ubser.c:754: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:754: error: 'TS_CAN_BYPASS_L_RINT' undeclared (first use in this function) /usr/src/sys/dev/usb/ubser.c:755: error: 'struct tty' has no member named 't_rawq' /usr/src/sys/dev/usb/ubser.c:755: error: 'struct tty' has no member named 't_ihiwat' /usr/src/sys/dev/usb/ubser.c:756: error: 'struct tty' has no member named 't_iflag' /usr/src/sys/dev/usb/ubser.c:757: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:757: error: 'TS_TBLOCK' undeclared (first use in this function) /usr/src/sys/dev/usb/ubser.c:758: warning: implicit declaration of function 'ttyblock' /usr/src/sys/dev/usb/ubser.c:758: warning: nested extern declaration of 'ttyblock' /usr/src/sys/dev/usb/ubser.c:759: error: 'struct tty' has no member named 't_rawq' /usr/src/sys/dev/usb/ubser.c:760: error: 'struct tty' has no member named 't_rawcc' /usr/src/sys/dev/usb/ubser.c:761: warning: implicit declaration of function 'ttwakeup' /usr/src/sys/dev/usb/ubser.c:761: warning: nested extern declaration of 'ttwakeup' /usr/src/sys/dev/usb/ubser.c:762: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:762: error: 'TS_TTSTOP' undeclared (first use in this function) /usr/src/sys/dev/usb/ubser.c:763: error: 'struct tty' has no member named 't_iflag' /usr/src/sys/dev/usb/ubser.c:764: error: 'struct tty' has no member named 't_cc' /usr/src/sys/dev/usb/ubser.c:764: error: 'struct tty' has no member named 't_cc' /usr/src/sys/dev/usb/ubser.c:765: error: 'struct tty' has no member named 't_state' /usr/src/sys/dev/usb/ubser.c:766: error: 'struct tty' has no member named 't_lflag' /usr/src/sys/dev/usb/ubser.c:775: warning: implicit declaration of function 'ttyld_rint' /usr/src/sys/dev/usb/ubser.c:775: warning: nested extern declaration of 'ttyld_rint' /usr/src/sys/dev/usb/ubser.c: In function 'ubseropen': /usr/src/sys/dev/usb/ubser.c:832: error: 'struct tty' has no member named 't_sc' /usr/src/sys/dev/usb/ubser.c: In function 'ubserclose': /usr/src/sys/dev/usb/ubser.c:845: error: 'struct tty' has no member named 't_sc' /usr/src/sys/dev/usb/ubser.c: In function 'ubserbreak': /usr/src/sys/dev/usb/ubser.c:860: error: 'struct tty' has no member named 't_sc' *** Error code 1 Stop in /usr/obj/usr/src/sys/DOC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. thanks -- /jT http://git.zen-sources.org/?p=kernel/zenmm.git;a=summary
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9f8af95f0810110842gbbd5feaydad82779f138f108>