From owner-svn-ports-all@freebsd.org Thu May 3 14:50:40 2018 Return-Path: Delivered-To: svn-ports-all@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 C7CF6FADA55; Thu, 3 May 2018 14:50:40 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C68172A2D; Thu, 3 May 2018 14:50:40 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 59BC7E001; Thu, 3 May 2018 14:50:40 +0000 (UTC) From: Jan Beich To: Mathieu Arnold Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r468844 - in head: astro/siril audio/acoustid-fingerprinter audio/alsa-plugins audio/aqualung audio/aubio audio/audacity audio/baresip audio/beets audio/cantata audio/carla audio/chroma... References: <201805021507.w42F7Rta001518@repo.freebsd.org> <20180503122358.756jsavnk7mfxpyt@ogg.in.absolight.net> Date: Thu, 03 May 2018 16:50:36 +0200 In-Reply-To: <20180503122358.756jsavnk7mfxpyt@ogg.in.absolight.net> (Mathieu Arnold's message of "Thu, 3 May 2018 14:23:58 +0200") Message-ID: <1ses-vlmr-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 03 May 2018 14:50:41 -0000 Mathieu Arnold writes: > On Wed, May 02, 2018 at 03:07:27PM +0000, Jan Beich wrote: > >> Author: jbeich >> Date: Wed May 2 15:07:27 2018 >> New Revision: 468844 >> URL: https://svnweb.freebsd.org/changeset/ports/468844 >> >> Log: >> multimedia/ffmpeg: update to 4.0 > > This fails to build for me: > > ===> Configuring for ffmpeg-4.0,1 > Terminated > ERROR: libflite not found > > https://pkg.absolight.fr/data/11amd64-pkgng-default/20180503T114054Z/logs/errors/ffmpeg-4.0,1.log Looks like audio/flite bug (see below). Fixed in r468931. Strangely, it didn't affect -fuse-ld=lld. Can you try again? cc -fstack-protector -L/usr/local/lib -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.O90KvJNy/test /tmp/ffconf.O90KvJNy/test.o -lflite_cmu_time_awb -lflite_cmu_us_awb -lflite_cmu_us_kal -lflite_cmu_us_kal16 -lflite_cmu_us_rms -lflite_cmu_us_slt -lflite_usenglish -lflite_cmulex -lflite /usr/local/lib/libflite.so: undefined reference to `fmod' /usr/local/lib/libflite.so: undefined reference to `sin' /usr/local/lib/libflite.so: undefined reference to `exp' /usr/local/lib/libflite.so: undefined reference to `log' /usr/local/lib/libflite.so: undefined reference to `pow' cc: error: linker command failed with exit code 1 (use -v to see invocation) ERROR: libflite not found