From owner-freebsd-ipfw@FreeBSD.ORG Tue Oct 8 17:10:02 2013 Return-Path: Delivered-To: freebsd-ipfw@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2248980E for ; Tue, 8 Oct 2013 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 106D221BF for ; Tue, 8 Oct 2013 17:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r98HA1HG042676 for ; Tue, 8 Oct 2013 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r98HA1QY042675; Tue, 8 Oct 2013 17:10:01 GMT (envelope-from gnats) Date: Tue, 8 Oct 2013 17:10:01 GMT Message-Id: <201310081710.r98HA1QY042675@freefall.freebsd.org> To: freebsd-ipfw@FreeBSD.org Cc: From: Gleb Smirnoff Subject: Re: kern/182355 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Gleb Smirnoff List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 17:10:02 -0000 The following reply was made to PR kern/182355; it has been noted by GNATS. From: Gleb Smirnoff To: Jack Seredyniecki Cc: cy@freebsd.org, bug-followup@freebsd.org Subject: Re: kern/182355 Date: Tue, 8 Oct 2013 21:08:32 +0400 On Tue, Oct 08, 2013 at 12:00:49PM -0400, Jack Seredyniecki wrote: J> Hi Gleb, J> /etc/make.conf and /etc/src.conf don't exist. Attached is the complete J> build log. J> I basically installed the 10.0-ALPHA2 release in a virtual machine J> (hyper-v). kldstat shows the following modules: J> J> Id Refs Address Size Name J> 1 9 0xffffffff80200000 169c638 kernel J> 2 1 0xffffffff8189d000 8d38 hv_storvsc.ko J> 3 4 0xffffffff818a6000 e7a0 hv_vmbus.ko J> 4 1 0xffffffff818b5000 a6d8 hv_netvsc.ko J> 5 1 0xffffffff818c0000 3868 hv_utils.ko J> I'm using bash as my default shell (if it matters). Here are the exact J> commands I used: J> J> csup -g -L 2 -h cvsup1.us.freebsd.org/usr/share/examples/cvsup/standard-supfile J> cd /usr/src J> time make buildworld I guess csup is the culprit. This is not longer a correct way to update FreeBSD sources. -- Totus tuus, Glebius.