Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.05 KB | None | 0 0
  1. chromaprint-v1.4.3/tests/test_audio_processor.cpp
  2. chromaprint-v1.4.3/tests/test_chroma.cpp
  3. chromaprint-v1.4.3/tests/test_chroma_filter.cpp
  4. chromaprint-v1.4.3/tests/test_chroma_resampler.cpp
  5. chromaprint-v1.4.3/tests/test_chromaprint.cpp
  6. chromaprint-v1.4.3/tests/test_filter.cpp
  7. chromaprint-v1.4.3/tests/test_filter_utils.cpp
  8. chromaprint-v1.4.3/tests/test_fingerprint_compressor.cpp
  9. chromaprint-v1.4.3/tests/test_fingerprint_decompressor.cpp
  10. chromaprint-v1.4.3/tests/test_fingerprint_matcher.cpp
  11. chromaprint-v1.4.3/tests/test_moving_average.cpp
  12. chromaprint-v1.4.3/tests/test_quantizer.cpp
  13. chromaprint-v1.4.3/tests/test_silence_remover.cpp
  14. chromaprint-v1.4.3/tests/test_simhash.cpp
  15. chromaprint-v1.4.3/tests/test_utils.cpp
  16. chromaprint-v1.4.3/tests/test_utils.h
  17. chromaprint-v1.4.3/tests/test_utils_gaussian_filter.cpp
  18. chromaprint-v1.4.3/tests/test_utils_gradient.cpp
  19. chromaprint-v1.4.3/vendor/
  20. chromaprint-v1.4.3/vendor/kissfft/
  21. chromaprint-v1.4.3/vendor/kissfft/.gitignore
  22. chromaprint-v1.4.3/vendor/kissfft/CHANGELOG
  23. chromaprint-v1.4.3/vendor/kissfft/COPYING
  24. chromaprint-v1.4.3/vendor/kissfft/Makefile
  25. chromaprint-v1.4.3/vendor/kissfft/README
  26. chromaprint-v1.4.3/vendor/kissfft/README.simd
  27. chromaprint-v1.4.3/vendor/kissfft/TIPS
  28. chromaprint-v1.4.3/vendor/kissfft/_kiss_fft_guts.h
  29. chromaprint-v1.4.3/vendor/kissfft/kiss_fft.c
  30. chromaprint-v1.4.3/vendor/kissfft/kiss_fft.h
  31. chromaprint-v1.4.3/vendor/kissfft/kissfft.hh
  32. chromaprint-v1.4.3/vendor/kissfft/test/
  33. chromaprint-v1.4.3/vendor/kissfft/test/Makefile
  34. chromaprint-v1.4.3/vendor/kissfft/test/benchfftw.c
  35. chromaprint-v1.4.3/vendor/kissfft/test/benchkiss.c
  36. chromaprint-v1.4.3/vendor/kissfft/test/compfft.py
  37. chromaprint-v1.4.3/vendor/kissfft/test/doit.c
  38. chromaprint-v1.4.3/vendor/kissfft/test/fastfir.py
  39. chromaprint-v1.4.3/vendor/kissfft/test/fft.py
  40. chromaprint-v1.4.3/vendor/kissfft/test/mk_test.py
  41. chromaprint-v1.4.3/vendor/kissfft/test/pstats.c
  42. chromaprint-v1.4.3/vendor/kissfft/test/pstats.h
  43. chromaprint-v1.4.3/vendor/kissfft/test/tailscrap.m
  44. chromaprint-v1.4.3/vendor/kissfft/test/test_real.c
  45. chromaprint-v1.4.3/vendor/kissfft/test/test_vs_dft.c
  46. chromaprint-v1.4.3/vendor/kissfft/test/testcpp.cc
  47. chromaprint-v1.4.3/vendor/kissfft/test/testkiss.py
  48. chromaprint-v1.4.3/vendor/kissfft/test/twotonetest.c
  49. chromaprint-v1.4.3/vendor/kissfft/tools/
  50. chromaprint-v1.4.3/vendor/kissfft/tools/Makefile
  51. chromaprint-v1.4.3/vendor/kissfft/tools/fftutil.c
  52. chromaprint-v1.4.3/vendor/kissfft/tools/kfc.c
  53. chromaprint-v1.4.3/vendor/kissfft/tools/kfc.h
  54. chromaprint-v1.4.3/vendor/kissfft/tools/kiss_fastfir.c
  55. chromaprint-v1.4.3/vendor/kissfft/tools/kiss_fftnd.c
  56. chromaprint-v1.4.3/vendor/kissfft/tools/kiss_fftnd.h
  57. chromaprint-v1.4.3/vendor/kissfft/tools/kiss_fftndr.c
  58. chromaprint-v1.4.3/vendor/kissfft/tools/kiss_fftndr.h
  59. chromaprint-v1.4.3/vendor/kissfft/tools/kiss_fftr.c
  60. chromaprint-v1.4.3/vendor/kissfft/tools/kiss_fftr.h
  61. chromaprint-v1.4.3/vendor/kissfft/tools/psdpng.c
  62. -- The C compiler identification is GNU 5.5.0
  63. -- The CXX compiler identification is GNU 5.5.0
  64. -- Check for working C compiler: /usr/bin/cc
  65. -- Check for working C compiler: /usr/bin/cc -- works
  66. -- Detecting C compiler ABI info
  67. -- Detecting C compiler ABI info - done
  68. -- Detecting C compile features
  69. -- Detecting C compile features - done
  70. -- Check for working CXX compiler: /usr/bin/c++
  71. -- Check for working CXX compiler: /usr/bin/c++ -- works
  72. -- Detecting CXX compiler ABI info
  73. -- Detecting CXX compiler ABI info - done
  74. -- Detecting CXX compile features
  75. -- Detecting CXX compile features - done
  76. -- Looking for pthread.h
  77. -- Looking for pthread.h - found
  78. -- Looking for pthread_create
  79. -- Looking for pthread_create - not found
  80. -- Looking for pthread_create in pthreads
  81. -- Looking for pthread_create in pthreads - not found
  82. -- Looking for pthread_create in pthread
  83. -- Looking for pthread_create in pthread - found
  84. -- Found Threads: TRUE
  85. -- Performing Test COMPILER_SUPPORTS_CXX11
  86. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  87. -- Looking for lrintf
  88. -- Looking for lrintf - found
  89. -- Looking for round
  90. -- Looking for round - found
  91. -- Looking for av_packet_unref
  92. -- Looking for av_packet_unref - not found
  93. -- Looking for av_frame_alloc
  94. -- Looking for av_frame_alloc - not found
  95. -- Looking for av_frame_free
  96. -- Looking for av_frame_free - not found
  97. -- Found KissFFT: /tmp/SBo/chromaprint-v1.4.3/vendor/kissfft
  98. -- Using avfft for FFT calculations
  99. -- Using swresample for audio conversion
  100. -- Configuring done
  101. -- Generating done
  102. -- Build files have been written to: /tmp/SBo/chromaprint-v1.4.3/build
  103. Scanning dependencies of target chromaprint_objs
  104. [ 4%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fft_lib_avfft.cpp.o
  105. [ 9%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/audio_processor.cpp.o
  106. [ 13%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/chroma.cpp.o
  107. [ 18%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/chroma_resampler.cpp.o
  108. [ 22%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/chroma_filter.cpp.o
  109. [ 27%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/spectrum.cpp.o
  110. [ 31%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fft.cpp.o
  111. [ 36%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprinter.cpp.o
  112. [ 40%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/image_builder.cpp.o
  113. [ 45%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/simhash.cpp.o
  114. [ 50%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/silence_remover.cpp.o
  115. [ 54%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprint_calculator.cpp.o
  116. [ 59%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprint_compressor.cpp.o
  117. [ 63%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprint_decompressor.cpp.o
  118. [ 68%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprinter_configuration.cpp.o
  119. [ 72%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/fingerprint_matcher.cpp.o
  120. [ 77%] Building CXX object src/CMakeFiles/chromaprint_objs.dir/utils/base64.cpp.o
  121. /tmp/SBo/chromaprint-v1.4.3/src/utils/base64.cpp: In function ‘void chromaprint::Base64Encode(const string&, std::string&)’:
  122. /tmp/SBo/chromaprint-v1.4.3/src/utils/base64.cpp:12:13: warning: variable ‘end’ set but not used [-Wunused-but-set-variable]
  123. const auto end = Base64Encode(src.cbegin(), src.cend(), dest.begin());
  124. ^
  125. /tmp/SBo/chromaprint-v1.4.3/src/utils/base64.cpp: In function ‘void chromaprint::Base64Decode(const string&, std::string&)’:
  126. /tmp/SBo/chromaprint-v1.4.3/src/utils/base64.cpp:26:13: warning: variable ‘end’ set but not used [-Wunused-but-set-variable]
  127. const auto end = Base64Decode(src.cbegin(), src.cend(), dest.begin());
  128. ^
  129. [ 81%] Building C object src/CMakeFiles/chromaprint_objs.dir/avresample/resample2.c.o
  130. [ 81%] Built target chromaprint_objs
  131. Scanning dependencies of target chromaprint
  132. [ 86%] Building CXX object src/CMakeFiles/chromaprint.dir/chromaprint.cpp.o
  133. [ 90%] Linking CXX shared library libchromaprint.so
  134. [ 90%] Built target chromaprint
  135. Scanning dependencies of target fpcalc
  136. [ 95%] Building CXX object src/cmd/CMakeFiles/fpcalc.dir/fpcalc.cpp.o
  137. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  138. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h: In destructor ‘chromaprint::FFmpegAudioReader::~FFmpegAudioReader()’:
  139. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:27:25: warning: ‘void av_free_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  140. #define av_packet_unref av_free_packet
  141. ^
  142. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:130:2: note: in expansion of macro ‘av_packet_unref’
  143. av_packet_unref(&m_packet0);
  144. ^
  145. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  146. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  147. /usr/include/libavcodec/avcodec.h:4473:6: note: declared here
  148. void av_free_packet(AVPacket *pkt);
  149. ^
  150. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  151. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:27:25: warning: ‘void av_free_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  152. #define av_packet_unref av_free_packet
  153. ^
  154. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:130:2: note: in expansion of macro ‘av_packet_unref’
  155. av_packet_unref(&m_packet0);
  156. ^
  157. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  158. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  159. /usr/include/libavcodec/avcodec.h:4473:6: note: declared here
  160. void av_free_packet(AVPacket *pkt);
  161. ^
  162. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  163. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:130:28: warning: ‘void av_free_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  164. av_packet_unref(&m_packet0);
  165. ^
  166. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  167. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  168. /usr/include/libavcodec/avcodec.h:4473:6: note: declared here
  169. void av_free_packet(AVPacket *pkt);
  170. ^
  171. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  172. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h: In member function ‘bool chromaprint::FFmpegAudioReader::Open(const string&)’:
  173. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:181:55: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  174. m_codec_ctx = m_format_ctx->streams[m_stream_index]->codec;
  175. ^
  176. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:19:0,
  177. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  178. /usr/include/libavformat/avformat.h:893:21: note: declared here
  179. AVCodecContext *codec;
  180. ^
  181. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  182. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:181:55: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  183. m_codec_ctx = m_format_ctx->streams[m_stream_index]->codec;
  184. ^
  185. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:19:0,
  186. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  187. /usr/include/libavformat/avformat.h:893:21: note: declared here
  188. AVCodecContext *codec;
  189. ^
  190. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  191. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:181:55: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  192. m_codec_ctx = m_format_ctx->streams[m_stream_index]->codec;
  193. ^
  194. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:19:0,
  195. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  196. /usr/include/libavformat/avformat.h:893:21: note: declared here
  197. AVCodecContext *codec;
  198. ^
  199. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  200. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:194:27: error: ‘avcodec_alloc_frame’ was not declared in this scope
  201. m_frame = av_frame_alloc();
  202. ^
  203. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  204. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h: In member function ‘void chromaprint::FFmpegAudioReader::Close()’:
  205. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:232:24: error: ‘avcodec_free_frame’ was not declared in this scope
  206. av_frame_free(&m_frame);
  207. ^
  208. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  209. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h: In member function ‘bool chromaprint::FFmpegAudioReader::Read(const int16_t**, size_t*)’:
  210. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:27:25: warning: ‘void av_free_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  211. #define av_packet_unref av_free_packet
  212. ^
  213. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:274:4: note: in expansion of macro ‘av_packet_unref’
  214. av_packet_unref(&m_packet0);
  215. ^
  216. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  217. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  218. /usr/include/libavcodec/avcodec.h:4473:6: note: declared here
  219. void av_free_packet(AVPacket *pkt);
  220. ^
  221. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  222. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:27:25: warning: ‘void av_free_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  223. #define av_packet_unref av_free_packet
  224. ^
  225. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:274:4: note: in expansion of macro ‘av_packet_unref’
  226. av_packet_unref(&m_packet0);
  227. ^
  228. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  229. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  230. /usr/include/libavcodec/avcodec.h:4473:6: note: declared here
  231. void av_free_packet(AVPacket *pkt);
  232. ^
  233. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  234. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:274:30: warning: ‘void av_free_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  235. av_packet_unref(&m_packet0);
  236. ^
  237. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  238. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  239. /usr/include/libavcodec/avcodec.h:4473:6: note: declared here
  240. void av_free_packet(AVPacket *pkt);
  241. ^
  242. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  243. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:297:9: warning: ‘int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  244. ret = avcodec_decode_audio4(m_codec_ctx, m_frame, &m_got_frame, &m_packet);
  245. ^
  246. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  247. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  248. /usr/include/libavcodec/avcodec.h:4763:5: note: declared here
  249. int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
  250. ^
  251. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  252. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:297:9: warning: ‘int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  253. ret = avcodec_decode_audio4(m_codec_ctx, m_frame, &m_got_frame, &m_packet);
  254. ^
  255. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  256. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  257. /usr/include/libavcodec/avcodec.h:4763:5: note: declared here
  258. int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
  259. ^
  260. In file included from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:0:
  261. /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:297:76: warning: ‘int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  262. ret = avcodec_decode_audio4(m_codec_ctx, m_frame, &m_got_frame, &m_packet);
  263. ^
  264. In file included from /tmp/SBo/chromaprint-v1.4.3/src/audio/ffmpeg_audio_reader.h:18:0,
  265. from /tmp/SBo/chromaprint-v1.4.3/src/cmd/fpcalc.cpp:7:
  266. /usr/include/libavcodec/avcodec.h:4763:5: note: declared here
  267. int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
  268. ^
  269. src/cmd/CMakeFiles/fpcalc.dir/build.make:62: recipe for target 'src/cmd/CMakeFiles/fpcalc.dir/fpcalc.cpp.o' failed
  270. make[2]: *** [src/cmd/CMakeFiles/fpcalc.dir/fpcalc.cpp.o] Error 1
  271. CMakeFiles/Makefile2:245: recipe for target 'src/cmd/CMakeFiles/fpcalc.dir/all' failed
  272. make[1]: *** [src/cmd/CMakeFiles/fpcalc.dir/all] Error 2
  273. Makefile:127: recipe for target 'all' failed
  274. make: *** [all] Error 2
  275.  
  276. chromaprint:
  277. Would you like to continue processing the rest of the
  278. queue or would you like to abort? If this failed
  279. package is a dependency of another package in the queue
  280. then it may not make sense to continue.
  281.  
  282. (Y)es to continue, (N)o to abort, (R)etry the build?: n
  283.  
  284. +++++++++++++++++++++++++++++++++++++++++++
  285. SUMMARY LOG
  286. Using the SBo repository for Slackware 14.2
  287. Queue Process: Download, build, and install
  288.  
  289. chromaprint:
  290. MD5SUM check for chromaprint-1.4.3.tar.gz ... OK
  291. Error occurred with build. Please check the log.
  292.  
  293. +++++++++++++++++++++++++++++++++++++++++++
  294.  
  295. ###########################################
  296. Queue process complete!
  297. ###########################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement