* Package: sys-devel/dwz-0.15-r3:0 * Repository: gentoo * Maintainer: toolchain@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking dwz-0.15.tar.xz to /var/tmp/portage/sys-devel/dwz-0.15-r3/work >>> Source unpacked in /var/tmp/portage/sys-devel/dwz-0.15-r3/work >>> Preparing source in /var/tmp/portage/sys-devel/dwz-0.15-r3/work/dwz ... * Applying dwz-0.15-gdb-15.patch ... [ ok ] * Applying dwz-0.15-readelf.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-devel/dwz-0.15-r3/work/dwz ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-devel/dwz-0.15-r3/work/dwz ... make -j38 'CFLAGS=-march=raptorlake -O2 -pipe -flto=thin -Werror=odr -Werror=strict-aliasing' LIBS=-lelf srcdir=/var/tmp/portage/sys-devel/dwz-0.15-r3/work/dwz echo "int main (void) { return 0; }" > native.c clang -march=raptorlake -O2 -pipe -flto=thin -Werror=odr -Werror=strict-aliasing -Wall -W -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DXXH_INLINE_ALL=1 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o dwz.o dwz.c clang -march=raptorlake -O2 -pipe -flto=thin -Werror=odr -Werror=strict-aliasing -Wall -W -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DXXH_INLINE_ALL=1 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o hashtab.o hashtab.c clang -march=raptorlake -O2 -pipe -flto=thin -Werror=odr -Werror=strict-aliasing -Wall -W -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DXXH_INLINE_ALL=1 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o pool.o pool.c clang -march=raptorlake -O2 -pipe -flto=thin -Werror=odr -Werror=strict-aliasing -Wall -W -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DXXH_INLINE_ALL=1 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o sha1.o sha1.c clang -march=raptorlake -O2 -pipe -flto=thin -Werror=odr -Werror=strict-aliasing -Wall -W -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DXXH_INLINE_ALL=1 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o dwarfnames.o dwarfnames.c clang -o native.o native.c -c -g hashtab.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 69 | higher_prime_number (n) | ^ hashtab.c:133:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | hash_pointer (p) | ^ hashtab.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 142 | eq_pointer (p1, p2) | ^ hashtab.c:155:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 155 | htab_try_create (size, hash_f, eq_f, del_f) | ^ hashtab.c:187:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 187 | htab_delete (htab) | ^ hashtab.c:205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 205 | htab_empty (htab) | ^ hashtab.c:229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 229 | find_empty_slot_for_expand (htab, hash) | ^ hashtab.c:267:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 267 | htab_expand (htab) | ^ hashtab.c:314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 314 | htab_find_with_hash (htab, element, hash) | ^ hashtab.c:353:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 353 | htab_find (htab, element) | ^ hashtab.c:369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 369 | htab_find_slot_with_hash (htab, element, hash, insert) | ^ hashtab.c:438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 438 | htab_find_slot (htab, element, insert) | ^ hashtab.c:452:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 452 | htab_remove_elt (htab, element) | ^ hashtab.c:474:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 474 | htab_clear_slot (htab, slot) | ^ hashtab.c:495:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 495 | htab_traverse (htab, callback, info) | ^ hashtab.c:517:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 517 | htab_size (htab) | ^ hashtab.c:526:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 526 | htab_elements (htab) | ^ hashtab.c:536:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 536 | htab_collisions (htab) | ^ hashtab.c:547:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 547 | htab_dump (htab, name, dumpfn) | ^ hashtab.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 582 | htab_restore (htab, name, restorefn) | ^ 20 warnings generated. llvm-readelf: error: unknown argument '-w' clang -march=raptorlake -O2 -pipe -flto=thin -Werror=odr -Werror=strict-aliasing -Wall -W -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DXXH_INLINE_ALL=1 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o args.o args.c -DNATIVE_ENDIAN_VAL=ELFDATA2LSB -DNATIVE_POINTER_SIZE= args.c:665:54: error: expected expression 665 | multifile_force_ptr_size = NATIVE_POINTER_SIZE; | ^ 1 error generated. make: *** [Makefile:50: args.o] Error 1 make: *** Waiting for unfinished jobs.... dwz.c:8970:16: warning: variable 'size' set but not used [-Wunused-but-set-variable] 8970 | unsigned int size = 0; | ^ dwz.c:15310:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 15310 | read (readfd, &buf, 1); | ^~~~ ~~~~~~~~~~~~~~~ dwz.c:15322:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 15322 | write (writefd, &buf, 1); | ^~~~~ ~~~~~~~~~~~~~~~~ 3 warnings generated. * ERROR: sys-devel/dwz-0.15-r3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-devel/dwz-0.15-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-devel/dwz-0.15-r3::gentoo'`. * The complete build log is located at '/var/tmp/portage/sys-devel/dwz-0.15-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-devel/dwz-0.15-r3/temp/environment'. * Working directory: '/var/tmp/portage/sys-devel/dwz-0.15-r3/work/dwz' * S: '/var/tmp/portage/sys-devel/dwz-0.15-r3/work/dwz'