From owner-freebsd-stable@freebsd.org Sun Aug 20 16:56:35 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14A7FDDFAD3 for ; Sun, 20 Aug 2017 16:56:35 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D13CC6B8CB for ; Sun, 20 Aug 2017 16:56:34 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: by mail-io0-x232.google.com with SMTP id 1so10847101ioy.2 for ; Sun, 20 Aug 2017 09:56:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=zmxSbFiabDUIYkEn17DqSbTr9HrtikoJ10ETD+dfvfw=; b=orxHdsLSQenDLVVHpEwOnibugmd49Atc5FuBMeTAevv3w5h3pCU7yBKLr2PDUNRWoM c4eEM7puepESXbgKhFRB2TP1ELa71iu3l8DTQnHBbEyJepiicfP2KoZ9Z0RlyJpZZLxT 4PLpYh9bnz/wAeaIPt312rVZoL8sNcl+9frVOuzefYc3qggHem9sCKeVj9Ysl/Lw+8mY Qy4MFhi1MfvtqKQe7F+uI9zdok5+/MPN9y46R7XdRNM2L0Y8W9kL8mQkUtHZcBoro+Z4 dUZMENSbjb0fvO+d3DMevkSnTSd2pJDtdd3vxhgnMgGcNAFtBy089k0mY8t9bRFunQru 6mkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=zmxSbFiabDUIYkEn17DqSbTr9HrtikoJ10ETD+dfvfw=; b=bWVsm2chvHZfyWRK+Gz5hyuDX55fDdEthw0uNaEC83/SNTd3KjIPaqxNAVbJCIIO2d c+/feYd9Wue9wnR+7mSy5L1NOd1YaX6r67+BF0TUAJAleKnLExvDzT3qWl/AuzaaMfFG nP3EgmL93MifEqgHcDFlLjkmmDL79LopVX147f40PPLRPX7LQ28L/xODrvzAVVT5GlN+ TGV/bDusGb72jBear9d5lk8eUPWDaP8sdo5KQKq6Gd1wxDfM0GjDgCTlj0Tu9cFQli1p Gf6zp8MynmNPgsfHgesI2SAbI9Zfs+xI0T+BLO6XACJlDFEvnzbYmU9d3ep0gYFtNfQX Bihg== X-Gm-Message-State: AHYfb5jCXCRGayebiHluYBzSQAU2MPHDMWxZzVZ7hUOjjCEKdYO//Nbt px1q7ILIKVu8QaJVD3pcQTiSt5f9nA== X-Received: by 10.107.12.82 with SMTP id w79mr3239008ioi.176.1503248193635; Sun, 20 Aug 2017 09:56:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.132.174 with HTTP; Sun, 20 Aug 2017 09:56:33 -0700 (PDT) In-Reply-To: References: From: Aijaz Baig Date: Sun, 20 Aug 2017 22:26:33 +0530 Message-ID: Subject: Re: Error building kernel on 10.3 (building ATH module) To: freebsd-stable , herbert@mailbox.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2017 16:56:35 -0000 Hi Yes the sources are from the DVD that I used to install the system. Then again I am trying to update the sources over svn but at some or the other point it just fails with a connection reset error even though I am on a pretty fast connection Is there an alternative? On Sun, Aug 20, 2017 at 12:47 PM, Aijaz Baig wrote: > I am getting an error while compiling the kernel. The log is as follows: > > -------------------------------------------------------------- > >>> stage 3.1: making dependencies > -------------------------------------------------------------- > > In file included from /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:99: > In file included from @/dev/ath/if_athvar.h:40: > @/dev/ath/ath_hal/ah.h:31:10: fatal error: 'ah_osdep.h' file not found > #include "ah_osdep.h" > ^ > 1 error generated. > In file included from /usr/src/sys/modules/ath/../.. > /dev/ath/if_ath_debug.c:81: > In file included from @/dev/ath/if_athvar.h:40: > @/dev/ath/ath_hal/ah.h:31:10: fatal error: 'ah_osdep.h' file not found > #include "ah_osdep.h" > ^ > 1 error generated. > In file included from /usr/src/sys/modules/ath/../.. > /dev/ath/if_ath_keycache.c:76: > In file included from @/dev/ath/if_athvar.h:40: > @/dev/ath/ath_hal/ah.h:31:10: fatal error: 'ah_osdep.h' file not found > #include "ah_osdep.h" > > and a LOT of similar errors with the same 'ah_osdep.h' file not found > > ... > > then there is this as well: > > 1 error generated. > /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_attach.c:21:10: > fatal error: 'ah.h' file not found > #include "ah.h" > ^ > 1 error generated. > /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_beacon.c:21:10: > fatal error: 'ah.h' file not found > #include "ah.h" > ^ > 1 error generated. > /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_interrupts.c:21:10: > fatal error: 'ah.h' file not found > #include "ah.h" > ..... > > I am unable to fathom how such an error would have escaped the developers > of this module (or am I missing something?) > > Secondly I commented out the entire WLAN section from within GENERIC but > for some reason it looks this module is still being compiled > > I am lost for directions. Please help > > > -- > > Best Regards, > Aijaz Baig > -- Best Regards, Aijaz Baig