Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 09:03:11 -0600
From:      The Doctor <doctor@doctor.nl2k.ab.ca>
To:        freebsd-ports@freebsd.org
Subject:   FFMPEg
Message-ID:  <20190408150311.GA29769@doctor.nl2k.ab.ca>

next in thread | raw e-mail | index | archive | help
This ports is running into the following problem today:

FreeBSD 12

/usr/local/bin/clang80 -I. -I./ -DLIBICONV_PLUG -isystem /usr/local/include=
 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -DPIC -DZLIB=
_CONST -DHAVE_AV_CONFIG_H -DBUILDING_avcodec -O2 -pipe  -DLIBICONV_PLUG -fs=
tack-protector -isystem /usr/local/include -fno-strict-aliasing    -std=3Dc=
11 -fomit-frame-pointer -fPIC -pthread  -I/usr/local/include -I/usr/local/i=
nclude -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/l=
ocal/lib/glib-2.0/include -I/usr/local/include/freetype2 -I/usr/local/inclu=
de/libpng16 -I/usr/local/include/fribidi  -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/=
usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/incl=
ude/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I=
/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/i=
nclude -I/usr/local/include -I/usr/local/include -I/usr/local/include/opus =
-I/usr/local/include/opus -I/usr/local/include/librsvg-2.0 -I/usr/local/inc=
lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr=
/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/inclu=
de/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I=
/usr/local/include/libdrm -D_THREAD_SAFE -pthread -I/usr/local/include -I/u=
sr/local/include -I/usr/local/include/svt-av1 -I/usr/local/include -I/usr/l=
ocal/include -I/usr/local/include -I/usr/local/include -I/usr/local/include=
 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/loca=
l/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I=
/usr/local/include -I/usr/local/include -I/usr/local/include/pgm-5.2 -I/usr=
/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/loc=
al/include -I/usr/local/include -I/usr/local/include -pthread -I/usr/local/=
include -pthread -I/usr/local/include -pthread -I/usr/local/include -pthrea=
d -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -Wdecla=
ration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredu=
ndant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno=
-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno=
-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variabl=
e -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=3D16 -Qunused-arg=
uments -Werror=3Dimplicit-function-declaration -Werror=3Dmissing-prototypes=
 -Werror=3Dreturn-type -I/usr/local/include/SDL2 -I/usr/local/include -D_RE=
ENTRANT -D_THREAD_SAFE  -MMD -MF libavcodec/libsvt_av1.d -MT libavcodec/lib=
svt_av1.o -c -o libavcodec/libsvt_av1.o libavcodec/libsvt_av1.c
libavcodec/libsvt_av1.c:225:14: error: no member named 'yStride' in
      'struct EbSvtIOFormat'; did you mean 'y_stride'?
	  in_data->yStride  =3D frame->linesize[0] >> is16bit;
		       ^~~~~~~
				    y_stride
				    /usr/local/include/svt-av1/EbSvtAv1.h:138:14: note: 'y_stride' decl=
ared here
					uint32_t y_stride;
						     ^
						     libavcodec/libsvt_av1.c:226:14: error: no member named 'cbStride=
' in
							   'struct EbSvtIOFormat'; did you mean 'cb_stride'?
							       in_data->cbStride =3D frame->linesize[1] >> is16bit;
									    ^~~~~~~~
											 cb_stride
											 /usr/local/include/svt-av1/EbSvtAv1.h:140:14: note: 'cb_stride'=
 declared here
											     uint32_t cb_stride;
													  ^
													  libavcodec/libsvt_av1.c:227:14: error: no member named 'crSt=
ride' in
														'struct EbSvtIOFormat'; did you mean 'cr_stride'?
														    in_data->crStride =3D frame->linesize[2] >> is16bit;
																 ^~~~~~~~
																	      cr_stride
																	      /usr/local/include/svt-av1/EbSvtAv1.h:139:14: note: =
'cr_stride' declared here
																		  uint32_t cr_stride;
																			       ^
																			       libavcodec/libsvt_av1.c:299:1: warning: unused la=
bel 'failed_init_enc'
																				     [-Wunused-label]
																				     failed_init_enc:
																				     ^~~~~~~~~~~~~~~~
																				     1 warning and 3 errors generated.
																				     gmake[2]: *** [ffbuild/common.mak:60: libavcodec/l=
ibsvt_av1.o] Error 1
																				     gmake[2]: Leaving directory '/usr/ports/multimedia=
/ffmpeg/work/ffmpeg-4.1.3'
																				     =3D=3D=3D> Compilation failed unexpectedly.
																				     Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild befo=
re reporting the failure to
																				     the maintainer.
																				     *** Error code 1

																				     Stop.
																				     make[1]: stopped in /usr/ports/multimedia/ffmpeg
																				     *** Error code 1

																				     Stop.
																				     make: stopped in /usr/ports/multimedia/ffmpeg

																				     =3D=3D=3D>>> make build failed for multimedia/ffmp=
eg
																				     =3D=3D=3D>>> Aborting update

																				     =3D=3D=3D>>> Update for multimedia/ffmpeg failed
																				     =3D=3D=3D>>> Aborting update

																				     =3D=3D=3D>>> There are messages from installed por=
ts to display,
																					    but first take a moment to review the error messag=
es
																						   above.  Then press Enter when ready to proceed.
--=20
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.=
ab.ca
Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist ri=
sing!
https://www.empire.kred/ROOTNK?t=3D94a1f39b  Look at Psalms 14 and 53 on At=
heism
Alberta on 16 April 2019, do not vote UCP, FCP nor NDP!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190408150311.GA29769>