=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/net/mkvserver_mk2", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for mkvserver_mk2-0.0.0.20200117nb8 --- segment.o --- --- buffer.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/ffmpeg4 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/include -Wall `pkg-config --cflags libavformat libavcodec libavutil` -pthread -c buffer.c --- segment.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/ffmpeg4 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/include -Wall `pkg-config --cflags libavformat libavcodec libavutil` -pthread -c segment.c --- publisher.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/ffmpeg4 -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/include -Wall `pkg-config --cflags libavformat libavcodec libavutil` -pthread -c publisher.c --- server --- cc -L/opt/local/lib/ffmpeg4 -Wl,-R/opt/local/lib/ffmpeg4 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wall `pkg-config --cflags libavformat libavcodec libavutil` -pthread -o server segment.o buffer.o publisher.o server2.c `pkg-config --libs libavformat libavcodec libavutil` server2.c: In function 'accept_thread': server2.c:301:66: warning: passing argument 4 of 'av_opt_get' from incompatible pointer type [-Wincompatible-pointer-types] 301 | av_opt_get(client, "method", AV_OPT_SEARCH_CHILDREN, &method); | ^~~~~~~ | | | char ** In file included from server2.c:8: /tmp/work/net/mkvserver_mk2/work/.buildlink/include/ffmpeg4/libavutil/opt.h:757:84: note: expected 'uint8_t **' {aka 'unsigned char **'} but argument is of type 'char **' 757 | int av_opt_get (void *obj, const char *name, int search_flags, uint8_t **out_val); | ~~~~~~~~~~~~^~~~~~~ server2.c:302:68: warning: passing argument 4 of 'av_opt_get' from incompatible pointer type [-Wincompatible-pointer-types] 302 | av_opt_get(client, "resource", AV_OPT_SEARCH_CHILDREN, &resource); | ^~~~~~~~~ | | | char ** /tmp/work/net/mkvserver_mk2/work/.buildlink/include/ffmpeg4/libavutil/opt.h:757:84: note: expected 'uint8_t **' {aka 'unsigned char **'} but argument is of type 'char **' 757 | int av_opt_get (void *obj, const char *name, int search_flags, uint8_t **out_val); | ~~~~~~~~~~~~^~~~~~~ server2.c: In function 'main': server2.c:440:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] 440 | av_register_all(); | ^~~~~~~~~~~~~~~ In file included from server2.c:9: /tmp/work/net/mkvserver_mk2/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1955:6: note: declared here 1955 | void av_register_all(void); | ^~~~~~~~~~~~~~~ *** Please use pkgtools/verifypc to sanity check dependencies.