Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916044 Details for
Bug 945628
>=sys-devel/dwz-0.15-r3 llvm-readelf: error: unknown argument '-w'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log (amd64, 0.15-r4)
dwz-0.15-r4:20250106-230139.log (text/plain), 9.22 KB, created by
ernsteiswuerfel
on 2025-01-06 23:04:48 UTC
(
hide
)
Description:
build.log (amd64, 0.15-r4)
Filename:
MIME Type:
Creator:
ernsteiswuerfel
Created:
2025-01-06 23:04:48 UTC
Size:
9.22 KB
patch
obsolete
>[32m * [39;49;00mPackage: sys-devel/dwz-0.15-r4:0 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: toolchain@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_musl kernel_linux >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking dwz-0.15.tar.xz to /var/tmp/portage/sys-devel/dwz-0.15-r4/work >>>> Source unpacked in /var/tmp/portage/sys-devel/dwz-0.15-r4/work >>>> Preparing source in /var/tmp/portage/sys-devel/dwz-0.15-r4/work/dwz ... > [32m*[0m Applying dwz-0.15-gdb-15.patch ... >[A[108C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying dwz-0.15-readelf.patch ... >[A[108C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-devel/dwz-0.15-r4/work/dwz ... >./configure --prefix=/usr --build=x86_64-pc-linux-musl --host=x86_64-pc-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-devel/dwz-0.15-r4/work/dwz ... >make -j5 -l5 'CFLAGS=-Os -march=znver2 -pipe ' 'LIBS=-lelf -lobstack -lerror' srcdir=/var/tmp/portage/sys-devel/dwz-0.15-r4/work/dwz >echo "int main (void) { return 0; }" > native.c >clang -Os -march=znver2 -pipe -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 -Os -march=znver2 -pipe -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 -Os -march=znver2 -pipe -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 -Os -march=znver2 -pipe -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 -Os -march=znver2 -pipe -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 >[1mhashtab.c:69:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 69 | higher_prime_number (n)[0m > | [0;1;32m^ >[0m[1mhashtab.c:133:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 133 | hash_pointer (p)[0m > | [0;1;32m^ >[0m[1mhashtab.c:142:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 142 | eq_pointer (p1, p2)[0m > | [0;1;32m^ >[0m[1mhashtab.c:155:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 155 | htab_try_create (size, hash_f, eq_f, del_f)[0m > | [0;1;32m^ >[0m[1mhashtab.c:187:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 187 | htab_delete (htab)[0m > | [0;1;32m^ >[0m[1mhashtab.c:205:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 205 | htab_empty (htab)[0m > | [0;1;32m^ >[0m[1mhashtab.c:229:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 229 | find_empty_slot_for_expand (htab, hash)[0m > | [0;1;32m^ >[0m[1mhashtab.c:267:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 267 | htab_expand (htab)[0m > | [0;1;32m^ >[0m[1mhashtab.c:314:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 314 | htab_find_with_hash (htab, element, hash)[0m > | [0;1;32m^ >[0m[1mhashtab.c:353:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 353 | htab_find (htab, element)[0m > | [0;1;32m^ >[0m[1mhashtab.c:369:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 369 | htab_find_slot_with_hash (htab, element, hash, insert)[0m > | [0;1;32m^ >[0m[1mhashtab.c:438:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 438 | htab_find_slot (htab, element, insert)[0m > | [0;1;32m^ >[0m[1mhashtab.c:452:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 452 | htab_remove_elt (htab, element)[0m > | [0;1;32m^ >[0m[1mhashtab.c:474:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 474 | htab_clear_slot (htab, slot)[0m > | [0;1;32m^ >[0m[1mhashtab.c:495:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 495 | htab_traverse (htab, callback, info)[0m > | [0;1;32m^ >[0m[1mhashtab.c:517:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 517 | htab_size (htab)[0m > | [0;1;32m^ >[0m[1mhashtab.c:526:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 526 | htab_elements (htab)[0m > | [0;1;32m^ >[0m[1mhashtab.c:536:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 536 | htab_collisions (htab)[0m > | [0;1;32m^ >[0m[1mhashtab.c:547:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 547 | htab_dump (htab, name, dumpfn)[0m > | [0;1;32m^ >[0m[1mhashtab.c:582:1: [0m[0;1;35mwarning: [0m[1ma function definition without a prototype is deprecated in all > versions of C and is not supported in C23 [-Wdeprecated-non-prototype][0m > 582 | htab_restore (htab, name, restorefn)[0m > | [0;1;32m^ >[0m20 warnings generated. >clang -o native.o native.c -c -g >llvm-readelf: [0;1;31merror: [0munknown argument '-w' >clang -Os -march=znver2 -pipe -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= >[1margs.c:665:54: [0m[0;1;31merror: [0m[1mexpected expression[0m > 665 | multifile_force_ptr_size = NATIVE_POINTER_SIZE;[0m > | [0;1;32m ^ >[0m1 error generated. >make: *** [Makefile:50: args.o] Error 1 >make: *** Waiting for unfinished jobs.... >[1mdwz.c:8970:16: [0m[0;1;35mwarning: [0m[1mvariable 'size' set but not used [-Wunused-but-set-variable][0m > 8970 | [0;34munsigned[0m [0;34mint[0m size = [0;32m0[0m;[0m > | [0;1;32m ^ >[0m1 warning generated. > [31;01m*[0m ERROR: sys-devel/dwz-0.15-r4::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=sys-devel/dwz-0.15-r4::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=sys-devel/dwz-0.15-r4::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/log/portage/build/sys-devel/dwz-0.15-r4:20250106-230139.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/dwz-0.15-r4/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sys-devel/dwz-0.15-r4/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/sys-devel/dwz-0.15-r4/work/dwz' > [31;01m*[0m S: '/var/tmp/portage/sys-devel/dwz-0.15-r4/work/dwz'
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 945628
:
912972
| 916044 |
916045