Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 787781 Details for
Bug 854408
sci-libs/caffe2-1.11.0 fails to compile: ModuleNotFoundError: No module named yaml
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1-CMakeError.log
1-CMakeError.log (text/plain), 18.43 KB, created by
Agostino Sarubbo
on 2022-06-26 16:41:59 UTC
(
hide
)
Description:
1-CMakeError.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2022-06-26 16:41:59 UTC
Size:
18.43 KB
patch
obsolete
>Performing C++ SOURCE FILE Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_13368 && [1/2] Building CXX object CMakeFiles/cmTC_13368.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_13368.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DCAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -std=c++14 -std=gnu++14 -o CMakeFiles/cmTC_13368.dir/src.cxx.o -c /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.cxx:1:10: fatal error: glog/stl_logging.h: No such file or directory > 1 | #include <glog/stl_logging.h> > | ^~~~~~~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >Source file was: >#include <glog/stl_logging.h> > int main(int argc, char** argv) { > return 0; > } >Performing C SOURCE FILE Test C_HAS_AVX_1 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_efd05 && [1/2] Building C object CMakeFiles/cmTC_efd05.dir/src.c.o >FAILED: CMakeFiles/cmTC_efd05.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DC_HAS_AVX_1 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -std=gnu11 -o CMakeFiles/cmTC_efd05.dir/src.c.o -c /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:7:7: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi] > 7 | a = _mm256_set1_ps(0); > | ~~^~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:43, > from /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:2: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avxintrin.h:1318:1: error: inlining failed in call to âalways_inlineâ â_mm256_set1_psâ: target specific option mismatch > 1318 | _mm256_set1_ps (float __A) > | ^~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:7:9: note: called from here > 7 | a = _mm256_set1_ps(0); > | ^~~~~~~~~~~~~~~~~ >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <immintrin.h> > > int main() > { > __m256 a; > a = _mm256_set1_ps(0); > return 0; > } > >Performing C SOURCE FILE Test C_HAS_AVX2_1 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_982de && [1/2] Building C object CMakeFiles/cmTC_982de.dir/src.c.o >FAILED: CMakeFiles/cmTC_982de.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DC_HAS_AVX2_1 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -std=gnu11 -o CMakeFiles/cmTC_982de.dir/src.c.o -c /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:7:7: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi] > 7 | a = _mm256_abs_epi16(a); > | ~~^~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:43, > from /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:2: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avxintrin.h:558:1: error: inlining failed in call to âalways_inlineâ â_mm256_extract_epi64â: target specific option mismatch > 558 | _mm256_extract_epi64 (__m256i __X, const int __N) > | ^~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:9:5: note: called from here > 9 | _mm256_extract_epi64(x, 0); // we rely on this in our AVX2 code > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:47: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avx2intrin.h:63:1: error: inlining failed in call to âalways_inlineâ â_mm256_abs_epi16â: target specific option mismatch > 63 | _mm256_abs_epi16 (__m256i __A) > | ^~~~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:7:9: note: called from here > 7 | a = _mm256_abs_epi16(a); > | ^~~~~~~~~~~~~~~~~~~ >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <immintrin.h> > > int main() > { > __m256i a = {0}; > a = _mm256_abs_epi16(a); > __m256i x; > _mm256_extract_epi64(x, 0); // we rely on this in our AVX2 code > return 0; > } > >Performing C SOURCE FILE Test C_HAS_AVX512_1 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_5f31a && [1/2] Building C object CMakeFiles/cmTC_5f31a.dir/src.c.o >FAILED: CMakeFiles/cmTC_5f31a.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DC_HAS_AVX512_1 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -std=gnu11 -o CMakeFiles/cmTC_5f31a.dir/src.c.o -c /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:6:13: warning: AVX512F vector return without AVX512F enabled changes the ABI [-Wpsabi] > 6 | __m512i a = _mm512_set_epi8(0, 0, 0, 0, 0, 0, 0, 0, > | ^ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:59, > from /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:2: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avx512bwintrin.h:3088:1: error: inlining failed in call to âalways_inlineâ â_mm512_cmp_epi8_maskâ: target specific option mismatch > 3088 | _mm512_cmp_epi8_mask (__m512i __X, __m512i __Y, const int __P) > | ^~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:15:31: note: called from here > 15 | __mmask64 equality_mask = _mm512_cmp_epi8_mask(a, b, _MM_CMPINT_EQ); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:49: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avx512fintrin.h:121:1: error: inlining failed in call to âalways_inlineâ â_mm512_set_epi8â: target specific option mismatch > 121 | _mm512_set_epi8 (char __q63, char __q62, char __q61, char __q60, > | ^~~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:6:17: note: called from here > 6 | __m512i a = _mm512_set_epi8(0, 0, 0, 0, 0, 0, 0, 0, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 7 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 8 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 9 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 10 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 11 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 12 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 13 | 0, 0, 0, 0, 0, 0, 0, 0); > | ~~~~~~~~~~~~~~~~~~~~~~~ >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <immintrin.h> > > int main() > { > __m512i a = _mm512_set_epi8(0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0); > __m512i b = a; > __mmask64 equality_mask = _mm512_cmp_epi8_mask(a, b, _MM_CMPINT_EQ); > return 0; > } > >Performing C SOURCE FILE Test CXX_HAS_AVX_1 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_648ef && [1/2] Building C object CMakeFiles/cmTC_648ef.dir/src.c.o >FAILED: CMakeFiles/cmTC_648ef.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DCXX_HAS_AVX_1 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -std=gnu11 -o CMakeFiles/cmTC_648ef.dir/src.c.o -c /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:7:7: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi] > 7 | a = _mm256_set1_ps(0); > | ~~^~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:43, > from /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:2: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avxintrin.h:1318:1: error: inlining failed in call to âalways_inlineâ â_mm256_set1_psâ: target specific option mismatch > 1318 | _mm256_set1_ps (float __A) > | ^~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:7:9: note: called from here > 7 | a = _mm256_set1_ps(0); > | ^~~~~~~~~~~~~~~~~ >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <immintrin.h> > > int main() > { > __m256 a; > a = _mm256_set1_ps(0); > return 0; > } > >Performing C SOURCE FILE Test CXX_HAS_AVX2_1 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_711d1 && [1/2] Building C object CMakeFiles/cmTC_711d1.dir/src.c.o >FAILED: CMakeFiles/cmTC_711d1.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DCXX_HAS_AVX2_1 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -std=gnu11 -o CMakeFiles/cmTC_711d1.dir/src.c.o -c /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:7:7: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi] > 7 | a = _mm256_abs_epi16(a); > | ~~^~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:43, > from /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:2: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avxintrin.h:558:1: error: inlining failed in call to âalways_inlineâ â_mm256_extract_epi64â: target specific option mismatch > 558 | _mm256_extract_epi64 (__m256i __X, const int __N) > | ^~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:9:5: note: called from here > 9 | _mm256_extract_epi64(x, 0); // we rely on this in our AVX2 code > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:47: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avx2intrin.h:63:1: error: inlining failed in call to âalways_inlineâ â_mm256_abs_epi16â: target specific option mismatch > 63 | _mm256_abs_epi16 (__m256i __A) > | ^~~~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:7:9: note: called from here > 7 | a = _mm256_abs_epi16(a); > | ^~~~~~~~~~~~~~~~~~~ >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <immintrin.h> > > int main() > { > __m256i a = {0}; > a = _mm256_abs_epi16(a); > __m256i x; > _mm256_extract_epi64(x, 0); // we rely on this in our AVX2 code > return 0; > } > >Performing C SOURCE FILE Test CXX_HAS_AVX512_1 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_c4e5a && [1/2] Building C object CMakeFiles/cmTC_c4e5a.dir/src.c.o >FAILED: CMakeFiles/cmTC_c4e5a.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DCXX_HAS_AVX512_1 -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -std=gnu11 -o CMakeFiles/cmTC_c4e5a.dir/src.c.o -c /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:6:13: warning: AVX512F vector return without AVX512F enabled changes the ABI [-Wpsabi] > 6 | __m512i a = _mm512_set_epi8(0, 0, 0, 0, 0, 0, 0, 0, > | ^ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:59, > from /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:2: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avx512bwintrin.h:3088:1: error: inlining failed in call to âalways_inlineâ â_mm512_cmp_epi8_maskâ: target specific option mismatch > 3088 | _mm512_cmp_epi8_mask (__m512i __X, __m512i __Y, const int __P) > | ^~~~~~~~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:15:31: note: called from here > 15 | __mmask64 equality_mask = _mm512_cmp_epi8_mask(a, b, _MM_CMPINT_EQ); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/immintrin.h:49: >/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/avx512fintrin.h:121:1: error: inlining failed in call to âalways_inlineâ â_mm512_set_epi8â: target specific option mismatch > 121 | _mm512_set_epi8 (char __q63, char __q62, char __q61, char __q60, > | ^~~~~~~~~~~~~~~ >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/src.c:6:17: note: called from here > 6 | __m512i a = _mm512_set_epi8(0, 0, 0, 0, 0, 0, 0, 0, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 7 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 8 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 9 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 10 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 11 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 12 | 0, 0, 0, 0, 0, 0, 0, 0, > | ~~~~~~~~~~~~~~~~~~~~~~~ > 13 | 0, 0, 0, 0, 0, 0, 0, 0); > | ~~~~~~~~~~~~~~~~~~~~~~~ >ninja: build stopped: subcommand failed. > > >Source file was: > > #include <immintrin.h> > > int main() > { > __m512i a = _mm512_set_epi8(0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0, > 0, 0, 0, 0, 0, 0, 0, 0); > __m512i b = a; > __mmask64 equality_mask = _mm512_cmp_epi8_mask(a, b, _MM_CMPINT_EQ); > return 0; > } > >Determining if the prototype magma_get_sgeqrf_nb exists for MAGMA_V2 failed with the following output: >Change Dir: /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_218a9 && [1/2] Building C object CMakeFiles/cmTC_218a9.dir/CheckPrototypeDefinition.c.o >FAILED: CMakeFiles/cmTC_218a9.dir/CheckPrototypeDefinition.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIE -std=gnu11 -o CMakeFiles/cmTC_218a9.dir/CheckPrototypeDefinition.c.o -c /var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c >/var/tmp/portage/sci-libs/caffe2-1.11.0/work/pytorch-1.11.0_build/CMakeFiles/CMakeTmp/CheckPrototypeDefinition.c:1:10: fatal error: magma.h: No such file or directory > 1 | #include <magma.h> > | ^~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > > >#include <magma.h> > > >static void cmakeRequireSymbol(int dummy, ...) { > (void) dummy; >} > >static void checkSymbol(void) { >#ifndef magma_get_sgeqrf_nb > cmakeRequireSymbol(0, &magma_get_sgeqrf_nb); >#endif >} > >magma_int_t magma_get_sgeqrf_nb( magma_int_t m, magma_int_t n ) { > return 0; >} > >#ifdef __CLASSIC_C__ >int main() { > int ac; > char*av[]; >#else >int main(int ac, char *av[]) { >#endif > checkSymbol(); > if (ac > 1000) { > return *av[0]; > } > return 0; >} > >
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 854408
:
787778
| 787781 |
787784