From nobody Thu Dec 12 16:21:04 2024 X-Original-To: dev-commits-src-all@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 4Y8HlQ5bp8z5gSgd; Thu, 12 Dec 2024 16:21:06 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y8HlQ56Phz4jkh; Thu, 12 Dec 2024 16:21:06 +0000 (UTC) (envelope-from bapt@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1734020466; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZjLjNmAV9AaPLHhuB2Z+5rWlJVPW427laNOB1Y1Qkqg=; b=pbe7eWFWUwqHM33aYuqXpzdfS6O+GqXTLtmfsrJ6QVWXsA/WKREngAT07MAJ1FYEarjWNf BDAQpU+MbUxyh5s/EtGHDTxsc76f5LzHE2wF3SdFTnKzpnneqame9o04+JCpkg8ZWcKdUF 9h9L0BN2LqygKVeGVZXCBqdnLRh3EZQIse1WhXmrJdqrSbHLRv8k+3f9UYSb2vVEY3PtEw 8B8KTImuPtSIUe9XzhoIwiyulKsIlJ01SfKMMqkkhEH319bQ0TyF2oV1yATq40WiLI3J7i xFVXlAnaKqNK+OMXcbxwVg22RqzC+H/Ygv15kwx4Eh62o+WtHdGvvjuuUgkmKw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1734020466; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZjLjNmAV9AaPLHhuB2Z+5rWlJVPW427laNOB1Y1Qkqg=; b=Aagdls3hB1P5VjeQ8DtCTobiGi0jhitIn4/I4xFkzltu0F10wTiVYCYMaZVmHUMFiWiwkY 3vWMF3JhaySYFuMGLkQlMNCwL09lQESy1vHKpAeN305I9xFXsBvOtLxkYUyX99mJ/9UENW eNm5kZ8ByZ/k95SuydFFcxSYHSAFhfZ1jTkU0n/7Ukxe3BAm5JgWPRpKy0SALB2s+1POdO Dw9bLRv8lFoYKKjVeuguECXzoY4D8m8Z5ngVHB0nSxOrC56Qvf9NGdWK+Q86CNYji5SF51 53YHhbOv8hCHolXkzVKamB04j983Nebtl2khpMaA0Z6+NpY87qdjFlWrVo2grg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1734020466; a=rsa-sha256; cv=none; b=gUz9PDgVE/MSLHKx1mPHr3Kx9UhubU8Vwtpq/Uwzn554MHk+1g5Bjikojs7MBYgWLeHYGT jvR2j16v32q5FgIhqner9LSHg64FTFa1bD6LwlI32lLjydIkoAWtMbGqtD+TpcWStrYgPU WVp9dg5c8yBPg9x5Fw1RBlcg4Kttc8TxTZFCTbpTP2pQ9IwpyDYKVNWYfMnQi0aEXN8Ibb vBDOse6dPnNtYmlUItb8PqpbD0YhJM0gkDqDkadcmAM/6ngGdd7XVersH2EEKNXA14L6Qx 363103MnSUCsRp7sLdywhAOwJEST/KRUl4Yqb/M9ZGF2pWZUrbRCqN6e+lyurA== Received: from aniel.nours.eu (nours.eu [IPv6:2001:41d0:8:3a4d::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 4Y8HlQ402sz1M3V; Thu, 12 Dec 2024 16:21:06 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id D55AF1CE538; Thu, 12 Dec 2024 17:21:04 +0100 (CET) Date: Thu, 12 Dec 2024 17:21:04 +0100 From: Baptiste Daroussin To: Alexander Motin Cc: Martin Matuska , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org Subject: Re: git: 2ec8b6948070 - stable/14 - zfs: merge openzfs/zfs@e269af1b3 (zfs-2.2-release) into stable/14 Message-ID: References: <202412121457.4BCEvRJv022229@gitrepo.freebsd.org> <2yircadojekemjslcf63rrbyd5s6oe6hkwcmakhjzbdyhl6ze3@fgrg5qjbuyra> <4cf70734-c8f7-4f16-8d56-dd5dbf4297f3@FreeBSD.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4cf70734-c8f7-4f16-8d56-dd5dbf4297f3@FreeBSD.org> On Thu 12 Dec 11:09, Alexander Motin wrote: > On 12.12.2024 10:38, Baptiste Daroussin wrote: > > On Thu 12 Dec 14:57, Martin Matuska wrote: > > > The branch stable/14 has been updated by mm: > > > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=2ec8b69480708185a273254e4e254140eb2ce633 > > > > > > > This does not build (at least does not incrementally build): > > > > /home/pkgbuild/worktrees/stable/14/sys/contrib/openzfs/module/os/linux/zfs/arc_os.c:45:10: > > fatal error: 'sys/shrinker.h' file not found > > > > the pkgbase builders are now broken ;) > > This is a Linux-specific file as you can see from the path. So the question > is why FreeBSD tries to build it to predictably fail. I just run my own > 14-stable build and it passed clean. > > -- > Alexander Motin We don't do anything specific on the pkgbase builders, except running an incremental build, how to we end up building this I have no idea. Best regards, Bapt