From nobody Thu Dec 30 23:42:31 2021 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5D08E19181C3 for ; Thu, 30 Dec 2021 23:43:18 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JQ4bB21Yjz4ng2; Thu, 30 Dec 2021 23:43:18 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f46.google.com with SMTP id x6so31044167iol.13; Thu, 30 Dec 2021 15:43:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=waZdXfKcK4BWlYhrAtlICurAuQsAca6OXLx/UQGWKgQ=; b=0l1SgHKhzXkyKiXVL/t4XF0P3n33StbSyeNQavLVK4R1MSGigJQv7JzCV66+EJnA4V 2+mA7sUgdIFWX4YJmC69Y8FyUYaibWXseAjZv1Ig1KnSv6C7U8zfaXMZM9/NRByPsVZA iapSPxYLAFJr8WNwOG7w/S/wLxSb3fCTBbQ0F6jZM20h+5lDcKfOSwz5e2yiquJhwtnF MQunNEEKjlqXh1k7/3F0YGOuFkxMevXcTp15CV9EerDt/edHGmVEJ3/bkPVAHjVOMn8C 8wEp5YVHv3f2MBEFxk85Bn3NrR/ek3EqO2lmVRraAPk85Vks31PyZffiKBVedjNxLYpz tVYQ== X-Gm-Message-State: AOAM532Z2Trm/xO+boFpiURCjBAx+Dt+h89RwL4lDfRTvToXKWxBE9Dd 1NJiO45qUT4wu7uvwoOboCGNykLL9TjHLzLb7spzzCwL+MU= X-Google-Smtp-Source: ABdhPJwMRzGJtET0Rft1MxPTUKkGYvcG+6aQGw4+QJHmZ+1Dfxaqh0RONv/CXBfT0sWQZmgtsaw/HzPaUeWS8XRkkEc= X-Received: by 2002:a05:6602:1592:: with SMTP id e18mr15242661iow.142.1640907790879; Thu, 30 Dec 2021 15:43:10 -0800 (PST) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: <20211230083952.46e3a4ae@ernst.home> In-Reply-To: <20211230083952.46e3a4ae@ernst.home> From: Ed Maste Date: Thu, 30 Dec 2021 18:42:31 -0500 Message-ID: Subject: Re: recent commit breaks buildkernel To: gljennjohn@gmail.com Cc: current , "Alexander V. Chernikov" Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4JQ4bB21Yjz4ng2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Thu, 30 Dec 2021 at 02:41, Gary Jennejohn wrote: > > commit ff3a85d32411cdd7894f932b1d3d7ce01ec7a648 breaks buildkernel > if options INET6 is not in the kernel config file. Thanks for the report, this should be fixed by 818952c638a7. A build without INET appears to be broken for other reasons at the moment; I'll try to take a look at that.