From owner-freebsd-current@freebsd.org Mon Oct 2 04:35:28 2017 Return-Path: Delivered-To: freebsd-current@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 81A29E35F4D for ; Mon, 2 Oct 2017 04:35:28 +0000 (UTC) (envelope-from alexvpetrov@gmail.com) Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com [IPv6:2a00:1450:4010:c07::22d]) (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 1EC287E645 for ; Mon, 2 Oct 2017 04:35:28 +0000 (UTC) (envelope-from alexvpetrov@gmail.com) Received: by mail-lf0-x22d.google.com with SMTP id a18so4647110lfl.13 for ; Sun, 01 Oct 2017 21:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=bn8Kc+WH4b86Rn3Byfd6luyrpuvBiozFlIl2B0C93OM=; b=QIAj+VM+BDmEHNM+sAj/aPU8JACbEPoBl3Bx8XaDJgvDZI0vmwO+ADqXmEToCiUmNI f6NAWK5NZBl3aX9I+EAIAVU1B5v+dzRTGNDy1kokQqCHSjMPLIUPr9yvuOtySJufNS3q 4NGs+vJWHDu5QyBySqQIp6RtRMcM8Nc7uc/bFqC6p1I20+sPfdJxv3hLnwhSVLqKUxbb F9bIKpUP2nox2zEkQjpNczwIOcsiXXkJEEspovNSfqIZcTQii8ac4fwUtTOIxM2fe2mt oOTbeDSqUK1PHAb92LGn5szr/nbFZucLIbvuLnkQ+ctuCDezVdT0ZtJ/73lyqG4T2E3B bg9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=bn8Kc+WH4b86Rn3Byfd6luyrpuvBiozFlIl2B0C93OM=; b=t3EYvFHYTMDL4LsR8C911WEFraQmg2KfQuxR68uXWQKxFncFiv54PnF4bEItKHXDxf DXSGDiuMloJYyXfO9KPPZ/bRMsesYGgnktVPyVCWhPSlXH7sdiNiEqhZuq5afLU+DmoA 1/2wKJhfUHWyeEdm3vJaY0w8GTwWtD8tYDq06H4x49QBSORvhxR86cGXbKUmDwzJCEVs A3oAvrkePL4DI/jVY0VBSTNpVAswU414XRQZUrNEMubbsS4QzoKY+54MWfQn8slAVpX2 VgO+5erO4iGFtLLUaHaVeHD69m+vH4seT0k+U2Whfexbvu/g6uC6ezrpICj4GIW/zrxp L9xA== X-Gm-Message-State: AHPjjUgw9QD/DI1lSxSu8GAqkViww3JyJ7jPTRX1CX+1FncbgZuS0eZX W0qwqiAJrLL4Y2zLEF/+ixdBzg== X-Google-Smtp-Source: AOwi7QDLQyCN6cne4ID4mzFovzZ2wNQ/qtrTWNKaZoP8vqUvgeVIsE6VDUwOXhqcnemm/ksPVPEjlw== X-Received: by 10.46.91.144 with SMTP id m16mr6603692lje.95.1506918926168; Sun, 01 Oct 2017 21:35:26 -0700 (PDT) Received: from alex.super (stone.g-service.ru. [84.22.141.217]) by smtp.googlemail.com with ESMTPSA id f34sm2157497lji.49.2017.10.01.21.35.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Oct 2017 21:35:24 -0700 (PDT) To: "freebsd-current@freebsd.org" From: "Alex V. Petrov" Subject: Build error: 'isa/rtc.h' file not found Message-ID: Date: Mon, 2 Oct 2017 11:35:22 +0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: ru-RU Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 02 Oct 2017 04:35:28 -0000 revision 324186 In file included from /usr/obj/usr/src/tmp/usr/include/sys/efi.h:33: /usr/obj/usr/src/tmp/usr/include/machine/efi.h:35:10: fatal error: 'isa/rtc.h' file not found -- ----- Alex.