From nobody Mon Mar 16 11:15:45 2026 X-Original-To: dev-commits-src-main@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 4fZCk51TWnz6VFfH; Mon, 16 Mar 2026 11:37:17 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from www541.your-server.de (www541.your-server.de [213.133.107.7]) (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) by mx1.freebsd.org (Postfix) with ESMTPS id 4fZCk46Nh4z4PPr; Mon, 16 Mar 2026 11:37:16 +0000 (UTC) (envelope-from mm@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from sslproxy05.your-server.de ([78.46.172.2]) by www541.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1w25vG-000H1e-1a; Mon, 16 Mar 2026 12:15:46 +0100 Received: from localhost ([127.0.0.1]) by sslproxy05.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w25vG-000G3Z-1P; Mon, 16 Mar 2026 12:15:45 +0100 Message-ID: <656fef2f-be7b-4ae0-9d40-9625a6bda44d@FreeBSD.org> Date: Mon, 16 Mar 2026 12:15:45 +0100 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: 8a62a2a5659d - main - zfs: merge openzfs/zfs@f8e5af53e To: A FreeBSD User , Olivier Certner Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org References: <69b561ff.39ea9.b797d91@gitrepo.freebsd.org> <2437020.THHZn3L5Ee@ravel> <20260316093928.5a5b84e5@thor.sb211.local> From: Martin Matuska Content-Language: en-US In-Reply-To: <20260316093928.5a5b84e5@thor.sb211.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Clear (ClamAV 1.4.3/27942/Mon Mar 16 07:24:14 2026) X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:213.133.96.0/19, country:DE] X-Rspamd-Queue-Id: 4fZCk46Nh4z4PPr X-Spamd-Bar: ---- Hi Olivier, thank you for fixing the build. What is strange that I did not notice any build errors on my system and also I did not receive any failure e-mails from the build cluster. Cheers, mm On 16. 3. 2026 9:39, A FreeBSD User wrote: > Am Tage des Herren Mon, 16 Mar 2026 00:22:07 +0100 > Olivier Certner schrieb: > >> Hi Martin, >> >>> The branch main has been updated by mm: >>> >>> URL: https://cgit.FreeBSD.org/src/commit/?id=8a62a2a5659d1839d8799b4274c04469d7f17c78 >>> >>> commit 8a62a2a5659d1839d8799b4274c04469d7f17c78 >>> Merge: f91464171d61 f8e5af53e92f >>> Author: Martin Matuska >>> AuthorDate: 2026-03-14 12:14:56 +0000 >>> Commit: Martin Matuska >>> CommitDate: 2026-03-14 12:14:56 +0000 >>> >>> zfs: merge openzfs/zfs@f8e5af53e >> This commit has broken the amd64 build for a day and a half. I've just discovered that >> there have been some mails about that already, to which nobody replied. >> >> I've just fixed it >> (see https://cgit.freebsd.org/src/commit/?id=5f659f2b8533). Please improve it if possible, and upstream it. >> >> Additionally, IIRC, it's not the first time an OpenZFS import causes build failures. >> >> Could you please be more careful on future imports? >> >> Thanks in advance. >> > Thank you very much fixing this. > > Kind regards, > oh >