* Package: sci-mathematics/msieve-1.53-r1:0 * Repository: gentoo * USE: abi_x86_64 amd64 ecm elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking msieve-1.53.tar.gz to /var/tmp/portage/sci-mathematics/msieve-1.53-r1/work >>> Source unpacked in /var/tmp/portage/sci-mathematics/msieve-1.53-r1/work >>> Preparing source in /var/tmp/portage/sci-mathematics/msieve-1.53-r1/work/msieve-1.53 ... * Applying msieve-1.51-reduce-printf.patch ... [ ok ] * Applying msieve-1.53-fix-version.patch ... [ ok ] * Applying msieve-1.53-makefile.patch ... [ ok ] >>> Source prepared. * Modern C testing: this build is using a /etc/portage/bashrc hook (2023-11-30T22:24)! * Modern C testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info. >>> Configuring source in /var/tmp/portage/sci-mathematics/msieve-1.53-r1/work/msieve-1.53 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sci-mathematics/msieve-1.53-r1/work/msieve-1.53 ... make -j4 all make: svnversion: No such file or directory clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o aprcl/mpz_aprcl32.o aprcl/mpz_aprcl32.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/clique.o common/filter/clique.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/filter.o common/filter/filter.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/merge.o common/filter/merge.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/merge_post.o common/filter/merge_post.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/merge_pre.o common/filter/merge_pre.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/merge_util.o common/filter/merge_util.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/filter/singleton.o common/filter/singleton.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos.o common/lanczos/lanczos.c common/filter/singleton.c:41:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 41 | fread(filter->relation_array, (size_t)1, | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 42 | (size_t)filter->lp_file_size, fp); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:155:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 155 | fread(&tmp, sizeof(uint32), header_words, fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:160:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 160 | fread(&curr_ideal, sizeof(uint32), (size_t)1, fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:211:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 211 | fread(r, sizeof(uint32), header_words, fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:217:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 217 | fread(&curr_ideal, sizeof(uint32), (size_t)1, fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:296:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 296 | fread(&tmp, sizeof(uint32), header_words, in_fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:297:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 297 | fread(ideal_list, sizeof(uint32), | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 298 | (size_t)tmp.ideal_count, in_fp); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:318:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 318 | fread(&tmp, sizeof(uint32), header_words, in_fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:319:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 319 | fread(ideal_list, sizeof(uint32), | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 320 | (size_t)tmp.ideal_count, in_fp); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:369:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 369 | fread(&tmp, sizeof(uint32), header_words, in_fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/filter/singleton.c:370:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 370 | fread(ideal_list, sizeof(uint32), | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 371 | (size_t)tmp.ideal_count, in_fp); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_io.o common/lanczos/lanczos_io.c common/lanczos/lanczos.c:485:21: warning: unused parameter 'packed_matrix' [-Wunused-parameter] 485 | packed_matrix_t *packed_matrix, | ^ common/lanczos/lanczos.c:488:11: warning: unused parameter 'n' [-Wunused-parameter] 488 | uint32 n, uint32 max_n, uint32 dim_solved, uint32 iter, | ^ common/lanczos/lanczos.c:662:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 662 | fread(&read_n, sizeof(uint32), (size_t)1, dump_fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/lanczos/lanczos.c:643:21: warning: unused parameter 'packed_matrix' [-Wunused-parameter] 643 | packed_matrix_t *packed_matrix, | ^ common/lanczos/lanczos.c:646:11: warning: unused parameter 'n' [-Wunused-parameter] 646 | uint32 n, uint32 max_n, uint32 *dim_solved, | ^ clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_matmul0.o common/lanczos/lanczos_matmul0.c common/lanczos/lanczos_io.c:173:10: warning: unused parameter 'sparse_weight' [-Wunused-parameter] 173 | uint64 sparse_weight) { | ^ common/lanczos/lanczos_io.c:257:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 257 | fread(&num_cycles, sizeof(uint32), (size_t)1, cycle_fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/lanczos/lanczos_io.c:372:45: warning: unused parameter 'obj' [-Wunused-parameter] 372 | static void file_cache_get_next(msieve_obj *obj, FILE *fp, | ^ common/lanczos/lanczos_io.c:375:12: warning: unused parameter 'read_submatrix' [-Wunused-parameter] 375 | uint32 read_submatrix) { | ^ common/lanczos/lanczos_io.c:461:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 461 | fread(&max_nrows, sizeof(uint32), (size_t)1, matrix_fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/lanczos/lanczos_io.c:462:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 462 | fread(&dense_rows, sizeof(uint32), (size_t)1, matrix_fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/lanczos/lanczos_io.c:463:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 463 | fread(&max_ncols, sizeof(uint32), (size_t)1, matrix_fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/lanczos/lanczos_io.c:438:9: warning: variable 'mpi_resclass' set but not used [-Wunused-but-set-variable] 438 | uint32 mpi_resclass, mpi_nrows; | ^ common/lanczos/lanczos_io.c:438:23: warning: variable 'mpi_nrows' set but not used [-Wunused-but-set-variable] 438 | uint32 mpi_resclass, mpi_nrows; | ^ 9 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_matmul1.o common/lanczos/lanczos_matmul1.c common/lanczos/lanczos_matmul0.c:419:12: warning: unused variable 'j' [-Wunused-variable] 419 | uint32 i, j; | ^ common/lanczos/lanczos_matmul0.c:619:23: warning: unused parameter 'scratch' [-Wunused-parameter] 619 | uint64 *b, uint64 *scratch) { | ^ 11 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_matmul2.o common/lanczos/lanczos_matmul2.c common/lanczos/lanczos_matmul1.c:308:38: warning: unused parameter 'thread_num' [-Wunused-parameter] 308 | void mul_packed_core(void *data, int thread_num) | ^ common/lanczos/lanczos_matmul1.c:348:44: warning: unused parameter 'thread_num' [-Wunused-parameter] 348 | void mul_packed_small_core(void *data, int thread_num) | ^ common/lanczos/lanczos_matmul2.c:319:44: warning: unused parameter 'thread_num' [-Wunused-parameter] 319 | void mul_trans_packed_core(void *data, int thread_num) | ^ common/lanczos/lanczos_matmul2.c:358:50: warning: unused parameter 'thread_num' [-Wunused-parameter] 358 | void mul_trans_packed_small_core(void *data, int thread_num) | ^ 2 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_pre.o common/lanczos/lanczos_pre.c 2 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/lanczos_vv.o common/lanczos/lanczos_vv.c common/lanczos/lanczos_vv.c:201:9: warning: unused variable 'i' [-Wunused-variable] 201 | uint32 i; | ^ common/lanczos/lanczos_vv.c:210:46: warning: unused parameter 'thread_num' [-Wunused-parameter] 210 | static void outer_thread_run(void *data, int thread_num) | ^ common/lanczos/lanczos_vv.c:427:46: warning: unused parameter 'thread_num' [-Wunused-parameter] 427 | static void inner_thread_run(void *data, int thread_num) | ^ common/lanczos/lanczos_vv.c:441:12: warning: unused variable 'j' [-Wunused-variable] 441 | uint32 i, j; | ^ 2 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/lanczos/matmul_util.o common/lanczos/matmul_util.c 4 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/smallfact/gmp_ecm.o common/smallfact/gmp_ecm.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/smallfact/smallfact.o common/smallfact/smallfact.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/smallfact/squfof.o common/smallfact/squfof.c common/smallfact/smallfact.c:22:9: warning: variable 'factor_found' set but not used [-Wunused-but-set-variable] 22 | uint32 factor_found = 0; | ^ 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/smallfact/tinyqs.o common/smallfact/tinyqs.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/batch_factor.o common/batch_factor.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/cuda_xface.o common/cuda_xface.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/dickman.o common/dickman.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/driver.o common/driver.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/expr_eval.o common/expr_eval.c 5 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/hashtable.o common/hashtable.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/integrate.o common/integrate.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/minimize.o common/minimize.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/minimize_global.o common/minimize_global.c common/minimize.c:421:16: warning: comparison of integers of different signs: 'int32' (aka 'int') and 'uint32' (aka 'unsigned int') [-Wsign-compare] 421 | for (i = 0; i < n; i++) | ~ ^ ~ common/minimize.c:424:16: warning: comparison of integers of different signs: 'int32' (aka 'int') and 'uint32' (aka 'unsigned int') [-Wsign-compare] 424 | for (i = 0; i < n - 1; i++) { | ~ ^ ~~~~~ common/minimize.c:431:21: warning: comparison of integers of different signs: 'int32' (aka 'int') and 'uint32' (aka 'unsigned int') [-Wsign-compare] 431 | for (j = i + 1; j < n; j++) { | ~ ^ ~ common/minimize.c:444:21: warning: comparison of integers of different signs: 'int32' (aka 'int') and 'uint32' (aka 'unsigned int') [-Wsign-compare] 444 | for (j = i + 1; j < n; j++) { | ~ ^ ~ common/minimize.c:448:22: warning: comparison of integers of different signs: 'int32' (aka 'int') and 'uint32' (aka 'unsigned int') [-Wsign-compare] 448 | for (k = i + 1; k fp = gzopen(name_gz, open_string); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/savefile.c:157:10: warning: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] 157 | s->fp = gzopen(s->name, "a"); | ^ ~~~~~~~~~~~~~~~~~~~~ common/savefile.c:163:9: warning: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] 163 | s->fp = gzopen(s->name, open_string); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/savefile.c:182:49: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] 182 | s->is_a_FILE ? fclose((FILE *)s->fp) : gzclose(s->fp); | ^~~~~ | * /usr/include/zlib.h:1634:39: note: passing argument to parameter 'file' here 1634 | ZEXTERN int ZEXPORT gzclose(gzFile file); | ^ common/savefile.c:193:53: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] 193 | return (s->is_a_FILE ? feof((FILE *)s->fp) : gzeof(s->fp)); | ^~~~~ | * /usr/include/zlib.h:1598:34: note: passing argument to parameter 'file' here 1598 | ZEXTERN int ZEXPORT gzeof(gzFile file); | ^ common/savefile.c:251:9: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] 251 | gzgets(s->fp, buf, (int)max_len); | ^~~~~ | * /usr/include/zlib.h:1494:38: note: passing argument to parameter 'file' here 1494 | ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len); | ^ common/savefile.c:279:10: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] 279 | gzputs(s->fp, s->buf); | ^~~~~ | * /usr/include/zlib.h:1486:35: note: passing argument to parameter 'file' here 1486 | ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s); | ^ common/savefile.c:298:50: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] 298 | s->is_a_FILE ? rewind((FILE *)s->fp) : gzrewind(s->fp); | ^~~~~ | * /usr/include/zlib.h:1570:40: note: passing argument to parameter 'file' here 1570 | ZEXTERN int ZEXPORT gzrewind(gzFile file); | ^ 2 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/thread.o common/thread.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o common/util.o common/util.c 8 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o mpqs/gf2.qo mpqs/gf2.c common/util.c:120:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 120 | nice(100); | ^~~~ ~~~ common/util.c:456:17: warning: variable 'model' set but not used [-Wunused-but-set-variable] 456 | uint8 family, model; | ^ 2 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o mpqs/mpqs.qo mpqs/mpqs.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o mpqs/poly.qo mpqs/poly.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o mpqs/relation.qo mpqs/relation.c mpqs/relation.c:804:21: warning: variable 'curr_poly_idx' set but not used [-Wunused-but-set-variable] 804 | uint32 curr_a_idx, curr_poly_idx, curr_rel; | ^ mpqs/relation.c:807:9: warning: variable 'poly_saved' set but not used [-Wunused-but-set-variable] 807 | uint32 poly_saved; | ^ clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o mpqs/sieve.qo mpqs/sieve.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -c -o mpqs/sqrt.qo mpqs/sqrt.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DBLOCK_KB=32 -DHAS_SSE2 \ -DROUTINE_NAME=qs_core_sieve_generic_32k \ -c -o mpqs/sieve_core_generic_32k.qo mpqs/sieve_core.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -DBLOCK_KB=64 -DHAS_SSE2 \ -DROUTINE_NAME=qs_core_sieve_generic_64k \ -c -o mpqs/sieve_core_generic_64k.qo mpqs/sieve_core.c 2 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/poly.no gnfs/poly/poly.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/poly_param.no gnfs/poly/poly_param.c In file included from gnfs/poly/poly.c:15: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ gnfs/poly/poly.c:35:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 35 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/poly/poly.c:60:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 60 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/poly/poly.c:64:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 64 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/poly/poly.c:28:8: warning: variable 'status' set but not used [-Wunused-but-set-variable] 28 | int32 status = 0; | ^ 5 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/poly_skew.no gnfs/poly/poly_skew.c In file included from gnfs/poly/poly_param.c:15: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/polyutil.no gnfs/poly/polyutil.c 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/root_score.no gnfs/poly/root_score.c In file included from gnfs/poly/poly_skew.c:15: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ gnfs/poly/poly_skew.c:85:37: warning: unused parameter 'deg' [-Wunused-parameter] 85 | static void sizeopt_callback(uint32 deg, mpz_t *alg_coeffs, mpz_t *rat_coeffs, | ^ In file included from gnfs/poly/polyutil.c:15: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ 2 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/size_score.no gnfs/poly/size_score.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage1/stage1.no gnfs/poly/stage1/stage1.c In file included from gnfs/poly/root_score.c:15: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage1/stage1_roots.no gnfs/poly/stage1/stage1_roots.c In file included from gnfs/poly/stage1/stage1.c:15: In file included from gnfs/poly/stage1/stage1.h:23: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from gnfs/poly/size_score.c:15: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/optimize.no gnfs/poly/stage2/optimize.c In file included from gnfs/poly/stage1/stage1_roots.c:15: In file included from gnfs/poly/stage1/stage1.h:23: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/optimize_deg6.no gnfs/poly/stage2/optimize_deg6.c In file included from gnfs/poly/stage2/optimize.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from gnfs/poly/stage2/optimize_deg6.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ gnfs/poly/stage2/optimize_deg6.c:208:19: warning: comparison of integers of different signs: 'uint32' (aka 'unsigned int') and 'int32' (aka 'int') [-Wsign-compare] 208 | for (k = 0; k < pow; k++) | ~ ^ ~~~ gnfs/poly/stage2/optimize_deg6.c:212:19: warning: comparison of integers of different signs: 'uint32' (aka 'unsigned int') and 'int' [-Wsign-compare] 212 | for (k = 0; k < abs(pow); k++) | ~ ^ ~~~~~~~~ gnfs/poly/stage2/optimize_deg6.c:406:17: warning: comparison of integers of different signs: 'uint32' (aka 'unsigned int') and 'int32' (aka 'int') [-Wsign-compare] 406 | for (j = 2; j <= max_pow; j++) | ~ ^ ~~~~~~~ 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/root_sieve.no gnfs/poly/stage2/root_sieve.c 1 warning generated. In file included from gnfs/poly/stage2/root_sieve.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg45_x.no gnfs/poly/stage2/root_sieve_deg45_x.c 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg5_xy.no gnfs/poly/stage2/root_sieve_deg5_xy.c In file included from gnfs/poly/stage2/root_sieve_deg45_x.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ 4 warnings generated. 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg6_x.no gnfs/poly/stage2/root_sieve_deg6_x.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg6_xy.no gnfs/poly/stage2/root_sieve_deg6_xy.c In file included from gnfs/poly/stage2/root_sieve_deg5_xy.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from gnfs/poly/stage2/root_sieve_deg6_xy.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | rIn file included from egnfs/poly/stage2/root_sieve_deg6_x.ct:u15r: nIn file included from gnfs/poly/stage2/stage2.h(:(18p: rIn file included from egnfs/poly/poly_skew.hc: 18&: In file included from ~gnfs/poly/poly.h0:x190: 3include/dd.h0:078): 27=:= warning: 0x020bitwise0 )comparison ?always 1evaluates :to 0false; | [-Wtautological-bitwise-compare] ~~~~~~~~~~~~~~~~~^~~~~~~~~ 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/root_sieve_deg6_xyz.no gnfs/poly/stage2/root_sieve_deg6_xyz.c 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/root_sieve_line.no gnfs/poly/stage2/root_sieve_line.c 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/root_sieve_util.no gnfs/poly/stage2/root_sieve_util.c In file included from gnfs/poly/stage2/root_sieve_deg6_xyz.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from gnfs/poly/stage2/root_sieve_line.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from gnfs/poly/stage2/root_sieve_util.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage2/stage2.no gnfs/poly/stage2/stage2.c 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/filter/duplicate.no gnfs/filter/duplicate.c 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/filter/filter.no gnfs/filter/filter.c In file included from gnfs/poly/stage2/stage2.c:15: In file included from gnfs/poly/stage2/stage2.h:18: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ gnfs/filter/duplicate.c:113:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 113 | fread(&next_bad_relation, (size_t)1, | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114 | sizeof(uint32), bad_relation_fp); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/filter/duplicate.c:138:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 138 | fread(&next_bad_relation, (size_t)1, | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | sizeof(uint32), bad_relation_fp); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/filter/singleton.no gnfs/filter/singleton.c 1 warning generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/sieve/sieve_line.no gnfs/sieve/sieve_line.c 2 warnings generated. gnfs/filter/singleton.c:73:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 73 | fread(&next_relation, (size_t)1, | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | sizeof(uint32), relation_fp); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/filter/singleton.c:92:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 92 | fread(&next_relation, sizeof(uint32), | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93 | (size_t)1, relation_fp); | ~~~~~~~~~~~~~~~~~~~~~~ gnfs/filter/singleton.c:103:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 103 | fread(&next_relation, sizeof(uint32), | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104 | (size_t)1, relation_fp); | ~~~~~~~~~~~~~~~~~~~~~~ clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/sieve/sieve_util.no gnfs/sieve/sieve_util.c 3 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/sqrt/sqrt.no gnfs/sqrt/sqrt.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/sqrt/sqrt_a.no gnfs/sqrt/sqrt_a.c gnfs/sieve/sieve_util.c:143:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 143 | fgets(buf, (int)sizeof(buf), linefile); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/sieve/sieve_util.c:148:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 148 | fgets(buf, (int)sizeof(buf), linefile); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/fb.no gnfs/fb.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/ffpoly.no gnfs/ffpoly.c gnfs/fb.c:182:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 182 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/fb.c:193:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 193 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/fb.c:224:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 224 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/fb.c:247:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 247 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/fb.c:249:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 249 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/fb.c:274:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 274 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ gnfs/fb.c:300:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 300 | fgets(buf, (int)sizeof(buf), fp); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/gf2.no gnfs/gf2.c 7 warnings generated. clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/gnfs.no gnfs/gnfs.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/relation.no gnfs/relation.c clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM -Ignfs -c -o gnfs/poly/stage1/stage1_sieve_cpu.no gnfs/poly/stage1/stage1_sieve_cpu.c In file included from gnfs/poly/stage1/stage1_sieve_cpu.c:15: In file included from gnfs/poly/stage1/stage1.h:23: In file included from gnfs/poly/poly_skew.h:18: In file included from gnfs/poly/poly.h:19: include/dd.h:78:27: warning: bitwise comparison always evaluates to false [-Wtautological-bitwise-compare] 78 | return ((prec & ~0x0300) == 0x0200) ? 1 : 0; | ~~~~~~~~~~~~~~~~~^~~~~~~~~ gnfs/poly/stage1/stage1_sieve_cpu.c:217:9: warning: variable 'num_blocks' set but not used [-Wunused-but-set-variable] 217 | uint32 num_blocks = 0; | ^ gnfs/poly/stage1/stage1_sieve_cpu.c:703:6: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 702 | int64 sieve_size = MIN(sieve_bound * pow((double)p_min, 4.), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 703 | SIEVE_MAX); | ^~~~~~~~~~ gnfs/poly/stage1/stage1_sieve_cpu.c:193:19: note: expanded from macro 'SIEVE_MAX' 193 | #define SIEVE_MAX 9223372036854775807ULL | ^~~~~~~~~~~~~~~~~~~~~~ include/util.h:119:26: note: expanded from macro 'MIN' 119 | #define MIN(a,b) ((a) < (b)? (a) : (b)) | ~ ^ 3 warnings generated. rm -f libmsieve.a x86_64-pc-linux-gnu-ar r libmsieve.a aprcl/mpz_aprcl32.o common/filter/clique.o common/filter/filter.o common/filter/merge.o common/filter/merge_post.o common/filter/merge_pre.o common/filter/merge_util.o common/filter/singleton.o common/lanczos/lanczos.o common/lanczos/lanczos_io.o common/lanczos/lanczos_matmul0.o common/lanczos/lanczos_matmul1.o common/lanczos/lanczos_matmul2.o common/lanczos/lanczos_pre.o common/lanczos/lanczos_vv.o common/lanczos/matmul_util.o common/smallfact/gmp_ecm.o common/smallfact/smallfact.o common/smallfact/squfof.o common/smallfact/tinyqs.o common/batch_factor.o common/cuda_xface.o common/dickman.o common/driver.o common/expr_eval.o common/hashtable.o common/integrate.o common/minimize.o common/minimize_global.o common/mp.o common/polyroot.o common/prime_delta.o common/prime_sieve.o common/savefile.o common/strtoll.o common/thread.o common/util.o mpqs/gf2.qo mpqs/mpqs.qo mpqs/poly.qo mpqs/relation.qo mpqs/sieve.qo mpqs/sqrt.qo mpqs/sieve_core_generic_32k.qo mpqs/sieve_core_generic_64k.qo gnfs/poly/poly.no gnfs/poly/poly_param.no gnfs/poly/poly_skew.no gnfs/poly/polyutil.no gnfs/poly/root_score.no gnfs/poly/size_score.no gnfs/poly/stage1/stage1.no gnfs/poly/stage1/stage1_roots.no gnfs/poly/stage2/optimize.no gnfs/poly/stage2/optimize_deg6.no gnfs/poly/stage2/root_sieve.no gnfs/poly/stage2/root_sieve_deg45_x.no gnfs/poly/stage2/root_sieve_deg5_xy.no gnfs/poly/stage2/root_sieve_deg6_x.no gnfs/poly/stage2/root_sieve_deg6_xy.no gnfs/poly/stage2/root_sieve_deg6_xyz.no gnfs/poly/stage2/root_sieve_line.no gnfs/poly/stage2/root_sieve_util.no gnfs/poly/stage2/stage2.no gnfs/filter/duplicate.no gnfs/filter/filter.no gnfs/filter/singleton.no gnfs/sieve/sieve_line.no gnfs/sieve/sieve_util.no gnfs/sqrt/sqrt.no gnfs/sqrt/sqrt_a.no gnfs/fb.no gnfs/ffpoly.no gnfs/gf2.no gnfs/gnfs.no gnfs/relation.no gnfs/poly/stage1/stage1_sieve_cpu.no gnfs/poly/stage1/stage1_sieve_cpu.no x86_64-pc-linux-gnu-ar: creating libmsieve.a x86_64-pc-linux-gnu-ranlib libmsieve.a clang -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -Wall -W -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DMSIEVE_SVN_VERSION="\"unknown\"" -I. -Iaprcl -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1 -DHAVE_GMP_ECM demo.c -o msieve \ libmsieve.a -lecm -lgomp -ldl -lz -lgmp -lm -lpthread demo.c:54:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 54 | fread(&tmp_seed1, sizeof(uint32), (size_t)1, rand_device); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ demo.c:55:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 55 | fread(&tmp_seed2, sizeof(uint32), (size_t)1, rand_device); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ demo.c:577:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 577 | fgets(buf, (int)sizeof(buf), stdin); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ demo.c:597:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 597 | fgets(buf, (int)sizeof(buf), infile); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. /usr/bin/x86_64-pc-linux-gnu-ld.bfd: cannot find -lgomp: No such file or directory clang-17: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [Makefile:273: all] Error 1 * ERROR: sci-mathematics/msieve-1.53-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sci-mathematics/msieve-1.53-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=sci-mathematics/msieve-1.53-r1::gentoo'`. * The complete build log is located at '/var/log/portage/sci-mathematics:msieve-1.53-r1:20240106-182928.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-mathematics/msieve-1.53-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-mathematics/msieve-1.53-r1/temp/environment'. * Working directory: '/var/tmp/portage/sci-mathematics/msieve-1.53-r1/work/msieve-1.53' * S: '/var/tmp/portage/sci-mathematics/msieve-1.53-r1/work/msieve-1.53'