From owner-svn-ports-head@freebsd.org Sat Feb 16 17:07:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B532714EE96C; Sat, 16 Feb 2019 17:07:40 +0000 (UTC) (envelope-from leres@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56F1B926FD; Sat, 16 Feb 2019 17:07:40 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id C2B761A959; Sat, 16 Feb 2019 17:07:39 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r493026 - in head/multimedia: . ffmpeg svt-av1 To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201902160042.x1G0gkgK076985@repo.freebsd.org> From: Craig Leres Message-ID: Date: Sat, 16 Feb 2019 09:07:37 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <201902160042.x1G0gkgK076985@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 56F1B926FD X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.965,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2019 17:07:40 -0000 On 2/15/19 4:42 PM, Jan Beich wrote: > Author: jbeich > Date: Sat Feb 16 00:42:45 2019 > New Revision: 493026 > URL:https://svnweb.freebsd.org/changeset/ports/493026 > > Log: > multimedia/ffmpeg: add another AV1 encoder This change breaks multimedia/ffmpeg for me. I think it's because the patch that adds --enable-libsvtav1/--disable-libsvtav1 to configure isn't applied when SVTAV1 is disabled. Craig =========================================================================== =================================================== ===> Configuring for ffmpeg-4.1.1,1 Unknown option "--disable-libsvtav1". See ./configure --help for available options. ===> Script "configure" failed unexpectedly. Please report the problem to multimedia@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/multimedia/ffmpeg/work/ffmpeg-4.1.1/ffbuild/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/ffmpeg