From owner-freebsd-current@freebsd.org Sat Oct 21 06:41:18 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 1806FE4EFBA for ; Sat, 21 Oct 2017 06:41:18 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: from mail-wr0-x22a.google.com (mail-wr0-x22a.google.com [IPv6:2a00:1450:400c:c0c::22a]) (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 9C233757A7 for ; Sat, 21 Oct 2017 06:41:17 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: by mail-wr0-x22a.google.com with SMTP id j15so825996wre.8 for ; Fri, 20 Oct 2017 23:41:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:reply-to:mime-version :content-transfer-encoding; bh=O00KKsRRycATcOQLeyFnNYaW8JaoC4ca65BB8C7DvLo=; b=fAzwZx0myuZGAKhj9uzaTlFRA5XbyIQZsgK4g4ylnjjaeTrDodVKtb2UKa57syiZSC mIflXgSY/W/jdBrzi0Bot0cqoTXhZxRKinTlc0UhKodgO5JX7szR0QY6XP5OpT9eO+tC hzVhc+Og58tQrFkpRwqSaVbij8MnGODwNnE2AB5QFkcssnVQnkSNJ8+OpeNfL77k+h8b Teg93zY0QB//riVH27Mljs+nVaQfXhUetRSepi5UXvQonFZBgrZjCRsz2EePUeBwtOWO XcyGtuDQFbSBoG+jSz8PS0t+cM4GttJpDJmrbPOUV8WqDf9F77Hk17d/q7c+HHGDdrji AaFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:reply-to :mime-version:content-transfer-encoding; bh=O00KKsRRycATcOQLeyFnNYaW8JaoC4ca65BB8C7DvLo=; b=HNRvajMg7FnVrNGAQp/D1MUloZMkuLA/XAV3QEKjZ2brBVeE+D0AOz73znPkyiUfLX tFXVwzNB0c9jPTUrpeVMpXxzlnKruQB2KI/rE0ndImXDeS2K4mvnPjWbAkqtvNxiDVE3 mj8QJUbG9J4QUJXSxUYcnXTNX4pDwGwdV8jByoM75aMjVD484vT3gv+kwAhEZkuwBGcZ QSUF1eXdGh8dntAkls0OCfbnx3Sfx0DlDRag7kqjhicZs1oDfB9RffR5wOhCudvA9Zq0 2E8IzNT620CaY4r0+EltrMLiID37m5K/U8/Y+XU/deeb2jVDlI6Sxhe6pwc4Dz9MxsMp qU9g== X-Gm-Message-State: AMCzsaVNUqKJJmlhKxBsvlaQiyEtQlHjnrv90GJYWtz2XeJAOOaZEY6q /JM8S7W3XaTvqvPUcUe68uyj7Q== X-Google-Smtp-Source: ABhQp+TvEQ5MRxCP7DH04m3ajQmXIePQIZyPI3GshF0zPByY0QUwFNgVc9c9k5socyWr3jcM/GUF/Q== X-Received: by 10.223.186.202 with SMTP id w10mr6685732wrg.132.1508568074796; Fri, 20 Oct 2017 23:41:14 -0700 (PDT) Received: from ernst.home (p578E321D.dip0.t-ipconnect.de. [87.142.50.29]) by smtp.gmail.com with ESMTPSA id 4sm678991wmm.1.2017.10.20.23.41.13 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 20 Oct 2017 23:41:13 -0700 (PDT) Date: Sat, 21 Oct 2017 08:41:04 +0200 From: Gary Jennejohn To: freebsd-current@freebsd.org Subject: /sys/boot compile broken Message-ID: <20171021084104.517ba6b7@ernst.home> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Sat, 21 Oct 2017 06:41:18 -0000 SVN for HEAD source at 324810. Compiling /sys/boot is totally screwed up. The failure is that geliboot.c cannot be found. This prevents a successful ``make buildworld''. This error occurs despite the fact that I have LOADER_NO_GELI_SUPPORT set to yes in src.conf. Looking at the various Makefiles this option is supposed to prevent using GELI. Even if the user wanted to use GELI the compile of the boot code would probably fail. imp@ has had his fingers in the boot code lately. -- Gary Jennejohn