Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. /tmp/ffconf.HQ9rQS6U/test.c: In function 'main':
  2. /tmp/ffconf.HQ9rQS6U/test.c:3: warning: cast from pointer to integer of different size
  3. gcc -L/root/ffmpeg_build/lib -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.HQ9rQS6U/test /tmp/ffconf.HQ9rQS6U/test.o -lm -lpthread
  4. check_complexfunc cabs 1
  5. check_ld cc
  6. check_cc
  7. BEGIN /tmp/ffconf.HQ9rQS6U/test.c
  8. 1 #include <complex.h>
  9. 2 #include <math.h>
  10. 3 float foo(complex float f, complex float g) { return cabs(f * I); }
  11. 4 int main(void){ return (int) foo; }
  12. END /tmp/ffconf.HQ9rQS6U/test.c
  13. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/root/ffmpeg_build/include -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.HQ9rQS6U/test.o /tmp/ffconf.HQ9rQS6U/test.c
  14. /tmp/ffconf.HQ9rQS6U/test.c: In function 'main':
  15. /tmp/ffconf.HQ9rQS6U/test.c:4: warning: cast from pointer to integer of different size
  16. gcc -L/root/ffmpeg_build/lib -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.HQ9rQS6U/test /tmp/ffconf.HQ9rQS6U/test.o -lpthread
  17. /tmp/ffconf.HQ9rQS6U/test.o: In function `foo':
  18. test.c:(.text+0xb1): undefined reference to `cabs'
  19. collect2: ld returned 1 exit status
  20. check_complexfunc cexp 1
  21. check_ld cc
  22. check_cc
  23. BEGIN /tmp/ffconf.HQ9rQS6U/test.c
  24. 1 #include <complex.h>
  25. 2 #include <math.h>
  26. 3 float foo(complex float f, complex float g) { return cexp(f * I); }
  27. 4 int main(void){ return (int) foo; }
  28. END /tmp/ffconf.HQ9rQS6U/test.c
  29. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/root/ffmpeg_build/include -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.HQ9rQS6U/test.o /tmp/ffconf.HQ9rQS6U/test.c
  30. /tmp/ffconf.HQ9rQS6U/test.c: In function 'main':
  31. /tmp/ffconf.HQ9rQS6U/test.c:4: warning: cast from pointer to integer of different size
  32. gcc -L/root/ffmpeg_build/lib -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.HQ9rQS6U/test /tmp/ffconf.HQ9rQS6U/test.o -lpthread
  33. /tmp/ffconf.HQ9rQS6U/test.o: In function `foo':
  34. test.c:(.text+0xb1): undefined reference to `cexp'
  35. collect2: ld returned 1 exit status
  36. require_pkg_config libfreetype freetype2 ft2build.h FT_FREETYPE_H FT_Init_FreeType
  37. check_pkg_config libfreetype freetype2 ft2build.h FT_FREETYPE_H FT_Init_FreeType
  38. test_pkg_config libfreetype freetype2 ft2build.h FT_FREETYPE_H FT_Init_FreeType
  39. pkg-config --exists --print-errors freetype2
  40. check_func_headers ft2build.h FT_FREETYPE_H FT_Init_FreeType -I/usr/include/freetype2 -lfreetype
  41. check_ld cc -I/usr/include/freetype2 -lfreetype
  42. check_cc -I/usr/include/freetype2
  43. BEGIN /tmp/ffconf.HQ9rQS6U/test.c
  44. 1 #include <ft2build.h>
  45. 2 #include FT_FREETYPE_H
  46. 3 #include <stdint.h>
  47. 4 long check_FT_Init_FreeType(void) { return (long) FT_Init_FreeType; }
  48. 5 int main(void) { int ret = 0;
  49. 6 ret |= ((intptr_t)check_FT_Init_FreeType) & 0xFFFF;
  50. 7 return ret; }
  51. END /tmp/ffconf.HQ9rQS6U/test.c
  52. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/root/ffmpeg_build/include -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -c -o /tmp/ffconf.HQ9rQS6U/test.o /tmp/ffconf.HQ9rQS6U/test.c
  53. gcc -L/root/ffmpeg_build/lib -Wl,--as-needed -Wl,-z,noexecstack -I/usr/include/freetype2 -o /tmp/ffconf.HQ9rQS6U/test /tmp/ffconf.HQ9rQS6U/test.o -lfreetype -lpthread
  54. require libmp3lame >= 3.98.3 lame/lame.h lame_set_VBR_quality -lmp3lame
  55. check_lib libmp3lame lame/lame.h lame_set_VBR_quality -lmp3lame
  56. check_func_headers lame/lame.h lame_set_VBR_quality -lmp3lame
  57. check_ld cc -lmp3lame
  58. check_cc
  59. BEGIN /tmp/ffconf.HQ9rQS6U/test.c
  60. 1 #include <lame/lame.h>
  61. 2 #include <stdint.h>
  62. 3 long check_lame_set_VBR_quality(void) { return (long) lame_set_VBR_quality; }
  63. 4 int main(void) { int ret = 0;
  64. 5 ret |= ((intptr_t)check_lame_set_VBR_quality) & 0xFFFF;
  65. 6 return ret; }
  66. END /tmp/ffconf.HQ9rQS6U/test.c
  67. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/root/ffmpeg_build/include -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -c -o /tmp/ffconf.HQ9rQS6U/test.o /tmp/ffconf.HQ9rQS6U/test.c
  68. gcc -L/root/ffmpeg_build/lib -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.HQ9rQS6U/test /tmp/ffconf.HQ9rQS6U/test.o -lmp3lame -lpthread
  69. /root/ffmpeg_build/lib/libmp3lame.a(set_get.o): In function `lame_get_totalframes':
  70. set_get.c:(.text+0x2aad): undefined reference to `floor'
  71. set_get.c:(.text+0x2b2f): undefined reference to `ceil'
  72. /root/ffmpeg_build/lib/libmp3lame.a(util.o): In function `ATHformula_GB':
  73. util.c:(.text+0x673): undefined reference to `pow'
  74. util.c:(.text+0x6bb): undefined reference to `pow'
  75. util.c:(.text+0x6cc): undefined reference to `exp'
  76. util.c:(.text+0x707): undefined reference to `pow'
  77. util.c:(.text+0x718): undefined reference to `exp'
  78. util.c:(.text+0x77c): undefined reference to `pow'
  79. /root/ffmpeg_build/lib/libmp3lame.a(util.o): In function `freq2bark':
  80. util.c:(.text+0x96a): undefined reference to `atan'
  81. util.c:(.text+0x9a0): undefined reference to `atan'
  82. /root/ffmpeg_build/lib/libmp3lame.a(util.o): In function `blackman':
  83. util.c:(.text+0xeb8): undefined reference to `cos'
  84. util.c:(.text+0xf01): undefined reference to `cos'
  85. util.c:(.text+0xf8d): undefined reference to `sin'
  86. /root/ffmpeg_build/lib/libmp3lame.a(util.o): In function `fill_buffer_resample':
  87. util.c:(.text+0x10c4): undefined reference to `floor'
  88. util.c:(.text+0x139c): undefined reference to `floor'
  89. util.c:(.text+0x149c): undefined reference to `floor'
  90. /root/ffmpeg_build/lib/libmp3lame.a(util.o): In function `init_log_table':
  91. util.c:(.text+0x1d5e): undefined reference to `log'
  92. /root/ffmpeg_build/lib/libmp3lame.a(layer2.o): In function `hip_init_tables_layer2':
  93. layer2.c:(.text+0x1b9): undefined reference to `pow'
  94. /root/ffmpeg_build/lib/libmp3lame.a(layer3.o): In function `hip_init_tables_layer3':
  95. layer3.c:(.text+0x166): undefined reference to `pow'
  96. layer3.c:(.text+0x1cf): undefined reference to `pow'
  97. layer3.c:(.text+0x24c): undefined reference to `sqrt'
  98. layer3.c:(.text+0x305): undefined reference to `sin'
  99. layer3.c:(.text+0x349): undefined reference to `cos'
  100. layer3.c:(.text+0x3bf): undefined reference to `sin'
  101. layer3.c:(.text+0x406): undefined reference to `cos'
  102. layer3.c:(.text+0x4a1): undefined reference to `cos'
  103. layer3.c:(.text+0x505): undefined reference to `cos'
  104. layer3.c:(.text+0x55a): undefined reference to `sin'
  105. layer3.c:(.text+0x5a1): undefined reference to `cos'
  106. layer3.c:(.text+0x62f): undefined reference to `sin'
  107. layer3.c:(.text+0x676): undefined reference to `cos'
  108. layer3.c:(.text+0x6dd): undefined reference to `cos'
  109. layer3.c:(.text+0x73f): undefined reference to `cos'
  110. layer3.c:(.text+0x7b5): undefined reference to `cos'
  111. layer3.c:(.text+0x838): undefined reference to `sin'
  112. layer3.c:(.text+0x87c): undefined reference to `cos'
  113. layer3.c:(.text+0x8eb): undefined reference to `cos'
  114. layer3.c:(.text+0xa9b): undefined reference to `tan'
  115. layer3.c:(.text+0xbe8): undefined reference to `pow'
  116. layer3.c:(.text+0xc51): undefined reference to `pow'
  117. layer3.c:(.text+0xc7e): undefined reference to `pow'
  118. /root/ffmpeg_build/lib/libmp3lame.a(tabinit.o): In function `make_decode_tables':
  119. tabinit.c:(.text+0xac): undefined reference to `cos'
  120. /root/ffmpeg_build/lib/libmp3lame.a(VbrTag.o): In function `Xing_seek_table':
  121. VbrTag.c:(.text+0x18c): undefined reference to `floor'
  122. /root/ffmpeg_build/lib/libmp3lame.a(gain_analysis.o): In function `AnalyzeSamples':
  123. gain_analysis.c:(.text+0xe5f): undefined reference to `log10'
  124. /root/ffmpeg_build/lib/libmp3lame.a(gain_analysis.o): In function `analyzeResult':
  125. gain_analysis.c:(.text+0x1288): undefined reference to `ceil'
  126. /root/ffmpeg_build/lib/libmp3lame.a(lame.o): In function `filter_coef':
  127. lame.c:(.text+0xce): undefined reference to `cos'
  128. /root/ffmpeg_build/lib/libmp3lame.a(lame.o): In function `lame_init_params':
  129. lame.c:(.text+0x2f6d): undefined reference to `pow'
  130. lame.c:(.text+0x31e0): undefined reference to `powf'
  131. /root/ffmpeg_build/lib/libmp3lame.a(lame.o): In function `lame_print_internals':
  132. lame.c:(.text+0x446d): undefined reference to `log10'
  133. lame.c:(.text+0x4499): undefined reference to `log10'
  134. lame.c:(.text+0x44c5): undefined reference to `log10'
  135. lame.c:(.text+0x44f1): undefined reference to `log10'
  136. /root/ffmpeg_build/lib/libmp3lame.a(lame.o): In function `save_gain_values':
  137. lame.c:(.text+0x46d6): undefined reference to `floor'
  138. lame.c:(.text+0x471d): undefined reference to `log10'
  139. lame.c:(.text+0x473a): undefined reference to `ceil'
  140. lame.c:(.text+0x477c): undefined reference to `floor'
  141. /root/ffmpeg_build/lib/libmp3lame.a(presets.o): In function `apply_vbr_preset':
  142. presets.c:(.text+0x982): undefined reference to `log10'
  143. /root/ffmpeg_build/lib/libmp3lame.a(psymodel.o): In function `NS_INTERP':
  144. psymodel.c:(.text+0x9c3): undefined reference to `powf'
  145. /root/ffmpeg_build/lib/libmp3lame.a(psymodel.o): In function `s3_func':
  146. psymodel.c:(.text+0x52b1): undefined reference to `sqrt'
  147. psymodel.c:(.text+0x5312): undefined reference to `exp'
  148. /root/ffmpeg_build/lib/libmp3lame.a(psymodel.o): In function `stereo_demask':
  149. psymodel.c:(.text+0x53c1): undefined reference to `cos'
  150. psymodel.c:(.text+0x5402): undefined reference to `pow'
  151. /root/ffmpeg_build/lib/libmp3lame.a(psymodel.o): In function `init_numline':
  152. psymodel.c:(.text+0x57d8): undefined reference to `floor'
  153. psymodel.c:(.text+0x581a): undefined reference to `floor'
  154. /root/ffmpeg_build/lib/libmp3lame.a(psymodel.o): In function `psymodel_init':
  155. psymodel.c:(.text+0x6412): undefined reference to `pow'
  156. psymodel.c:(.text+0x655f): undefined reference to `pow'
  157. psymodel.c:(.text+0x66fa): undefined reference to `pow'
  158. psymodel.c:(.text+0x68e2): undefined reference to `pow'
  159. psymodel.c:(.text+0x698b): undefined reference to `pow'
  160. psymodel.c:(.text+0x6ab4): undefined reference to `log'
  161. psymodel.c:(.text+0x6b0c): undefined reference to `log'
  162. psymodel.c:(.text+0x6bd6): undefined reference to `pow'
  163. psymodel.c:(.text+0x6cf0): undefined reference to `exp'
  164. psymodel.c:(.text+0x6e3b): undefined reference to `pow'
  165. psymodel.c:(.text+0x6f95): undefined reference to `pow'
  166. psymodel.c:(.text+0x735d): undefined reference to `powf'
  167. psymodel.c:(.text+0x742f): undefined reference to `powf'
  168. /root/ffmpeg_build/lib/libmp3lame.a(quantize_pvt.o): In function `ATHmdct':
  169. quantize_pvt.c:(.text+0xa9): undefined reference to `powf'
  170. /root/ffmpeg_build/lib/libmp3lame.a(quantize_pvt.o): In function `compute_ath':
  171. quantize_pvt.c:(.text+0x671): undefined reference to `log10'
  172. /root/ffmpeg_build/lib/libmp3lame.a(quantize_pvt.o): In function `iteration_init':
  173. quantize_pvt.c:(.text+0x71b): undefined reference to `pow'
  174. quantize_pvt.c:(.text+0x7c4): undefined reference to `pow'
  175. quantize_pvt.c:(.text+0x82f): undefined reference to `pow'
  176. quantize_pvt.c:(.text+0x889): undefined reference to `pow'
  177. quantize_pvt.c:(.text+0x910): undefined reference to `powf'
  178. quantize_pvt.c:(.text+0x98c): undefined reference to `powf'
  179. quantize_pvt.c:(.text+0xa00): undefined reference to `powf'
  180. quantize_pvt.c:(.text+0xa70): undefined reference to `powf'
  181. quantize_pvt.c:(.text+0xae0): undefined reference to `powf'
  182. /root/ffmpeg_build/lib/libmp3lame.a(quantize_pvt.o):quantize_pvt.c:(.text+0xb5c): more undefined references to `powf' follow
  183. /root/ffmpeg_build/lib/libmp3lame.a(fft.o): In function `init_fft':
  184. fft.c:(.text+0xf7b): undefined reference to `cos'
  185. fft.c:(.text+0xfca): undefined reference to `cos'
  186. fft.c:(.text+0x1042): undefined reference to `cos'
  187. /root/ffmpeg_build/lib/libmp3lame.a(quantize.o): In function `init_xrpow_core_c':
  188. quantize.c:(.text+0x17f): undefined reference to `sqrt'
  189. quantize.c:(.text+0x189): undefined reference to `sqrt'
  190. /root/ffmpeg_build/lib/libmp3lame.a(quantize.o): In function `amp_scalefac_bands':
  191. quantize.c:(.text+0x23a4): undefined reference to `pow'
  192. /root/ffmpeg_build/lib/libmp3lame.a(quantize.o): In function `VBR_old_prepare':
  193. quantize.c:(.text+0x3997): undefined reference to `exp'
  194. quantize.c:(.text+0x3a26): undefined reference to `exp'
  195. quantize.c:(.text+0x3a9e): undefined reference to `pow'
  196. /root/ffmpeg_build/lib/libmp3lame.a(quantize.o): In function `VBR_new_prepare':
  197. quantize.c:(.text+0x45e8): undefined reference to `pow'
  198. /root/ffmpeg_build/lib/libmp3lame.a(quantize.o): In function `ABR_iteration_loop':
  199. quantize.c:(.text+0x5378): undefined reference to `pow'
  200. /root/ffmpeg_build/lib/libmp3lame.a(quantize.o): In function `CBR_iteration_loop':
  201. quantize.c:(.text+0x571a): undefined reference to `pow'
  202. /root/ffmpeg_build/lib/libmp3lame.a(vbrquantize.o): In function `calc_scalefac':
  203. vbrquantize.c:(.text+0xaa7): undefined reference to `log10f'
  204. /root/ffmpeg_build/lib/libmp3lame.a(vbrquantize.o): In function `VBR_encode_frame':
  205. vbrquantize.c:(.text+0x3474): undefined reference to `sqrt'
  206. vbrquantize.c:(.text+0x3479): undefined reference to `sqrt'
  207. vbrquantize.c:(.text+0x37f9): undefined reference to `sqrt'
  208. vbrquantize.c:(.text+0x3a14): undefined reference to `sqrt'
  209. collect2: ld returned 1 exit status
  210. ERROR: libmp3lame >= 3.98.3 not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement