From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id E6EAC1FF13F for ; Fri, 09 Jan 2026 12:02:00 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4A02513510; Fri, 9 Jan 2026 12:02:02 +0100 (CET) Message-ID: <2e2a5e4b-e91d-48f3-bc1f-c48418188522@proxmox.com> Date: Fri, 9 Jan 2026 12:01:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta From: Dominik Csapak To: pve-devel@lists.proxmox.com References: <20251211151317.3351087-1-d.csapak@proxmox.com> Content-Language: en-US In-Reply-To: <20251211151317.3351087-1-d.csapak@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1767956479042 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.032 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] superseded: [PATCH pve-vgpu-helper] add 'build-essential' to the dependency list X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" superseded by v2: https://lore.proxmox.com/pve-devel/20260109110100.1744415-1-d.csapak@proxmox.com/T/#u On 12/11/25 4:13 PM, Dominik Csapak wrote: > dkms in trixie does not depend on neither gcc nor build-essential > anymore, so we have to add it ourselves, otherwise the necessary > build tools are not installed for the nvidia driver. > > Signed-off-by: Dominik Csapak > --- > src/pve-nvidia-vgpu-helper | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/pve-nvidia-vgpu-helper b/src/pve-nvidia-vgpu-helper > index 9294028..83f6e5c 100755 > --- a/src/pve-nvidia-vgpu-helper > +++ b/src/pve-nvidia-vgpu-helper > @@ -14,7 +14,7 @@ use PVE::SafeSyslog; > > ## Module-Wide Variables & Constants > > -my @BASE_PACKAGE_DEPENDENCIES = qw(dkms libc6-dev proxmox-default-headers); > +my @BASE_PACKAGE_DEPENDENCIES = qw(dkms build-essential libc6-dev proxmox-default-headers); > > my $apt_cache; # initialized in the main section > _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel