From owner-svn-src-head@freebsd.org Sun Mar 8 18:44:46 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC7802720A0; Sun, 8 Mar 2020 18:44:46 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48b9JG4S92z4dpK; Sun, 8 Mar 2020 18:44:46 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f169.google.com with SMTP id g126so6686240ilh.2; Sun, 08 Mar 2020 11:44:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xku9TCUotPWcccqHGTqXmMmdNOXS1j7c7BfzClpGS1E=; b=NlvUizXWBpfVtsbTUk1rzvpVkWC5+IaKY/m0MhdAl/f/Ra/ufIY2lvH8KiwZoTYJ5s 9LEHrbqIXMOuH54zcF8RGl9o3XuKYYyn33xBDxdzYXr+4T5yF5omb/8xxAemmupRCY0V 3mDthmpkZnJq1ykVNePOelaIwQdK6g2Nqna2EyJz4QKB8gaFhzegf4k2hW8JrBmAa5+d kH5Dc1vic88ViIqg4i4A0znDTkrT5jDOOIpRWjKlTddmoeD/YdhpBnRatrWDIGUL/hIo n32EQQiWa8YSbGsTywaWgIjbkCq77ADgLPRpgtLp9mIQ7MPW0m3X4ewifPp8Eq+lMz6N +uUQ== X-Gm-Message-State: ANhLgQ1EFBYPr2xrV94yL3JrOtGGnh8oltw5nSCupoP4pY9YvTYu8hqp hNp8W8IrNx1593BO8+lFiYNfyjEIPe5MVLi2RoqJLh7YddI= X-Google-Smtp-Source: ADFU+vv1MJLdRndPSmVSAAOkNLGVBzANCRhenhA+4yw2eBI7gCZ4y0U2xq1za3OeSXpP7Sjcs6lbKIPV0dNecEDIL3s= X-Received: by 2002:a92:41c7:: with SMTP id o190mr2185510ila.11.1583693084054; Sun, 08 Mar 2020 11:44:44 -0700 (PDT) MIME-Version: 1.0 References: <202003081742.028HghCd086246@repo.freebsd.org> In-Reply-To: <202003081742.028HghCd086246@repo.freebsd.org> From: Ed Maste Date: Sun, 8 Mar 2020 14:44:32 -0400 Message-ID: Subject: Re: svn commit: r358744 - in head: lib/libsecureboot lib/libsecureboot/h lib/libsecureboot/tests share/mk stand stand/common stand/efi/loader stand/efi/loader/arch/i386 stand/ficl stand/i386/libi386 st... To: "Simon J. Gerraty" Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48b9JG4S92z4dpK X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.92 / 15.00]; NEURAL_HAM_MEDIUM(-0.92)[-0.917,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2020 18:44:47 -0000 On Sun, 8 Mar 2020 at 13:42, Simon J. Gerraty wrote: > > Author: sjg > Date: Sun Mar 8 17:42:42 2020 > New Revision: 358744 > URL: https://svnweb.freebsd.org/changeset/base/358744 > > Log: > veloader use vectx API for kernel and modules CI reports the build is now broken: 18:12:46 --- geliboot.o --- 18:12:46 In file included from /usr/src/stand/libsa/geli/geliboot.c:33: 18:12:46 In file included from /usr/src/stand/libsa/geli/geliboot_internal.h:43: 18:12:46 /usr/src/stand/common/bootstrap.h:36:10: fatal error: 'readin.h' file not found 18:12:46 #include "readin.h" 18:12:46 ^~~~~~~~~~