Advertisement
Guest User

build.log

a guest
Nov 8th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.87 KB | None | 0 0
  1. [779/16895] i686-pc-linux-gnu-clang++ -MMD -MF obj/media/shared_memory_support/vector_math.o.d -DMEDIA_SHMEM_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DUSE_PULSEAUDIO -DDLOPEN_PULSEAUDIO -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -I../.. -Igen -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -funwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -no-canonical-prefixes -momit-leaf-frame-pointer -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-user-defined-warnings -Wno-unused-lambda-capture -Wno-null-pointer-arithmetic -Wno-enum-compare-switch -fno-omit-frame-pointer -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -O2 -march=i686 -pipe -c ../../media/base/vector_math.cc -o obj/media/shared_memory_support/vector_math.o
  2. FAILED: obj/media/shared_memory_support/vector_math.o
  3. i686-pc-linux-gnu-clang++ -MMD -MF obj/media/shared_memory_support/vector_math.o.d -DMEDIA_SHMEM_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DUSE_PULSEAUDIO -DDLOPEN_PULSEAUDIO -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -I../.. -Igen -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -funwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -no-canonical-prefixes -momit-leaf-frame-pointer -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-user-defined-warnings -Wno-unused-lambda-capture -Wno-null-pointer-arithmetic -Wno-enum-compare-switch -fno-omit-frame-pointer -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -O2 -march=i686 -pipe -c ../../media/base/vector_math.cc -o obj/media/shared_memory_support/vector_math.o
  4. ../../media/base/vector_math.cc:98:20: error: always_inline function '_mm_set_ps1' requires target feature 'mmx', but would be inlined into function 'FMUL_SSE' that is compiled without support for 'mmx'
  5. __m128 m_scale = _mm_set_ps1(scale);
  6. ^
  7. ../../media/base/vector_math.cc:100:5: error: always_inline function '_mm_store_ps' requires target feature 'mmx', but would be inlined into function 'FMUL_SSE' that is compiled without support for 'mmx'
  8. _mm_store_ps(dest + i, _mm_mul_ps(_mm_load_ps(src + i), m_scale));
  9. ^
  10. ../../media/base/vector_math.cc:100:28: error: always_inline function '_mm_mul_ps' requires target feature 'mmx', but would be inlined into function 'FMUL_SSE' that is compiled without support for 'mmx'
  11. _mm_store_ps(dest + i, _mm_mul_ps(_mm_load_ps(src + i), m_scale));
  12. ^
  13. ../../media/base/vector_math.cc:100:39: error: always_inline function '_mm_load_ps' requires target feature 'mmx', but would be inlined into function 'FMUL_SSE' that is compiled without support for 'mmx'
  14. _mm_store_ps(dest + i, _mm_mul_ps(_mm_load_ps(src + i), m_scale));
  15. ^
  16. ../../media/base/vector_math.cc:110:20: error: always_inline function '_mm_set_ps1' requires target feature 'mmx', but would be inlined into function 'FMAC_SSE' that is compiled without support for 'mmx'
  17. __m128 m_scale = _mm_set_ps1(scale);
  18. ^
  19. ../../media/base/vector_math.cc:112:5: error: always_inline function '_mm_store_ps' requires target feature 'mmx', but would be inlined into function 'FMAC_SSE' that is compiled without support for 'mmx'
  20. _mm_store_ps(dest + i, _mm_add_ps(_mm_load_ps(dest + i),
  21. ^
  22. ../../media/base/vector_math.cc:112:28: error: always_inline function '_mm_add_ps' requires target feature 'mmx', but would be inlined into function 'FMAC_SSE' that is compiled without support for 'mmx'
  23. _mm_store_ps(dest + i, _mm_add_ps(_mm_load_ps(dest + i),
  24. ^
  25. ../../media/base/vector_math.cc:112:39: error: always_inline function '_mm_load_ps' requires target feature 'mmx', but would be inlined into function 'FMAC_SSE' that is compiled without support for 'mmx'
  26. _mm_store_ps(dest + i, _mm_add_ps(_mm_load_ps(dest + i),
  27. ^
  28. ../../media/base/vector_math.cc:113:18: error: always_inline function '_mm_mul_ps' requires target feature 'mmx', but would be inlined into function 'FMAC_SSE' that is compiled without support for 'mmx'
  29. _mm_mul_ps(_mm_load_ps(src + i), m_scale)));
  30. ^
  31. ../../media/base/vector_math.cc:113:29: error: always_inline function '_mm_load_ps' requires target feature 'mmx', but would be inlined into function 'FMAC_SSE' that is compiled without support for 'mmx'
  32. _mm_mul_ps(_mm_load_ps(src + i), m_scale)));
  33. ^
  34. ../../media/base/vector_math.cc:146:38: error: always_inline function '_mm_set_ps1' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  35. const __m128 smoothing_factor_x4 = _mm_set_ps1(smoothing_factor);
  36. ^
  37. ../../media/base/vector_math.cc:148:33: error: always_inline function '_mm_set_ps1' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  38. const __m128 weight_prev_x4 = _mm_set_ps1(weight_prev);
  39. ^
  40. ../../media/base/vector_math.cc:150:7: error: always_inline function '_mm_mul_ps' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  41. _mm_mul_ps(weight_prev_x4, weight_prev_x4);
  42. ^
  43. ../../media/base/vector_math.cc:152:7: error: always_inline function '_mm_mul_ps' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  44. _mm_mul_ps(weight_prev_squared_x4, weight_prev_squared_x4);
  45. ^
  46. ../../media/base/vector_math.cc:156:19: error: always_inline function '_mm_setzero_ps' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  47. __m128 max_x4 = _mm_setzero_ps();
  48. ^
  49. ../../media/base/vector_math.cc:157:20: error: always_inline function '_mm_setr_ps' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  50. __m128 ewma_x4 = _mm_setr_ps(0.0f, 0.0f, 0.0f, initial_value);
  51. ^
  52. ../../media/base/vector_math.cc:160:15: error: always_inline function '_mm_mul_ps' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  53. ewma_x4 = _mm_mul_ps(ewma_x4, weight_prev_4th_x4);
  54. ^
  55. ../../media/base/vector_math.cc:161:30: error: always_inline function '_mm_load_ps' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  56. const __m128 sample_x4 = _mm_load_ps(src + i);
  57. ^
  58. ../../media/base/vector_math.cc:162:38: error: always_inline function '_mm_mul_ps' requires target feature 'mmx', but would be inlined into function 'EWMAAndMaxPower_SSE' that is compiled without support for 'mmx'
  59. const __m128 sample_squared_x4 = _mm_mul_ps(sample_x4, sample_x4);
  60. ^
  61. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  62. 20 errors generated.
  63. ninja: build stopped: subcommand failed.
  64. * ERROR: www-client/chromium-70.0.3538.67::gentoo failed (compile phase):
  65. * ninja -v -j1 -l0 -C out/Release v8_context_snapshot_generator failed
  66. *
  67. * Call stack:
  68. * ebuild.sh, line 124: Called src_compile
  69. * environment, line 4987: Called eninja '-C' 'out/Release' 'v8_context_snapshot_generator'
  70. * environment, line 1764: Called die
  71. * The specific snippet of code:
  72. * "$@" || die "${nonfatal_args[@]}" "${*} failed"
  73. *
  74. * If you need support, post the output of `emerge --info '=www-client/chromium-70.0.3538.67::gentoo'`,
  75. * the complete build log and the output of `emerge -pqv '=www-client/chromium-70.0.3538.67::gentoo'`.
  76. *
  77. * MemTotal: 3093912 kB
  78. * SwapTotal: 5242876 kB
  79. *
  80. * The complete build log is located at '/var/tmp/portage/www-client/chromium-70.0.3538.67/temp/build.log'.
  81. * The ebuild environment file is located at '/var/tmp/portage/www-client/chromium-70.0.3538.67/temp/environment'.
  82. * Working directory: '/var/tmp/portage/www-client/chromium-70.0.3538.67/work/chromium-70.0.3538.67'
  83. * S: '/var/tmp/portage/www-client/chromium-70.0.3538.67/work/chromium-70.0.3538.67'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement