multimedia/gstreamer1-plugins-svt-av1
GStreamer (svt-av1) plugin
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 3.0.0 | 625 | 4.0 | amd64 | lgpl2.1+ | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064b | info | 2026-01-06 21:19:35.411242 | Test Started |
| m4064b | fail | 2026-01-06 21:20:35.379388 | make build returned non-zero: 1 |
| m4064b | fail | 2026-01-06 21:20:36.059526 | Test complete. |
Log
[1m===> Building for gstreamer1-plugins-svt-av1-3.0.0[0m
[ 50% 1/2] cc -Ilibgstsvtav1enc.so.p -I. -I.. -I/usr/local/include/gstreamer-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orc-0.4 -I/usr/local/include/svt-av1 -fdiagnostics-color=never -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIE -fPIC -fstack-protector-strong -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DEB_DLL -pthread -MD -MQ libgstsvtav1enc.so.p/gstsvtav1enc.c.o -MF libgstsvtav1enc.so.p/gstsvtav1enc.c.o.d -o libgstsvtav1enc.so.p/gstsvtav1enc.c.o -c ../gstsvtav1enc.c
FAILED: [code=1] libgstsvtav1enc.so.p/gstsvtav1enc.c.o
cc -Ilibgstsvtav1enc.so.p -I. -I.. -I/usr/local/include/gstreamer-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orc-0.4 -I/usr/local/include/svt-av1 -fdiagnostics-color=never -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIE -fPIC -fstack-protector-strong -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DEB_DLL -pthread -MD -MQ libgstsvtav1enc.so.p/gstsvtav1enc.c.o -MF libgstsvtav1enc.so.p/gstsvtav1enc.c.o.d -o libgstsvtav1enc.so.p/gstsvtav1enc.c.o -c ../gstsvtav1enc.c
In file included from ../gstsvtav1enc.c:25:
In file included from ../gstsvtav1enc.h:14:
/usr/local/include/svt-av1/EbSvtAv1.h:83:9: warning: 'FALSE' macro redefined [-Wmacro-redefined]
83 | #define FALSE 0
| ^
/usr/local/include/glib-2.0/glib/gmacros.h:931:9: note: previous definition is here
931 | #define FALSE (0)
| ^
In file included from ../gstsvtav1enc.c:25:
In file included from ../gstsvtav1enc.h:14:
/usr/local/include/svt-av1/EbSvtAv1.h:84:9: warning: 'TRUE' macro redefined [-Wmacro-redefined]
84 | #define TRUE 1
| ^
/usr/local/include/glib-2.0/glib/gmacros.h:935:9: note: previous definition is here
935 | #define TRUE (!FALSE)
| ^
../gstsvtav1enc.c:401:16: error: use of undeclared identifier 'false'; did you mean 'else'?
401 | return false;
| ^~~~~
| else
../gstsvtav1enc.c:401:16: error: expected expression
../gstsvtav1enc.c:427:51: error: use of undeclared identifier 'false'; did you mean 'else'?
427 | svtav1enc->svt_config->force_key_frames = false;
| ^~~~~
| else
../gstsvtav1enc.c:427:51: error: expected expression
../gstsvtav1enc.c:432:52: error: use of undeclared identifier 'true'
432 | svtav1enc->svt_config->force_key_frames = true;
| ^
../gstsvtav1enc.c:437:63: error: use of undeclared identifier 'false'; did you mean 'else'?
437 | svtav1enc->svt_config->enable_adaptive_quantization = false;
| ^~~~~
| else
../gstsvtav1enc.c:437:63: error: expected expression
../gstsvtav1enc.c:438:63: error: use of undeclared identifier 'true'
438 | svtav1enc->svt_config->force_key_frames = true;
| ^
../gstsvtav1enc.c:444:28: error: no member named 'level_of_parallelism' in 'struct EbSvtAv1EncConfiguration'
444 | svtav1enc->svt_config->level_of_parallelism = svtav1enc->level_of_parallelism;
| ~~~~~~~~~~~~~~~~~~~~~ ^
../gstsvtav1enc.c:554:16: error: use of undeclared identifier 'false'; did you mean 'else'?
554 | return false;
| ^~~~~
| else
../gstsvtav1enc.c:554:16: error: expected expression
../gstsvtav1enc.c:556:12: error: use of undeclared identifier 'true'
556 | return true;
| ^
../gstsvtav1enc.c:566:16: error: use of undeclared identifier 'false'; did you mean 'else'?
566 | return false;
| ^~~~~
| else
../gstsvtav1enc.c:566:16: error: expected expression
../gstsvtav1enc.c:568:12: error: use of undeclared identifier 'true'
568 | return true;
| ^
../gstsvtav1enc.c:634:16: error: use of undeclared identifier 'false'; did you mean 'else'?
634 | return false;
| ^~~~~
| else
../gstsvtav1enc.c:634:16: error: expected expression
../gstsvtav1enc.c:641:86: error: use of undeclared identifier 'true'
641 | GstFlowReturn ret = gst_svtav1enc_dequeue_encoded_frames(GST_SVTAV1ENC(encoder), true, false);
| ^
../gstsvtav1enc.c:641:92: error: use of undeclared identifier 'false'
641 | GstFlowReturn ret = gst_svtav1enc_dequeue_encoded_frames(GST_SVTAV1ENC(encoder), true, false);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
2 warnings and 20 errors generated.
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/gstreamer1-plugins-svt-av1
Links
Depends On
- devel/meson (build)
- devel/ninja (build)
- devel/pkgconf (build)
- lang/python311 (build)
- multimedia/gstreamer1-plugins (build)
- devel/gettext-runtime (lib)
- devel/glib20 (lib)
- multimedia/gstreamer1 (lib)
- multimedia/svt-av1 (lib)
- multimedia/gstreamer1-plugins (run)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus