MidnightBSD Magus

devel/libdlna

Reference DLNA open-source implementation

Flavor Version Run OSVersion Arch License Restricted Status
0.2.3_1 350 1.0 amd64 lgpl 0 fail

Events

Machine Type Time Message
Constellation10 info 2019-01-02 17:40:38.82646 Test Started
Constellation10 fail 2019-01-02 17:41:25.625758 make build returned non-zero: 1
Constellation10 fail 2019-01-02 17:41:25.811764 Test complete.

Log

===>  Building for libdlna-0.2.3_1
gmake[1]: Entering directory '/magus/work/usr/mports/devel/libdlna/work/libdlna-0.2.3'
gmake -C src
gmake[2]: Entering directory '/magus/work/usr/mports/devel/libdlna/work/libdlna-0.2.3/src'
cc -MM -O2 -pipe  -I/usr/local/include -fno-strict-aliasing -Isrc profiles.c containers.c image_jpeg.c image_png.c audio_aac.c audio_ac3.c audio_amr.c audio_atrac3.c audio_g726.c audio_lpcm.c audio_mp2.c audio_mp3.c audio_wma.c av_mpeg1.c av_mpeg2.c av_mpeg4_part2.c av_mpeg4_part10.c av_wmv9.c upnp_dms.c  1>.depend

#############################################
#         Building static objects           #
#############################################
cc -c -O2 -pipe  -I/usr/local/include -fno-strict-aliasing -Isrc -O2 -pipe  -I/usr/local/include -fno-strict-aliasing -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o profiles.o profiles.c
profiles.c:160:3: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations]
  av_register_all ();
  ^
/usr/local/include/libavformat/avformat.h:2025:6: note: 'av_register_all' declared here
void av_register_all(void);
     ^
profiles.c:212:26: warning: 'codec' is deprecated [-Wdeprecated-declarations]
        ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDIO)
                         ^
/usr/local/include/libavformat/avformat.h:877:21: note: 'codec' declared here
    AVCodecContext *codec;
                    ^
profiles.c:223:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
             ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO)
                              ^
/usr/local/include/libavformat/avformat.h:877:21: note: 'codec' declared here
    AVCodecContext *codec;
                    ^
profiles.c:232:64: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  codecs->ac = audio_stream >= 0 ? ctx->streams[audio_stream]->codec : NULL;
                                                               ^
/usr/local/include/libavformat/avformat.h:877:21: note: 'codec' declared here
    AVCodecContext *codec;
                    ^
profiles.c:235:64: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  codecs->vc = video_stream >= 0 ? ctx->streams[video_stream]->codec : NULL;
                                                               ^
/usr/local/include/libavformat/avformat.h:877:21: note: 'codec' declared here
    AVCodecContext *codec;
                    ^
profiles.c:347:25: warning: incompatible pointer types passing 'AVFormatContext *' (aka 'struct AVFormatContext *') to parameter of type 'AVFormatContext **' (aka 'struct AVFormatContext **'); take the address with & [-Wincompatible-pointer-types]
  avformat_close_input (ctx);
                        ^~~
                        &
/usr/local/include/libavformat/avformat.h:2467:45: note: passing argument to parameter 's' here
void avformat_close_input(AVFormatContext **s);
                                            ^
6 warnings generated.
cc -c -O2 -pipe  -I/usr/local/include -fno-strict-aliasing -Isrc -O2 -pipe  -I/usr/local/include -fno-strict-aliasing -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o containers.o containers.c
containers.c:109:47: warning: 'filename' is deprecated [-Wdeprecated-declarations]
        return mpeg_find_container_type (ctx->filename);
                                              ^
/usr/local/include/libavformat/avformat.h:1408:10: note: 'filename' declared here
    char filename[1024];
         ^
containers.c:111:46: warning: 'filename' is deprecated [-Wdeprecated-declarations]
        return mov_find_container_type (ctx->filename);
                                             ^
/usr/local/include/libavformat/avformat.h:1408:10: note: 'filename' declared here
    char filename[1024];
         ^
2 warnings generated.
cc -c -O2 -pipe  -I/usr/local/include -fno-strict-aliasing -Isrc -O2 -pipe  -I/usr/local/include -fno-strict-aliasing -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o image_jpeg.o image_jpeg.c
image_jpeg.c:95:31: error: use of undeclared identifier 'CODEC_ID_MJPEG'; did you mean 'AV_CODEC_ID_MJPEG'?
  if (codecs->vc->codec_id != CODEC_ID_MJPEG &&
                              ^~~~~~~~~~~~~~
                              AV_CODEC_ID_MJPEG
/usr/local/include/libavcodec/avcodec.h:225:5: note: 'AV_CODEC_ID_MJPEG' declared here
    AV_CODEC_ID_MJPEG,
    ^
image_jpeg.c:96:31: error: use of undeclared identifier 'CODEC_ID_MJPEGB'; did you mean 'AV_CODEC_ID_MJPEGB'?
      codecs->vc->codec_id != CODEC_ID_MJPEGB &&
                              ^~~~~~~~~~~~~~~
                              AV_CODEC_ID_MJPEGB
/usr/local/include/libavcodec/avcodec.h:226:5: note: 'AV_CODEC_ID_MJPEGB' declared here
    AV_CODEC_ID_MJPEGB,
    ^
image_jpeg.c:97:31: error: use of undeclared identifier 'CODEC_ID_LJPEG'; did you mean 'AV_CODEC_ID_LJPEG'?
      codecs->vc->codec_id != CODEC_ID_LJPEG &&
                              ^~~~~~~~~~~~~~
                              AV_CODEC_ID_LJPEG
/usr/local/include/libavcodec/avcodec.h:227:5: note: 'AV_CODEC_ID_LJPEG' declared here
    AV_CODEC_ID_LJPEG,
    ^
image_jpeg.c:98:31: error: use of undeclared identifier 'CODEC_ID_JPEGLS'; did you mean 'AV_CODEC_ID_JPEGLS'?
      codecs->vc->codec_id != CODEC_ID_JPEGLS)
                              ^~~~~~~~~~~~~~~
                              AV_CODEC_ID_JPEGLS
/usr/local/include/libavcodec/avcodec.h:229:5: note: 'AV_CODEC_ID_JPEGLS' declared here
    AV_CODEC_ID_JPEGLS,
    ^
4 errors generated.
gmake[2]: *** [Makefile:58: image_jpeg.o] Error 1
gmake[2]: Leaving directory '/magus/work/usr/mports/devel/libdlna/work/libdlna-0.2.3/src'
gmake[1]: *** [Makefile:31: lib] Error 2
gmake[1]: Leaving directory '/magus/work/usr/mports/devel/libdlna/work/libdlna-0.2.3'
*** Error code 1

Stop.
make: stopped in /usr/mports/devel/libdlna

Links

Depends On

Depend Of

Nothing

Categories