View Bug Details

IDProjectCategoryView StatusLast Update
0000827DCP-o-maticBugspublic2018-10-17 20:14
Reportermarkusk Assigned Tocarl  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platform64bitOSarch linux 
Product Version2.7.0 
Summary0000827: filter_graph.cc:33:33: fatal error: libavfilter/avcodec.h: No such file or directory
Description

[ 46/314] Compiling src/lib/ffmpeg.cc
[ 47/314] Compiling src/lib/ffmpeg_audio_stream.cc
[ 48/314] Compiling src/lib/ffmpeg_content.cc
../src/lib/filter_graph.cc:33:33: fatal error: libavfilter/avcodec.h: No such file or directory
compilation terminated.

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work requiredAverage

Activities

carl

2016-03-14 16:04

administrator   ~0001178

That's a case of FFmpeg being too old, I believe. Can you use FFmpeg 3.0 or later?

markusk

2016-03-14 16:53

reporter  

dcpomatic-stdout-stderr.txt (81,448 bytes)   
==> Making package: dcpomatic 2.7.1-1 (Mon Mar 14 17:49:43 CET 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found dcpomatic-2.7.1.tar.bz2
==> Validating source files with sha256sums...
    dcpomatic-2.7.1.tar.bz2 ... Passed
==> Extracting sources...
  -> Extracting dcpomatic-2.7.1.tar.bz2 with bsdtar
==> Starting build()...
Setting top to                           : /home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1 
Setting out to                           : /home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build 
Checking for 'g++' (C++ compiler)        : /usr/lib/hardening-wrapper/bin/g++ 
Checking for program 'pkg-config'        : /usr/bin/pkg-config 
Checking for 'gtk+-2.0'                  : yes 
Checking for 'libcurl'                   : yes 
Checking for 'icu-i18n'                  : yes 
Checking for 'sndfile'                   : yes 
Checking for 'samplerate'                : yes 
Checking for 'glib-2.0'                  : yes 
Checking for 'Magick++-config'           : yes 
Checking for 'libzip'                    : yes 
Checking for 'fontconfig'                : yes 
Checking for 'pangomm-1.4'               : yes 
Checking for 'cairomm-1.0'               : yes 
Checking for 'libcxml' >= 0.15.1         : yes 
Checking for library libssh              : yes 
Checking for 'libdcp-1.0' >= 1.3.1       : yes 
Checking for 'libsub-1.0' >= 1.1.11      : yes 
Checking for 'libxml++-2.6'              : yes 
Checking for 'libavformat'               : yes 
Checking for 'libavfilter'               : yes 
Checking for 'libavcodec'                : yes 
Checking for 'libavutil'                 : yes 
Checking for 'libswscale'                : yes 
Checking for 'libpostproc'               : yes 
Checking for patched FFmpeg              : no 
Checking for boost library >= 1.45       : yes 
Checking for boost threading library     : yes 
Checking for boost filesystem library    : yes 
Checking for boost datetime library      : yes 
Checking for boost signals2 library      : yes 
Checking for boost regex library         : yes 
Checking for program 'msgfmt'            : /usr/bin/msgfmt 
Checking for wxWidgets using wx-config-3.0-gtk2 : not found 
Checking for wxWidgets using wx-config          : yes 
 
	Target                   : Linux 
	DCP-o-matic libraries    : dynamic 
	Boost                    : dynamic 
	wxWidgets                : dynamic 
	FFmpeg                   : dynamic 
	libxml++                 : dynamic 
	xmlsec                   : dynamic 
	libssh                   : dynamic 
	libcxml                  : dynamic 
	libdcp                   : dynamic 
	libcurl                  : dynamic 
 
'configure' finished successfully (10.831s)
Waf: Entering directory `/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build'
Writing version information to src/lib/version.cc
[  1/314] Compiling src/lib/analyse_audio_job.cc
[  2/314] Compiling src/lib/audio_analysis.cc
[  3/314] Compiling src/lib/audio_buffers.cc
[  4/314] Compiling src/lib/audio_content.cc
[  5/314] Compiling src/lib/audio_decoder.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/audio_analysis.cc:26:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/mutex.hpp:16,
                 from /usr/include/boost/thread/mutex.hpp:16,
                 from ../src/lib/safe_stringstream.h:23,
                 from ../src/lib/dcpomatic_time.h:28,
                 from ../src/lib/audio_analysis.h:23,
                 from ../src/lib/audio_analysis.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/audio_analysis.cc:26:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/mutex.hpp:16,
                 from /usr/include/boost/thread/mutex.hpp:16,
                 from ../src/lib/safe_stringstream.h:23,
                 from ../src/lib/dcpomatic_time.h:28,
                 from ../src/lib/audio_analysis.h:23,
                 from ../src/lib/audio_analysis.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/audio_analysis.cc:26:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/mutex.hpp:16,
                 from /usr/include/boost/thread/mutex.hpp:16,
                 from ../src/lib/safe_stringstream.h:23,
                 from ../src/lib/dcpomatic_time.h:28,
                 from ../src/lib/audio_analysis.h:23,
                 from ../src/lib/audio_analysis.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/audio_analysis.cc:26:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/mutex.hpp:16,
                 from /usr/include/boost/thread/mutex.hpp:16,
                 from ../src/lib/safe_stringstream.h:23,
                 from ../src/lib/dcpomatic_time.h:28,
                 from ../src/lib/audio_analysis.h:23,
                 from ../src/lib/audio_analysis.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/audio_analysis.cc:26:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/mutex.hpp:16,
                 from /usr/include/boost/thread/mutex.hpp:16,
                 from ../src/lib/safe_stringstream.h:23,
                 from ../src/lib/dcpomatic_time.h:28,
                 from ../src/lib/audio_analysis.h:23,
                 from ../src/lib/audio_analysis.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/audio_analysis.cc:26:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/mutex.hpp:16,
                 from /usr/include/boost/thread/mutex.hpp:16,
                 from ../src/lib/safe_stringstream.h:23,
                 from ../src/lib/dcpomatic_time.h:28,
                 from ../src/lib/audio_analysis.h:23,
                 from ../src/lib/audio_analysis.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[  6/314] Compiling src/lib/audio_decoder_stream.cc
[  7/314] Compiling src/lib/audio_delay.cc
[  8/314] Compiling src/lib/audio_filter.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/audio_content.cc:28:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/audio_content.h:27,
                 from ../src/lib/audio_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/audio_content.cc:28:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/audio_content.h:27,
                 from ../src/lib/audio_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/audio_content.cc:28:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/audio_content.h:27,
                 from ../src/lib/audio_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/audio_content.cc:28:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/audio_content.h:27,
                 from ../src/lib/audio_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/audio_content.cc:28:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/audio_content.h:27,
                 from ../src/lib/audio_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/audio_content.cc:28:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/audio_content.h:27,
                 from ../src/lib/audio_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[  9/314] Compiling src/lib/audio_filter_graph.cc
[ 10/314] Compiling src/lib/audio_mapping.cc
[ 11/314] Compiling src/lib/audio_point.cc
[ 12/314] Compiling src/lib/audio_processor.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/audio_point.cc:22:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_point.h:23,
                 from ../src/lib/audio_point.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/audio_point.cc:22:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_point.h:23,
                 from ../src/lib/audio_point.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/audio_point.cc:22:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_point.h:23,
                 from ../src/lib/audio_point.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/audio_point.cc:22:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_point.h:23,
                 from ../src/lib/audio_point.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/audio_point.cc:22:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_point.h:23,
                 from ../src/lib/audio_point.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/audio_point.cc:22:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_point.h:23,
                 from ../src/lib/audio_point.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 13/314] Compiling src/lib/audio_stream.cc
[ 14/314] Compiling src/lib/case_insensitive_sorter.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/audio_mapping.cc:25:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_mapping.h:27,
                 from ../src/lib/audio_mapping.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/audio_mapping.cc:25:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_mapping.h:27,
                 from ../src/lib/audio_mapping.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/audio_mapping.cc:25:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_mapping.h:27,
                 from ../src/lib/audio_mapping.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/audio_mapping.cc:25:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_mapping.h:27,
                 from ../src/lib/audio_mapping.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/audio_mapping.cc:25:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_mapping.h:27,
                 from ../src/lib/audio_mapping.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/audio_mapping.cc:25:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/audio_mapping.h:27,
                 from ../src/lib/audio_mapping.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 15/314] Compiling src/lib/cinema.cc
[ 16/314] Compiling src/lib/cinema_kdms.cc
[ 17/314] Compiling src/lib/cinema_sound_processor.cc
[ 18/314] Compiling src/lib/colour_conversion.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/cinema.cc:23:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/cinema.h:24,
                 from ../src/lib/cinema.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/cinema.cc:23:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/cinema.h:24,
                 from ../src/lib/cinema.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/cinema.cc:23:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/cinema.h:24,
                 from ../src/lib/cinema.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/cinema.cc:23:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/cinema.h:24,
                 from ../src/lib/cinema.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/cinema.cc:23:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/cinema.h:24,
                 from ../src/lib/cinema.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/cinema.cc:23:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/cinema.h:24,
                 from ../src/lib/cinema.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 19/314] Compiling src/lib/config.cc
[ 20/314] Compiling src/lib/content.cc
[ 21/314] Compiling src/lib/content_factory.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/colour_conversion.cc:30:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/colour_conversion.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/colour_conversion.cc:30:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/colour_conversion.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/colour_conversion.cc:30:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/colour_conversion.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/colour_conversion.cc:30:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/colour_conversion.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/colour_conversion.cc:30:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/colour_conversion.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/colour_conversion.cc:30:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/colour_conversion.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 22/314] Compiling src/lib/cross.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/content.cc:34:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/content.cc:24:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/content.cc:34:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/content.cc:24:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/content.cc:34:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/content.cc:24:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/content.cc:34:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/content.cc:24:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/content.cc:34:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/content.cc:24:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/content.cc:34:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/content.cc:24:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 23/314] Compiling src/lib/curl_uploader.cc
[ 24/314] Compiling src/lib/dcp_content.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/config.cc:36:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/config.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/config.cc:36:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/config.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/config.cc:36:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/config.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/config.cc:36:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/config.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/config.cc:36:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/config.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/config.cc:36:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libcxml/cxml.h:23,
                 from ../src/lib/isdcf_metadata.h:23,
                 from ../src/lib/config.h:27,
                 from ../src/lib/config.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 25/314] Compiling src/lib/dcp_content_type.cc
[ 26/314] Compiling src/lib/dcp_decoder.cc
[ 27/314] Compiling src/lib/dcp_examiner.cc
[ 28/314] Compiling src/lib/dcp_subtitle.cc
[ 29/314] Compiling src/lib/dcp_subtitle_content.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/dcp_content.cc:32:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/video_content.h:23,
                 from ../src/lib/dcp_content.h:27,
                 from ../src/lib/dcp_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/dcp_content.cc:32:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/video_content.h:23,
                 from ../src/lib/dcp_content.h:27,
                 from ../src/lib/dcp_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/dcp_content.cc:32:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/video_content.h:23,
                 from ../src/lib/dcp_content.h:27,
                 from ../src/lib/dcp_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/dcp_content.cc:32:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/video_content.h:23,
                 from ../src/lib/dcp_content.h:27,
                 from ../src/lib/dcp_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/dcp_content.cc:32:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/video_content.h:23,
                 from ../src/lib/dcp_content.h:27,
                 from ../src/lib/dcp_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/dcp_content.cc:32:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/content.h:27,
                 from ../src/lib/video_content.h:23,
                 from ../src/lib/dcp_content.h:27,
                 from ../src/lib/dcp_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 30/314] Compiling src/lib/dcp_subtitle_decoder.cc
[ 31/314] Compiling src/lib/dcp_video.cc
[ 32/314] Compiling src/lib/dcpomatic_socket.cc
[ 33/314] Compiling src/lib/dcpomatic_time.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/dcp_subtitle_content.cc:27:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.3.0/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/lib/font_files.h:23,
                 from ../src/lib/font.h:23,
                 from ../src/lib/dcp_subtitle_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/dcp_subtitle_content.cc:27:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.3.0/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/lib/font_files.h:23,
                 from ../src/lib/font.h:23,
                 from ../src/lib/dcp_subtitle_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/dcp_subtitle_content.cc:27:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.3.0/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/lib/font_files.h:23,
                 from ../src/lib/font.h:23,
                 from ../src/lib/dcp_subtitle_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/dcp_subtitle_content.cc:27:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.3.0/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/lib/font_files.h:23,
                 from ../src/lib/font.h:23,
                 from ../src/lib/dcp_subtitle_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/dcp_subtitle_content.cc:27:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.3.0/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/lib/font_files.h:23,
                 from ../src/lib/font.h:23,
                 from ../src/lib/dcp_subtitle_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/dcp_subtitle_content.cc:27:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/bits/locale_conv.h:41:0,
                 from /usr/include/c++/5.3.0/locale:43,
                 from /usr/include/boost/filesystem/path_traits.hpp:29,
                 from /usr/include/boost/filesystem/path.hpp:25,
                 from /usr/include/boost/filesystem.hpp:16,
                 from ../src/lib/font_files.h:23,
                 from ../src/lib/font.h:23,
                 from ../src/lib/dcp_subtitle_content.cc:20:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 34/314] Compiling src/lib/dolby_cp750.cc
[ 35/314] Compiling src/lib/emailer.cc
[ 36/314] Compiling src/lib/encoder.cc
[ 37/314] Compiling src/lib/encode_server.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/dcp_video.cc:47:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/dcp_video.h:21,
                 from ../src/lib/dcp_video.cc:31:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/dcp_video.cc:47:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/dcp_video.h:21,
                 from ../src/lib/dcp_video.cc:31:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/dcp_video.cc:47:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/dcp_video.h:21,
                 from ../src/lib/dcp_video.cc:31:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/dcp_video.cc:47:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/dcp_video.h:21,
                 from ../src/lib/dcp_video.cc:31:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/dcp_video.cc:47:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/dcp_video.h:21,
                 from ../src/lib/dcp_video.cc:31:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/dcp_video.cc:47:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/libdcp-1.0/dcp/types.h:27,
                 from /usr/include/libdcp-1.0/dcp/util.h:27,
                 from ../src/lib/types.h:25,
                 from ../src/lib/dcp_video.h:21,
                 from ../src/lib/dcp_video.cc:31:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 38/314] Compiling src/lib/encode_server_finder.cc
[ 39/314] Compiling src/lib/encoded_log_entry.cc
[ 40/314] Compiling src/lib/environment_info.cc
[ 41/314] Compiling src/lib/examine_content_job.cc
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:53:0,
                 from ../src/lib/encode_server.cc:39:
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<_xmlSAXHandler> sax_handler_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/thread_data.hpp:12,
                 from /usr/include/boost/thread/thread_only.hpp:17,
                 from /usr/include/boost/thread/thread.hpp:12,
                 from /usr/include/boost/thread.hpp:13,
                 from ../src/lib/server.h:23,
                 from ../src/lib/encode_server.h:27,
                 from ../src/lib/encode_server.cc:25:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:54:0,
                 from ../src/lib/encode_server.cc:39:
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h:260:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<PropertyReader> propertyreader;
          ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/thread_data.hpp:12,
                 from /usr/include/boost/thread/thread_only.hpp:17,
                 from /usr/include/boost/thread/thread.hpp:12,
                 from /usr/include/boost/thread.hpp:13,
                 from ../src/lib/server.h:23,
                 from ../src/lib/encode_server.h:27,
                 from ../src/lib/encode_server.cc:25:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:69:0,
                 from ../src/lib/encode_server.cc:39:
/usr/include/libxml++-2.6/libxml++/relaxngschema.h:108:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/thread_data.hpp:12,
                 from /usr/include/boost/thread/thread_only.hpp:17,
                 from /usr/include/boost/thread/thread.hpp:12,
                 from /usr/include/boost/thread.hpp:13,
                 from ../src/lib/server.h:23,
                 from ../src/lib/encode_server.h:27,
                 from ../src/lib/encode_server.cc:25:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:70:0,
                 from ../src/lib/encode_server.cc:39:
/usr/include/libxml++-2.6/libxml++/xsdschema.h:99:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/thread_data.hpp:12,
                 from /usr/include/boost/thread/thread_only.hpp:17,
                 from /usr/include/boost/thread/thread.hpp:12,
                 from /usr/include/boost/thread.hpp:13,
                 from ../src/lib/server.h:23,
                 from ../src/lib/encode_server.h:27,
                 from ../src/lib/encode_server.cc:25:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:73:0,
                 from ../src/lib/encode_server.cc:39:
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/thread_data.hpp:12,
                 from /usr/include/boost/thread/thread_only.hpp:17,
                 from /usr/include/boost/thread/thread.hpp:12,
                 from /usr/include/boost/thread.hpp:13,
                 from ../src/lib/server.h:23,
                 from ../src/lib/encode_server.h:27,
                 from ../src/lib/encode_server.cc:25:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
In file included from /usr/include/libxml++-2.6/libxml++/libxml++.h:75:0,
                 from ../src/lib/encode_server.cc:39:
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h:149:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<Impl> pimpl_;
        ^
In file included from /usr/include/c++/5.3.0/memory:81:0,
                 from /usr/include/boost/config/no_tr1/memory.hpp:21,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from /usr/include/boost/date_time/time_clock.hpp:17,
                 from /usr/include/boost/thread/thread_time.hpp:9,
                 from /usr/include/boost/thread/lock_types.hpp:18,
                 from /usr/include/boost/thread/pthread/thread_data.hpp:12,
                 from /usr/include/boost/thread/thread_only.hpp:17,
                 from /usr/include/boost/thread/thread.hpp:12,
                 from /usr/include/boost/thread.hpp:13,
                 from ../src/lib/server.h:23,
                 from ../src/lib/encode_server.h:27,
                 from ../src/lib/encode_server.cc:25:
/usr/include/c++/5.3.0/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^

[ 42/314] Compiling src/lib/exceptions.cc
In file included from /usr/include/ImageMagick-6/magick/MagickCore.h:134:0,
                 from ../src/lib/environment_info.cc:27:
/usr/include/ImageMagick-6/magick/pixel-accessor.h:138:72: warning: unused parameter ‘image’ [-Wunused-parameter]
 static inline MagickRealType GetPixelLuma(const Image *magick_restrict image,
                                                                        ^

[ 43/314] Compiling src/lib/file_group.cc
[ 44/314] Compiling src/lib/file_log.cc
[ 45/314] Compiling src/lib/filter_graph.cc
../src/lib/filter_graph.cc:33:33: fatal error: libavfilter/avcodec.h: No such file or directory
compilation terminated.

Waf: Leaving directory `/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build'
Build failed
 -> task in 'libdcpomatic2' failed (exit status 1): 
	{task 140383152690832: cxx filter_graph.cc -> filter_graph.cc.1.o}
['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '-std=c++11', '-fPIC', '-fopenmp', '-fopenmp', '-fopenmp', '-fopenmp', '-fopenmp', '-fopenmp', '-I/usr/include/ImageMagick-6', '-I/usr/include/libdcp-1.0', '-I/usr/include/libxml++-2.6', '-I/usr/lib/libxml++-2.6/include', '-I/usr/include/glibmm-2.4', '-I/usr/lib/glibmm-2.4/include', '-I/usr/include/glib-2.0', '-I/usr/lib/glib-2.0/include', '-I/usr/include/sigc++-2.0', '-I/usr/lib/sigc++-2.0/include', '-I/usr/include/xmlsec1', '-I/usr/include/libxml2', '-I/usr/lib/libzip/include', '-I/usr/include/freetype2', '-I/usr/include/libpng16', '-I/usr/include/harfbuzz', '-I/usr/include/pangomm-1.4', '-I/usr/lib/pangomm-1.4/include', '-I/usr/include/cairomm-1.0', '-I/usr/lib/cairomm-1.0/include', '-I/usr/include/pango-1.0', '-I/usr/include/cairo', '-I/usr/include/pixman-1', '-I/usr/include/libdrm', '-I/usr/include/libsub-1.0', '-DLOCALEDIR="/usr/share/locale"', '-DDATADIR="/usr/share"', '-DHAVE_AVCODEC=1', '-DHAVE_AVUTIL=1', '-DHAVE_AVFORMAT=1', '-DHAVE_AVFILTER=1', '-DHAVE_SWSCALE=1', '-DHAVE_SNDFILE=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_POSTPROC=1', '-DHAVE_MAGICK=1', '-DMAGICKCORE_HDRI_ENABLE=1', '-DMAGICKCORE_QUANTUM_DEPTH=16', '-DMAGICKCORE_HDRI_ENABLE=1', '-DMAGICKCORE_QUANTUM_DEPTH=16', '-DMAGICKCORE_HDRI_ENABLE=1', '-DMAGICKCORE_QUANTUM_DEPTH=16', '-DMAGICKCORE_HDRI_ENABLE=1', '-DMAGICKCORE_QUANTUM_DEPTH=16', '-DMAGICKCORE_HDRI_ENABLE=1', '-DMAGICKCORE_QUANTUM_DEPTH=16', '-DMAGICKCORE_HDRI_ENABLE=1', '-DMAGICKCORE_QUANTUM_DEPTH=16', '-DHAVE_DCP=1', '-DXMLSEC_CRYPTO="openssl"', '-DXMLSEC_CRYPTO_DYNAMIC_LOADING=1', '-D__XMLSEC_FUNCTION__=__FUNCTION__', '-DXMLSEC_NO_SIZE_T', '-DXMLSEC_NO_GOST=1', '-DXMLSEC_NO_XKMS=1', '-DXMLSEC_DL_LIBLTDL=1', '-DHAVE_CXML=1', '-DHAVE_GLIB=1', '-DHAVE_CURL=1', '-DHAVE_ZIP=1', '-DHAVE_FONTCONFIG=1', '-DHAVE_PANGOMM=1', '-DHAVE_CAIROMM=1', '-DHAVE_SUB=1', '-DHAVE_ICU=1', '../src/lib/filter_graph.cc', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/src/lib/filter_graph.cc.1.o']
==> ERROR: A failure occurred in build().
    Aborting...
dcpomatic-stdout-stderr.txt (81,448 bytes)   

markusk

2016-03-14 16:54

reporter  

config.log (24,560 bytes)   
# project dcpomatic (2.7.1) configured on Mon Mar 14 17:49:47 2016 by
# waf 1.8.5 (abi 98, python 2070bf0 on linux2)
# using waf configure --prefix=/usr
#
----------------------------------------
Setting top to
/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1
----------------------------------------
Setting out to
/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build
----------------------------------------
Checking for 'g++' (C++ compiler)
find program=['g++', 'c++'] paths=['/usr/local/git-annex.linux', '/home/mk/.gem/ruby/2.3.0/bin', '/home/mk/bin', '/home/mk/bin', '/usr/lib/hardening-wrapper/bin', '/usr/local/sbin', '/usr/local/bin', '/usr/bin', '/usr/lib/jvm/default/bin', '/usr/bin/site_perl', '/usr/bin/vendor_perl', '/usr/bin/core_perl', '/home/mk/Compile/chromium/depot_tools.git', '/usr/local/cuda/bin'] var='CXX' -> ['/usr/lib/hardening-wrapper/bin/g++']
find program=['ar'] paths=['/usr/local/git-annex.linux', '/home/mk/.gem/ruby/2.3.0/bin', '/home/mk/bin', '/home/mk/bin', '/usr/lib/hardening-wrapper/bin', '/usr/local/sbin', '/usr/local/bin', '/usr/bin', '/usr/lib/jvm/default/bin', '/usr/bin/site_perl', '/usr/bin/vendor_perl', '/usr/bin/core_perl', '/home/mk/Compile/chromium/depot_tools.git', '/usr/local/cuda/bin'] var='AR' -> ['/usr/bin/ar']
/usr/lib/hardening-wrapper/bin/g++
----------------------------------------
Checking for program 'pkg-config'
/usr/bin/pkg-config
find program=['pkg-config'] paths=['/usr/local/git-annex.linux', '/home/mk/.gem/ruby/2.3.0/bin', '/home/mk/bin', '/home/mk/bin', '/usr/lib/hardening-wrapper/bin', '/usr/local/sbin', '/usr/local/bin', '/usr/bin', '/usr/lib/jvm/default/bin', '/usr/bin/site_perl', '/usr/bin/vendor_perl', '/usr/bin/core_perl', '/home/mk/Compile/chromium/depot_tools.git', '/usr/local/cuda/bin'] var='PKGCONFIG' -> ['/usr/bin/pkg-config']
----------------------------------------
Checking for 'gtk+-2.0'
['/usr/bin/pkg-config', '--cflags', '--libs', 'gtk+-2.0']
out: -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype

yes
----------------------------------------
Checking for 'libcurl'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libcurl']
out: -lcurl

yes
----------------------------------------
Checking for 'icu-i18n'
['/usr/bin/pkg-config', '--cflags', '--libs', 'icu-i18n']
out: -licui18n -licuuc -licudata

yes
----------------------------------------
Checking for 'sndfile'
['/usr/bin/pkg-config', '--cflags', '--libs', 'sndfile']
out: -lsndfile

yes
----------------------------------------
Checking for 'samplerate'
['/usr/bin/pkg-config', '--cflags', '--libs', 'samplerate']
out: -lsamplerate

yes
----------------------------------------
Checking for 'glib-2.0'
['/usr/bin/pkg-config', '--cflags', '--libs', 'glib-2.0']
out: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0

yes
----------------------------------------
Checking for 'Magick++-config'
['Magick++-config', '--cppflags', '--cxxflags', '--libs']
out: -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-6
-fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-6
-lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI -lMagickCore-6.Q16HDRI

yes
----------------------------------------
Checking for 'libzip'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libzip']
out: -I/usr/lib/libzip/include -lzip -lz

yes
----------------------------------------
Checking for 'fontconfig'
['/usr/bin/pkg-config', '--cflags', '--libs', 'fontconfig']
out: -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lfontconfig -lfreetype

yes
----------------------------------------
Checking for 'pangomm-1.4'
['/usr/bin/pkg-config', '--cflags', '--libs', 'pangomm-1.4']
out: -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libdrm -I/usr/include/libpng16 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo

yes
----------------------------------------
Checking for 'cairomm-1.0'
['/usr/bin/pkg-config', '--cflags', '--libs', 'cairomm-1.0']
out: -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -lcairomm-1.0 -lcairo -lsigc-2.0

yes
----------------------------------------
Checking for 'libcxml' >= 0.15.1
['/usr/bin/pkg-config', '--atleast-version=0.15.1', 'libcxml']
['/usr/bin/pkg-config', '--cflags', '--libs', 'libcxml']
out: -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -lcxml -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0

yes
----------------------------------------
Checking for library libssh
==>

                               #include <libssh/libssh.h>

                               int main () {

                               ssh_session s = ssh_new ();

                               return 0;

                               }
                               
<==
[1/1] Compiling build/.conf_check_3a7955929b82fdc86328e5d7b33b9667/test.c

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.c', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_3a7955929b82fdc86328e5d7b33b9667/testbuild/test.c.1.o']
err: ../test.c: In function ‘int main()’:
../test.c:6:44: warning: unused variable ‘s’ [-Wunused-variable]
                                ssh_session s = ssh_new ();
                                            ^

yes
----------------------------------------
Checking for 'libdcp-1.0' >= 1.3.1
['/usr/bin/pkg-config', '--atleast-version=1.3.1', 'libdcp-1.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'libdcp-1.0']
out: -DXMLSEC_CRYPTO=\"openssl\" -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1 -I/usr/include/libdcp-1.0 -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/xmlsec1 -I/usr/include/libxml2 -ldcp-1.0 -lcxml -lboost_system -lssl -lcrypto -lxml++-2.6 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 -lxmlsec1 -lltdl -lxslt -lxml2 -lz -lm -ldl -lm -lxml2

yes
----------------------------------------
Checking for 'libsub-1.0' >= 1.1.11
['/usr/bin/pkg-config', '--atleast-version=1.1.11', 'libsub-1.0']
['/usr/bin/pkg-config', '--cflags', '--libs', 'libsub-1.0']
out: -I/usr/include/libsub-1.0 -lsub-1.0 -lboost_system

yes
----------------------------------------
Checking for 'libxml++-2.6'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libxml++-2.6']
out: -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0

yes
----------------------------------------
Checking for 'libavformat'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libavformat']
out: -lavformat

yes
----------------------------------------
Checking for 'libavfilter'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libavfilter']
out: -lavfilter

yes
----------------------------------------
Checking for 'libavcodec'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libavcodec']
out: -lavcodec

yes
----------------------------------------
Checking for 'libavutil'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libavutil']
out: -lavutil

yes
----------------------------------------
Checking for 'libswscale'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libswscale']
out: -lswscale

yes
----------------------------------------
Checking for 'libpostproc'
['/usr/bin/pkg-config', '--cflags', '--libs', 'libpostproc']
out: -lpostproc

yes
----------------------------------------
Checking for patched FFmpeg
==>

                            extern "C" {

                            #include <libavfilter/f_ebur128.h>

                            }

                            int main () { av_ebur128_get_true_peaks (0); }

                            
<==
[1/2] Compiling build/.conf_check_f85560e84a100abf36a2c4d9b4e36b10/test.cpp

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_f85560e84a100abf36a2c4d9b4e36b10/testbuild/test.cpp.1.o']
err: ../test.cpp:4:63: fatal error: libavfilter/f_ebur128.h: No such file or directory
compilation terminated.

from /home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1: Test does not build: Traceback (most recent call last):
  File "/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/.waf-1.8.5-69c046f2063dbb528ecf1ab20607ba25/waflib/Configure.py", line 329, in run_build
    bld.compile()
  File "/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/.waf-1.8.5-69c046f2063dbb528ecf1ab20607ba25/waflib/Build.py", line 182, in compile
    raise Errors.BuildError(self.producer.error)
BuildError: Build failed
 -> task in 'testprog' failed (exit status 1): 
	{task 140220108338640: cxx test.cpp -> test.cpp.1.o}
['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_f85560e84a100abf36a2c4d9b4e36b10/testbuild/test.cpp.1.o']

no
from /home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1: The configuration failed
----------------------------------------
Checking for boost library >= 1.45
==>

                            #include <boost/version.hpp>

                            #if BOOST_VERSION < 104500

                            #error boost too old

                            #endif

                            int main(void) { return 0; }

                            
<==
[1/2] Compiling build/.conf_check_13efce3d9b5b0d70837e8cb4a2f4cbbe/test.cpp

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_13efce3d9b5b0d70837e8cb4a2f4cbbe/testbuild/test.cpp.1.o']
[2/2] Linking build/.conf_check_13efce3d9b5b0d70837e8cb4a2f4cbbe/testbuild/testprog

['/usr/lib/hardening-wrapper/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', '-pthread', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_13efce3d9b5b0d70837e8cb4a2f4cbbe/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic']
yes
----------------------------------------
Checking for boost threading library
==>

    			    #include <boost/thread.hpp>

    			    int main() { boost::thread t (); }

			    
<==
[1/2] Compiling build/.conf_check_620be4d0ce16a45ed2e8b5838ef8160e/test.cpp

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_620be4d0ce16a45ed2e8b5838ef8160e/testbuild/test.cpp.1.o']
[2/2] Linking build/.conf_check_620be4d0ce16a45ed2e8b5838ef8160e/testbuild/testprog

['/usr/lib/hardening-wrapper/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', '-pthread', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_620be4d0ce16a45ed2e8b5838ef8160e/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-L/usr/local/lib', '-lboost_thread', '-lboost_system']
yes
----------------------------------------
Checking for boost filesystem library
==>

    			    #include <boost/filesystem.hpp>

    			    int main() { boost::filesystem::copy_file ("a", "b"); }

			    
<==
[1/2] Compiling build/.conf_check_668e91af3eca1bb464306c489e0850f0/test.cpp

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_668e91af3eca1bb464306c489e0850f0/testbuild/test.cpp.1.o']
[2/2] Linking build/.conf_check_668e91af3eca1bb464306c489e0850f0/testbuild/testprog

['/usr/lib/hardening-wrapper/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', '-pthread', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_668e91af3eca1bb464306c489e0850f0/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-L/usr/local/lib', '-lboost_filesystem', '-lboost_system']
yes
----------------------------------------
Checking for boost datetime library
==>

    			    #include <boost/date_time.hpp>

    			    int main() { boost::gregorian::day_clock::local_day(); }

			    
<==
[1/2] Compiling build/.conf_check_7223d344aaed3cf4323fc2ba656f432a/test.cpp

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_7223d344aaed3cf4323fc2ba656f432a/testbuild/test.cpp.1.o']
[2/2] Linking build/.conf_check_7223d344aaed3cf4323fc2ba656f432a/testbuild/testprog

['/usr/lib/hardening-wrapper/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', '-pthread', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_7223d344aaed3cf4323fc2ba656f432a/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-L/usr/local/lib', '-lboost_date_time', '-lboost_system']
yes
----------------------------------------
Checking for boost signals2 library
==>

    			    #include <boost/signals2.hpp>

    			    int main() { boost::signals2::signal<void (int)> x; }

			    
<==
[1/2] Compiling build/.conf_check_27484ff475bc10c14e3b42baab967584/test.cpp

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_27484ff475bc10c14e3b42baab967584/testbuild/test.cpp.1.o']
[2/2] Linking build/.conf_check_27484ff475bc10c14e3b42baab967584/testbuild/testprog

['/usr/lib/hardening-wrapper/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', '-pthread', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_27484ff475bc10c14e3b42baab967584/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic']
yes
----------------------------------------
Checking for boost regex library
==>

    			    #include <boost/regex.hpp>

    			    int main() { boost::regex re ("foo"); }

			    
<==
[1/2] Compiling build/.conf_check_be8812b008a6bc6e74a2f7edb79afc19/test.cpp

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_be8812b008a6bc6e74a2f7edb79afc19/testbuild/test.cpp.1.o']
[2/2] Linking build/.conf_check_be8812b008a6bc6e74a2f7edb79afc19/testbuild/testprog

['/usr/lib/hardening-wrapper/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', '-pthread', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_be8812b008a6bc6e74a2f7edb79afc19/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lboost_regex']
yes
----------------------------------------
Checking for program 'msgfmt'
/usr/bin/msgfmt
find program=['msgfmt'] paths=['/usr/local/git-annex.linux', '/home/mk/.gem/ruby/2.3.0/bin', '/home/mk/bin', '/home/mk/bin', '/usr/lib/hardening-wrapper/bin', '/usr/local/sbin', '/usr/local/bin', '/usr/bin', '/usr/lib/jvm/default/bin', '/usr/bin/site_perl', '/usr/bin/vendor_perl', '/usr/bin/core_perl', '/home/mk/Compile/chromium/depot_tools.git', '/usr/local/cuda/bin'] var='MSGFMT' -> ['/usr/bin/msgfmt']
-----------------------------------------------
Checking for wxWidgets using wx-config-3.0-gtk2
['wx-config-3.0-gtk2', '--cppflags', '--cxxflags', '--libs', 'std,richtext']
not found
from /home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/src/wx: The configuration failed
-----------------------------------------------
Checking for wxWidgets using wx-config
['wx-config', '--cppflags', '--cxxflags', '--libs', 'std,richtext']
out: -I/usr/lib/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__
-I/usr/lib/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread
-pthread   -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_webview-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 

yes
['wx-config', '--version']
out: 3.0.2

==>

                              #define BOOST_TEST_MODULE Config test

    			      #include <boost/test/unit_test.hpp>

                              int main() {}
                              
<==
[1/2] Compiling build/.conf_check_0c07dcf3c781e33e094e21568a898181/test.cpp

['/usr/lib/hardening-wrapper/bin/g++', '-D_FORTIFY_SOURCE=2', '-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-std=c++11', '-D__STDC_CONSTANT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-msse', '-fno-strict-aliasing', '-Wall', '-Wno-attributes', '-Wextra', '-Wno-unused-result', '-D_FILE_OFFSET_BITS=64', '-O2', '-DDCPOMATIC_POSIX', '-mfpmath=sse', '-DLINUX_LOCALE_PREFIX="/usr/share/locale"', '-DLINUX_SHARE_PREFIX="/usr/share/dcpomatic2"', '-DDCPOMATIC_LINUX', '-DDCPOMATIC_IMAGE_MAGICK', '-std=c++11', '-DLOCALEDIR="/usr/share/locale"', '-DDATADIR="/usr/share"', '../test.cpp', '-c', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_0c07dcf3c781e33e094e21568a898181/testbuild/test.cpp.1.o']
[2/2] Linking build/.conf_check_0c07dcf3c781e33e094e21568a898181/testbuild/testprog

['/usr/lib/hardening-wrapper/bin/g++', '-Wl,-O1,--sort-common,--as-needed,-z,relro', '-pthread', 'test.cpp.1.o', '-o', '/home/mk/GIT-Repos/aur4.archlinux.org/Eigene/dcpomatic/src/dcpomatic-2.7.1/build/.conf_check_0c07dcf3c781e33e094e21568a898181/testbuild/testprog', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-lboost_unit_test_framework']
config.log (24,560 bytes)   

markusk

2016-04-07 14:58

reporter   ~0001185

Hi

i have both installed

extra/ffmpeg 1:3.0.1-1 [Installiert]
Complete solution to record, convert and stream audio and video
extra/ffmpeg2.8 2.8.6-1 [Installiert]
Complete solution to record, convert and stream audio and video

an the avfilter in the standard location comes from 3.0.1

pacaur -Ql ffmpeg |grep avfilter
ffmpeg /usr/include/libavfilter/
ffmpeg /usr/include/libavfilter/avfilter.h

carl

2016-04-11 02:13

administrator   ~0001188

Ah ok, I'm afraid this was fixed in 2.7.2 i.e. after the main release. The commit was 2acb65ac1502de08c9398f97ca41ecbf9d2243f0 though it would probably suffice to remove the

#include <libavfilter/avcodec.h>

line from src/lib/filter_graph.cc

Does that help, or do you need an "official" release with the fix?

carl

2016-11-02 13:07

administrator   ~0001521

Hi Markus, I think this is all ok now?

Bug History

Date Modified Username Field Change
2016-03-14 11:22 markusk New Bug
2016-03-14 16:04 carl Note Added: 0001178
2016-03-14 16:04 carl Assigned To => carl
2016-03-14 16:04 carl Status new => feedback
2016-03-14 16:53 markusk File Added: dcpomatic-stdout-stderr.txt
2016-03-14 16:54 markusk File Added: config.log
2016-04-07 14:58 markusk Note Added: 0001185
2016-04-07 14:58 markusk Status feedback => assigned
2016-04-11 02:13 carl Note Added: 0001188
2016-04-11 02:13 carl Status assigned => feedback
2016-04-11 17:24 markusk Status feedback => assigned
2016-11-02 13:07 carl Note Added: 0001521
2016-11-02 13:07 carl Status assigned => resolved
2016-11-02 13:07 carl Resolution open => fixed
2018-10-17 20:14 carl Status resolved => closed