+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xjadeo-0.8.9nb11/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xjadeo-0.8.9nb11/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for xjadeo-0.8.9nb11 --- all --- /usr/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in xjadeo --- paths.h --- --- all --- /usr/pkg/bin/bmake all-am --- xjadeo-main.o --- --- xjadeo-xjadeo.o --- --- xjadeo-main.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-main.o -MD -MP -MF .deps/xjadeo-main.Tpo -c -o xjadeo-main.o `test -f 'main.c' || echo './'`main.c --- xjadeo-xjadeo.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-xjadeo.o -MD -MP -MF .deps/xjadeo-xjadeo.Tpo -c -o xjadeo-xjadeo.o `test -f 'xjadeo.c' || echo './'`xjadeo.c xjadeo.c: In function 'event_loop': xjadeo.c:240:11: warning: variable 'we_know_transport_is_not_rolling' set but not used [-Wunused-but-set-variable] uint8_t we_know_transport_is_not_rolling = 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xjadeo.c: In function 'init_moviebuffer': xjadeo.c:438:2: warning: 'avpicture_get_size' is deprecated [-Wdeprecated-declarations] vbufsize = avpicture_get_size (render_fmt, movie_width, movie_height); ^~~~~~~~ In file included from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3778:5: note: declared here int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); ^~~~~~~~~~~~~~~~~~ xjadeo.c:444:3: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] avpicture_fill ((AVPicture *)pFrameFMT, buffer, render_fmt, movie_width, movie_height); ^~~~~~~~~~~~~~ In file included from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3763:5: note: declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^~~~~~~~~~~~~~ xjadeo.c: In function 'avinit': xjadeo.c:451:2: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all (); ^~~~~~~~~~~~~~~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1955:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ xjadeo.c:455:2: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all (); ^~~~~~~~~~~~~~~~~~~~ In file included from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:2767:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ xjadeo.c: In function 'parse_pts_from_frame': xjadeo.c:476:3: warning: 'av_frame_get_best_effort_timestamp' is deprecated [-Wdeprecated-declarations] pts = av_frame_get_best_effort_timestamp (f); ^~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:38, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavutil/frame.h:706:9: note: declared here int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xjadeo.c:488:3: warning: 'pkt_pts' is deprecated [-Wdeprecated-declarations] pts = f->pkt_pts; ^~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:38, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavutil/frame.h:419:13: note: declared here int64_t pkt_pts; ^~~~~~~ xjadeo.c: In function 'seek_frame': xjadeo.c:589:5: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:596:4: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:616:3: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] err = avcodec_decode_video2 (pCodecCtx, pFrame, &frameFinished, packet); ^~~ In file included from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3096:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ xjadeo.c:619:3: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c: In function 'index_frames': xjadeo.c:770:4: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:781:4: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:801:4: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:808:4: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:820:3: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:907:6: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:926:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] err = avcodec_decode_video2 (pCodecCtx, pFrame, &got_pic, &packet); ^~~ In file included from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3096:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ xjadeo.c:929:4: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&packet); ^~~~~~~~~~~~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30, from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ xjadeo.c:952:3: warning: 'av_frame_get_pkt_pos' is deprecated [-Wdeprecated-declarations] fidx[i].frame_pos = av_frame_get_pkt_pos (pFrame); ^~~~ In file included from /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:38, from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavutil/frame.h:714:9: note: declared here int64_t av_frame_get_pkt_pos (const AVFrame *frame); ^~~~~~~~~~~~~~~~~~~~ xjadeo.c: In function 'open_movie': xjadeo.c:1303:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (pFormatCtx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) { ^~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1333:3: warning: 'av_stream_get_r_frame_rate' is deprecated [-Wdeprecated-declarations] AVRational fr = av_stream_get_r_frame_rate (av_stream); ^~~~~~~~~~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1124:12: note: declared here AVRational av_stream_get_r_frame_rate(const AVStream *s); ^~~~~~~~~~~~~~~~~~~~~~~~~~ xjadeo.c:1399:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] pCodecCtx=pFormatCtx->streams[videoStream]->codec; ^~~~~~~~~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1421:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] else if (av_stream->codec->sample_aspect_ratio.num) ^~~~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1422:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] sample_aspect = av_q2d (av_stream->codec->sample_aspect_ratio); ^~~~~~~~~~~~~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1516:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] else if (av_stream->codec->sample_aspect_ratio.num) ^~~~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1518:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_stream->codec->sample_aspect_ratio.num, av_stream->codec->sample_aspect_ratio.den); ^~~~~~~~~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1518:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_stream->codec->sample_aspect_ratio.num, av_stream->codec->sample_aspect_ratio.den); ^~~~~~~~~ In file included from ffcompat.h:33, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c: In function 'render_empty_frame': xjadeo.c:1584:3: warning: 'avpicture_get_size' is deprecated [-Wdeprecated-declarations] memset (buffer, 0, avpicture_get_size (render_fmt, movie_width, movie_height)); ^~~~~~ In file included from ffcompat.h:32, from xjadeo.c:23: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3778:5: note: declared here int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); ^~~~~~~~~~~~~~~~~~ --- xjadeo-main.o --- mv -f .deps/xjadeo-main.Tpo .deps/xjadeo-main.Po --- xjadeo-remote.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-remote.o -MD -MP -MF .deps/xjadeo-remote.Tpo -c -o xjadeo-remote.o `test -f 'remote.c' || echo './'`remote.c remote.c: In function 'xapi_set_videomode': remote.c:203:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(buffer) free(buffer); buffer=NULL; ^~ remote.c:203:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(buffer) free(buffer); buffer=NULL; ^~~~~~ remote.c: In function 'remote_printf_io': remote.c:1153:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(REMOTE_TX,msg,strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ remote.c: In function 'remote_printf_argslist': remote.c:1324:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(REMOTE_TX,msg,strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ remote.c:1322:30: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 499 and 509 [-Wformat-truncation=] snprintf(msg, LOGLEN, "@%i %s\n",rv,text); ^~ ~~~~ In file included from /usr/include/stdio.h:873, from xjadeo.h:4, from remote.c:50: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 5 and 526 bytes into a destination of size 512 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __glibc_objsize (__s), __fmt, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __va_arg_pack ()); ~~~~~~~~~~~~~~~~~ remote.c: In function 'remote_printf_io.constprop': remote.c:1151:29: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 507 [-Wformat-truncation=] snprintf(msg, LOGLEN, "@%i %s\n",rv,text); ^~ ~~~~ In file included from /usr/include/stdio.h:873, from xjadeo.h:4, from remote.c:50: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 7 and 518 bytes into a destination of size 512 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __glibc_objsize (__s), __fmt, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __va_arg_pack ()); ~~~~~~~~~~~~~~~~~ --- xjadeo-xjadeo.o --- mv -f .deps/xjadeo-xjadeo.Tpo .deps/xjadeo-xjadeo.Po --- xjadeo-mqueue.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-mqueue.o -MD -MP -MF .deps/xjadeo-mqueue.Tpo -c -o xjadeo-mqueue.o `test -f 'mqueue.c' || echo './'`mqueue.c --- xjadeo-remote.o --- mv -f .deps/xjadeo-remote.Tpo .deps/xjadeo-remote.Po --- xjadeo-xjosc.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-xjosc.o -MD -MP -MF .deps/xjadeo-xjosc.Tpo -c -o xjadeo-xjosc.o `test -f 'xjosc.c' || echo './'`xjosc.c --- xjadeo-mqueue.o --- mv -f .deps/xjadeo-mqueue.Tpo .deps/xjadeo-mqueue.Po --- xjadeo-configfile.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-configfile.o -MD -MP -MF .deps/xjadeo-configfile.Tpo -c -o xjadeo-configfile.o `test -f 'configfile.c' || echo './'`configfile.c --- xjadeo-xjosc.o --- mv -f .deps/xjadeo-xjosc.Tpo .deps/xjadeo-xjosc.Po --- xjadeo-common.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-common.o -MD -MP -MF .deps/xjadeo-common.Tpo -c -o xjadeo-common.o `test -f 'common.c' || echo './'`common.c --- xjadeo-configfile.o --- configfile.c: In function 'xjadeorc': configfile.c:385:22: warning: '%s' directive argument is null [-Wformat-overflow=] sprintf(filename, "%s" PATHSEP ".config" PATHSEP "xjadeo" PATHSEP "%s", xdg, XJADEORC); ^~ --- xjadeo-common.o --- mv -f .deps/xjadeo-common.Tpo .deps/xjadeo-common.Po --- xjadeo-common_jack.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-common_jack.o -MD -MP -MF .deps/xjadeo-common_jack.Tpo -c -o xjadeo-common_jack.o `test -f 'common_jack.c' || echo './'`common_jack.c --- xjadeo-configfile.o --- mv -f .deps/xjadeo-configfile.Tpo .deps/xjadeo-configfile.Po --- xjadeo-jack.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-jack.o -MD -MP -MF .deps/xjadeo-jack.Tpo -c -o xjadeo-jack.o `test -f 'jack.c' || echo './'`jack.c --- xjadeo-common_jack.o --- common_jack.c: In function 'jack_session_cb': common_jack.c:44:3: warning: 'jack_session_reply' is deprecated [-Wdeprecated-declarations] WJACK_session_reply (xj_jack_client, event); ^~~~~~~~~~~~~~~~~~~ In file included from weak_libjack.h:34, from common_jack.c:20: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/jack/session.h:204:5: note: declared here int jack_session_reply (jack_client_t *client, ^~~~~~~~~~~~~~~~~~ common_jack.c:45:3: warning: 'jack_session_event_free' is deprecated [-Wdeprecated-declarations] WJACK_session_event_free (event); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from weak_libjack.h:34, from common_jack.c:20: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/jack/session.h:217:6: note: declared here void jack_session_event_free (jack_session_event_t *event) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; ^~~~~~~~~~~~~~~~~~~~~~~ common_jack.c:55:2: warning: 'jack_session_reply' is deprecated [-Wdeprecated-declarations] WJACK_session_reply (xj_jack_client, event); ^~~~~~~~~~~~~~~~~~~ In file included from weak_libjack.h:34, from common_jack.c:20: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/jack/session.h:204:5: note: declared here int jack_session_reply (jack_client_t *client, ^~~~~~~~~~~~~~~~~~ common_jack.c:58:2: warning: 'jack_session_event_free' is deprecated [-Wdeprecated-declarations] WJACK_session_event_free (event); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from weak_libjack.h:34, from common_jack.c:20: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/jack/session.h:217:6: note: declared here void jack_session_event_free (jack_session_event_t *event) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; ^~~~~~~~~~~~~~~~~~~~~~~ common_jack.c: In function 'xj_init_jack': common_jack.c:111:2: warning: 'jack_set_session_callback' is deprecated [-Wdeprecated-declarations] WJACK_set_session_callback (*client, jack_session_cb, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from weak_libjack.h:34, from common_jack.c:20: /home/pbulk/build/audio/xjadeo/work/.buildlink/include/jack/session.h:187:5: note: declared here int jack_set_session_callback (jack_client_t *client, ^~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/xjadeo-common_jack.Tpo .deps/xjadeo-common_jack.Po --- xjadeo-ltc-jack.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-ltc-jack.o -MD -MP -MF .deps/xjadeo-ltc-jack.Tpo -c -o xjadeo-ltc-jack.o `test -f 'ltc-jack.c' || echo './'`ltc-jack.c --- xjadeo-jack.o --- mv -f .deps/xjadeo-jack.Tpo .deps/xjadeo-jack.Po --- xjadeo-midi.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-midi.o -MD -MP -MF .deps/xjadeo-midi.Tpo -c -o xjadeo-midi.o `test -f 'midi.c' || echo './'`midi.c --- xjadeo-ltc-jack.o --- mv -f .deps/xjadeo-ltc-jack.Tpo .deps/xjadeo-ltc-jack.Po --- xjadeo-freetype.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-freetype.o -MD -MP -MF .deps/xjadeo-freetype.Tpo -c -o xjadeo-freetype.o `test -f 'freetype.c' || echo './'`freetype.c mv -f .deps/xjadeo-freetype.Tpo .deps/xjadeo-freetype.Po --- xjadeo-smpte.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-smpte.o -MD -MP -MF .deps/xjadeo-smpte.Tpo -c -o xjadeo-smpte.o `test -f 'smpte.c' || echo './'`smpte.c mv -f .deps/xjadeo-smpte.Tpo .deps/xjadeo-smpte.Po --- xjadeo-display.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-display.o -MD -MP -MF .deps/xjadeo-display.Tpo -c -o xjadeo-display.o `test -f 'display.c' || echo './'`display.c --- xjadeo-midi.o --- mv -f .deps/xjadeo-midi.Tpo .deps/xjadeo-midi.Po --- xjadeo-display_x_dnd.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-display_x_dnd.o -MD -MP -MF .deps/xjadeo-display_x_dnd.Tpo -c -o xjadeo-display_x_dnd.o `test -f 'display_x_dnd.c' || echo './'`display_x_dnd.c mv -f .deps/xjadeo-display_x_dnd.Tpo .deps/xjadeo-display_x_dnd.Po --- xjadeo-display_x_dialog.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-display_x_dialog.o -MD -MP -MF .deps/xjadeo-display_x_dialog.Tpo -c -o xjadeo-display_x_dialog.o `test -f 'display_x_dialog.c' || echo './'`display_x_dialog.c --- xjadeo-display.o --- mv -f .deps/xjadeo-display.Tpo .deps/xjadeo-display.Po --- xjadeo-libsofd.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-libsofd.o -MD -MP -MF .deps/xjadeo-libsofd.Tpo -c -o xjadeo-libsofd.o `test -f 'libsofd.c' || echo './'`libsofd.c --- xjadeo-display_x_dialog.o --- mv -f .deps/xjadeo-display_x_dialog.Tpo .deps/xjadeo-display_x_dialog.Po --- xjadeo-display_mac.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-display_mac.o -MD -MP -MF .deps/xjadeo-display_mac.Tpo -c -o xjadeo-display_mac.o `test -f 'display_mac.c' || echo './'`display_mac.c mv -f .deps/xjadeo-display_mac.Tpo .deps/xjadeo-display_mac.Po --- xjadeo-display_x11.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-display_x11.o -MD -MP -MF .deps/xjadeo-display_x11.Tpo -c -o xjadeo-display_x11.o `test -f 'display_x11.c' || echo './'`display_x11.c display_x11.c: In function 'xj_handle_X_events': display_x11.c:511:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((interaction_override&OVR_JCONTROL) == 0) ^~ display_x11.c:513:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' remote_notify(NTY_KEYBOARD, ^~~~~~~~~~~~~ display_x11.c:516:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((interaction_override&OVR_JCONTROL) == 0) ^~ display_x11.c:518:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' remote_notify(NTY_KEYBOARD, ^~~~~~~~~~~~~ --- xjadeo-libsofd.o --- mv -f .deps/xjadeo-libsofd.Tpo .deps/xjadeo-libsofd.Po --- xjadeo-display_sdl.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-display_sdl.o -MD -MP -MF .deps/xjadeo-display_sdl.Tpo -c -o xjadeo-display_sdl.o `test -f 'display_sdl.c' || echo './'`display_sdl.c mv -f .deps/xjadeo-display_sdl.Tpo .deps/xjadeo-display_sdl.Po --- xjadeo-display_x11.o --- mv -f .deps/xjadeo-display_x11.Tpo .deps/xjadeo-display_x11.Po --- xjadeo-weak_libjack.o --- --- xjadeo-gtime.o --- --- xjadeo-weak_libjack.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-weak_libjack.o -MD -MP -MF .deps/xjadeo-weak_libjack.Tpo -c -o xjadeo-weak_libjack.o `test -f 'weak_libjack.c' || echo './'`weak_libjack.c --- xjadeo-gtime.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-gtime.o -MD -MP -MF .deps/xjadeo-gtime.Tpo -c -o xjadeo-gtime.o `test -f 'gtime.c' || echo './'`gtime.c mv -f .deps/xjadeo-gtime.Tpo .deps/xjadeo-gtime.Po --- xjadeo-display_glx.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjadeo-display_glx.o -MD -MP -MF .deps/xjadeo-display_glx.Tpo -c -o xjadeo-display_glx.o `test -f 'display_glx.c' || echo './'`display_glx.c --- xjadeo-weak_libjack.o --- mv -f .deps/xjadeo-weak_libjack.Tpo .deps/xjadeo-weak_libjack.Po --- xjremote-xjremote.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -pthread "-DSUBVERSION=\"\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -MT xjremote-xjremote.o -MD -MP -MF .deps/xjremote-xjremote.Tpo -c -o xjremote-xjremote.o `test -f 'xjremote.c' || echo './'`xjremote.c xjremote.c: In function 'read_thread': xjremote.c:414:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(REMOTE_TX,tmp,strlen(tmp)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- xjadeo-display_glx.o --- display_glx.c: In function 'gl_open_window': display_glx.c:245:6: warning: variable 'vblank' set but not used [-Wunused-but-set-variable] int vblank = -1; ^~~~~~ mv -f .deps/xjadeo-display_glx.Tpo .deps/xjadeo-display_glx.Po --- xjadeo --- x86_64-redhat-linux-gcc -Wall -g -O3 -pthread -I/usr/pkg/include/ffmpeg4 -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/libdrm -I/usr/pkg/include "-DSUBVERSION=\"\"" -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib/ffmpeg4 -Wl,-R/usr/pkg/lib/ffmpeg4 -o xjadeo xjadeo-main.o xjadeo-xjadeo.o xjadeo-remote.o xjadeo-mqueue.o xjadeo-xjosc.o xjadeo-configfile.o xjadeo-common.o xjadeo-common_jack.o xjadeo-jack.o xjadeo-ltc-jack.o xjadeo-midi.o xjadeo-freetype.o xjadeo-smpte.o xjadeo-display.o xjadeo-display_x_dnd.o xjadeo-display_x_dialog.o xjadeo-libsofd.o xjadeo-display_mac.o xjadeo-display_x11.o xjadeo-display_sdl.o xjadeo-weak_libjack.o xjadeo-gtime.o xjadeo-display_glx.o -lrt -L/usr/pkg/lib/ffmpeg4 -lavformat -lavcodec -lavutil -Wl,-rpath,/usr/pkg/lib/ffmpeg4 -lswscale -lXext -lXv -lasound -L/usr/pkg/lib -lfreetype -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lImlib2 -L/usr/pkg/lib -lXpm -Wl,-R/usr/pkg/lib -lX11 -L/usr/pkg/lib -lGLU -Wl,-R/usr/pkg/lib -lGL -lm -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -ljack -L/usr/X11R6/lib --- xjremote-xjremote.o --- mv -f .deps/xjremote-xjremote.Tpo .deps/xjremote-xjremote.Po --- xjremote --- cc -pthread "-DSUBVERSION=\"\"" -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libdrm -I/usr/pkg/include/ffmpeg4 -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib/ffmpeg4 -Wl,-R/usr/pkg/lib/ffmpeg4 -o xjremote xjremote-xjremote.o -lrt -L/usr/X11R6/lib --- xjadeo --- ld: cannot find -lgcc ld: cannot find -lgcc_s collect2: error: ld returned 1 exit status *** [xjadeo] Error code 1 bmake[4]: stopped making "all-am" in /home/pbulk/build/audio/xjadeo/work/xjadeo-0.8.9/src/xjadeo bmake[4]: 1 error bmake[4]: stopped making "all-am" in /home/pbulk/build/audio/xjadeo/work/xjadeo-0.8.9/src/xjadeo bmake[3]: stopped making "all" in /home/pbulk/build/audio/xjadeo/work/xjadeo-0.8.9/src/xjadeo bmake[2]: stopped making "all" in /home/pbulk/build/audio/xjadeo/work/xjadeo-0.8.9/src bmake[1]: stopped making "all-recursive" in /home/pbulk/build/audio/xjadeo/work/xjadeo-0.8.9 bmake: stopped making "all" in /home/pbulk/build/audio/xjadeo/work/xjadeo-0.8.9 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/audio/xjadeo *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/audio/xjadeo