From nobody Wed Feb 15 11:42:08 2023 X-Original-To: freebsd-stable@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 4PGx2Z5rfWz3py6L for ; Wed, 15 Feb 2023 11:40:06 +0000 (UTC) (envelope-from eivinde@terraplane.org) Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3006::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PGx2Z3ZvRz4B6Q for ; Wed, 15 Feb 2023 11:40:06 +0000 (UTC) (envelope-from eivinde@terraplane.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=terraplane.org; s=ds202212; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=h4xK7WsLkPfW80fKhfzBpOKWKvbynOMowGh038gU4wU=; b=FrPyuvjPYMlJT2HB7pqY5ysEIW U5h4O0IeNaqTmXIFXLQk1Tuu65XYQZ4XzwzfALyaTOAafrt950/2SKedGOuKC5c/4Mi79DbUUuupT AJwoQsLWjEVgOrZT12p6Wwlvt1BVZ/L2tdmxjdP1FKOTyKC0JZ6RTVtWxVE7HxF2zy8qBOyFB8f4A ccbAOyzbRj3GSQJI/sUi4E1sMvJANJYDU4u2/GjYwrrbbjUbtRCMl5PZGaYEPmi50Il8kqC5KTFRb frExidNln6GKf4hfC9y3ZzS6z8C763prE2c14/6V35Rk/GgU/yBvpanvbdbJPcLNEit7G+Do6/0Xc oXRIfGdQ==; Received: from ti0027q160-6454.bb.online.no ([84.202.30.130]:11055 helo=elg.hjerdalen.lokalnett) by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pSG8n-005UEB-TD; Wed, 15 Feb 2023 12:40:02 +0100 Date: Wed, 15 Feb 2023 12:42:08 +0100 From: Eivind Nicolay Evensen To: "Herbert J. Skuhra" Cc: freebsd-stable@freebsd.org Subject: Re: Build breakage on stable/13 Message-ID: <20230215124208.0d02565d@elg.hjerdalen.lokalnett> In-Reply-To: References: <20230215084705.11fb24a3@elg.hjerdalen.lokalnett> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4PGx2Z3ZvRz4B6Q X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12996, ipnet:2a01:5b40::/48, country:NO] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Den Wed, 15 Feb 2023 10:39:17 +0100 skrev "Herbert J. Skuhra" : > On Wed, Feb 15, 2023 at 08:47:05AM +0100, Eivind Nicolay Evensen > wrote: > > I noticed after updating stable/13 around yesterday the below build > > breakage. At first glance it looks to me like this doesn't like > > nooptions INET6. > > > > Regards, Eivind [...] > > make: stopped in /usr/src > > The following commit was not merged from main: > > commit acdfbc6cbe0a8a976d446216be84994c8ee8d5c1 > Author: Mitchell Horne > Date: Mon May 30 17:47:32 2022 -0300 > > irdma: fix LINT-NOIP/NOINET/NOINET6 builds > > > git-cherry-pick seems to resolve the issue. > > -- > Herbert Thanks, applied to my local tree. -- Eivind Nicolay Evensen