Thu, 18 Apr 2024 03:04:25 UTC | login

Information for build acpica-tools-20210604-2.el9

ID10622
Package Nameacpica-tools
Version20210604
Release2.el9
Epoch
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/acpica-tools#28e5ed7ff9fe51f4471124d919ccbb61e9fae13e
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 bydnelson
State complete
Volume DEFAULT
StartedWed, 04 Aug 2021 23:14:40 UTC
CompletedWed, 04 Aug 2021 23:25:26 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/acpica-tools:28e5ed7ff9fe51f4471124d919ccbb61e9fae13e)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/acpica-tools#28e5ed7ff9fe51f4471124d919ccbb61e9fae13e'}}
Tags
c9s-gate
RPMs
src
acpica-tools-20210604-2.el9.src.rpm (info) (download)
aarch64
acpica-tools-20210604-2.el9.aarch64.rpm (info) (download)
acpica-tools-debuginfo-20210604-2.el9.aarch64.rpm (info) (download)
acpica-tools-debugsource-20210604-2.el9.aarch64.rpm (info) (download)
i686
acpica-tools-20210604-2.el9.i686.rpm (info) (download)
acpica-tools-debuginfo-20210604-2.el9.i686.rpm (info) (download)
acpica-tools-debugsource-20210604-2.el9.i686.rpm (info) (download)
ppc64le
acpica-tools-20210604-2.el9.ppc64le.rpm (info) (download)
acpica-tools-debuginfo-20210604-2.el9.ppc64le.rpm (info) (download)
acpica-tools-debugsource-20210604-2.el9.ppc64le.rpm (info) (download)
s390x
acpica-tools-20210604-2.el9.s390x.rpm (info) (download)
acpica-tools-debuginfo-20210604-2.el9.s390x.rpm (info) (download)
acpica-tools-debugsource-20210604-2.el9.s390x.rpm (info) (download)
x86_64
acpica-tools-20210604-2.el9.x86_64.rpm (info) (download)
acpica-tools-debuginfo-20210604-2.el9.x86_64.rpm (info) (download)
acpica-tools-debugsource-20210604-2.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 27 2021 Al Stone <ahs3@redhat.com> - 20210604-2 - Running 'iasl -T all' would segfault when dumping the PHAT template; fixed AcpiDmDumpPhat() by removing unnecessary assignments from patch - Borrowed a patch from upstream to fix Unicode usage in WPBTs * Fri Jul 23 2021 Dean Nelson <dnelson@redhat.com> - 20210604-1 - Update to 20210604 source tree. - Bring the big-endian patches up-to-date with what has been submitted upstream by Al Stone <ahs3@redhat.com> (not accepted currently). * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 20200925-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20200925-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Oct 19 2020 Al Stone <ahs3@redhat.com> - 20200925-1 - Update to 20200925 source tree - Completely revamp the old big-endian patches (maintainability was the goal). This results in a much larger patch set, but each patch is more clearly used for a specific purpose. - The acpinames command has been deprecated upstream; acpiexec provides replacement functionality. * Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200430-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200430-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 08 2020 Al Stone <ahs3@redhat.com> - 202004306-1 - Update to 202004306 source tree, including patch refreshes * Wed Apr 01 2020 Al Stone <ahs3@redhat.com> - 20200326-1 - Update to 20200326 source tree, including patch refreshes - Removed a couple of patches that got included upstream * Wed Feb 26 2020 Al Stone <ahs3@redhat.com> - 20200214-1 - Update to 20200214 source tree, including patch refreshes - Add patch to fix up issues where strings and 4-byte quantities get interchanged; C strings want to be null terminated now, but AML does not so using strncpy is painful. - Add patch for s390x specific issue (dbtest), where initializing a string on the stack behaves a little differently - "PCC" is a defined Register() type, but "PlatformCommChannel" was being used instead; put it back to "PCC" as it should be in pcc.patch - Add another big-endian patch to compensate for changes to nsutils.c * Mon Feb 24 2020 Al Stone <ahs3@redhat.com> - 20200110-1 - Update to 20200110 source tree, including patch refreshes * Sun Feb 23 2020 Al Stone <ahs3@redhat.com> - 20191213-1 - Update to 20191213 source tree, including patch refeshes. - badexit patch no longer needed, so removed - GCC10 enforces -fno-common now, catching multiple places where linkage is not explicitly stated; added a patch to resolve the linker errors * Sun Feb 23 2020 Al Stone <ahs3@redhat.com> - 20191018-2 - Upstream does not build from source -- this release not pushed into the archives and noted here just for record keeping * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190816-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Nov 23 2019 Al Stone <ahs3@redhat.com> - 20191018-1 - Update to 20191019 source tree, including patch refeshes. * Tue Oct 29 2019 Al Stone <ahs3@redhat.com> - 20190816-1 - Update to 20190816 source tree, including patch refeshes. - Add a patch to fix a non-zero exit from iasl -T ALL that actually succeeds - Remove the "template" tests; they have been subsumed by aslts.sh as they should be * Thu Oct 24 2019 Al Stone <ahs3@redhat.com> - 20190703-1 - Update to 20190703 source tree, including patch refeshes.