From owner-freebsd-current@FreeBSD.ORG Sun Mar 2 12:17:14 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DF0F1065673 for ; Sun, 2 Mar 2008 12:17:14 +0000 (UTC) (envelope-from schwabe@uni-paderborn.de) Received: from mail.blinkt.de (mail.blinkt.de [88.198.169.219]) by mx1.freebsd.org (Postfix) with ESMTP id 1AE818FC14 for ; Sun, 2 Mar 2008 12:17:13 +0000 (UTC) (envelope-from schwabe@uni-paderborn.de) Received: from dslb-084-062-203-160.pools.arcor-ip.net ([84.62.203.160] helo=styx.local) by mail.blinkt.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JVn7u-000290-78; Sun, 02 Mar 2008 13:17:10 +0100 Message-ID: <47CA9AC5.1060001@uni-paderborn.de> Date: Sun, 02 Mar 2008 13:17:09 +0100 From: Arne Schwabe User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Marko Zec References: <47C39948.3080907@elischer.org> <47C494B5.2040306@elischer.org> <47C49FAA.1020605@FreeBSD.org> <200802280343.57576.zec@icir.org> In-Reply-To: <200802280343.57576.zec@icir.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Brooks Davis , Andre Oppermann , FreeBSD Current , Marko Zec , Julian Elischer Subject: Re: warning of pending commit attempt. 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: Sun, 02 Mar 2008 12:17:14 -0000 > Non-developers accessing the code: after freebsd.org's p4 to anoncvs > autosyncer died last summer I've tried posting source tarballs every > few weeks on the project's somewhat obscure web site (that Julian has > advertised every now and then on this list): http://imunes.net/virtnet/ > I've just dumped a diff against -HEAD there, and will post new tarballs > in a few minutes as well. > > I just tried to building 7.0 snapshot: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=athlon64 -std=c99 -g -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 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /usr/src/sys/netinet/sctp_output.c /usr/src/sys/netinet/sctp_output.c: In function 'sctp_lowlevel_chunk_output': /usr/src/sys/netinet/sctp_output.c:3388: error: 'vnet_inet' undeclared (first use in this function) /usr/src/sys/netinet/sctp_output.c:3388: error: (Each undeclared identifier is reported only once /usr/src/sys/netinet/sctp_output.c:3388: error: for each function it appears in.) /usr/src/sys/netinet/sctp_output.c: In function 'sctp_send_shutdown_complete2': /usr/src/sys/netinet/sctp_output.c:9639: error: 'ip6_defhlim' undeclared (first use in this function) /usr/src/sys/netinet/sctp_output.c: In function 'sctp_send_abort': /usr/src/sys/netinet/sctp_output.c:10543: error: 'ip6_defhlim' undeclared (first use in this function) /usr/src/sys/netinet/sctp_output.c: In function 'sctp_send_operr_to': /usr/src/sys/netinet/sctp_output.c:10763: error: 'ip6_defhlim' undeclared (first use in this function) /usr/src/sys/netinet/sctp_output.c: In function 'sctp_v6src_match_nexthop': /usr/src/sys/netinet/sctp_output.c:12393: error: 'nd_prefix' undeclared (first use in this function) *** Error code 1 Stop in /usr/obj/usr/src/sys/eris. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Config is generic + OPTION VIMAGE + ULE. Snaphost used: vimage_7-20080228.tgz FreeBSD eris.blinkt.de 7.0-RC2-p1 FreeBSD 7.0-RC2-p1 #0: Tue Feb 12 21:29:24 UTC 2008 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Arne