From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 5 12:50:44 2008 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39CA61065670 for ; Wed, 5 Nov 2008 12:50:44 +0000 (UTC) (envelope-from steve@localhost.lu) Received: from zimbra.ion.lu (zimbra.ion.lu [80.90.47.180]) by mx1.freebsd.org (Postfix) with ESMTP id BFF088FC1B for ; Wed, 5 Nov 2008 12:50:43 +0000 (UTC) (envelope-from steve@localhost.lu) Received: from localhost (localhost [127.0.0.1]) by zimbra.ion.lu (Postfix) with ESMTP id 0260C6A4026 for ; Wed, 5 Nov 2008 13:34:27 +0100 (CET) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -2.431 X-Spam-Level: X-Spam-Status: No, score=-2.431 tagged_above=-10 required=6.6 tests=[AWL=0.168, BAYES_00=-2.599] Received: from zimbra.ion.lu ([127.0.0.1]) by localhost (zimbra.ion.lu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id boqU6UMklOa7 for ; Wed, 5 Nov 2008 13:34:24 +0100 (CET) Received: from [192.168.0.234] (vodsl-8662.vo.lu [85.93.200.214]) by zimbra.ion.lu (Postfix) with ESMTP id E197F6A4019 for ; Wed, 5 Nov 2008 13:34:23 +0100 (CET) Message-ID: <491192CD.4050306@localhost.lu> Date: Wed, 05 Nov 2008 13:34:21 +0100 From: Steve Clement User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Compile issues on 7.0-p5 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 12:50:44 -0000 Hi List, I have the following altq issue: /usr/src/sys/netinet/tcp_usrreq.c: In function 'tcp_fill_info': /usr/src/sys/netinet/tcp_usrreq.c:1232: error: 'struct tcp_info' has no member named 'tcpi_rcv_nxt' it seems that tcp.h has either been updated or something else has changed. the following altq options are in my kernel: # ALTQ Support options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_CDNR options ALTQ_PRIQ Cheers for help, Steve cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4 -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/netinet/tcp_timer.c cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4 -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/netinet/tcp_timewait.c cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4 -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/netinet/tcp_usrreq.c /usr/src/sys/netinet/tcp_usrreq.c: In function 'tcp_fill_info': /usr/src/sys/netinet/tcp_usrreq.c:1232: error: 'struct tcp_info' has no member named 'tcpi_rcv_nxt' /usr/src/sys/netinet/tcp_usrreq.c:1235: error: 'struct tcp_info' has no member named 'tcpi_snd_nxt' /usr/src/sys/netinet/tcp_usrreq.c:1239: error: 'TCPI_OPT_TOE' undeclared (first use in this function) /usr/src/sys/netinet/tcp_usrreq.c:1239: error: (Each undeclared identifier is reported only once /usr/src/sys/netinet/tcp_usrreq.c:1239: error: for each function it appears in.) *** Error code 1 Stop in /usr/obj/usr/src/sys/IPF. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.