Tue, 07 May 2024 19:42:43 UTC | login

Information for build dwz-0.14-7.0.riscv64.fc37

ID217819
Package Namedwz
Version0.14
Release7.0.riscv64.fc37
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/dwz.git#44a0809463610e49a38bd1318df4af7a2761b351
SummaryDWARF optimization and duplicate removal tool
DescriptionThe dwz package contains a program that attempts to optimize DWARF debugging information contained in ELF shared libraries and ELF executables for size, by replacing DWARF information representation with equivalent smaller representation where possible and by reducing the amount of duplication using techniques from DWARF standard appendix E - creating DW_TAG_partial_unit compilation units (CUs) for duplicated information and using DW_TAG_imported_unit to import it into each CU that needs it.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 08 Nov 2022 07:59:30 UTC
CompletedTue, 08 Nov 2022 08:13:05 UTC
Taskbuild (f37, /rpms/dwz.git:44a0809463610e49a38bd1318df4af7a2761b351)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/dwz.git#44a0809463610e49a38bd1318df4af7a2761b351'}}
Tags
f37
f38
RPMs
src
dwz-0.14-7.0.riscv64.fc37.src.rpm (info) (download)
riscv64
dwz-0.14-7.0.riscv64.fc37.riscv64.rpm (info) (download)
dwz-debuginfo-0.14-7.0.riscv64.fc37.riscv64.rpm (info) (download)
dwz-debugsource-0.14-7.0.riscv64.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Nov 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 0.14-7.0.riscv64 - Ignore testsuite failures on riscv64 (no ULEB128 support) * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 01 2022 Mark Wielaard <mjw@fedoraproject.org> 0.14-6 - Add dwz-0.14-gdb-add-index.patch * Wed Jun 29 2022 Mark Wielaard <mjw@fedoraproject.org> 0.14-5 - Add dwz-0.14-binutils-readelf-alt.patch - BuildRequires elfutils (for tests) * Sun Jun 26 2022 Mark Wielaard <mjw@fedoraproject.org> 0.14-4 - Add dwz-0.14-binutils-Wn.patch * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Mar 09 2021 Jakub Jelinek <jakub@redhat.com> 0.14-1 - update to a new upstream release * Fri Jan 22 2021 Mark Wielaard <mjw@fedoraproject.org> 0.13-7 - Don't crash on DWARF5 .debug_line table with zero files (#1919243) * Thu Jan 21 2021 Jakub Jelinek <jakub@redhat.com> 0.13-6 - DW_FORM_implicit_const handling fixes (sw#27212, sw#27213) - temporarily build odr tests with -gdwarf-4 as they are incompatible with DWARF 5 * Mon Jan 18 2021 Jakub Jelinek <jakub@redhat.com> 0.13-5 - update to latest git snapshot - DWARF5 support