From nobody Mon Sep 09 18:58:59 2024 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 4X2bjD4y9pz5Tk55 for ; Mon, 09 Sep 2024 18:59:12 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) (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 "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X2bjD1NGRz4QD9 for ; Mon, 9 Sep 2024 18:59:12 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-wm1-f44.google.com with SMTP id 5b1f17b1804b1-42cafda818aso21814735e9.2 for ; Mon, 09 Sep 2024 11:59:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725908350; x=1726513150; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aGLFsoIEhd4BjSsJk6E8gdqnjhFQA025zx8EcksOJt8=; b=KbcIZp010/CHwMLCnxhSO6JYFMy88/hTyj4jcVjK9JxiC8I5d1fsLSkaAIr/4PaSTq O7BF5f09YsN/XxSY+t1NqjHBzq1fyhjO9yoaWXhHeRT0SV2pDspPe9rcjH36KPf6GSSp jeJgbxaCXQo6ZEF7RS8VGNW1/V1HkXu8elDACbQJbKlFY7RVTDlTKYX71ebrCJWV1Q7k DxRx10HHcCWT7/N31uj0Yffr03emVECH85HaIeFhHBea9misNx6X2I5xUagPfAGFccYJ 39l/wNZVLenGTvaSPi0xHW/xfDAXFyAuTIXDJNciccvahqZ2FOvG5RCH4yZDoa+vzyt5 v5PA== X-Forwarded-Encrypted: i=1; AJvYcCUr1mm7CI3TovBm0V1piDIFACE/IBjcmkp+SXmJlMGS3o8ELHOHsyGcoL97Tjgk+7d6R5Nn5eCZ9N/CS91Ld8uuEKUeEw==@freebsd.org X-Gm-Message-State: AOJu0YxbFcl8gc2W3rdQpBIfM967piUc4CVCKbNd+UxGjGIiktw8sxVL H73SAzlL8d2PbKpRmrIe1BxJMgdtnJmfcbM+m5dmvJTNzNDW/ptIhTcWFYAe1xk= X-Google-Smtp-Source: AGHT+IH33pbUdkzSGgXRtjzcltgIspnLXdDj6iky2nIJMUdFHjvKm5XiKxUHGkjatQKvepQZvBU55A== X-Received: by 2002:a05:600c:4684:b0:429:a3e:c785 with SMTP id 5b1f17b1804b1-42c9f985734mr98254085e9.21.1725908350358; Mon, 09 Sep 2024 11:59:10 -0700 (PDT) Received: from smtpclient.apple ([131.111.5.201]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-42caeb21a4esm86143425e9.7.2024.09.09.11.59.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Sep 2024 11:59:09 -0700 (PDT) Content-Type: text/plain; charset=us-ascii 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 (Mac OS X Mail 16.0 \(3776.700.51\)) Subject: Re: git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582 From: Jessica Clarke In-Reply-To: Date: Mon, 9 Sep 2024 19:58:59 +0100 Cc: FreeBSD User , Martin Matuska , "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <202409091648.489GmCNu009544@gitrepo.freebsd.org> <20240909204632.78f3b525@thor.intern.walstatt.dynvpn.de> To: Alexander Motin X-Mailer: Apple Mail (2.3776.700.51) X-Spamd-Bar: ---- 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:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4X2bjD1NGRz4QD9 On 9 Sep 2024, at 19:52, Alexander Motin wrote: >=20 > On 09.09.2024 14:46, FreeBSD User wrote: >> Am Mon, 9 Sep 2024 16:48:12 GMT >> Martin Matuska schrieb: >> the commit seems to breaks buildworld for me, somehow: >> [...] >> /usr/src/sys/contrib/openzfs/module/os/linux/zfs/abd_os.c:61:10: = fatal error: >> 'linux/kmap_compat.h' file not found 61 | #include = >=20 > I hit it also, but it has gone after I wiped the object directory and = run a clean build. This commit uses different abd_os.c from different = directory, and seems something is getting confused in the process. tools/build/depend-cleanup.sh needs to deal with cddl/lib/libzpool/.depend.abd_os.* then (and libcompats). Jess