MidnightBSD Magus

multimedia/dav1d

Small and fast AV1 decoder

Flavor Version Run OSVersion Arch License Restricted Status
0.5.2_1 416 1.2 amd64 bsd2 0 fail

Events

Machine Type Time Message
m1264 info 2020-08-14 03:48:06.349966 Test Started
m1264 fail 2020-08-14 03:48:14.187449 make build returned non-zero: 1
m1264 fail 2020-08-14 03:48:14.234653 Test complete.

Log

===>  Building for dav1d-0.5.2_1
[1/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/ipred_prepare_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/ipred_prepare_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/ipred_prepare_tmpl.c.o' -c ../src/ipred_prepare_tmpl.c
[2/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/fg_apply_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/fg_apply_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/fg_apply_tmpl.c.o' -c ../src/fg_apply_tmpl.c
[3/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_apply_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_apply_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_apply_tmpl.c.o' -c ../src/cdef_apply_tmpl.c
FAILED: src/25a6634@@dav1d_bitdepth_8@sta/cdef_apply_tmpl.c.o 
cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_apply_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_apply_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_apply_tmpl.c.o' -c ../src/cdef_apply_tmpl.c
In file included from ../src/cdef_apply_tmpl.c:34:
In file included from ../src/cdef_apply.h:33:
In file included from ../src/internal.h:42:
In file included from ../src/cdf.h:35:
In file included from ../src/thread_data.h:31:
In file included from ../src/thread.h:158:
In file included from /usr/include/pthread_np.h:35:
In file included from /usr/include/sys/cpuset.h:36:
/usr/include/sys/_cpuset.h:51:1: error: use of undeclared identifier 'NBBY'
BITSET_DEFINE(_cpuset, CPU_SETSIZE);
^
/usr/include/sys/_bitset.h:53:24: note: expanded from macro 'BITSET_DEFINE'
        long    __bits[__bitset_words((_s))];                           \
                       ^
/usr/include/sys/_bitset.h:42:41: note: expanded from macro '__bitset_words'
#define __bitset_words(_s)      (howmany(_s, _BITSET_BITS))
                                             ^
/usr/include/sys/_bitset.h:40:39: note: expanded from macro '_BITSET_BITS'
#define _BITSET_BITS            (sizeof(long) * NBBY)
                                                ^
1 error generated.
[4/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/lf_apply_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/lf_apply_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/lf_apply_tmpl.c.o' -c ../src/lf_apply_tmpl.c
FAILED: src/25a6634@@dav1d_bitdepth_8@sta/lf_apply_tmpl.c.o 
cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/lf_apply_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/lf_apply_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/lf_apply_tmpl.c.o' -c ../src/lf_apply_tmpl.c
In file included from ../src/lf_apply_tmpl.c:34:
In file included from ../src/lf_apply.h:35:
In file included from ../src/internal.h:42:
In file included from ../src/cdf.h:35:
In file included from ../src/thread_data.h:31:
In file included from ../src/thread.h:158:
In file included from /usr/include/pthread_np.h:35:
In file included from /usr/include/sys/cpuset.h:36:
/usr/include/sys/_cpuset.h:51:1: error: use of undeclared identifier 'NBBY'
BITSET_DEFINE(_cpuset, CPU_SETSIZE);
^
/usr/include/sys/_bitset.h:53:24: note: expanded from macro 'BITSET_DEFINE'
        long    __bits[__bitset_words((_s))];                           \
                       ^
/usr/include/sys/_bitset.h:42:41: note: expanded from macro '__bitset_words'
#define __bitset_words(_s)      (howmany(_s, _BITSET_BITS))
                                             ^
/usr/include/sys/_bitset.h:40:39: note: expanded from macro '_BITSET_BITS'
#define _BITSET_BITS            (sizeof(long) * NBBY)
                                                ^
1 error generated.
[5/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_tmpl.c.o' -c ../src/cdef_tmpl.c
[6/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/loopfilter_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/loopfilter_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/loopfilter_tmpl.c.o' -c ../src/loopfilter_tmpl.c
[7/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/film_grain_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/film_grain_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/film_grain_tmpl.c.o' -c ../src/film_grain_tmpl.c
[8/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/ipred_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/ipred_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/ipred_tmpl.c.o' -c ../src/ipred_tmpl.c
[9/118] /usr/local/bin/meson --internal vcstagger ../include/vcs_version.h.in include/vcs_version.h 0.5.2 /magus/work/usr/mports/multimedia/dav1d/work/dav1d-39667c751d427e447cbe8be783cfecd296659e24-39667c751d427e447cbe8be783cfecd296659e24/include @VCS_TAG@ '(.*)' /magus/work/usr/mports/multimedia/dav1d/work/dav1d-39667c751d427e447cbe8be783cfecd296659e24-39667c751d427e447cbe8be783cfecd296659e24/include/git --git-dir /magus/work/usr/mports/multimedia/dav1d/work/dav1d-39667c751d427e447cbe8be783cfecd296659e24-39667c751d427e447cbe8be783cfecd296659e24/.git describe --tags --long --match '?.*.*' --always
[10/118] cc -Isrc/25a6634@@dav1d_bitdepth_8@sta -Isrc -I../src -I. -I.. -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -Xclang -fcolor-diagnostics -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -Wshorten-64-to-32 -fomit-frame-pointer -ffast-math -O2 -fno-strict-aliasing -fPIC -DBITDEPTH=8 -mstack-alignment=32 -MD -MQ 'src/25a6634@@dav1d_bitdepth_8@sta/itx_tmpl.c.o' -MF 'src/25a6634@@dav1d_bitdepth_8@sta/itx_tmpl.c.o.d' -o 'src/25a6634@@dav1d_bitdepth_8@sta/itx_tmpl.c.o' -c ../src/itx_tmpl.c
ninja: build stopped: subcommand failed.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/multimedia/dav1d

Links

Depends On

Depend Of

Categories