Issue #443 has been reported by Fabian Groffen.
---------------------------------------- Bug #443: acpica distfile changed https://ticket.coreboot.org/issues/443
* Author: Fabian Groffen * Status: New * Priority: Normal * Target version: none * Start date: 2022-12-04 ---------------------------------------- commit 58c79bc2537e408db2a8b5ce7723ed6dd0145652 (HEAD -> acpica-distfile-fix) Author: Fabian Groffen grobian@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 grobian@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-$%7BMPFR_VERSION%7D.tar.xz" MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-$%7BMPC_VERSION%7D.tar.gz" GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-$%7BGCC_VERSION%7D/gcc-$%7BGCC_VERSION%7D...." BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-$%7BBINUTILS_VERSION%7D.tar.xz" -IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-$%7BIASL_VERSION%7D.tar.g..." +IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-$%7BIASL_VERSION%7D.tar_0..." # CLANG toolchain archive locations LLVM_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-$%7BCLANG_VER..." CLANG_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-$%7BCLANG_VER..." 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
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 grobian@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 grobian@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-$%7BMPFR_VERSION%7D.tar.xz" MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-$%7BMPC_VERSION%7D.tar.gz" GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-$%7BGCC_VERSION%7D/gcc-$%7BGCC_VERSION%7D...." BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-$%7BBINUTILS_VERSION%7D.tar.xz" -IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-$%7BIASL_VERSION%7D.tar.g..." +IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-$%7BIASL_VERSION%7D.tar_0..." # CLANG toolchain archive locations LLVM_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-$%7BCLANG_VER..." CLANG_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-$%7BCLANG_VER..." 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