From owner-svn-ports-all@freebsd.org Fri Feb 5 14:22:13 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C680F5490E4; Fri, 5 Feb 2021 14:22:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DXHg95MFQz3Kn6; Fri, 5 Feb 2021 14:22:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-79-12-130-69.retail.telecomitalia.it [79.12.130.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 2D1CF239E2; Fri, 5 Feb 2021 14:22:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: svn commit: r564088 - in head/x11: linux-nvidia-libs nvidia-driver nvidia-driver/files nvidia-settings nvidia-xconfig To: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202102050727.1157RtXv030475@repo.freebsd.org> From: Guido Falsi Message-ID: <02fc41c6-d2dc-2dac-af0c-67a597f85eb4@FreeBSD.org> Date: Fri, 5 Feb 2021 15:22:11 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <202102050727.1157RtXv030475@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 14:22:13 -0000 On 05/02/21 08:27, Alexey Dokuchaev wrote: > Author: danfe > Date: Fri Feb 5 07:27:55 2021 > New Revision: 564088 > URL: https://svnweb.freebsd.org/changeset/ports/564088 > > Log: > Update nVidia main driver, Linux libraries, and tools to version 460.36. > > PR: 249505, 250277 > [...] > Modified: head/x11/nvidia-settings/Makefile > ============================================================================== > --- head/x11/nvidia-settings/Makefile Fri Feb 5 04:29:07 2021 (r564087) > +++ head/x11/nvidia-settings/Makefile Fri Feb 5 07:27:55 2021 (r564088) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= nvidia-settings > -PORTVERSION= 440.100 > +PORTVERSION= 460.39 > CATEGORIES= x11 > > MAINTAINER= x11@FreeBSD.org Looks like this update made nvidia-settings (at least) jobs unsafe: ===> Building for nvidia-settings-460.39 gmake[1]: Entering directory '/wrkdirs/usr/ports/x11/nvidia-settings/work/nvidia-settings-460.39' gmake[2]: Entering directory '/wrkdirs/usr/ports/x11/nvidia-settings/work/nvidia-settings-460.39/src' { printf "extern const char _binary_antialias_png_start[];\n"; printf "extern const char _binary_antialias_png_end[];\n"; } > _out/FreeBSD_amd64/antialias.png.h { printf "extern const char _binary_background_png_start[];\n"; printf "extern const char _binary_background_png_end[];\n"; } > _out/FreeBSD_amd64/background.png.h /bin/sh: cannot create _out/FreeBSD_amd64/antialias.png.h: No such file or directory gmake[2]: *** [Makefile:320: _out/FreeBSD_amd64/antialias.png.h] Error 2 gmake[2]: *** Waiting for unfinished jobs.... -- Guido Falsi