From owner-freebsd-current@FreeBSD.ORG Sat Oct 11 16:06:58 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E85971065694 for ; Sat, 11 Oct 2008 16:06:58 +0000 (UTC) (envelope-from jamesfrancistoy@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 73D678FC15 for ; Sat, 11 Oct 2008 16:06:58 +0000 (UTC) (envelope-from jamesfrancistoy@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so953806fkk.11 for ; Sat, 11 Oct 2008 09:06:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=3oFbn+YGN2eoOjYjConeKFnlF0ncJBjSM+QN1aKVhm4=; b=V2ElKJwFUDhuwUXwjsfzykDLhx4tjWu1yAuOlM3WstaM0qPUKzyoEET+ULPyAaygxl Ccq5Ak/s8qtqayS5NtvZXC31bnFKouZ11hBbsbzEB4ztspfXfDrHhjcQtqZpNT8xzvPP 15hvgVkI4iABJBgOEbK5OxM/fjsuHSqsT3lg8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=JiakJEQ3leEzXGFoSdBfmiZonnRFFbNHPmcZljtd9jxbDKhI/WS2n8IuRbA7bi+Ku/ Vgo4aS1DlgFJQb/OvZVG9fQUMwRol/ebApxaY8LKKJNBieGJB9dYkq5D4doK77Tk7wZQ i9tIKv7N1ivERwu9VD/vmyjlUoaQXX0r4uREQ= Received: by 10.187.182.10 with SMTP id j10mr789336fap.39.1223739775269; Sat, 11 Oct 2008 08:42:55 -0700 (PDT) Received: by 10.187.245.17 with HTTP; Sat, 11 Oct 2008 08:42:55 -0700 (PDT) Message-ID: <9f8af95f0810110842gbbd5feaydad82779f138f108@mail.gmail.com> Date: Sat, 11 Oct 2008 11:42:55 -0400 From: "james toy" Sender: jamesfrancistoy@gmail.com To: "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: d5cca6ca995a1bc8 X-Mailman-Approved-At: Sat, 11 Oct 2008 18:41:55 +0000 Subject: kernel build error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 16:06:59 -0000 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