From owner-freebsd-current@FreeBSD.ORG Tue Oct 29 09:57:36 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7B92966; Tue, 29 Oct 2013 09:57:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44A832838; Tue, 29 Oct 2013 09:57:36 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r9T9vLSF035599; Tue, 29 Oct 2013 13:57:21 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r9T9vL7R035598; Tue, 29 Oct 2013 13:57:21 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 29 Oct 2013 13:57:21 +0400 From: Gleb Smirnoff To: bz@FreeBSD.org Subject: Re: [head tinderbox] failure on amd64/amd64 Message-ID: <20131029095721.GU52889@FreeBSD.org> References: <201310290652.r9T6qYNw059983@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310290652.r9T6qYNw059983@freebsd-current.sentex.ca> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 29 Oct 2013 09:57:36 -0000 Bjoern, in r256868 you said that now netback compiles w/o INET. How did that work for you? See below: On Tue, Oct 29, 2013 at 06:52:34AM +0000, FreeBSD Tinderbox wrote: F> TB --- 2013-10-29 06:35:43 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOIP F> >>> Kernel build for LINT-NOIP started on Tue Oct 29 06:35:44 UTC 2013 F> >>> stage 1: configuring the kernel F> >>> stage 2.1: cleaning up the object tree F> >>> stage 2.2: rebuilding the object tree F> >>> stage 2.3: build tools F> >>> stage 3.1: making dependencies F> >>> stage 3.2: building everything F> [...] F> /src/sys/dev/xen/netback/netback.c:(.text+0x2ccd): undefined reference to `in_pseudo' F> /src/sys/dev/xen/netback/netback.c:(.text+0x2cfe): undefined reference to `in_cksum_skip' F> netfront.o: In function `network_connect': F> /src/sys/dev/xen/netfront/netfront.c:(.text+0x7e7): undefined reference to `tcp_lro_free' F> /src/sys/dev/xen/netfront/netfront.c:(.text+0x82f): undefined reference to `tcp_lro_init' F> netfront.o: In function `xn_intr': F> /src/sys/dev/xen/netfront/netfront.c:(.text+0x2c63): undefined reference to `tcp_lro_rx' F> /src/sys/dev/xen/netfront/netfront.c:(.text+0x2cdb): undefined reference to `tcp_lro_flush' F> *** Error code 1 -- Totus tuus, Glebius.