MidnightBSD Magus

multimedia/gstreamer1-plugins-svt-av1

GStreamer (svt-av1) plugin

Flavor Version Run OSVersion Arch License Restricted Status
3.0.0 623 4.0 i386 lgpl2.1+ 0 fail

License Permissions:

Events

Machine Type Time Message
m4032 info 2025-12-24 10:44:20.151133 Test Started
m4032 fail 2025-12-24 10:45:02.269223 make build returned non-zero: 1
m4032 fail 2025-12-24 10:45:02.329593 Test complete.

Log

===>  Building for gstreamer1-plugins-svt-av1-3.0.0
[ 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: 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

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis