Advertisement
Guest User

Untitled

a guest
Apr 10th, 2022
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. [ 73/350] Compiling src/lib/internet.cc
  2. ../src/lib/video_filter_graph.cc: In Elementfunktion »std::__cxx11::list<std::pair<boost::shared_ptr<Image>, long int> > VideoFilterGraph::process(AVFrame*)«:
  3. ../src/lib/video_filter_graph.cc:55:85: Fehler: »av_frame_get_best_effort_timestamp« wurde in diesem Gültigkeitsbereich nicht definiert
  4. 55 | images.push_back (make_pair (shared_ptr<Image> (new Image (frame)), av_frame_get_best_effort_timestamp (frame)));
  5. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. ../src/lib/video_filter_graph.cc:67:94: Fehler: »av_frame_get_best_effort_timestamp« wurde in diesem Gültigkeitsbereich nicht definiert
  7. 67 | images.push_back (make_pair (shared_ptr<Image> (new Image (_frame)), av_frame_get_best_effort_timestamp (_frame)));
  8. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  
  10. In Datei, eingebunden von /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
  11. von /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
  12. von /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
  13. von /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
  14. von /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
  15. von /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
  16. von /usr/include/boost/shared_ptr.hpp:17,
  17. von /usr/include/libdcp-1.0/dcp/types.h:41,
  18. von /usr/include/libdcp-1.0/dcp/util.h:41,
  19. von ../src/lib/types.h:26,
  20. von ../src/lib/content.h:28,
  21. von ../src/lib/ffmpeg_content.h:24,
  22. von ../src/lib/decoder_factory.cc:21:
  23. /usr/include/boost/bind.hpp:36:1: Anmerkung: »#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.«
  24. 36 | BOOST_PRAGMA_MESSAGE(
  25. | ^~~~~~~~~~~~~~~~~~~~
  26.  
  27. ../src/lib/ffmpeg_decoder.cc: In Elementfunktion »boost::shared_ptr<AudioBuffers> FFmpegDecoder::deinterleave_audio(boost::shared_ptr<FFmpegAudioStream>) const«:
  28. ../src/lib/ffmpeg_decoder.cc:204:53: Fehler: »struct AVStream« hat kein Element namens »codec«
  29. 204 | 0, stream->stream(_format_context)->codec->channels, _frame->nb_samples, audio_sample_format (stream), 1
  30. | ^~~~~
  31. ../src/lib/ffmpeg_decoder.cc: In Elementfunktion »AVSampleFormat FFmpegDecoder::audio_sample_format(boost::shared_ptr<FFmpegAudioStream>) const«:
  32. ../src/lib/ffmpeg_decoder.cc:332:50: Fehler: »struct AVStream« hat kein Element namens »codec«
  33. 332 | return stream->stream (_format_context)->codec->sample_fmt;
  34. | ^~~~~
  35. ../src/lib/ffmpeg_decoder.cc: In Elementfunktion »virtual void FFmpegDecoder::seek(ContentTime, bool)«:
  36. ../src/lib/ffmpeg_decoder.cc:394:68: Fehler: »struct AVStream« hat kein Element namens »codec«
  37. 394 | avcodec_flush_buffers (i->stream(_format_context)->codec);
  38. | ^~~~~
  39. ../src/lib/ffmpeg_decoder.cc: In Elementfunktion »void FFmpegDecoder::decode_audio_packet()«:
  40. ../src/lib/ffmpeg_decoder.cc:433:97: Fehler: »struct AVStream« hat kein Element namens »codec«
  41. 433 | int decode_result = avcodec_decode_audio4 ((*stream)->stream (_format_context)->codec, _frame, &frame_finished, &copy_packet);
  42. | ^~~~~
  43. ../src/lib/ffmpeg_decoder.cc:433:37: Fehler: »avcodec_decode_audio4« wurde in diesem Gültigkeitsbereich nicht deklariert; meinten Sie »avcodec_decode_subtitle2«?
  44. 433 | int decode_result = avcodec_decode_audio4 ((*stream)->stream (_format_context)->codec, _frame, &frame_finished, &copy_packet);
  45. | ^~~~~~~~~~~~~~~~~~~~~
  46. | avcodec_decode_subtitle2
  47. ../src/lib/ffmpeg_decoder.cc:464:41: Fehler: »av_frame_get_best_effort_timestamp« wurde in diesem Gültigkeitsbereich nicht definiert
  48. 464 | av_frame_get_best_effort_timestamp (_frame) *
  49. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  50. In Datei, eingebunden von ../src/lib/ffmpeg_decoder.cc:30:
  51. ../src/lib/ffmpeg_decoder.cc:486:41: Fehler: »av_frame_get_best_effort_timestamp« wurde in diesem Gültigkeitsbereich nicht definiert
  52. 486 | av_frame_get_best_effort_timestamp(_frame),
  53. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54. ../src/lib/dcpomatic_log.h:32:66: Anmerkung: in Definition des Makros »LOG_WARNING«
  55. 32 | #define LOG_WARNING(...) dcpomatic_log->log(String::compose(__VA_ARGS__), LogEntry::TYPE_WARNING);
  56. | ^~~~~~~~~~~
  57. ../src/lib/ffmpeg_decoder.cc: In Elementfunktion »bool FFmpegDecoder::decode_video_packet()«:
  58. ../src/lib/ffmpeg_decoder.cc:509:13: Fehler: »avcodec_decode_video2« wurde in diesem Gültigkeitsbereich nicht deklariert; meinten Sie »avcodec_decode_subtitle2«?
  59. 509 | if (avcodec_decode_video2 (video_codec_context(), _frame, &frame_finished, &_packet) < 0 || !frame_finished) {
  60. | ^~~~~~~~~~~~~~~~~~~~~
  61. | avcodec_decode_subtitle2
  62.  
  63. In Datei, eingebunden von /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
  64. von /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
  65. von /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
  66. von /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
  67. von /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
  68. von /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
  69. von /usr/include/boost/shared_ptr.hpp:17,
  70. von /usr/include/libdcp-1.0/dcp/types.h:41,
  71. von /usr/include/libdcp-1.0/dcp/util.h:41,
  72. von ../src/lib/types.h:26,
  73. von ../src/lib/reel_writer.h:21,
  74. von ../src/lib/reel_writer.cc:21:
  75. /usr/include/boost/bind.hpp:36:1: Anmerkung: »#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.«
  76. 36 | BOOST_PRAGMA_MESSAGE(
  77. | ^~~~~~~~~~~~~~~~~~~~
  78.  
  79. In Datei, eingebunden von /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
  80. von /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
  81. von /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
  82. von /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
  83. von /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
  84. von /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
  85. von /usr/include/boost/shared_ptr.hpp:17,
  86. von /usr/include/libdcp-1.0/dcp/types.h:41,
  87. von /usr/include/libdcp-1.0/dcp/util.h:41,
  88. von ../src/lib/types.h:26,
  89. von ../src/lib/video_examiner.h:25,
  90. von ../src/lib/video_mxf_examiner.h:21,
  91. von ../src/lib/video_mxf_content.cc:21:
  92. /usr/include/boost/bind.hpp:36:1: Anmerkung: »#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.«
  93. 36 | BOOST_PRAGMA_MESSAGE(
  94. | ^~~~~~~~~~~~~~~~~~~~
  95.  
  96. In Datei, eingebunden von /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
  97. von /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
  98. von /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
  99. von /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
  100. von /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
  101. von /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
  102. von /usr/include/boost/shared_ptr.hpp:17,
  103. von /usr/include/libdcp-1.0/dcp/types.h:41,
  104. von /usr/include/libdcp-1.0/dcp/util.h:41,
  105. von ../src/lib/types.h:26,
  106. von ../src/lib/decoder.h:28,
  107. von ../src/lib/video_mxf_decoder.h:21,
  108. von ../src/lib/video_mxf_decoder.cc:21:
  109. /usr/include/boost/bind.hpp:36:1: Anmerkung: »#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.«
  110. 36 | BOOST_PRAGMA_MESSAGE(
  111. | ^~~~~~~~~~~~~~~~~~~~
  112.  
  113. In Datei, eingebunden von /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
  114. von /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
  115. von /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
  116. von /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
  117. von /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
  118. von /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
  119. von /usr/include/boost/shared_ptr.hpp:17,
  120. von /usr/include/boost/date_time/time_clock.hpp:17,
  121. von /usr/include/boost/thread/thread_time.hpp:9,
  122. von /usr/include/boost/thread/lock_types.hpp:18,
  123. von /usr/include/boost/thread/pthread/mutex.hpp:16,
  124. von /usr/include/boost/thread/mutex.hpp:16,
  125. von /usr/include/locked_sstream.h:25,
  126. von /usr/include/libcxml/cxml.h:24,
  127. von ../src/lib/font.h:24,
  128. von ../src/lib/dcp_subtitle_content.cc:21:
  129. /usr/include/boost/bind.hpp:36:1: Anmerkung: »#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.«
  130. 36 | BOOST_PRAGMA_MESSAGE(
  131. | ^~~~~~~~~~~~~~~~~~~~
  132. In Datei, eingebunden von /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
  133. von /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
  134. von /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
  135. von /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
  136. von /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
  137. von /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
  138. von /usr/include/boost/shared_ptr.hpp:17,
  139. von ../src/lib/bitmap_text.h:25,
  140. von ../src/lib/player_text.h:24,
  141. von ../src/lib/player.h:24,
  142. von ../src/lib/player.cc:21:
  143. /usr/include/boost/bind.hpp:36:1: Anmerkung: »#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.«
  144. 36 | BOOST_PRAGMA_MESSAGE(
  145. | ^~~~~~~~~~~~~~~~~~~~
  146.  
  147. Waf: Leaving directory `/tmp/makepkg/dcpomatic/src/dcpomatic-2.14.57/build'
  148. Build failed
  149. -> task in 'libdcpomatic2' failed with exit status 1 (run with -v to display more information)
  150. -> task in 'libdcpomatic2' failed with exit status 1 (run with -v to display more information)
  151. ==> FEHLER: Ein Fehler geschah in build().
  152. Breche ab...
  153. -> Fehler beim Ausführen: dcpomatic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement