From owner-freebsd-current@FreeBSD.ORG Sun Jul 15 15:00:32 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5426C16A400 for ; Sun, 15 Jul 2007 15:00:32 +0000 (UTC) (envelope-from thomas@bledge.tmseck.homedns.org) Received: from smtp4.netcologne.de (smtp4.netcologne.de [194.8.194.137]) by mx1.freebsd.org (Postfix) with ESMTP id 13DC513C4B3 for ; Sun, 15 Jul 2007 15:00:31 +0000 (UTC) (envelope-from thomas@bledge.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-81-173-231-20.netcologne.de [81.173.231.20]) by smtp4.netcologne.de (Postfix) with SMTP id 097B8DA6EA for ; Sun, 15 Jul 2007 16:38:26 +0200 (CEST) Received: (qmail 739 invoked from network); 15 Jul 2007 14:38:26 -0000 Received: from unknown (HELO bledge.tmseck.homedns.org) (192.168.1.4) by 0 with SMTP; 15 Jul 2007 14:38:26 -0000 Received: from bledge.tmseck.homedns.org (localhost [127.0.0.1]) by bledge.tmseck.homedns.org (8.14.1/8.14.1) with ESMTP id l6FEcPko038144; Sun, 15 Jul 2007 16:38:25 +0200 (CEST) (envelope-from thomas@bledge.tmseck.homedns.org) Received: (from thomas@localhost) by bledge.tmseck.homedns.org (8.14.1/8.14.1/Submit) id l6FEcO0D038114; Sun, 15 Jul 2007 16:38:24 +0200 (CEST) (envelope-from thomas) Date: Sun, 15 Jul 2007 16:38:24 +0200 (CEST) Message-Id: <200707151438.l6FEcO0D038114@bledge.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: freebsd-current@freebsd.org In-Reply-To: <20070715113916.M91807@fledge.watson.org> X-Newsgroups: gmane.os.freebsd.current X-Attribution: tms Subject: Re: HEADS UP: netatm disabling taking place shortly 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, 15 Jul 2007 15:00:32 -0000 * Robert Watson [gmane.os.freebsd.current]: > > On Sat, 14 Jul 2007, Doug Barton wrote: > >> This is cool stuff, thanks for your dogged persistence in eliminating GIANT >> from the network stack! >> >> One tiny thing I've noticed doing a buildworld tonight, because of the way >> that /usr/src/usr.bin/kdump/mkioctls works (starting at line 19) it's >> necessary to remove /usr/include/netatm _before_ trying to build. You might >> want to include that in any instructions you send out regarding this change >> (and maybe in UPDATING). If I've missed where you've said that already, >> sorry for the noise. > > It's odd, actually -- I ran into this a couple of times earlier in preparing > the patch, but didn't run into it with later versions after I redid the > include things, etc. For example, on a vanilla machine (from a couple of > weeks ago) now, I don't see the problem during buildworld. Obviously, a bit > more debugging is called for. Could you try removing the tree in /usr/obj and > see if that helps? Perhaps things are lasting between build runs... The error is probably caused by stale includes in /usr/obj/usr/src/tmp/usr/include. This should only happen when one builds with NO_CLEAN defined.