Date: Thu, 03 May 2018 16:50:36 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> 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... Message-ID: <1ses-vlmr-wny@FreeBSD.org> In-Reply-To: <20180503122358.756jsavnk7mfxpyt@ogg.in.absolight.net> (Mathieu Arnold's message of "Thu, 3 May 2018 14:23:58 %2B0200") References: <201805021507.w42F7Rta001518@repo.freebsd.org> <20180503122358.756jsavnk7mfxpyt@ogg.in.absolight.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Mathieu Arnold <mat@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1ses-vlmr-wny>