Issue #443 has been updated by Martin Roth.

Status changed from New to Resolved

Fixed in the latest toolchain.

----------------------------------------
Bug #443: acpica distfile changed
https://ticket.coreboot.org/issues/443#change-1358

* Author: Fabian Groffen
* Status: Resolved
* Priority: Normal
* Target version: none
* Start date: 2022-12-04
----------------------------------------
commit 58c79bc2537e408db2a8b5ce7723ed6dd0145652 (HEAD -> acpica-distfile-fix)
Author: Fabian Groffen <grob...@gentoo.org>
Date:   Sun Dec 4 21:13:28 2022 +0100

    crossgcc: fix distfile for acpica
    
    For some reason this distfile was changed into something odd.  But
    update it.
    
    Signed-off-by: Fabian Groffen <grob...@gentoo.org>

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 0d349f2dfe..d9f7b73766 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -52,7 +52,7 @@ 
MPFR_ARCHIVE="https://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.xz";
 MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz";
 
GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.xz";
 
BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz";
-IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz";
+IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar_0.gz";
 # CLANG toolchain archive locations
 
LLVM_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/llvm-${CLANG_VERSION}.src.tar.xz";
 
CLANG_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/clang-${CLANG_VERSION}.src.tar.xz";
diff --git a/util/crossgcc/sum/acpica-unix2-20221020.tar.gz.cksum 
b/util/crossgcc/sum/acpica-unix2-20221020.tar_0.gz.cksum
similarity index 100%
rename from util/crossgcc/sum/acpica-unix2-20221020.tar.gz.cksum
rename to util/crossgcc/sum/acpica-unix2-20221020.tar_0.gz.cksum




-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
_______________________________________________
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org

Reply via email to