Click here to visit the old openkoji buildsystem (Archived)

Information for build acpica-tools-20220331-8.fc41

ID5593
Package Nameacpica-tools
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version20220331
Release8.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/acpica-tools.git#332bf9f7bad356f5d4e89aafbc9f766e77a3c53b
SummaryACPICA tools for the development and debug of ACPI tables
DescriptionThe ACPI Component Architecture (ACPICA) project provides an OS-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). ACPICA code contains those portions of ACPI meant to be directly integrated into the host OS as a kernel-resident subsystem, and a small set of tools to assist in developing and debugging ACPI tables. This package contains only the user-space tools needed for ACPI table development, not the kernel implementation of ACPI. The following commands are installed: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. -- acpibin: performs basic operations on binary AML files (e.g., comparison, data extraction) -- acpidump: write out the current contents of ACPI tables -- acpiexec: simulate AML execution in order to debug method definitions -- acpihelp: display help messages describing ASL keywords and op-codes -- acpisrc: manipulate the ACPICA source tree and format source files for specific environments -- acpixtract: extract binary ACPI tables from acpidump output (see also the pmtools package) This version of the tools is being released under GPLv2 license.
Built bykojiadmin
State complete
Volume DEFAULT
StartedWed, 01 May 2024 18:25:34 CST
CompletedWed, 01 May 2024 20:27:22 CST
Taskbuild (f41, /rpms/acpica-tools.git:332bf9f7bad356f5d4e89aafbc9f766e77a3c53b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/acpica-tools.git#332bf9f7bad356f5d4e89aafbc9f766e77a3c53b'}}
Tags
f41
RPMs
src
acpica-tools-20220331-8.fc41.src.rpm (info) (download)
riscv64
acpica-tools-20220331-8.fc41.riscv64.rpm (info) (download)
acpica-tools-debuginfo-20220331-8.fc41.riscv64.rpm (info) (download)
acpica-tools-debugsource-20220331-8.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
installed_pkgs.log
build.log
mock_output.log
Changelog * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20220331-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20220331-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20220331-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20220331-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220331-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Apr 03 2022 Al Stone <ahs3@redhat.com> - 20220331-3 - Correct typo in ExcludeArch syntax * Sun Apr 03 2022 Al Stone <ahs3@redhat.com> - 20220331-2 - Stop building 32-bit architecture (i686 and armv7hl); they have been deprecated in Fedora * Sun Apr 03 2022 Al Stone <ahs3@redhat.com> - 20220331-1 - Update to 20220331 upstream source. Bring all the patches up to date. - Update the results of misc test cases. - Add in big-endian patches for PRMT, RGRT and SVKL tables (thanks, Dean!) * Mon Mar 28 2022 Al Stone <ahs3@redhat.com> - 20211217-2 - Stop building i686; it is the only Arch that stumbles across a problem in using varargs but since the Arch has been essentially deprecated, take this as an opportunity to finally drop support for it. * Fri Mar 18 2022 Al Stone <ahs3@redhat.com> - 20211217-1 - Update to 20211217 upstream source. Bring all the patches up to date. - Rawhide use of GCC 12 introduces a new check for dangling pointers which causes non-portable code in utdebug.c stack functions to not compile; add a patch to disable -Wdangling-pointer=2 for the specific functions - The AeRegionHandler() code in acpiexec call a UUID function with a buffer too small for the UUID output string; add a patch to correct this.