From nobody Thu Oct 24 19:58:19 2024 X-Original-To: freebsd-current@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 4XZGtw5hVNz5ZpNM for ; Thu, 24 Oct 2024 19:58:32 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) (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 4XZGtw3XJsz4tDj; Thu, 24 Oct 2024 19:58:32 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-il1-f176.google.com with SMTP id e9e14a558f8ab-3a3f8b5fc45so7501795ab.1; Thu, 24 Oct 2024 12:58:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729799911; x=1730404711; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=tQkkCUkAghZtNdK/nh0HBmPQ1bpZWoDpklHMo+HxZ7A=; b=ENAXkaRjZCkUrcAGdDp3hGvf7hMBzCS8OETkLqtTXSHTWS6tTrtgKe12QSC6ytHn/2 kF6VVCtAQQ9FyiDcz5LZZMC7qVAHgHCjyCYoFF7FgSTCwpPJEthPeWGbYLvus7AtQquY 0rhGGwkwYeQImQnpLU6bT8X07QFpuH6j/tasW/uJrka9RQHa5LLjmW2J86LEMAPgQfXE PEoy3q9IZZqBFcbQn3LwhUozSmpXSM2sdgOxlTltq3AhDvDSGe92W27utiK01XTJTDzl T4BzNLNvXCNnFoZrLxwIKQ16su2CXMBR/F/4ZYmqvT9oWDxMtpPA72rj/HHEYfhZKmaU epSA== X-Forwarded-Encrypted: i=1; AJvYcCX0QkliYM8iEN9BtmfCOMzIlilYHAe7mcNJHdLZQZ2jwALrr3QDm2rMvWWleE4mVrteg7DS@freebsd.org X-Gm-Message-State: AOJu0Yy/jNuM6JZqmPY4pViDDlt4afPVW5uK7FzgjJm2WgWdIf3v7vT3 aXz2QB3MW0qodPpdggNaBXWtYuzdHixpozAllAWlAHfe3Qc03xNOhNId02MRHBDDbzbx2mVgG17 Woh2efhDFGkPM+xcdv+YAIS1tqZPUfFHi X-Google-Smtp-Source: AGHT+IG69QRIaJ6dvbieJ3KksdArXlZ1m6g0MhAzeFUJP2EtzwptyKTbK+5bG9mEdibMfRMCqevfcJogAxoNUNon0Mg= X-Received: by 2002:a05:6e02:1fed:b0:3a0:ce43:fb62 with SMTP id e9e14a558f8ab-3a4de77d4damr24139265ab.11.1729799911327; Thu, 24 Oct 2024 12:58:31 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Thu, 24 Oct 2024 15:58:19 -0400 Message-ID: Subject: Re: upgrade llvm19 broke drm-6.1 kmod To: Michael Butler Cc: freebsd-current , Emmanuel Vadot Content-Type: text/plain; charset="UTF-8" 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: 4XZGtw3XJsz4tDj X-Spamd-Bar: ---- On Thu, 24 Oct 2024 at 14:26, Michael Butler wrote: > > It seems there are some additional constraints about non-existent > directories that now count as errors .. I ran into this as well, in my work tree that has drm-kmod 6.6 as a submodule. I think these include paths are just leftover from some earlier work, and I opened a pull request to remove them: https://github.com/freebsd/drm-kmod/pull/321