From owner-freebsd-stable@freebsd.org Sun Aug 20 07:17:22 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 CBD47DE455F for ; Sun, 20 Aug 2017 07:17:22 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (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 8B33C76BD9 for ; Sun, 20 Aug 2017 07:17:22 +0000 (UTC) (envelope-from aijazbaig1@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id o72so6072540ita.0 for ; Sun, 20 Aug 2017 00:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=d8PIl/rSFpQhQ/av+10Qbz6B0U7rRJ2QGHHAtFwhwd4=; b=DzHcg6M3cByl8Vcmg21ACtlaY/V1eLHld8AELiowiPjfVYC+aZ6Fh+kMnnyLtcwm0E +OWtE6z/8ijBVQCMjKhrnLKT+Q6HCpZ/NFs0BNNexzpNasAh/JN7u5dJ9Y1ek+ohsJyW bG5dD33FUbn5iQAV/oKc362t1k57s5fN8ommxwW7dnxg+74nDIKkVd2FKpCxs0WEjHOm lK3LiyRluFgXYrpiJUsHbO0vy8SVD3NYRjUXSt/IZFh3drBIr3O1n7UM1YzxebuiSbQH +9aanKse5xLr8LzDF6VKd/JQBuTOjJb5kqVJflaSjGI6TROLSgaUKjAxVLnlkQHeVt+Z +Xww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=d8PIl/rSFpQhQ/av+10Qbz6B0U7rRJ2QGHHAtFwhwd4=; b=qp8fdd3wY39WB6hHZmd3+V7iEsRloV3wm4/p/l33eK0FbCsn8DIoyA/nTz6ocLT/dN HyZUeo2NVrNGTT/izFbh2MMdo9mlh1gIn52LyJ1Ee2Jhgl7oBh6XTej//7RFUpDqHCMG MERNCvEQgiPgeQZ8Dw99VGAsISES4l18qcmcYrddROzR2iGghXPDnxaeRd3uNFSRBnl4 qHl9vKlJNVy6gZdBlG7VH3BVe+V4lPR47mb5ZksO1Bj6G2GD7r1i6RpLDEceqepQ+sug TDAG/VXEyf/i0mxOH2rCW/8wb/LRu2rnAR5wQsk3oBjD9+gjkWrLlwL8ekp/WYgzIg0E wQhg== X-Gm-Message-State: AHYfb5iEm3FcgH3UFZLGvExpzZHwCP4iICpyB0SVAbYHGnNrKIm+0VQI HhBL3JNK/CvdGY8BH+j+hJbQl1xagKGz X-Received: by 10.36.16.142 with SMTP id 136mr2512421ity.147.1503213441527; Sun, 20 Aug 2017 00:17:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.132.174 with HTTP; Sun, 20 Aug 2017 00:17:21 -0700 (PDT) From: Aijaz Baig Date: Sun, 20 Aug 2017 12:47:21 +0530 Message-ID: Subject: Error building kernel on 10.3 (building ATH module) To: freebsd-stable 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 07:17:22 -0000 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