From owner-freebsd-current@FreeBSD.ORG Sun Mar 2 12:55:42 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 B0C4D1065670 for ; Sun, 2 Mar 2008 12:55:42 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5B5998FC18 for ; Sun, 2 Mar 2008 12:55:42 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so6996910qbd.7 for ; Sun, 02 Mar 2008 04:55:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=adBEXCxMUozGOodJIe1dCWYsMO5wj7nsJEOBgTRf19Q=; b=yHnjYNACwiP+y1rUGX/qPpYSY5M2ZPu+ZdGLG8buil30Mju7xV9LLdBh98+UY9IQ5Qf9W+bU+nRsUiF+PNShqH08Tx4ycV6qIYgtBL2Xl5L7da20LKGpxjjY9wNMSLHonlQwbs1TDwJuWug5pT3vNLyeIWfNOHODejfzoayvZbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jJ5XJ1cK5v1S3fDY3GLqCbzxmX2MWh+tlvYPjXirjjr0Ehh62fO9t2qPf9vB61A2F8Tcao5Lp+hlzK68YvlK4V0aRZbqHk47aD7W998liwfFc9lVYOvOcYorURFZkD7GtejwCMK/SvKVIRZlp2R+UUCVTi+UrKzSwWuONE3YCFM= Received: by 10.110.28.2 with SMTP id b2mr7348972tib.40.1204462539928; Sun, 02 Mar 2008 04:55:39 -0800 (PST) Received: by 10.110.5.3 with HTTP; Sun, 2 Mar 2008 04:55:39 -0800 (PST) Message-ID: <5635aa0d0803020455j1301a8a8j710139ada383ff15@mail.gmail.com> Date: Sun, 2 Mar 2008 07:55:39 -0500 From: "Outback Dingo" To: "Arne Schwabe" In-Reply-To: <47CA9AC5.1060001@uni-paderborn.de> MIME-Version: 1.0 References: <47C39948.3080907@elischer.org> <47C494B5.2040306@elischer.org> <47C49FAA.1020605@FreeBSD.org> <200802280343.57576.zec@icir.org> <47CA9AC5.1060001@uni-paderborn.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Brooks Davis , Andre Oppermann , FreeBSD Current , Marko Zec , 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:55:42 -0000 I got a build going on CURRENT ok... i did see the errors you show on 7.... Though Im not sure how usable it is since the documentation aspects are seriously lacking. Id love to test it but cant decipher how to create an interface in a vimage, Im wondering if this code only works with jails at the moment. we really need docs- Show quoted text - On Sun, Mar 2, 2008 at 7:17 AM, Arne Schwabe wrote: > > > 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 > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >