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...

Jan Beich jbeich at FreeBSD.org
Thu May 3 14:50:41 UTC 2018


Mathieu Arnold <mat at 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


More information about the svn-ports-head mailing list