t430-hotp-maximized - Won't build on Ubuntu 24.04.1 LTS
Closed this issue · 1 comments
Context of the Build
1. What board are you trying to build?
t430-hotp-maximized
2. What repository:branch are you using to build from?
- [ x] Heads:Master
- Other (please specify)
3. What version of coreboot are you trying to build
I dont know, git clone https://github.com/linuxboot/heads
4. In building the rom where did you get the blobs?
- No blobs required
- Provided by the company that installed Heads on the device
- Extracted from a backup rom taken from this device
- Extracted from another backup rom taken from another device (please identify the board model)
- Extracted from the online bios using the automated tools provided in Heads
- [ x] I don't know
5. If using the automated tools to get the blobs did you run the relevant scripts in the blobs directory
- Yes
- No
- [ x] Dont know
6. What operating system are you using
Ubuntu 24.04.1 LTS
Please describe the problem
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- git clone https://github.com/linuxboot/heads
- cd heads
- make BOARD=t430-hotp-maximized
- See error
----------------------------------------------------------------------
!!!!!! BUILD SYSTEM INFO !!!!!!
System CPUS: 2
System Available Memory: 5466 GB
System Load Average: 0.58,
----------------------------------------------------------------------
Used **CPUS**: 2
Used **LOADAVG**: 3
Used **AVAILABLE_MEM_GB**: 5466 GB
----------------------------------------------------------------------
**MAKE_JOBS**: -j2 --load-average=3
Variables available for override (use 'make VAR_NAME=value'):
**CPUS** (default: number of processors, e.g., 'make CPUS=4')
**LOADAVG** (default: 1.5 times CPUS, e.g., 'make LOADAVG=54')
**AVAILABLE_MEM_GB** (default: memory available on the system in GB, e.g., 'make AVAILABLE_MEM_GB=4')
**MEM_PER_JOB_GB** (default: 1GB per job, e.g., 'make MEM_PER_JOB_GB=2')
----------------------------------------------------------------------
!!!!!! Build starts !!!!!!
Makefile:270: warning: overriding recipe for target 'all'
Makefile:251: warning: ignoring old recipe for target 'all'
2024-12-17 10:54:11+01:00 WGET https://www.coreboot.org/releases/coreboot-blobs-24.02.01.tar.xz
--2024-12-17 10:54:11-- https://www.coreboot.org/releases/coreboot-blobs-24.02.01.tar.xz
Resolving www.coreboot.org (www.coreboot.org)... 213.133.110.228, 2a01:4f8:222:1649:c02e:b007:0:1
Connecting to www.coreboot.org (www.coreboot.org)|213.133.110.228|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 84353436 (80M) [application/x-xz]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-blobs-24.02.01.tar.xz.tmp’
/home/BreakfastCharm/heads/packa 100%[===================>] 80.45M 17.6MB/s in 5.6s
2024-12-17 10:54:18 (14.4 MB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-blobs-24.02.01.tar.xz.tmp’ saved [84353436/84353436]
/home/BreakfastCharm/heads/packages/x86/coreboot-blobs-24.02.01.tar.xz.tmp: OK
mkdir -p "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/3rdparty/"
tar -xf "/home/BreakfastCharm/heads/packages/x86/coreboot-blobs-24.02.01.tar.xz" --strip 2 -C "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/3rdparty/"
if [ -r patches/coreboot-blobs-24.02.01.patch ]; then ( git apply --verbose --reject --binary --directory build/x86/coreboot-24.02.01/3rdparty ) < patches/coreboot-blobs-24.02.01.patch || exit 1 ; fi
if [ -d patches/coreboot-blobs-24.02.01 ] && [ -r patches/coreboot-blobs-24.02.01 ] ; then for patch in patches/coreboot-blobs-24.02.01/*.patch ; do echo "Applying patch file : $patch " ; ( git apply --verbose --reject --binary --directory build/x86/coreboot-24.02.01/3rdparty ) < $patch || exit 1 ; done ; fi
2024-12-17 10:54:23+01:00 CONFIG coreboot-blobs-24.02.01
2024-12-17 10:54:23+01:00 MAKE coreboot-blobs-24.02.01
2024-12-17 10:54:23+01:00 DONE coreboot-blobs-24.02.01
2024-12-17 10:54:23+01:00 WGET https://www.coreboot.org/releases/coreboot-24.02.01.tar.xz
--2024-12-17 10:54:23-- https://www.coreboot.org/releases/coreboot-24.02.01.tar.xz
Resolving www.coreboot.org (www.coreboot.org)... 213.133.110.228, 2a01:4f8:222:1649:c02e:b007:0:1
Connecting to www.coreboot.org (www.coreboot.org)|213.133.110.228|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 68456284 (65M) [application/x-xz]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-24.02.01.tar.xz.tmp’
/home/BreakfastCharm/heads/packa 100%[===================>] 65.28M 17.9MB/s in 4.8s
2024-12-17 10:54:29 (13.7 MB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-24.02.01.tar.xz.tmp’ saved [68456284/68456284]
/home/BreakfastCharm/heads/packages/x86/coreboot-24.02.01.tar.xz.tmp: OK
mkdir -p "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/"
tar -xf "/home/BreakfastCharm/heads/packages/x86/coreboot-24.02.01.tar.xz" --strip 1 -C "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/"
if [ -r patches/coreboot-24.02.01.patch ]; then ( git apply --verbose --reject --binary --directory build/x86/coreboot-24.02.01 ) < patches/coreboot-24.02.01.patch || exit 1 ; fi
if [ -d patches/coreboot-24.02.01 ] && [ -r patches/coreboot-24.02.01 ] ; then for patch in patches/coreboot-24.02.01/*.patch ; do echo "Applying patch file : $patch " ; ( git apply --verbose --reject --binary --directory build/x86/coreboot-24.02.01 ) < $patch || exit 1 ; done ; fi
Applying patch file : patches/coreboot-24.02.01/0001-vc_wuffs-upgrade-to-Wuffs_0.4.0-alpha.8.patch
Checking patch build/x86/coreboot-24.02.01/src/vendorcode/wuffs/wuffs-v0.4.c...
Applied patch build/x86/coreboot-24.02.01/src/vendorcode/wuffs/wuffs-v0.4.c cleanly.
Applying patch file : patches/coreboot-24.02.01/0002-lib_jpeg-avoidcalling-malloc-and-free.patch
Checking patch build/x86/coreboot-24.02.01/src/lib/jpeg.c...
Applied patch build/x86/coreboot-24.02.01/src/lib/jpeg.c cleanly.
Applying patch file : patches/coreboot-24.02.01/0003-CONFIG_RESOURCE_ALLOCATION_TOP_DOWN-CONFIG_DOMAIN_RESOURCE_32BIT_LIMIT.patch
Checking patch build/x86/coreboot-24.02.01/src/northbridge/intel/gm45/Kconfig...
Hunk #1 succeeded at 30 (offset -1 lines).
Checking patch build/x86/coreboot-24.02.01/src/northbridge/intel/haswell/Kconfig...
Checking patch build/x86/coreboot-24.02.01/src/northbridge/intel/i945/Kconfig...
Hunk #1 succeeded at 40 (offset -1 lines).
Checking patch build/x86/coreboot-24.02.01/src/northbridge/intel/ironlake/Kconfig...
Hunk #1 succeeded at 46 (offset -1 lines).
Checking patch build/x86/coreboot-24.02.01/src/northbridge/intel/pineview/Kconfig...
Hunk #1 succeeded at 37 (offset -1 lines).
Checking patch build/x86/coreboot-24.02.01/src/northbridge/intel/sandybridge/Kconfig...
Hunk #1 succeeded at 103 (offset -1 lines).
Checking patch build/x86/coreboot-24.02.01/src/northbridge/intel/x4x/Kconfig...
Hunk #1 succeeded at 27 (offset -1 lines).
Applied patch build/x86/coreboot-24.02.01/src/northbridge/intel/gm45/Kconfig cleanly.
Applied patch build/x86/coreboot-24.02.01/src/northbridge/intel/haswell/Kconfig cleanly.
Applied patch build/x86/coreboot-24.02.01/src/northbridge/intel/i945/Kconfig cleanly.
Applied patch build/x86/coreboot-24.02.01/src/northbridge/intel/ironlake/Kconfig cleanly.
Applied patch build/x86/coreboot-24.02.01/src/northbridge/intel/pineview/Kconfig cleanly.
Applied patch build/x86/coreboot-24.02.01/src/northbridge/intel/sandybridge/Kconfig cleanly.
Applied patch build/x86/coreboot-24.02.01/src/northbridge/intel/x4x/Kconfig cleanly.
Applying patch file : patches/coreboot-24.02.01/0004-cbmem_tpm-clear_whole_log_on_creation.patch
Checking patch build/x86/coreboot-24.02.01/src/security/tpm/tspi/log-tpm1.c...
Applied patch build/x86/coreboot-24.02.01/src/security/tpm/tspi/log-tpm1.c cleanly.
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" "gmp" "/home/BreakfastCharm/heads/packages/x86"
--2024-12-17 10:54:33-- https://ftpmirror.gnu.org/gmp/gmp-6.3.0.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://ftp.nluug.nl/pub/gnu/gmp/gmp-6.3.0.tar.xz [following]
--2024-12-17 10:54:36-- https://ftp.nluug.nl/pub/gnu/gmp/gmp-6.3.0.tar.xz
Resolving ftp.nluug.nl (ftp.nluug.nl)... 145.220.21.40, 2001:67c:6ec:221:145:220:21:40
Connecting to ftp.nluug.nl (ftp.nluug.nl)|145.220.21.40|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2094196 (2.0M) [application/octet-stream]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-gmp-6.3.0.tar.xz.tmp’
/home/BreakfastCharm/heads/packa 100%[===================>] 2.00M 1.57MB/s in 1.3s
2024-12-17 10:54:40 (1.57 MB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-gmp-6.3.0.tar.xz.tmp’ saved [2094196/2094196]
/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-gmp-6.3.0.tar.xz.tmp: OK
touch "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/.heads-crossgcc-pkg-gmp"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" "mpfr" "/home/BreakfastCharm/heads/packages/x86"
--2024-12-17 10:54:40-- https://ftpmirror.gnu.org/mpfr/mpfr-4.2.1.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://mirror.lyrahosting.com/gnu/mpfr/mpfr-4.2.1.tar.xz [following]
--2024-12-17 10:54:42-- https://mirror.lyrahosting.com/gnu/mpfr/mpfr-4.2.1.tar.xz
Resolving mirror.lyrahosting.com (mirror.lyrahosting.com)... 45.141.56.190
Connecting to mirror.lyrahosting.com (mirror.lyrahosting.com)|45.141.56.190|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1493608 (1.4M) [application/x-xz]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-mpfr-4.2.1.tar.xz.tmp’
/home/BreakfastCharm/heads/packa 100%[===================>] 1.42M 1022KB/s in 1.4s
2024-12-17 10:54:45 (1022 KB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-mpfr-4.2.1.tar.xz.tmp’ saved [1493608/1493608]
/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-mpfr-4.2.1.tar.xz.tmp: OK
touch "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/.heads-crossgcc-pkg-mpfr"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" "mpc" "/home/BreakfastCharm/heads/packages/x86"
--2024-12-17 10:54:45-- https://ftpmirror.gnu.org/mpc/mpc-1.3.1.tar.gz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://mirror.lyrahosting.com/gnu/mpc/mpc-1.3.1.tar.gz [following]
--2024-12-17 10:54:48-- https://mirror.lyrahosting.com/gnu/mpc/mpc-1.3.1.tar.gz
Resolving mirror.lyrahosting.com (mirror.lyrahosting.com)... 45.141.56.190
Connecting to mirror.lyrahosting.com (mirror.lyrahosting.com)|45.141.56.190|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 773573 (755K) [application/x-gzip]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-mpc-1.3.1.tar.gz.tmp’
/home/BreakfastCharm/heads/packa 100%[===================>] 755.44K 594KB/s in 1.3s
2024-12-17 10:54:50 (594 KB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-mpc-1.3.1.tar.gz.tmp’ saved [773573/773573]
/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-mpc-1.3.1.tar.gz.tmp: OK
touch "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/.heads-crossgcc-pkg-mpc"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" "binutils" "/home/BreakfastCharm/heads/packages/x86"
--2024-12-17 10:54:50-- https://ftpmirror.gnu.org/binutils/binutils-2.41.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:443... connected.
Unable to establish SSL connection.
Failed to download https://ftpmirror.gnu.org/binutils/binutils-2.41.tar.xz
Try mirrors for coreboot-crossgcc-binutils-2.41.tar.xz
--2024-12-17 10:54:55-- https://storage.puri.st/heads-packages/coreboot-crossgcc-binutils-2.41.tar.xz
Resolving storage.puri.st (storage.puri.st)... 146.190.140.226
Connecting to storage.puri.st (storage.puri.st)|146.190.140.226|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26765692 (26M) [application/octet-stream]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-binutils-2.41.tar.xz.tmp’
/home/BreakfastCharm/heads/packa 100%[===================>] 25.53M 10.4MB/s in 2.4s
2024-12-17 10:54:59 (10.4 MB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-binutils-2.41.tar.xz.tmp’ saved [26765692/26765692]
/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-binutils-2.41.tar.xz.tmp: OK
touch "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/.heads-crossgcc-pkg-binutils"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" "gcc" "/home/BreakfastCharm/heads/packages/x86"
--2024-12-17 10:55:00-- https://ftpmirror.gnu.org/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:443... connected.
Unable to establish SSL connection.
Failed to download https://ftpmirror.gnu.org/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz
Try mirrors for coreboot-crossgcc-gcc-13.2.0.tar.xz
--2024-12-17 10:55:01-- https://storage.puri.sm/heads-packages/coreboot-crossgcc-gcc-13.2.0.tar.xz
Resolving storage.puri.sm (storage.puri.sm)... 146.190.140.226
Connecting to storage.puri.sm (storage.puri.sm)|146.190.140.226|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 87858592 (84M) [application/octet-stream]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-gcc-13.2.0.tar.xz.tmp’
/home/BreakfastCharm/heads/packa 100%[===================>] 83.79M 9.58MB/s in 11s
2024-12-17 10:55:15 (7.85 MB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-gcc-13.2.0.tar.xz.tmp’ saved [87858592/87858592]
/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-gcc-13.2.0.tar.xz.tmp: OK
touch "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/.heads-crossgcc-pkg-gcc"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" "nasm" "/home/BreakfastCharm/heads/packages/x86"
--2024-12-17 10:55:15-- https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.bz2
Resolving www.nasm.us (www.nasm.us)... 198.137.202.136, 2607:7c80:54:3::136
Connecting to www.nasm.us (www.nasm.us)|198.137.202.136|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1351571 (1.3M) [application/x-bzip2]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-nasm-2.16.01.tar.bz2.tmp’
/home/BreakfastCharm/heads/packa 100%[===================>] 1.29M 374KB/s in 3.5s
2024-12-17 10:55:21 (374 KB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-nasm-2.16.01.tar.bz2.tmp’ saved [1351571/1351571]
/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-nasm-2.16.01.tar.bz2.tmp: OK
touch "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/.heads-crossgcc-pkg-nasm"
WGET="" bin/fetch_coreboot_crossgcc_archive.sh "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" "iasl" "/home/BreakfastCharm/heads/packages/x86"
--2024-12-17 10:55:21-- https://github.com/acpica/acpica/archive/refs/tags/R06_28_23.tar.gz
Resolving github.com (github.com)... 20.205.243.166
Connecting to github.com (github.com)|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/acpica/acpica/tar.gz/refs/tags/R06_28_23 [following]
--2024-12-17 10:55:22-- https://codeload.github.com/acpica/acpica/tar.gz/refs/tags/R06_28_23
Resolving codeload.github.com (codeload.github.com)... 20.205.243.165
Connecting to codeload.github.com (codeload.github.com)|20.205.243.165|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-R06_28_23.tar.gz.tmp’
/home/BreakfastCharm/heads/packa [ <=> ] 7.16M 4.00MB/s in 1.8s
2024-12-17 10:55:25 (4.00 MB/s) - ‘/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-R06_28_23.tar.gz.tmp’ saved [7505765]
/home/BreakfastCharm/heads/packages/x86/coreboot-crossgcc-R06_28_23.tar.gz.tmp: OK
touch "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/.heads-crossgcc-pkg-iasl"
make -C "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" CPUS=2 "crossgcc-i386" \
make[1]: Entering directory '/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01'
Welcome to the coreboot cross toolchain builder v_
Building toolchain using 2 thread(s).
Target architecture is i386-elf
Found compatible Ada compiler, enabling Ada support by default.
Downloading and verifying tarballs ...
* gmp-6.3.0.tar.xz (cached)... hash verified (b4043dd2964ab1a858109da85c44de224384f352)
* mpfr-4.2.1.tar.xz (cached)... hash verified (31ffb4244cb469e2b4937cce1f50150300971dfb)
* mpc-1.3.1.tar.gz (cached)... hash verified (bac1c1fa79f5602df1e29e4684e103ad55714e02)
* binutils-2.41.tar.xz (cached)... hash verified (0e008260a958bbd10182ee3384672ae0a310eece)
* gcc-13.2.0.tar.xz (cached)... hash verified (5f95b6d042fb37d45c6cbebfc91decfbc4fb493c)
Downloaded tarballs ... ok
Unpacking and patching ...
* gmp-6.3.0.tar.xz
o gmp-6.3.0_generic-build.patch
* mpfr-4.2.1.tar.xz
* mpc-1.3.1.tar.gz
* binutils-2.41.tar.xz
o binutils-2.41_as-ipxe.patch
o binutils-2.41_no-makeinfo.patch
* gcc-13.2.0.tar.xz
o gcc-13.2.0_asan_shadow_offset_callback.patch
o gcc-13.2.0_gnat.patch
o gcc-13.2.0_libcpp.patch
o gcc-13.2.0_libgcc.patch
o gcc-13.2.0_musl_poisoned_calloc.patch
o gcc-13.2.0_rv32iafc.patch
Unpacked and patched ... ok
Building packages ...
Building GMP v6.3.0 for host ... ok
Building MPFR v4.2.1 for host ... ok
Building MPC v1.3.1 for host ... ok
Building BINUTILS v2.41 for target ... ok
Building GCC v13.2.0 for target ... ok
Packages built ... ok
Copied EDK2 tools template ... ok
Cleaning up temporary files... ok
You can now run i386-elf cross GCC from /home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/util/crossgcc/xgcc.
Welcome to the coreboot cross toolchain builder v_
Building toolchain using 2 thread(s).
Downloading and verifying tarballs ...
* nasm-2.16.01.tar.bz2 (cached)... hash verified (cee9844c0c80c248ee1005c390223984332abeb8)
Downloaded tarballs ... ok
Unpacking and patching ...
* nasm-2.16.01.tar.bz2
o nasm-2.16.01_handle_warning_files_while_building_in_a_directory.patch
Unpacked and patched ... ok
Building packages ...
Building NASM v2.16.01 for host ... ok
Packages built ... ok
Copied EDK2 tools template ... ok
Cleaning up temporary files... ok
You can now run NASM from /home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/util/crossgcc/xgcc.
Welcome to the coreboot cross toolchain builder v_
Building toolchain using 2 thread(s).
Downloading and verifying tarballs ...
* R06_28_23.tar.gz (cached)... hash verified (e37c8dd560bacb0190f2a0306a64f63564206c65)
Downloaded tarballs ... ok
Unpacking and patching ...
* R06_28_23.tar.gz
o acpica-R06_28_23_iasl.patch
Unpacked and patched ... ok
Building packages ...
Building IASL vR06_28_23 for host ... ok
Packages built ... ok
Copied EDK2 tools template ... ok
Cleaning up temporary files... ok
You can now run IASL ACPI compiler from /home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/util/crossgcc/xgcc.
make[1]: Leaving directory '/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01'
touch "/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01/.heads-toolchain"
2024-12-17 11:16:51+01:00 CONFIG coreboot-24.02.01
COREBOOT_DIR="/home/BreakfastCharm/heads/build/x86/coreboot-24.02.01" \
/home/BreakfastCharm/heads/blobs/xx30/download_clean_me.sh /home/BreakfastCharm/heads/blobs/xx30
/tmp/tmp.Vs6ibTsWA8 ~/heads
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4517k 100 4517k 0 0 1228k 0 0:00:03 0:00:03 --:--:-- 1228k
/home/BreakfastCharm/heads/blobs/xx30/download_clean_me.sh: line 35: innoextract: command not found
mv: cannot stat 'app/ME8_5M_Production.bin': No such file or directory
~/heads
~/heads/build/x86/coreboot-24.02.01/util/me_cleaner ~/heads
/home/BreakfastCharm/heads/blobs/xx30/download_clean_me.sh: line 48: python: command not found
mv: cannot stat 'me_shrinked.bin': No such file or directory
~/heads
sha256sum: /home/BreakfastCharm/heads/blobs/xx30/me.bin: No such file or directory
/home/BreakfastCharm/heads/blobs/xx30/me.bin: FAILED open or read
sha256sum: WARNING: 1 listed file could not be read
ERROR: SHA256 checksum for me.bin doesn't match.
make: *** [targets/xx30_me_blobs.mk:17: /home/BreakfastCharm/heads/blobs/xx30/me.bin] Error 1
@BreakfastCharm : You need docker, and then run
./docker_repro.sh make BOARD=t430-hotp-maximized
IF something unclear in the doc, or improvements suggestions, this would be doc related and issue/PR needed under https://github.com/linuxboot/heads-wiki