=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for xjadeo-0.8.7nb3 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in xjadeo --- paths.h --- --- all --- /usr/bin/make all-am --- xjadeo-main.o --- --- xjadeo-xjadeo.o --- --- xjadeo-remote.o --- --- xjadeo-mqueue.o --- --- xjadeo-main.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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 --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-xjadeo.o -MD -MP -MF .deps/xjadeo-xjadeo.Tpo -c -o xjadeo-xjadeo.o `test -f 'xjadeo.c' || echo './'`xjadeo.c --- xjadeo-remote.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-remote.o -MD -MP -MF .deps/xjadeo-remote.Tpo -c -o xjadeo-remote.o `test -f 'remote.c' || echo './'`remote.c --- xjadeo-mqueue.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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 --- remote.c: In function 'xapi_set_videomode': --- xjadeo-xjadeo.o --- 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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:5653: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:0, from xjadeo.c:23: --- xjadeo-remote.o --- 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; ^~~~~~ --- xjadeo-xjadeo.o --- /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:5638:5: note: declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^~~~~~~~~~~~~~ xjadeo.c: In function 'parse_pts_from_frame': xjadeo.c:488:3: warning: 'pkt_pts' is deprecated [-Wdeprecated-declarations] pts = f->pkt_pts; ^~~ In file included from /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:38:0, from ffcompat.h:32, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavutil/frame.h:302: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4993: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650: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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4993: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 ffcompat.h:32:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:4650:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ 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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1399:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] pCodecCtx=pFormatCtx->streams[videoStream]->codec; ^~~~~~~~~ In file included from ffcompat.h:33:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavformat/avformat.h:893: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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavformat/avformat.h:893: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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavformat/avformat.h:893: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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1517:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] sprintf(OSD_nfo_geo[2], "SAR: %d : %d", ^~~~~~~ In file included from ffcompat.h:33:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ xjadeo.c:1517:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] sprintf(OSD_nfo_geo[2], "SAR: %d : %d", ^~~~~~~ In file included from ffcompat.h:33:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavformat/avformat.h:893: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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:5653:5: note: declared here int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); ^~~~~~~~~~~~~~~~~~ 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:0, from xjadeo.c:23: /tmp/audio/xjadeo/work/.buildlink/include/ffmpeg3/libavcodec/avcodec.h:5653:5: note: declared here int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); ^~~~~~~~~~~~~~~~~~ --- xjadeo-mqueue.o --- mv -f .deps/xjadeo-mqueue.Tpo .deps/xjadeo-mqueue.Po --- xjadeo-xjosc.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-xjosc.o -MD -MP -MF .deps/xjadeo-xjosc.Tpo -c -o xjadeo-xjosc.o `test -f 'xjosc.c' || echo './'`xjosc.c mv -f .deps/xjadeo-xjosc.Tpo .deps/xjadeo-xjosc.Po --- xjadeo-configfile.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-configfile.o -MD -MP -MF .deps/xjadeo-configfile.Tpo -c -o xjadeo-configfile.o `test -f 'configfile.c' || echo './'`configfile.c --- xjadeo-main.o --- mv -f .deps/xjadeo-main.Tpo .deps/xjadeo-main.Po --- xjadeo-common.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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 --- In file included from /usr/include/stdio.h:597:0, from configfile.c:20: configfile.c: In function 'xjadeorc': configfile.c:385:21: warning: '%s' directive argument is null [-Wformat-overflow=] sprintf(filename, "%s" PATHSEP ".config" PATHSEP "xjadeo" PATHSEP "%s", xdg, XJADEORC); ^ configfile.c:385:22: note: format string is defined here 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 --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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 --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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 --- mv -f .deps/xjadeo-common_jack.Tpo .deps/xjadeo-common_jack.Po --- xjadeo-remote.o --- mv -f .deps/xjadeo-remote.Tpo .deps/xjadeo-remote.Po --- xjadeo-ltc-jack.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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-midi.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-midi.o -MD -MP -MF .deps/xjadeo-midi.Tpo -c -o xjadeo-midi.o `test -f 'midi.c' || echo './'`midi.c --- xjadeo-jack.o --- mv -f .deps/xjadeo-jack.Tpo .deps/xjadeo-jack.Po --- xjadeo-freetype.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-freetype.o -MD -MP -MF .deps/xjadeo-freetype.Tpo -c -o xjadeo-freetype.o `test -f 'freetype.c' || echo './'`freetype.c --- xjadeo-ltc-jack.o --- mv -f .deps/xjadeo-ltc-jack.Tpo .deps/xjadeo-ltc-jack.Po --- xjadeo-smpte.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-smpte.o -MD -MP -MF .deps/xjadeo-smpte.Tpo -c -o xjadeo-smpte.o `test -f 'smpte.c' || echo './'`smpte.c --- xjadeo-xjadeo.o --- mv -f .deps/xjadeo-xjadeo.Tpo .deps/xjadeo-xjadeo.Po --- xjadeo-display.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-display.o -MD -MP -MF .deps/xjadeo-display.Tpo -c -o xjadeo-display.o `test -f 'display.c' || echo './'`display.c --- xjadeo-freetype.o --- mv -f .deps/xjadeo-freetype.Tpo .deps/xjadeo-freetype.Po --- xjadeo-display_x_dnd.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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 --- xjadeo-smpte.o --- mv -f .deps/xjadeo-smpte.Tpo .deps/xjadeo-smpte.Po --- xjadeo-display_x_dialog.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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-midi.o --- mv -f .deps/xjadeo-midi.Tpo .deps/xjadeo-midi.Po --- xjadeo-libsofd.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-libsofd.o -MD -MP -MF .deps/xjadeo-libsofd.Tpo -c -o xjadeo-libsofd.o `test -f 'libsofd.c' || echo './'`libsofd.c libsofd.c: In function 'hasmntopt': libsofd.c:372:13: warning: variable 'found' set but not used [-Wunused-but-set-variable] int found; ^~~~~ --- xjadeo-display_x_dnd.o --- mv -f .deps/xjadeo-display_x_dnd.Tpo .deps/xjadeo-display_x_dnd.Po --- xjadeo-display_mac.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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 --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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-display_x_dialog.o --- mv -f .deps/xjadeo-display_x_dialog.Tpo .deps/xjadeo-display_x_dialog.Po --- xjadeo-display_sdl.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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-weak_libjack.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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-display.o --- mv -f .deps/xjadeo-display.Tpo .deps/xjadeo-display.Po --- xjadeo-gtime.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjadeo-gtime.o -MD -MP -MF .deps/xjadeo-gtime.Tpo -c -o xjadeo-gtime.o `test -f 'gtime.c' || echo './'`gtime.c --- xjadeo-weak_libjack.o --- mv -f .deps/xjadeo-weak_libjack.Tpo .deps/xjadeo-weak_libjack.Po --- xjadeo-display_glx.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" "-DSHAREDIR=\"/usr/pkg/share\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -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-gtime.o --- mv -f .deps/xjadeo-gtime.Tpo .deps/xjadeo-gtime.Po --- xjremote-xjremote.o --- gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 "-DSUBVERSION=\"\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -MT xjremote-xjremote.o -MD -MP -MF .deps/xjremote-xjremote.Tpo -c -o xjremote-xjremote.o `test -f 'xjremote.c' || echo './'`xjremote.c --- 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; ^~~~~~ --- xjadeo-display_x11.o --- mv -f .deps/xjadeo-display_x11.Tpo .deps/xjadeo-display_x11.Po --- xjremote-xjremote.o --- mv -f .deps/xjremote-xjremote.Tpo .deps/xjremote-xjremote.Po --- xjremote --- gcc "-DSUBVERSION=\"\"" -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib/ffmpeg3 -Wl,-R/usr/pkg/lib/ffmpeg3 -o xjremote xjremote-xjremote.o -lrt -lpthread --- xjadeo-display_glx.o --- mv -f .deps/xjadeo-display_glx.Tpo .deps/xjadeo-display_glx.Po --- xjadeo-libsofd.o --- mv -f .deps/xjadeo-libsofd.Tpo .deps/xjadeo-libsofd.Po --- xjadeo --- gcc -Wall -g -O3 -I/usr/pkg/include/ffmpeg3 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -D_REENTRANT -I/usr/X11R7/include -D_REENTRANT -I/usr/pkg/include "-DSUBVERSION=\"\"" -g -O2 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib/ffmpeg3 -Wl,-R/usr/pkg/lib/ffmpeg3 -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 -lpthread -L/usr/pkg/lib/ffmpeg3 -lavformat -lavcodec -lavutil -Wl,-rpath,/usr/pkg/lib/ffmpeg3 -lswscale -lXext -lXv -Wl,-rpath,/usr/X11R7/lib -L/usr/X11R7/lib -lfreetype -lz -lbz2 -L/usr/X11R7/lib -lXpm -Wl,-rpath,/usr/X11R7/lib -lX11 -L/usr/X11R7/lib -lGLU -Wl,-rpath,/usr/X11R7/lib -l@GL_PKGCONF_LIB@ -lm -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -ljack -lpthread ld: cannot find -l@GL_PKGCONF_LIB@ *** [xjadeo] Error code 1 make[4]: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7/src/xjadeo 1 error make[4]: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7/src/xjadeo *** [all] Error code 2 make[3]: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7/src/xjadeo 1 error make[3]: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7/src/xjadeo *** [all-recursive] Error code 1 make[2]: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7/src 1 error make[2]: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7/src *** [all-recursive] Error code 1 make[1]: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7 1 error make[1]: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7 *** [all] Error code 2 make: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7 1 error make: stopped in /tmp/audio/xjadeo/work/xjadeo-0.8.7 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/xjadeo *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/xjadeo