Source: mlt Version: 6.0.0-2 Severity: important Hi,
starting with version 6 mlt FTBFS on kfreebsd-i386 and kfreebsd-amd64: https://buildd.debian.org/status/fetch.php?pkg=mlt&arch=kfreebsd-amd64&ver=6.0.0-2&stamp=1455825880 [...] cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -c -o consumer_cbrts.o consumer_cbrts.c consumer_cbrts.c: In function 'create_socket': consumer_cbrts.c:583:12: error: variable 'req' has initializer but incomplete type struct ip_mreqn req = {{0}}; ^ consumer_cbrts.c:583:28: error: extra brace group at end of initializer struct ip_mreqn req = {{0}}; ^ consumer_cbrts.c:583:28: note: (near initialization for 'req') consumer_cbrts.c:583:28: warning: excess elements in struct initializer consumer_cbrts.c:583:28: note: (near initialization for 'req') consumer_cbrts.c:583:21: error: storage size of 'req' isn't known struct ip_mreqn req = {{0}}; ^ consumer_cbrts.c:583:21: warning: unused variable 'req' [-Wunused-variable] <builtin>: recipe for target 'consumer_cbrts.o' failed make[3]: *** [consumer_cbrts.o] Error 1 make[3]: Leaving directory '/«PKGBUILDDIR»/src/modules/plusgpl' Makefile:5: recipe for target 'all' failed If this issue is not trivially fixable, please request that the outdated binary packages get decrufted. Andreas