From owner-freebsd-current@FreeBSD.ORG Sun Nov 30 16:15:04 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 066591065672 for ; Sun, 30 Nov 2008 16:15:04 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id B0C468FC1C for ; Sun, 30 Nov 2008 16:15:03 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so817294ywe.13 for ; Sun, 30 Nov 2008 08:15:03 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=PsuWb4c8l/dkHZbALeU/XQL8WyaqEO+Wc2f0d6n0DOs=; b=EcDL4uPYvp8Wyuah8pYsg+KUNXlF/gW7xmHrS7BfVi2w72+XHiyiLYT2I0V4VsiNrA S402iE1Rg/Vfs+s2gOdasO5uWYYwTRDHv5afzajQzoJYcMy1PqwBGoEDM03n8da+SAye Tu9v1dlr7mWo9w4q4Q3B8bQfdrqI0dpQ7VBtg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Mfqv8IrMP33m8/rzpmxAdYKPwyTSByykkSkKwappahLqFHSEphjRg/oGURO/bhU4hG 8UZXl315hVHml2aChTojmmRCzf3462VshlpxXIyrwjVsyyIg/O1ltwK+SLxezf9lHSJK HVAYbpkm30X4t8w8EALqOIMWt85eIYMcTkyME= Received: by 10.231.20.5 with SMTP id d5mr270236ibb.14.1228061702702; Sun, 30 Nov 2008 08:15:02 -0800 (PST) Received: by 10.231.10.196 with HTTP; Sun, 30 Nov 2008 08:15:02 -0800 (PST) Message-ID: <3a142e750811300815we050f66l5abc85d02fe3931b@mail.gmail.com> Date: Sun, 30 Nov 2008 17:15:02 +0100 From: "Paul B. Mahol" To: freebsd-current MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: building module regression 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, 30 Nov 2008 16:15:04 -0000 Hello With latest kernel it is no more possible to do something like this (with net drivers): # cd /sys/modules/mii && make In file included from @/net/if_var.h:723, from @/net/if.h:458, from /usr/src/sys/modules/mii/../../dev/mii/acphy.c:82: @/net/vnet.h:36:23: error: opt_route.h: No such file or directory *** Error code 1 Stop in /usr/src/sys/modules/mii It is introduced once ifdef VIMAGE are removed from net/vnet.h in 185419 revision. -- Paul