Mon, 29 Apr 2024 03:52:28 UTC | login

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

ID300020
Package Nameacpica-tools
Version20220331
Release8.fc40
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedTue, 19 Mar 2024 14:44:54 UTC
CompletedTue, 19 Mar 2024 16:55:06 UTC
Taskbuild (f40, /rpms/acpica-tools.git:332bf9f7bad356f5d4e89aafbc9f766e77a3c53b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/acpica-tools.git#332bf9f7bad356f5d4e89aafbc9f766e77a3c53b'}}
Tags
f40
RPMs
src
acpica-tools-20220331-8.fc40.src.rpm (info) (download)
riscv64
acpica-tools-20220331-8.fc40.riscv64.rpm (info) (download)
acpica-tools-debuginfo-20220331-8.fc40.riscv64.rpm (info) (download)
acpica-tools-debugsource-20220331-8.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.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.