Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 879785 Details for
Bug 920262
media-libs/zita-resampler-1.10.1: failed (compile phase): error: inlining failed in call to 'always_inline' '__m128 _mm_setzero_ps()': target specific option mismatch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
zita-resampler-1.10.1:20231218-070447.log
zita-resampler-1.10.1:20231218-070447.log (text/plain), 19.34 KB, created by
Joonas Niilola
on 2023-12-18 13:45:12 UTC
(
hide
)
Description:
zita-resampler-1.10.1:20231218-070447.log
Filename:
MIME Type:
Creator:
Joonas Niilola
Created:
2023-12-18 13:45:12 UTC
Size:
19.34 KB
patch
obsolete
> * Package: media-libs/zita-resampler-1.10.1:0/1 > * Repository: gentoo > * Maintainer: alexander@tsoy.me proxy-maint@gentoo.org > * USE: abi_x86_32 cpu_flags_x86_sse2 elibc_glibc kernel_linux tools x86 > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking zita-resampler-1.10.1.tar.xz to /var/tmp/portage/media-libs/zita-resampler-1.10.1/work >>>> Source unpacked in /var/tmp/portage/media-libs/zita-resampler-1.10.1/work >>>> Preparing source in /var/tmp/portage/media-libs/zita-resampler-1.10.1/work/zita-resampler-1.10.1 ... > * Applying zita-resampler-1.10.1-makefile.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-libs/zita-resampler-1.10.1/work/zita-resampler-1.10.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-libs/zita-resampler-1.10.1/work/zita-resampler-1.10.1 ... >make -j32 -C source >make: Entering directory '/var/tmp/portage/media-libs/zita-resampler-1.10.1/work/zita-resampler-1.10.1/source' >i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe -frecord-gcc-switches -Wall -fPIC -ffast-math -DENABLE_SSE2 -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DZITA_RESAMPLER_MAJOR_VERSION=1 -DZITA_RESAMPLER_MINOR_VERSION=10.1 -c -o resampler.o resampler.cc >i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe -frecord-gcc-switches -Wall -fPIC -ffast-math -DENABLE_SSE2 -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DZITA_RESAMPLER_MAJOR_VERSION=1 -DZITA_RESAMPLER_MINOR_VERSION=10.1 -c -o vresampler.o vresampler.cc >i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe -frecord-gcc-switches -Wall -fPIC -ffast-math -DENABLE_SSE2 -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DZITA_RESAMPLER_MAJOR_VERSION=1 -DZITA_RESAMPLER_MINOR_VERSION=10.1 -c -o resampler-table.o resampler-table.cc >i686-pc-linux-gnu-g++ -march=i686 -O2 -pipe -frecord-gcc-switches -Wall -fPIC -ffast-math -DENABLE_SSE2 -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DZITA_RESAMPLER_MAJOR_VERSION=1 -DZITA_RESAMPLER_MINOR_VERSION=10.1 -c -o cresampler.o cresampler.cc >resampler-table.cc: In constructor 'Resampler_table::Resampler_table(double, unsigned int, unsigned int)': >resampler-table.cc:81:20: warning: ignoring return value of 'int posix_memalign(void**, size_t, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result]] > 81 | posix_memalign ((void **) &_ctab, 16, n * sizeof (float)); > | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >resampler.cc: In member function 'int Resampler::setup(unsigned int, unsigned int, unsigned int, unsigned int, double)': >resampler.cc:127:24: warning: ignoring return value of 'int posix_memalign(void**, size_t, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result]] > 127 | posix_memalign ((void **)(&_buff), 16, n * sizeof (float)); > | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >resampler.cc: In member function 'int Resampler::process()': >resampler.cc:245:23: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpsabi]] > 245 | S = _mm_setzero_ps (); > | ~~^~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/i686-pc-linux-gnu/13/include/emmintrin.h:31, > from /usr/lib/gcc/i686-pc-linux-gnu/13/include/pmmintrin.h:31, > from resampler.cc:29: >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:124:1: error: inlining failed in call to 'always_inline' '__m128 _mm_setzero_ps()': target specific option mismatch > 124 | _mm_setzero_ps (void) > | ^~~~~~~~~~~~~~ >resampler.cc:245:40: note: called from here > 245 | S = _mm_setzero_ps (); > | ~~~~~~~~~~~~~~~^~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:190:1: error: inlining failed in call to 'always_inline' '__m128 _mm_add_ps(__m128, __m128)': target specific option mismatch > 190 | _mm_add_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >resampler.cc:255:40: note: called from here > 255 | S = _mm_add_ps (S, _mm_mul_ps (C2, Q2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:202:1: error: inlining failed in call to 'always_inline' '__m128 _mm_mul_ps(__m128, __m128)': target specific option mismatch > 202 | _mm_mul_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >resampler.cc:255:40: note: called from here > 255 | S = _mm_add_ps (S, _mm_mul_ps (C2, Q2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:938:1: error: inlining failed in call to 'always_inline' '__m128 _mm_loadu_ps(const float*)': target specific option mismatch > 938 | _mm_loadu_ps (float const *__P) > | ^~~~~~~~~~~~ >resampler.cc:253:43: note: called from here > 253 | Q2 = _mm_loadu_ps (q2); > | ~~~~~~~~~~~~~^~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:945:1: error: inlining failed in call to 'always_inline' '__m128 _mm_loadr_ps(const float*)': target specific option mismatch > 945 | _mm_loadr_ps (float const *__P) > | ^~~~~~~~~~~~ >resampler.cc:252:43: note: called from here > 252 | C2 = _mm_loadr_ps (c2 + i); > | ~~~~~~~~~~~~~^~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:190:1: error: inlining failed in call to 'always_inline' '__m128 _mm_add_ps(__m128, __m128)': target specific option mismatch > 190 | _mm_add_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >resampler.cc:251:40: note: called from here > 251 | S = _mm_add_ps (S, _mm_mul_ps (C1, Q1)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:202:1: error: inlining failed in call to 'always_inline' '__m128 _mm_mul_ps(__m128, __m128)': target specific option mismatch > 202 | _mm_mul_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >resampler.cc:251:40: note: called from here > 251 | S = _mm_add_ps (S, _mm_mul_ps (C1, Q1)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:938:1: error: inlining failed in call to 'always_inline' '__m128 _mm_loadu_ps(const float*)': target specific option mismatch > 938 | _mm_loadu_ps (float const *__P) > | ^~~~~~~~~~~~ >resampler.cc:249:43: note: called from here > 249 | Q1 = _mm_loadu_ps (q1); > | ~~~~~~~~~~~~~^~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:931:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load_ps(const float*)': target specific option mismatch > 931 | _mm_load_ps (float const *__P) > | ^~~~~~~~~~~ >resampler.cc:248:42: note: called from here > 248 | C1 = _mm_load_ps (c1 + i); > | ~~~~~~~~~~~~^~~~~~~~ >make: *** [<builtin>: resampler.o] Error 1 >make: *** Waiting for unfinished jobs.... >vresampler.cc: In member function 'int VResampler::setup(double, unsigned int, unsigned int, double)': >vresampler.cc:94:24: warning: ignoring return value of 'int posix_memalign(void**, size_t, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result]] > 94 | posix_memalign ((void **)(&_buff), 16, n * sizeof (float)); > | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >vresampler.cc:95:24: warning: ignoring return value of 'int posix_memalign(void**, size_t, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result]] > 95 | posix_memalign ((void **)(&_c1), 16, hl * sizeof (float)); > | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >vresampler.cc:96:24: warning: ignoring return value of 'int posix_memalign(void**, size_t, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result]] > 96 | posix_memalign ((void **)(&_c2), 16, hl * sizeof (float)); > | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >vresampler.cc: In member function 'int VResampler::process()': >vresampler.cc:251:20: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpsabi]] > 251 | C1 = _mm_load1_ps (&a); > | ~~~^~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/i686-pc-linux-gnu/13/include/emmintrin.h:31, > from /usr/lib/gcc/i686-pc-linux-gnu/13/include/pmmintrin.h:31, > from vresampler.cc:29: >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:918:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load1_ps(const float*)': target specific option mismatch > 918 | _mm_load1_ps (float const *__P) > | ^~~~~~~~~~~~ >vresampler.cc:252:35: note: called from here > 252 | C2 = _mm_load1_ps (&b); > | ~~~~~~~~~~~~~^~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:918:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load1_ps(const float*)': target specific option mismatch > 918 | _mm_load1_ps (float const *__P) > | ^~~~~~~~~~~~ >vresampler.cc:251:35: note: called from here > 251 | C1 = _mm_load1_ps (&a); > | ~~~~~~~~~~~~~^~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:980:1: error: inlining failed in call to 'always_inline' 'void _mm_store_ps(float*, __m128)': target specific option mismatch > 980 | _mm_store_ps (float *__P, __m128 __A) > | ^~~~~~~~~~~~ >vresampler.cc:262:34: note: called from here > 262 | _mm_store_ps (_c2 + i, S); > | ~~~~~~~~~~~~~^~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:190:1: error: inlining failed in call to 'always_inline' '__m128 _mm_add_ps(__m128, __m128)': target specific option mismatch > 190 | _mm_add_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:261:36: note: called from here > 261 | S = _mm_add_ps (_mm_mul_ps (Q1, C1), _mm_mul_ps (Q2, C2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:202:1: error: inlining failed in call to 'always_inline' '__m128 _mm_mul_ps(__m128, __m128)': target specific option mismatch > 202 | _mm_mul_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:261:36: note: called from here > 261 | S = _mm_add_ps (_mm_mul_ps (Q1, C1), _mm_mul_ps (Q2, C2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:202:1: error: inlining failed in call to 'always_inline' '__m128 _mm_mul_ps(__m128, __m128)': target specific option mismatch > 202 | _mm_mul_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:261:36: note: called from here > 261 | S = _mm_add_ps (_mm_mul_ps (Q1, C1), _mm_mul_ps (Q2, C2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:931:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load_ps(const float*)': target specific option mismatch > 931 | _mm_load_ps (float const *__P) > | ^~~~~~~~~~~ >vresampler.cc:260:38: note: called from here > 260 | Q2 = _mm_load_ps (q2 + i - hl); > | ~~~~~~~~~~~~^~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:931:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load_ps(const float*)': target specific option mismatch > 931 | _mm_load_ps (float const *__P) > | ^~~~~~~~~~~ >vresampler.cc:259:38: note: called from here > 259 | Q1 = _mm_load_ps (q2 + i); > | ~~~~~~~~~~~~^~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:980:1: error: inlining failed in call to 'always_inline' 'void _mm_store_ps(float*, __m128)': target specific option mismatch > 980 | _mm_store_ps (float *__P, __m128 __A) > | ^~~~~~~~~~~~ >vresampler.cc:258:34: note: called from here > 258 | _mm_store_ps (_c1 + i, S); > | ~~~~~~~~~~~~~^~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:190:1: error: inlining failed in call to 'always_inline' '__m128 _mm_add_ps(__m128, __m128)': target specific option mismatch > 190 | _mm_add_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:257:36: note: called from here > 257 | S = _mm_add_ps (_mm_mul_ps (Q1, C1), _mm_mul_ps (Q2, C2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:202:1: error: inlining failed in call to 'always_inline' '__m128 _mm_mul_ps(__m128, __m128)': target specific option mismatch > 202 | _mm_mul_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:257:36: note: called from here > 257 | S = _mm_add_ps (_mm_mul_ps (Q1, C1), _mm_mul_ps (Q2, C2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:202:1: error: inlining failed in call to 'always_inline' '__m128 _mm_mul_ps(__m128, __m128)': target specific option mismatch > 202 | _mm_mul_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:257:36: note: called from here > 257 | S = _mm_add_ps (_mm_mul_ps (Q1, C1), _mm_mul_ps (Q2, C2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:931:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load_ps(const float*)': target specific option mismatch > 931 | _mm_load_ps (float const *__P) > | ^~~~~~~~~~~ >vresampler.cc:256:38: note: called from here > 256 | Q2 = _mm_load_ps (q1 + i + hl); > | ~~~~~~~~~~~~^~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:931:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load_ps(const float*)': target specific option mismatch > 931 | _mm_load_ps (float const *__P) > | ^~~~~~~~~~~ >vresampler.cc:255:38: note: called from here > 255 | Q1 = _mm_load_ps (q1 + i); > | ~~~~~~~~~~~~^~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:124:1: error: inlining failed in call to 'always_inline' '__m128 _mm_setzero_ps()': target specific option mismatch > 124 | _mm_setzero_ps (void) > | ^~~~~~~~~~~~~~ >vresampler.cc:268:40: note: called from here > 268 | S = _mm_setzero_ps (); > | ~~~~~~~~~~~~~~~^~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:190:1: error: inlining failed in call to 'always_inline' '__m128 _mm_add_ps(__m128, __m128)': target specific option mismatch > 190 | _mm_add_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:278:40: note: called from here > 278 | S = _mm_add_ps (S, _mm_mul_ps (C2, Q2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:202:1: error: inlining failed in call to 'always_inline' '__m128 _mm_mul_ps(__m128, __m128)': target specific option mismatch > 202 | _mm_mul_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:278:40: note: called from here > 278 | S = _mm_add_ps (S, _mm_mul_ps (C2, Q2)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:938:1: error: inlining failed in call to 'always_inline' '__m128 _mm_loadu_ps(const float*)': target specific option mismatch > 938 | _mm_loadu_ps (float const *__P) > | ^~~~~~~~~~~~ >vresampler.cc:276:43: note: called from here > 276 | Q2 = _mm_loadu_ps (q2); > | ~~~~~~~~~~~~~^~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:945:1: error: inlining failed in call to 'always_inline' '__m128 _mm_loadr_ps(const float*)': target specific option mismatch > 945 | _mm_loadr_ps (float const *__P) > | ^~~~~~~~~~~~ >vresampler.cc:275:43: note: called from here > 275 | C2 = _mm_loadr_ps (_c2 + i); > | ~~~~~~~~~~~~~^~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:190:1: error: inlining failed in call to 'always_inline' '__m128 _mm_add_ps(__m128, __m128)': target specific option mismatch > 190 | _mm_add_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:274:40: note: called from here > 274 | S = _mm_add_ps (S, _mm_mul_ps (C1, Q1)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:202:1: error: inlining failed in call to 'always_inline' '__m128 _mm_mul_ps(__m128, __m128)': target specific option mismatch > 202 | _mm_mul_ps (__m128 __A, __m128 __B) > | ^~~~~~~~~~ >vresampler.cc:274:40: note: called from here > 274 | S = _mm_add_ps (S, _mm_mul_ps (C1, Q1)); > | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:938:1: error: inlining failed in call to 'always_inline' '__m128 _mm_loadu_ps(const float*)': target specific option mismatch > 938 | _mm_loadu_ps (float const *__P) > | ^~~~~~~~~~~~ >vresampler.cc:272:43: note: called from here > 272 | Q1 = _mm_loadu_ps (q1); > | ~~~~~~~~~~~~~^~~~ >/usr/lib/gcc/i686-pc-linux-gnu/13/include/xmmintrin.h:931:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load_ps(const float*)': target specific option mismatch > 931 | _mm_load_ps (float const *__P) > | ^~~~~~~~~~~ >vresampler.cc:271:42: note: called from here > 271 | C1 = _mm_load_ps (_c1 + i); > | ~~~~~~~~~~~~^~~~~~~~~ >make: *** [<builtin>: vresampler.o] Error 1 >make: Leaving directory '/var/tmp/portage/media-libs/zita-resampler-1.10.1/work/zita-resampler-1.10.1/source' > * ERROR: media-libs/zita-resampler-1.10.1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-libs/zita-resampler-1.10.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-libs/zita-resampler-1.10.1::gentoo'`. > * The complete build log is located at '/var/tmp/portage/vbslogs/build/media-libs/zita-resampler-1.10.1:20231218-070447.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-libs/zita-resampler-1.10.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-libs/zita-resampler-1.10.1/temp/environment'. > * Working directory: '/var/tmp/portage/media-libs/zita-resampler-1.10.1/work/zita-resampler-1.10.1' > * S: '/var/tmp/portage/media-libs/zita-resampler-1.10.1/work/zita-resampler-1.10.1' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 920262
: 879785