From nobody Wed Aug 20 13:44:14 2025 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 4c6SNc20QYz64xmw; Wed, 20 Aug 2025 13:44:16 +0000 (UTC) (envelope-from des@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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4c6SNc1Gtyz3WZK; Wed, 20 Aug 2025 13:44:16 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1755697456; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zZh3y5kAtzBTCDJmGk3457hAHEfsBc+UZspKLi59yVs=; b=dUxQ2/E7fw3KJ/V3DG7eS790dvw/ny8zjT0Dm0eHAXKEd2FrMSeoX95i9x7FEcZEsDRPfz V8m6sQvzG3xOxL8r8y4oT+6UU6Ag++yKTYjBxJBkwIZOEh+twfIHo4Caf7VTz3F8aPk3mX lh8rMycp77fQ6+YFj3qJnEsL9aTtb464U3ehBCJiW1GBob9Gd6ZYQTnpNG7oeJxoSByqZY 6zVBaTSxMsv81XZS98xJlPbgGgqqZqz20B69cNJg2dIa2IE0JAw4KvLE6ihyahXLbNtUHj tOD80q5acY1icJXCrY20r11rK7QCHFO6z+nclFhiYsU0KzE3ZOvyf9d70+P6Og== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1755697456; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zZh3y5kAtzBTCDJmGk3457hAHEfsBc+UZspKLi59yVs=; b=K7mABe4PohoyLAFlBpdlvOi2RPtkuscmGaNGXe9hH2Z1exuIcuZ2s3UTYze2SliTk8z46G hPXY5dPGCSd8K8Qgf3+EXi2pMFSzAnWCB74sXkZYzQkf85m5xnDULoFF+7yrPSy7EI1tI6 Uxbr6IeNeCRhKlvl2Q0w+OqCXvjbEeoh4yrjjTU0sKVS9zK4wCrkKMuCc6Mr4+fieemcQ0 jwbPimr/DilT/MHvWSOphkYsDdMsLrz3Qt1rBXbUaOmepUwyZcjE9LK7RMmA+1bbgmmlUO iOWjGQi+bABjZBKYi3E6j8mqLb3onVLjSBBIKFJOu7AtCL7xxHKJjeH9BOacGA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1755697456; a=rsa-sha256; cv=none; b=SzDJpGWPEFMYgMhVwLt/SKcp4UnPvx3zjmoKLnoa36NpbbsvRoI5ATMRQUtcRAslZMtx6r F0JGi8wYY7PNkrRlZzRolunVMnwGeHKO1xd9ctjfc146dI5e3dHz8rrNdSCeWkrewjbsOe k6NNjGpNkeyrmvGw1dnr5sZFk9ASMt2Y9u6sxEOmxEAR/gyMVIhu5FCS3uIaolDV5xIpG4 wVZGKr0PoVuE85Y0Qc1w2qX3t9UEetR+Idcbtn23NT73AWPipIAUe5qtrIiBzF21QsxDx5 NC4hLJxpx3Ux3zU9Sel/5CbQv+NoKwoC3DEI8xZcWKcvWVyutm7Yzvi7YiVrKg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from ltc.des.dev (88-177-82-251.subs.proxad.net [88.177.82.251]) (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: des) by smtp.freebsd.org (Postfix) with ESMTPSA id 4c6SNb74kjzkZm; Wed, 20 Aug 2025 13:44:15 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id 8FABC3C2D5; Wed, 20 Aug 2025 15:44:14 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Martin Matuska Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 53a2e2635ab2 - main - zfs: merge openzfs/zfs@a9410ccbd In-Reply-To: <202508200901.57K91hlO061803@gitrepo.freebsd.org> (Martin Matuska's message of "Wed, 20 Aug 2025 09:01:43 GMT") References: <202508200901.57K91hlO061803@gitrepo.freebsd.org> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Wed, 20 Aug 2025 15:44:14 +0200 Message-ID: <86plcqhzv5.fsf@ltc.des.dev> 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Martin Matuska writes: > zfs: merge openzfs/zfs@a9410ccbd This doesn't build, please either fix asap or revert. cc -target x86_64-unknown-freebsd15.0 --sysroot=3D/usr/obj/usr/src/amd6= 4.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-commo= n -DIN_BASE -I/usr/src/sys/contrib/openzfs/include -I/usr/src/sys/contrib/o= penzfs/lib/libspl/include -I/usr/src/sys/contrib/openzfs/lib/libspl/include= /os/freebsd -I/usr/src/sys/contrib/openzfs/lib/libzpool/include -I/usr/src/= cddl/compat/opensolaris/include -I/usr/src/sys/contrib/openzfs/module/icp/i= nclude -include /usr/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/cco= mpile.h -DHAVE_ISSETUGID -include /usr/src/sys/modules/zfs/zfs_config.h -g = -DDEBUG=3D1 -Wno-format -DZFS_DEBUG=3D1 -DNEED_SOLARIS_BOOLEAN -DHAVE_STRLC= AT -DHAVE_STRLCPY -fPIE -g -gz=3Dzlib -std=3Diso9899:1999 -Wno-format-zero-= length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-unknown-pragmas -= Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error= =3Dunused-but-set-parameter -Wno-error=3Dcast-function-type-mismatch -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-pa= cked-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunus= ed-arguments -Wl,-zrelro -pie -o ztest.full ztest.pieo -lgeom -lm -= lnvpair -lumem -lzpool -lavl -lzfs_core -lspl -lzutil -lzfs -luuti= l -licp -lpthread=20 ld: error: undefined reference: gcm_ghash_vpclmulqdq_avx2 >>> referenced by /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libicp.so (d= isallowed by --no-allow-shlib-undefined) =20=20=20=20 ld: error: undefined reference: gcm_init_vpclmulqdq_avx2 >>> referenced by /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libicp.so (d= isallowed by --no-allow-shlib-undefined) =20=20=20=20 ld: error: undefined reference: aes_gcm_enc_update_vaes_avx2 >>> referenced by /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libicp.so (d= isallowed by --no-allow-shlib-undefined) =20=20=20=20 ld: error: undefined reference: aes_gcm_dec_update_vaes_avx2 >>> referenced by /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libicp.so (d= isallowed by --no-allow-shlib-undefined) cc: error: linker command failed with exit code 1 (use -v to see invoca= tion) *** Error code 1 =20=20=20=20 Stop. make[5]: stopped making "all" in /usr/src/cddl/usr.bin/ztest DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org