linuxboot / heads

A minimal Linux that runs as a coreboot or LinuxBoot ROM payload to provide a secure, flexible boot environment for laptops, workstations and servers.
https://osresearch.net/
GNU General Public License v2.0
1.42k stars 185 forks source link

make: *** [Makefile:668: all] Error 2 #1086

Closed christmasisforturkeys closed 2 years ago

christmasisforturkeys commented 2 years ago

@tlaurion I have been following this guide Zanthed t430 heads guide and am trying to build heads tools on arch and am receiving this error: make: *** [Makefile:668: all] Error 2 and make[1]: *** [Makefile:455: /home/beeswax/heads/build/json-c-0.14/.configured] Error 127.

Is this perhaps because I'm trying to build heads on arch, should I try a Live usb with debian or ubuntu 21.04? I have attached my full build log below but it seems pretty uneventful apart from the 2 errors I've already mentioned.

I'm pretty new to all of this but I'm very willing to learn and research further if someone can point me in the right direction, as I'm starting to chase my tail here, thanks in advance

``` [beeswax@beeswax ~]$ cd heads/ [beeswax@beeswax heads]$ cd heads; make -bash: cd: heads: No such file or directory Wrong make detected: 4.3 wget -O "/home/beeswax/heads/packages/make-4.2.1.tar.bz2.tmp" "http://gnu.mirror.constant.com/make/make-4.2.1.tar.bz2" --2022-01-01 23:13:42-- http://gnu.mirror.constant.com/make/make-4.2.1.tar.bz2 Resolving gnu.mirror.constant.com (gnu.mirror.constant.com)... 108.61.5.83, 2001:19f0:1595:1403::1096 Connecting to gnu.mirror.constant.com (gnu.mirror.constant.com)|108.61.5.83|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1407126 (1.3M) [application/octet-stream] Saving to: ‘/home/beeswax/heads/packages/make-4.2.1.tar.bz2.tmp’ /home/beeswax/heads/pack 100%[=========================>] 1.34M 880KB/s in 1.6s 2022-01-01 23:13:45 (880 KB/s) - ‘/home/beeswax/heads/packages/make-4.2.1.tar.bz2.tmp’ saved [1407126/1407126] if ! echo "d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589 /home/beeswax/heads/packages/make-4.2.1.tar.bz2.tmp" | sha256sum --check -; then \ exit 1 ; \ fi /home/beeswax/heads/packages/make-4.2.1.tar.bz2.tmp: OK mv "/home/beeswax/heads/packages/make-4.2.1.tar.bz2.tmp" "/home/beeswax/heads/packages/make-4.2.1.tar.bz2" tar xf "/home/beeswax/heads/packages/make-4.2.1.tar.bz2" -C "/home/beeswax/heads/build" touch "/home/beeswax/heads/build/make-4.2.1/.extract" ( cd "/home/beeswax/heads/build/make-4.2.1/" ; patch -p1 ) < "patches/make-4.2.1.patch" patching file glob/glob.c Hunk #1 succeeded at 208 with fuzz 2. touch "/home/beeswax/heads/build/make-4.2.1/.patch" cd "/home/beeswax/heads/build/make-4.2.1/" ; \ ./configure 2>&1 \ | tee "/home/beeswax/heads/build/log/make.configure.log" \ checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for ar... ar checking for perl... perl checking the archiver (ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for library containing strerror... none required checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for library containing getpwnam... none required checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether stat file-mode macros are broken... no checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for unistd.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for an ANSI C-conforming const... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for unsigned long long int... yes checking for uintmax_t... yes checking for nanoseconds field of struct stat... st_mtim.tv_nsec checking whether to use high resolution file timestamps... yes checking for library containing clock_gettime... none required checking whether system uses MSDOS-style paths... no checking for standard gettimeofday... yes checking for strdup... yes checking for strndup... yes checking for mkstemp... yes checking for mktemp... yes checking for fdopen... yes checking for fileno... yes checking for dup... yes checking for dup2... yes checking for getcwd... yes checking for realpath... yes checking for sigsetmask... yes checking for sigaction... yes checking for getgroups... yes checking for seteuid... yes checking for setegid... yes checking for setlinebuf... yes checking for setreuid... yes checking for setregid... yes checking for getrlimit... yes checking for setrlimit... yes checking for setvbuf... yes checking for pipe... yes checking for strerror... yes checking for strsignal... yes checking for lstat... yes checking for readlink... yes checking for atexit... yes checking for isatty... yes checking for ttyname... yes checking for pselect... yes checking whether bsd_signal is declared... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcmpi... no checking for strncmpi... no checking for stricmp... no checking for strnicmp... no checking for working strcoll... yes checking for working alloca.h... yes checking for alloca... yes checking whether closedir returns void... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GUILE... no checking for GUILE... no checking for getloadavg... yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for getloadavg... yes checking whether getloadavg requires setgid... no checking whether sys_siglist is declared... no checking whether _sys_siglist is declared... no checking whether __sys_siglist is declared... no checking for sys/wait.h... yes checking for waitpid... yes checking for wait3... yes checking for union wait... no checking for SA_RESTART... yes checking whether dlopen is declared... yes checking whether dlsym is declared... yes checking whether dlerror is declared... yes checking for library containing dlopen... -ldl checking If the linker accepts -Wl,--export-dynamic... yes checking for location of SCCS get command... get checking if system libc has GNU glob... no checking if malloc debugging is wanted... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating glob/Makefile config.status: creating po/Makefile.in config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating w32/Makefile config.status: creating tests/config-flags.pm config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: creating build.sh touch "/home/beeswax/heads/build/make-4.2.1/.configured" make -C "/home/beeswax/heads/build/make-4.2.1/" -j4 --max-load 16 \ 2>&1 \ | tee "/home/beeswax/heads/build/log/make.log" \ make[1]: Entering directory '/home/beeswax/heads/build/make-4.2.1' make all-recursive make[2]: Entering directory '/home/beeswax/heads/build/make-4.2.1' Making all in glob make[3]: Entering directory '/home/beeswax/heads/build/make-4.2.1/glob' gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT glob.o -MD -MP -MF .deps/glob.Tpo -c -o glob.o glob.c gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT fnmatch.o -MD -MP -MF .deps/fnmatch.Tpo -c -o fnmatch.o fnmatch.c mv -f .deps/fnmatch.Tpo .deps/fnmatch.Po mv -f .deps/glob.Tpo .deps/glob.Po rm -f libglob.a ar cru libglob.a glob.o fnmatch.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libglob.a make[3]: Leaving directory '/home/beeswax/heads/build/make-4.2.1/glob' Making all in config make[3]: Entering directory '/home/beeswax/heads/build/make-4.2.1/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/beeswax/heads/build/make-4.2.1/config' Making all in po make[3]: Entering directory '/home/beeswax/heads/build/make-4.2.1/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/beeswax/heads/build/make-4.2.1/po' Making all in doc make[3]: Entering directory '/home/beeswax/heads/build/make-4.2.1/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/beeswax/heads/build/make-4.2.1/doc' make[3]: Entering directory '/home/beeswax/heads/build/make-4.2.1' gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ar.c gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT arscan.o -MD -MP -MF .deps/ar scan.Tpo -c -o arscan.o arscan.c gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT commands.o -MD -MP -MF .deps/ commands.Tpo -c -o commands.o commands.c gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT default.o -MD -MP -MF .deps/d efault.Tpo -c -o default.o default.c mv -f .deps/default.Tpo .deps/default.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT dir.o -MD -MP -MF .deps/dir.T po -c -o dir.o dir.c mv -f .deps/ar.Tpo .deps/ar.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT expand.o -MD -MP -MF .deps/ex pand.Tpo -c -o expand.o expand.c mv -f .deps/arscan.Tpo .deps/arscan.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT file.o -MD -MP -MF .deps/file .Tpo -c -o file.o file.c mv -f .deps/commands.Tpo .deps/commands.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT function.o -MD -MP -MF .deps/ function.Tpo -c -o function.o function.c mv -f .deps/dir.Tpo .deps/dir.Po mv -f .deps/expand.Tpo .deps/expand.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT getopt.o -MD -MP -MF .deps/ge topt.Tpo -c -o getopt.o getopt.c gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT getopt1.o -MD -MP -MF .deps/g etopt1.Tpo -c -o getopt1.o getopt1.c mv -f .deps/getopt.Tpo .deps/getopt.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT guile.o -MD -MP -MF .deps/gui le.Tpo -c -o guile.o guile.c mv -f .deps/getopt1.Tpo .deps/getopt1.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT implicit.o -MD -MP -MF .deps/ implicit.Tpo -c -o implicit.o implicit.c mv -f .deps/guile.Tpo .deps/guile.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT job.o -MD -MP -MF .deps/job.T po -c -o job.o job.c mv -f .deps/file.Tpo .deps/file.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT load.o -MD -MP -MF .deps/load .Tpo -c -o load.o load.c mv -f .deps/load.Tpo .deps/load.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT loadapi.o -MD -MP -MF .deps/l oadapi.Tpo -c -o loadapi.o loadapi.c mv -f .deps/loadapi.Tpo .deps/loadapi.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT main.o -MD -MP -MF .deps/main .Tpo -c -o main.o main.c mv -f .deps/implicit.Tpo .deps/implicit.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT misc.o -MD -MP -MF .deps/misc .Tpo -c -o misc.o misc.c mv -f .deps/misc.Tpo .deps/misc.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT posixos.o -MD -MP -MF .deps/p osixos.Tpo -c -o posixos.o posixos.c mv -f .deps/function.Tpo .deps/function.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT output.o -MD -MP -MF .deps/ou tput.Tpo -c -o output.o output.c mv -f .deps/job.Tpo .deps/job.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT read.o -MD -MP -MF .deps/read .Tpo -c -o read.o read.c mv -f .deps/posixos.Tpo .deps/posixos.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT remake.o -MD -MP -MF .deps/re make.Tpo -c -o remake.o remake.c mv -f .deps/output.Tpo .deps/output.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT rule.o -MD -MP -MF .deps/rule .Tpo -c -o rule.o rule.c read.c: In function ‘find_percent_cached’: cc1: warning: function may return address of local variable [-Wreturn-local-addr] In file included from makeint.h:31, from read.c:17: read.c:2418:19: note: declared here 2418 | new = alloca (slen + 1); | ^~~~~~ mv -f .deps/rule.Tpo .deps/rule.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT signame.o -MD -MP -MF .deps/s igname.Tpo -c -o signame.o signame.c mv -f .deps/signame.Tpo .deps/signame.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT strcache.o -MD -MP -MF .deps/ strcache.Tpo -c -o strcache.o strcache.c mv -f .deps/main.Tpo .deps/main.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT variable.o -MD -MP -MF .deps/ variable.Tpo -c -o variable.o variable.c mv -f .deps/strcache.Tpo .deps/strcache.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT version.o -MD -MP -MF .deps/v ersion.Tpo -c -o version.o version.c mv -f .deps/version.Tpo .deps/version.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT vpath.o -MD -MP -MF .deps/vpa th.Tpo -c -o vpath.o vpath.c read.c: In function ‘eval’: read.c:1172:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1172 | *(--semip) = ';'; | ~~~~~~~~~~~^~~~~ read.c:1011:19: note: destination object of size [0, 9223372036854775807] allocated by ‘find_char_unquote’ 1011 | cmdleft = find_char_unquote (line, MAP_SEMI|MAP_COMMENT|MAP_VARIABLE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/remake.Tpo .deps/remake.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT hash.o -MD -MP -MF .deps/hash .Tpo -c -o hash.o hash.c mv -f .deps/vpath.Tpo .deps/vpath.Po gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DHAVE_CONFIG_H -I. -I./glob -g -O2 -MT remote-stub.o -MD -MP -MF .de ps/remote-stub.Tpo -c -o remote-stub.o remote-stub.c mv -f .deps/remote-stub.Tpo .deps/remote-stub.Po mv -f .deps/hash.Tpo .deps/hash.Po mv -f .deps/variable.Tpo .deps/variable.Po mv -f .deps/read.Tpo .deps/read.Po gcc -g -O2 -Wl,--export-dynamic -o make ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o guile.o implicit.o job.o load.o loadapi.o main.o mis c.o posixos.o output.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-stub.o glob/libglob.a -ldl make[3]: Leaving directory '/home/beeswax/heads/build/make-4.2.1' make[2]: Leaving directory '/home/beeswax/heads/build/make-4.2.1' make[1]: Leaving directory '/home/beeswax/heads/build/make-4.2.1' LANG=C MAKE=/home/beeswax/heads/build/make-4.2.1/make /home/beeswax/heads/build/make-4.2.1/make -j4 --max-load 16 all make[1]: Entering directory '/home/beeswax/heads' 2022-01-01 23:13:54+00:00 Wrong gawk detected: 5.1.1 /home/beeswax/heads/boards/qemu-coreboot/qemu-coreboot.config:61: warning: overriding recipe for target 'run' Makefile:69: warning: ignoring old recipe for target 'run' Makefile:212: warning: overriding recipe for target 'all' Makefile:69: warning: ignoring old recipe for target 'all' wget -O "/home/beeswax/heads/packages/gawk-4.2.1.tar.xz.tmp" "http://gnu.mirror.constant.com/gawk/gawk-4.2.1.tar.xz" 2022-01-01 23:13:54+00:00 WGET https://www.coreboot.org/releases/coreboot-blobs-4.13.tar.xz 2022-01-01 23:13:54+00:00 WGET https://www.coreboot.org/releases/coreboot-4.13.tar.xz 2022-01-01 23:13:54+00:00 WGET https://github.com/richfelker/musl-cross-make/archive/38e52db8358c043ae82b346a2e6e66bc86a53bc1.tar.gz --2022-01-01 23:13:54-- http://gnu.mirror.constant.com/gawk/gawk-4.2.1.tar.xz Resolving gnu.mirror.constant.com (gnu.mirror.constant.com)... --2022-01-01 23:13:54-- https://github.com/richfelker/musl-cross-make/archive/38e52db8358c043ae82b346a2e6e66bc86a53bc 1.tar.gz SSL_INIT --2022-01-01 23:13:54-- https://www.coreboot.org/releases/coreboot-4.13.tar.xz SSL_INIT --2022-01-01 23:13:54-- https://www.coreboot.org/releases/coreboot-blobs-4.13.tar.xz SSL_INIT 108.61.5.83, 2001:19f0:1595:1403::1096 Connecting to gnu.mirror.constant.com (gnu.mirror.constant.com)|108.61.5.83|:80... Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving www.coreboot.org (www.coreboot.org)... Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving www.coreboot.org (www.coreboot.org)... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. 78.46.105.101, 2a01:4f8:121:1254::2 78.46.105.101, Connecting to www.coreboot.org (www.coreboot.org)|78.46.105.101|:443... 2a01:4f8:121:1254::2 Connecting to www.coreboot.org (www.coreboot.org)|78.46.105.101|:443... connected. connected. connected. HTTP request sent, awaiting response... HTTP request sent, awaiting response... HTTP request sent, awaiting response... HTTP request sent, awaiting response... 200 OK Length: 2985412 (2.8M) [application/octet-stream] Saving to: '/home/beeswax/heads/packages/gawk-4.2.1.tar.xz.tmp' /home/beeswax 0%[ ] 0 --.-KB/s 200 OK Length: 38318160 (37M) [application/octet-stream] Saving to: '/home/beeswax/heads/packages/coreboot-blobs-4.13.tar.xz.tmp' /home/beeswax 0%[ ] 0 --.-KB/s 200 OK Length: 45715844 (44M) [application/octet-stream] Saving to: '/home/beeswax/heads/packages/coreboot-4.13.tar.xz.tmp' /home/beeswax 0%[ ] 0 --.-KB/s 302 Found Location: https://codeload.github.com/richfelker/musl-cross-make/tar.gz/38e52db8358c043ae82b346a2e6e66bc86a53bc1 [following] --2022-01-01 23:13:55-- https://codeload.github.com/richfelker/musl-cross-make/tar.gz/38e52db8358c043ae82b346a2e6e66bc86a53bc1 SSL_INIT Resolving codeload.github.com (codeload.github.com)... 140.82.121.10 Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected. /home/beeswax/ 0%[ ] 183.59K 755KB/s H /home/beeswax/he 3%[ ] 1.33M 2.10MB/s 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/beeswax/heads/packages/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1.tar.gz.tmp' /home/beeswax/heads/pack [ <=> ] 138.81K 219KB/s in 0.6s 2022-01-01 23:13:56 (219 KB/s) - '/home/beeswax/heads/packages/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1.tar.gz.tmp' saved [142143] 2022-01-01 23:13:56+00:00 WGET https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.62.tar.xz /home/beeswax/head 2%[ ] 1.13M 856KB/s --2022-01-01 23:13:56-- https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.62.tar.xzSSL _INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' /home/beeswax/heads 3%[ ] 1.35M 863KB/s 151.101.85.176, 2a04:4e42:14::432 /home/beeswax/heads/ 22%[====> ] 646.77K 357KB/s connected. /home/beeswax/heads/p 28%[======> ] 833.69K 380KB/s Hhome/beeswax/heads/packa 24%[=====> ] 8.83M 3.26MB/s 200 OK Length: 100957512 (96M) [application/x-xz] Saving to: '/home/beeswax/heads/packages/linux-4.14.62.tar.xz.tmp' /home/beeswax/heads/pack 100%[=========================>] 2.85M 955KB/s in 3.1s 2022-01-01 23:13:58 (955 KB/s) - '/home/beeswax/heads/packages/gawk-4.2.1.tar.xz.tmp' saved [2985412/2985412] if ! echo "d1119785e746d46a8209d28b2de404a57f983aa48670f4e225531d3bdc175551 /home/beeswax/heads/packages/gawk-4.2.1.tar.xz.tmp" | sha256sum --check -; then \ exit 1 ; \ fi home/beeswax/heads/packa 5%[> ] 2.32M 779KB/s eta 54s /home/beeswax/heads/packages/gawk-4.2.1.tar.xz.tmp: OK mv "/home/beeswax/heads/packages/gawk-4.2.1.tar.xz.tmp" "/home/beeswax/heads/packages/gawk-4.2.1.tar.xz" 2022-01-01 23:13:58+00:00 WGET https://busybox.net/downloads/busybox-1.32.0.tar.bz2 --2022-01-01 23:13:58-- https://busybox.net/downloads/busybox-1.32.0.tar.bz2 SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' /beeswax/heads/packages/ 29%[======> ] 10.71M 3.12MB/s eta 9s 140.211.167.122 beeswax/heads/packages/c 30%[======> ] 11.21M 3.12MB/s eta 9s connected. nta/heads/packages/cor 33%[=======> ] 12.24M 2.89MB/s eta 8s Hta/heads/packages/core 35%[========> ] 12.80M 2.81MB/s eta 8s 200 OK Length: 2439463 (2.3M) [application/x-bzip2] Saving to: '/home/beeswax/heads/packages/busybox-1.32.0.tar.bz2.tmp' home/beeswax/heads/packa 2%[ ] 2.03M 828KB/s /home/beeswax/heads/pack 100%[=========================>] 2.33M 1.25MB/s in 1.9s 2022-01-01 23:14:01 (1.25 MB/s) - '/home/beeswax/heads/packages/busybox-1.32.0.tar.bz2.tmp' saved [2439463/2439463] 2022-01-01 23:14:01+00:00 WGET https://www.zlib.net/zlib-1.2.11.tar.gz --2022-01-01 23:14:01-- https://www.zlib.net/zlib-1.2.11.tar.gz SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' packages/coreboot-4.13 11%[=> ] 4.88M 717KB/s eta 54s 85.187.148.2 ackages/coreboot-4.13. 11%[==> ] 5.05M 730KB/s eta 54s connected. ckages/coreboot-4.13.t 12%[==> ] 5.24M 739KB/s eta 54s Hages/coreboot-4.13.tar 12%[==> ] 5.62M 750KB/s eta 52s 200 OK Length: 607698 (593K) [application/x-gzip] Saving to: '/home/beeswax/heads/packages/zlib-1.2.11.tar.gz.tmp' /home/beeswax/heads/pack 100%[=========================>] 593.46K 554KB/s in 1.1s 2022-01-01 23:14:03 (554 KB/s) - '/home/beeswax/heads/packages/zlib-1.2.11.tar.gz.tmp' saved [607698/607698] coreboot-4.13.tar.xz.t 14%[==> ] 6.54M 778KB/s eta 50s 2022-01-01 23:14:03+00:00 WGET https://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2. 0.22.tar.gz eboot-blobs-4.13.tar.x 61%[===============> ] 22.55M 2.15MB/s eta 6s --2022-01-01 23:14:03-- https://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.22.t ar.gz SSL_INIT /packages/linux-4.14.6 5%[> ] 5.44M 1.00MB/s eta 1m 42s Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving kernel.org (kernel.org)... 198.145.29.83 packages/linux-4.14.62 5%[> ] 5.72M 1.04MB/s eta 1m 42s connected. ckages/linux-4.14.62.t 6%[> ] 6.33M 1.16MB/s eta 95s Hkages/linux-4.14.62.ta 6%[> ] 6.63M 1.21MB/s eta 95s 301 Moved Permanently Location: https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.22.tar.gz [following] --2022-01-01 23:14:04-- https://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.22.tar.gz SSL_INIT ages/linux-4.14.62.tar 7%[> ] 6.97M 1.25MB/s eta 95s 145.40.68.75, 2604:1380:4601:e00::1 Connecting to www.kernel.org (www.kernel.org)|145.40.68.75|:443... connected. ges/linux-4.14.62.tar. 7%[> ] 7.32M 1.30MB/s eta 95s HTTP request sent, awaiting response... 301 Moved Permanently Location: https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.22.tar.gz [following] --2022-01-01 23:14:05-- https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.22.tar.gz SSL_INIT es/linux-4.14.62.tar.x 7%[=> ] 7.65M 1.32MB/s eta 85s 147.75.101.1, 2604:1380:2001:3900::1 Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.101.1|:443... connected. s/linux-4.14.62.tar.xz 8%[=> ] 8.00M 1.35MB/s eta 85s H/linux-4.14.62.tar.xz. 8%[=> ] 8.35M 1.40MB/s eta 85s 200 OK Length: 428464 (418K) [application/x-gzip] Saving to: '/home/beeswax/heads/packages/kexec-tools-2.0.22.tar.gz.tmp' /home/beeswax/heads/pack 100%[=========================>] 418.42K 1.13MB/s in 0.4s 2022-01-01 23:14:06 (1.13 MB/s) - '/home/beeswax/heads/packages/kexec-tools-2.0.22.tar.gz.tmp' saved [428464/428464] 2022-01-01 23:14:06+00:00 WGET https://tls.mbed.org/download/mbedtls-2.4.2-gpl.tgz inux-4.14.62.tar.xz.tm 9%[=> ] 8.91M 1.42MB/s eta 85s --2022-01-01 23:14:06-- https://tls.mbed.org/download/mbedtls-2.4.2-gpl.tgz SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' .13.tar.xz.tmp 80%[===================> ] 29.24M 2.47MB/s eta 3s 79.170.91.36 ux-4.14.62.tar.xz.tmp 9%[=> ] 9.61M 1.49MB/s eta 79s connected. x-4.14.62.tar.xz.tmp 10%[=> ] 9.98M 1.53MB/s eta 79s Hz.tmp 24%[=====> ] 10.66M 1.06MB/s eta 39s 200 OK Length: 1908664 (1.8M) [application/x-gzip] Saving to: '/home/beeswax/heads/packages/mbedtls-2.4.2-gpl.tgz.tmp' /home/beeswax/heads/pack 100%[=========================>] 36.54M 2.15MB/s in 15s 2022-01-01 23:14:09 (2.48 MB/s) - '/home/beeswax/heads/packages/coreboot-blobs-4.13.tar.xz.tmp' saved [38318160/38318160] 2022-01-01 23:14:09+00:00 WGET https://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz /home 29%[======> ] 12.90M 1.09MB/s eta 35s --2022-01-01 23:14:09-- https://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' /home/beeswax/heads/pack 100%[=========================>] 1.82M 820KB/s in 2.3s 2022-01-01 23:14:10 (820 KB/s) - '/home/beeswax/heads/packages/mbedtls-2.4.2-gpl.tgz.tmp' saved [1908664/1908664] 2022-01-01 23:14:10+00:00 WGET https://github.com/osresearch/tpmtotp/archive/18b860fdcf5a55537c8395b891f2b2a5c24fc00a.tar.gz --2022-01-01 23:14:10-- https://github.com/osresearch/tpmtotp/archive/18b860fdcf5a55537c8395b891f2b2a5c24fc00a.tar.gz SSL_INIT 173.230.148.37 /home/v 31%[=======> ] 13.62M 1.17MB/s eta 35s Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. mp 17%[===> ] 16.51M 1.75MB/s eta 60s connected. /home/va 32%[=======> ] 13.96M 1.20MB/s eta 35s Hp 17%[===> ] 17.13M 1.83MB/s eta 60s H 18%[===> ] 17.59M 1.85MB/s eta 60s 302 Found Location: https://codeload.github.com/osresearch/tpmtotp/tar.gz/18b860fdcf5a55537c8395b891f2b2a5c24fc00a [following] --2022-01-01 23:14:10-- https://codeload.github.com/osresearch/tpmtotp/tar.gz/18b860fdcf5a55537c8395b891f2b2a5c24fc00a SSL_INIT /home/vant 34%[=======> ] 14.87M 1.32MB/s eta 31s 140.82.121.10 Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected. /home/beeswax 34%[========> ] 15.23M 1.36MB/s eta 31s 200 OK Length: 468788 (458K) [application/x-gzip] Saving to: '/home/beeswax/heads/packages/qrencode-3.4.4.tar.gz.tmp' /home/beeswax 0%[ ] 0 --.-KB/s H /ho 20%[====> ] 19.27M 2.03MB/s eta 54s 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/beeswax/heads/packages/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a.tar.gz.tmp' /home/beeswax/heads/pack [ <=> ] 287.79K 697KB/s in 0.4s 2022-01-01 23:14:11 (697 KB/s) - '/home/beeswax/heads/packages/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a.tar.gz.tmp' saved [294697] /home/beeswax/hea 38%[========> ] 16.74M 1.53MB/s eta 27s 2022-01-01 23:14:11+00:00 WGET https://www.kernel.org/pub/software/utils/pciutils/pciutils-3. 5.4.tar.xz --2022-01-01 23:14:11-- https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.5.4.tar.xz SSL_INIT /home/beeswax/hea 40%[=========> ] 184.00K 193KB/s Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' /home/beeswax/head 39%[=========> ] 17.07M 1.56MB/s eta 27s 145.40.68.75, 2604:1380:4601:e00::1 z.tmp 22%[====================> ] 21.70M 2.39MB/s eta 54s c onnected. /home/ 40%[=====================================> ] 17.55M 1.62MB/s eta 27s H /home/beeswax/heads/packages/qrencode-3.4.4.tar 100%[==============================================================================================>] 457.80K 316KB/s in 1.4s 2022-01-01 23:14:12 (316 KB/s) - '/home/beeswax/heads/packages/qrencode-3.4.4.tar.gz.tmp' saved [468788/468788] 2022-01-01 23:14:12+00:00 WGET https://github.com/flashrom/flashrom/archive/b1f858f65b2abd276542650d8cb9e382da258967.tar.gz 301 Moved Permanently Location: https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.5.4.tar.xz [following] --2022-01-01 23:14:12-- https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.5.4.tar.xz SSL_INIT Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... --2022-01-01 23:14:12-- https://github.com/flashrom/flashrom/archive/b1f858f65b2abd276542650d8cb9e382da258967.tar.gz SSL_INIT /home/v 41%[=====================================> ] 17.90M 1.68MB/s eta 27s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 147.75.101.1, 2604:1380:2001:3900::1 Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.101.1|:443... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. /home/va 41%[======================================> ] 18.23M 1.70MB/s eta 27s c onnected. /home/van 42%[=======================================> ] 18.55M 1.73MB/s eta 24s H /home/vant 43%[========================================> ] 18.87M 1.75MB/s eta 24s 2 00 OK Length: 320412 (313K) [application/x-xz] Saving to: '/home/beeswax/heads/packages/pciutils-3.5.4.tar.xz.tmp' /home/beeswax/heads/pack 0%[ ] 0 --.-KB/s 3 02 Found Location: https://codeload.github.com/flashrom/flashrom/tar.gz/b1f858f65b2abd276542650d8cb9e382da258967 [following] --2022-01-01 23:14:13-- https://codeload.github.com/flashrom/flashrom/tar.gz/b1f858f65b2abd276542650d8cb9e382da258967 SSL_INIT / 26%[========================> ] 25.91M 2.98MB/s eta 43s 1 40.82.121.10 /home/beeswax 43%[========================================> ] 19.10M 1.65MB/s eta 24s c onnected. /home/beeswax/ 44%[=========================================> ] 19.60M 1.67MB/s eta 24s H /hom 29%[===========================> ] 28.55M 3.27MB/s eta 43s 2 00 OK Length: unspecified [application/x-gzip] Saving to: '/home/beeswax/heads/packages/flashrom-b1f858f65b2abd276542650d8cb9e382da258967.tar.gz.tmp' /home/beeswax/heads/packages/flashrom-b1f858f65 [ <=> ] 505.79K 539KB/s in 0.9s 2022-01-01 23:14:15 (539 KB/s) - '/home/beeswax/heads/packages/flashrom-b1f858f65b2abd276542650d8cb9e382da258967.tar.gz.tmp' saved [517931] 2022-01-01 23:14:15+00:00 WGET https://www.kernel.org/pub/linux/utils/util-linux/v2.29/util-linux-2.29.2.tar.xz /home/van 33%[==============================> ] 32.00M 3.50MB/s eta 37s - -2022-01-01 23:14:15-- https://www.kernel.org/pub/linux/utils/util-linux/v2.29/util-linux-2.29.2.tar.xz SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' /home/beeswax/heads/p 49%[==============================================> ] 21.58M 1.44MB/s eta 21s 1 45.40.68.75, 2604:1380:4601:e00::1 /home/vant 34%[===============================> ] 32.76M 3.54MB/s eta 37s c onnected. /home/beeswax/heads/packages/pciutils-3.5.4.tar 100%[==============================================================================================>] 312.90K 136KB/s in 2.3s 2022-01-01 23:14:15 (136 KB/s) - '/home/beeswax/heads/packages/pciutils-3.5.4.tar.xz.tmp' saved [320412/320412] 2022-01-01 23:14:15+00:00 WGET https://launchpad.net/popt/head/1.16/+download/popt-1.16.tar.gz /home/beeswax/heads/pac 50%[===============================================> ] 22.18M 1.43MB/s eta 21s - -2022-01-01 23:14:15-- https://launchpad.net/popt/head/1.16/+download/popt-1.16.tar.gz SSL_INIT /home/beeswax/ 35%[================================> ] 34.36M 3.61MB/s eta 33s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving launchpad.net (launchpad.net)... 301 Moved Permanently Location: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.29/util-linux-2.29.2.tar.xz [following] --2022-01-01 23:14:15-- https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.29/util-linux-2.29.2.tar.xz SSL_INIT /home/beeswax/heads/pack 51%[===============================================> ] 22.48M 1.42MB/s eta 21s 1 47.75.101.1, 2604:1380:2001:3900::1 /home/beeswax/h 36%[=================================> ] 35.16M 3.63MB/s eta 33s c onnected. 91.189.89.223, 91.189.89.222, 2001:67c:1560:8003::8004, ... /home/beeswax/he 37%[==================================> ] 35.95M 3.64MB/s eta 33s c onnected. /home/beeswax/heads/packag 52%[=================================================> ] 23.05M 1.39MB/s eta 19s H /home/beeswax/hea 38%[===================================> ] 36.76M 3.68MB/s eta 33s H /home/beeswax/heads/package 53%[=================================================> ] 23.33M 1.39MB/s eta 19s 2 00 OK Length: 4277668 (4.1M) [application/x-xz] Saving to: '/home/beeswax/heads/packages/util-linux-2.29.2.tar.xz.tmp' /home/beeswax/heads/p 41%[======================================> ] 39.89M 3.74MB/s eta 29s 3 03 See Other Location: https://launchpadlibrarian.net/54982493/popt-1.16.tar.gz [following] --2022-01-01 23:14:17-- https://launchpadlibrarian.net/54982493/popt-1.16.tar.gz SSL_INIT /home/beeswax/heads/pa 42%[=======================================> ] 40.69M 3.76MB/s eta 29s 9 1.189.89.228, 91.189.89.229, 2001:67c:1560:8003::8008, ... /home/beeswax/heads/package 2%[=> ] 103.61K 121KB/s c onnected. /home/beeswax/heads/pack 43%[========================================> ] 42.25M 3.81MB/s eta 26s H /home/beeswax/heads/packages/coreb 58%[======================================================> ] 25.29M 1.37MB/s eta 17s 2 00 OK Length: 702769 (686K) [application/x-tar] Saving to: '/home/beeswax/heads/packages/popt-1.16.tar.gz.tmp' /home/beeswax/heads/packages/popt-1.16.tar.gz.t 100%[==============================================================================================>] 686.30K 682KB/s in 1.0s 2022-01-01 23:14:18 (682 KB/s) - '/home/beeswax/heads/packages/popt-1.16.tar.gz.tmp' saved [702769/702769] 2022-01-01 23:14:18+00:00 WGET https://mirrors.kernel.org/sourceware/lvm2/LVM2.2.02.168.tgz /home/beeswax/heads/packages/coreboot-4 60%[========================================================> ] 26.52M 1.31MB/s eta 16s - -2022-01-01 23:14:18-- https://mirrors.kernel.org/sourceware/lvm2/LVM2.2.02.168.tgz SSL_INIT /home/beeswax/heads/packages/l 48%[=============================================> ] 46.86M 3.74MB/s eta 23s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' /home/beeswax/heads/packages/coreboot-4. 61%[=========================================================> ] 26.79M 1.30MB/s eta 16s 1 98.145.21.9, 2001:4f8:4:6f:0:1994:3:14 /home/beeswax/heads/packages/util-l 10%[========> ] 423.61K 148KB/s c onnected. /home/beeswax/heads/packages/linux 51%[================================================> ] 49.92M 3.70MB/s eta 21s H /home/beeswax/heads/packages/util-linu 14%[============> ] 599.61K 166KB/s eta 24s 2 00 OK Length: 2159438 (2.1M) [application/x-gzip] Saving to: '/home/beeswax/heads/packages/LVM2.2.02.168.tgz.tmp' /home/beeswax/heads/packages/LVM2.2.02.168.tgz. 100%[==============================================================================================>] 2.06M 771KB/s in 2.7s 2022-01-01 23:14:22 (771 KB/s) - '/home/beeswax/heads/packages/LVM2.2.02.168.tgz.tmp' saved [2159438/2159438] 2022-01-01 23:14:22+00:00 WGET https://s3.amazonaws.com/json-c_releases/releases/json-c-0.14-nodoc.tar.gz ome/beeswax/heads/packages/linux-4.14.62.tar.xz 62%[=========================================================> ] 59.77M 3.25MB/s eta 16s - -2022-01-01 23:14:22-- https://s3.amazonaws.com/json-c_releases/releases/json-c-0.14-nodoc.tar.gz SSL_INIT /heads/packages/coreboot-4.13.tar.xz.tmp 72%[===================================================================> ] 31.66M 1.27MB/s eta 11s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' me/beeswax/heads/packages/util-linux-2.29.2.tar 29%[==========================> ] 1.19M 220KB/s eta 16s 5 2.217.66.62 e/beeswax/heads/packages/util-linux-2.29.2.tar. 30%[============================> ] 1.26M 221KB/s eta 16s c onnected. ads/packages/coreboot-4.13.tar.xz.tmp 74%[=====================================================================> ] 32.51M 1.26MB/s eta 10s H ds/packages/coreboot-4.13.tar.xz.tmp 75%[======================================================================> ] 32.80M 1.27MB/s eta 10s 2 00 OK Length: 158213 (155K) [application/x-gzip] Saving to: '/home/beeswax/heads/packages/json-c-0.14.tar.gz.tmp' /home/beeswax/heads/packages/json-c-0.14.tar.gz 100%[==============================================================================================>] 154.50K 263KB/s in 0.6s 2022-01-01 23:14:24 (263 KB/s) - '/home/beeswax/heads/packages/json-c-0.14.tar.gz.tmp' saved [158213/158213] 2022-01-01 23:14:24+00:00 WGET https://www.kernel.org/pub/linux/utils/cryptsetup/v2.3/cryptsetup-2.3.3.tar.xz a/heads/packages/linux-4.14.62.tar.xz.tmp 68%[===============================================================> ] 65.62M 3.32MB/s eta 14s - -2022-01-01 23:14:24-- https://www.kernel.org/pub/linux/utils/cryptsetup/v2.3/cryptsetup-2.3.3.tar.xz SSL_INIT ackages/coreboot-4.13.tar.xz.tmp 77%[========================================================================> ] 33.88M 1.32MB/s eta 8s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving www.kernel.org (www.kernel.org)... 145.40.68.75, 2604:1380:4601:e00::1 ckages/coreboot-4.13.tar.xz.tmp 78%[=========================================================================> ] 34.16M 1.29MB/s eta 8s c onnected. kages/coreboot-4.13.tar.xz.tmp 79%[==========================================================================> ] 34.44M 1.30MB/s eta 8s H eads/packages/linux-4.14.62.tar.xz.tmp 70%[=================================================================> ] 67.84M 3.44MB/s eta 12s 3 01 Moved Permanently Location: https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.3/cryptsetup-2.3.3.tar.xz [following] --2022-01-01 23:14:25-- https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.3/cryptsetup-2.3.3.tar.xz SSL_INIT ages/coreboot-4.13.tar.xz.tmp 79%[==========================================================================> ] 34.73M 1.31MB/s eta 8s 1 47.75.101.1, 2604:1380:2001:3900::1 eads/packages/util-linux-2.29.2.tar.xz.tmp 44%[=========================================> ] 1.83M 263KB/s eta 11s c onnected. ads/packages/util-linux-2.29.2.tar.xz.tmp 46%[===========================================> ] 1.91M 270KB/s eta 11s H ds/packages/util-linux-2.29.2.tar.xz.tmp 48%[=============================================> ] 1.99M 276KB/s eta 11s 2 00 OK Length: 11104768 (11M) [application/x-xz] Saving to: '/home/beeswax/heads/packages/cryptsetup-2.3.3.tar.xz.tmp' /home/beeswax/heads/packages/util-linux-2.29.2. 100%[==============================================================================================>] 4.08M 422KB/s in 15s 2022-01-01 23:14:31 (287 KB/s) - '/home/beeswax/heads/packages/util-linux-2.29.2.tar.xz.tmp' saved [4277668/4277668] 2022-01-01 23:14:31+00:00 WGET https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.37.tar.bz2 --2022-01-01 23:14:31-- https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.37.tar.bz2 SSL_INIT /home/beeswax/heads/packages/coreboot-4.13.tar. 100%[==============================================================================================>] 43.60M 1.58MB/s in 36s 2022-01-01 23:14:31 (1.21 MB/s) - '/home/beeswax/heads/packages/coreboot-4.13.tar.xz.tmp' saved [45715844/45715844] 2022-01-01 23:14:31+00:00 WGET https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.6.tar.bz2 --2022-01-01 23:14:31-- https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.6.tar.bz2 SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' r.xz.tmp 91%[=====================================================================================> ] 88.04M 3.17MB/s eta 4s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' home/beeswax/heads/packages/cryptsetup-2.3.3.ta 11%[==========> ] 1.26M 261KB/s eta 45s 2 17.69.76.60217.69.76.60, , 2001:aa8:fff1:2100::602001:aa8:fff1:2100::60 .xz.tmp 92%[======================================================================================> ] 89.01M 3.27MB/s eta 4s c onnected. connected. xz.tmp 93%[=======================================================================================> ] 89.97M 3.36MB/s eta 4s H TTP request sent, awaiting response... HTTP request sent, awaiting response... 200 OK Length: 937282 (915K) [text/plain] Saving to: '/home/beeswax/heads/packages/libgpg-error-1.37.tar.bz2.tmp' /home/beeswax/heads/pack 0%[ ] 0 --.-KB/s 2 00 OK Length: 2997781 (2.9M) [text/plain] Saving to: '/home/beeswax/heads/packages/libgcrypt-1.8.6.tar.bz2.tmp' /home/beeswax/heads/packages/libgpg-error-1.37. 100%[==============================================================================================>] 915.31K 942KB/s in 1.0s 2022-01-01 23:14:32 (942 KB/s) - '/home/beeswax/heads/packages/libgpg-error-1.37.tar.bz2.tmp' saved [937282/937282] anta/heads/packages/cryptsetup-2.3.3.tar.xz.t 17%[===============> ] 1.82M 333KB/s eta 36s 2 022-01-01 23:14:32+00:00 WGET https://gnupg.org/ftp/gcrypt/libksba/libksba-1.4.0.tar.bz2 --2022-01-01 23:14:32-- https://gnupg.org/ftp/gcrypt/libksba/libksba-1.4.0.tar.bz2 SSL_INIT /home/beeswax/heads/packages/ 22%[====================> ] 652.00K 637KB/s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' 98%[============================================================================================> ] 94.38M 3.51MB/s eta 1s 2 17.69.76.60, 2001:aa8:fff1:2100::60 /home/beeswax/heads/packages/l 29%[==========================> ] 856.00K 699KB/s c onnected. /home/beeswax/heads/packages/li 36%[=================================> ] 1.04M 739KB/s H /home/beeswax/heads/packages/linux-4.14.62.tar. 100%[==============================================================================================>] 96.28M 3.62MB/s in 35s 2022-01-01 23:14:33 (2.71 MB/s) - '/home/beeswax/heads/packages/linux-4.14.62.tar.xz.tmp' saved [100957512/100957512] 200 OK Length: 651319 (636K) [text/plain] Saving to: '/home/beeswax/heads/packages/libksba-1.4.0.tar.bz2.tmp' /home/beeswax/heads/pack 0%[ ] 0 --.-KB/s 2 022-01-01 23:14:33+00:00 WGET https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.3.tar.bz2 /home/beeswax/heads/packages/lib 46%[===========================================> ] 1.34M 835KB/s - -2022-01-01 23:14:33-- https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.3.tar.bz2 SSL_INIT a/heads/packages/cryptsetup-2.3.3.tar.xz.tmp 19%[=================> ] 2.12M 378KB/s eta 32s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving gnupg.org (gnupg.org)... 217.69.76.60, 2001:aa8:fff1:2100::60 /heads/packages/cryptsetup-2.3.3.tar.xz.tmp 21%[===================> ] 2.26M 403KB/s eta 32s c onnected. /home/beeswax/heads/packages/libksba-1.4.0.tar. 100%[==============================================================================================>] 636.05K 1.44MB/s in 0.4s 2022-01-01 23:14:33 (1.44 MB/s) - '/home/beeswax/heads/packages/libksba-1.4.0.tar.bz2.tmp' saved [651319/651319] /home/beeswax/heads/packages/libgc 72%[====================================================================> ] 2.08M 1.02MB/s 2 022-01-01 23:14:33+00:00 WGET https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2 HTTP request sent, awaiting response... --2022-01-01 23:14:33-- https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2 SSL_INIT heads/packages/cryptsetup-2.3.3.tar.xz.tmp 22%[====================> ] 2.40M 423KB/s eta 32s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving gnupg.org (gnupg.org)... 200 OK Length: 572348 (559K) [text/plain] Saving to: '/home/beeswax/heads/packages/libassuan-2.5.3.tar.bz2.tmp' /home/beeswax/heads/pack 0%[ ] 0 --.-KB/s 2 17.69.76.60, 2001:aa8:fff1:2100::60 /home/beeswax/heads/packages/libgcr 92%[=======================================================================================> ] 2.66M 1.18MB/s c onnected. /home/beeswax/heads/packages/libgcrypt-1.8.6.ta 100%[==============================================================================================>] 2.86M 1.23MB/s in 2.3s 2022-01-01 23:14:34 (1.23 MB/s) - '/home/beeswax/heads/packages/libgcrypt-1.8.6.tar.bz2.tmp' saved [2997781/2997781] eads/packages/cryptsetup-2.3.3.tar.xz.tmp 23%[=====================> ] 2.54M 457KB/s eta 32s 2 022-01-01 23:14:34+00:00 WGET https://github.com/libusb/libusb/releases/download/v1.0.21/libusb-1.0.21.tar.bz2 --2022-01-01 23:14:34-- https://github.com/libusb/libusb/releases/download/v1.0.21/libusb-1.0.21.tar.bz2 SSL_INIT /home/beeswax/heads/packa 16%[==============> ] 92.00K 385KB/s H TTP request sent, awaiting response... Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 140.82.121.4 ads/packages/cryptsetup-2.3.3.tar.xz.tmp 25%[=======================> ] 2.69M 487KB/s eta 25s 2 00 OK Length: 300486 (293K) [text/plain] Saving to: '/home/beeswax/heads/packages/npth-1.6.tar.bz2.tmp' /home/beeswax/heads/packages/libassuan-2.5.3.ta 100%[==============================================================================================>] 558.93K 1.27MB/s in 0.4s 2022-01-01 23:14:34 (1.27 MB/s) - '/home/beeswax/heads/packages/libassuan-2.5.3.tar.bz2.tmp' saved [572348/572348] connected. 2022-01-01 23:14:34+00:00 WGET https://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2 --2022-01-01 23:14:34-- https://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2 SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' /home/beeswax/heads/packages/npth-1.6.tar.bz2.t 31%[============================> ] 92.00K 392KB/s 2 04.68.111.105 /home/beeswax/heads/packages/npth-1.6.tar.bz2.t 100%[==============================================================================================>] 293.44K 718KB/s in 0.4s 2022-01-01 23:14:34 (718 KB/s) - '/home/beeswax/heads/packages/npth-1.6.tar.bz2.tmp' saved [300486/300486] s/packages/cryptsetup-2.3.3.tar.xz.tmp 28%[=========================> ] 2.99M 533KB/s eta 25s 2 022-01-01 23:14:34+00:00 WGET https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.21.tar.bz2 --2022-01-01 23:14:34-- https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.21.tar.bz2 SSL_INIT 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/15120676/391d1602-9a9b-11e6-85f7-70b3577a8763?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credentia l=AKIAIWNJYAX4CSVEH53A%2F20220101%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220101T231434Z&X-Amz-Expires=300&X-Amz-Signature=c0abb70aef0e5ae3545e7804a57b4c7eeed8f49fa8f86e6a7e5ad b2689992d61&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=15120676&response-content-disposition=attachment%3B%20filename%3Dlibusb-1.0.21.tar.bz2&response-content-type=applica tion%2Foctet-stream [following] --2022-01-01 23:14:34-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/15120676/391d1602-9a9b-11e6-85f7-70b3577a8763?X-Amz-Algorithm=AWS4-HMAC-SHA256& X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220101%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220101T231434Z&X-Amz-Expires=300&X-Amz-Signature=c0abb70aef0e5ae3545e7804a57b4c7eeed8f4 9fa8f86e6a7e5adb2689992d61&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=15120676&response-content-disposition=attachment%3B%20filename%3Dlibusb-1.0.21.tar.bz2&response-conte nt-type=application%2Foctet-stream SSL_INIT Resolving objects.githubusercontent.com (objects.githubusercontent.com)... Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving www.gnupg.org (www.gnupg.org)... connected. 217.69.76.60, 2001:aa8:fff1:2100::60 Connecting to www.gnupg.org (www.gnupg.org)|217.69.76.60|:443... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... /packages/cryptsetup-2.3.3.tar.xz.tmp 29%[===========================> ] 3.16M 551KB/s eta 25s c onnected. connected. packages/cryptsetup-2.3.3.tar.xz.tmp 31%[============================> ] 3.33M 573KB/s eta 25s 2 00 OK Length: 6813160 (6.5M) [text/plain] Saving to: '/home/beeswax/heads/packages/gnupg-2.2.21.tar.bz2.tmp' ackages/cryptsetup-2.3.3.tar.xz.tmp 32%[==============================> ] 3.49M 592KB/s eta 19s H /home/beeswax/heads/packag 9%[========> ] 652.00K 1.50MB/s 2 00 OK Length: 607417 (593K) [application/octet-stream] Saving to: '/home/beeswax/heads/packages/libusb-1.0.21.tar.bz2.tmp' /home/beeswax/heads/pack 0%[ ] 0 --.-KB/s 3 02 Found Location: https://netix.dl.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2 [following] --2022-01-01 23:14:35-- https://netix.dl.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2 SSL_INIT kages/cryptsetup-2.3.3.tar.xz.tmp 35%[================================> ] 3.76M 622KB/s eta 19s 8 7.121.121.2 /home/beeswax/heads/packa 8%[======> ] 49.79K 195KB/s c onnected. /home/beeswax/heads/packag 30%[============================> ] 183.40K 377KB/s H /home/beeswax/heads/packages 44%[========================================> ] 2.86M 2.59MB/s 2 00 OK Length: 276769 (270K) [application/octet-stream] Saving to: '/home/beeswax/heads/packages/libusb-compat-0.1.5.tar.bz2.tmp' /home/beeswax/heads/packages/libusb-1.0.21.tar. 100%[==============================================================================================>] 593.18K 465KB/s in 1.3s 2022-01-01 23:14:36 (465 KB/s) - '/home/beeswax/heads/packages/libusb-1.0.21.tar.bz2.tmp' saved [607417/607417] 2022-01-01 23:14:36+00:00 WGET https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.1.0.tar.bz2 /home/beeswax/heads/packages/libusb-compat-0.1. 100%[==============================================================================================>] 270.28K 424KB/s in 0.6s 2022-01-01 23:14:36 (424 KB/s) - '/home/beeswax/heads/packages/libusb-compat-0.1.5.tar.bz2.tmp' saved [276769/276769] --2022-01-01 23:14:36-- https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.1.0.tar.bz2 SSL_INIT 2022-01-01 23:14:36+00:00 WGET https://matt.ucc.asn.au/dropbear/releases/dropbear-2016.74.tar.bz2 --2022-01-01 23:14:37-- https://matt.ucc.asn.au/dropbear/releases/dropbear-2016.74.tar.bz2 SSL_INIT /home/beeswax/heads/packages/gnupg-2.2.21.tar.b 100%[==============================================================================================>] 6.50M 3.49MB/s in 1.9s 2022-01-01 23:14:37 (3.49 MB/s) - '/home/beeswax/heads/packages/gnupg-2.2.21.tar.bz2.tmp' saved [6813160/6813160] 2022-01-01 23:14:37+00:00 WGET https://github.com/osresearch/flashtools/archive/40d5170e84a3822552df7a500cd00aa870fdfe76.tar.gz --2022-01-01 23:14:37-- https://github.com/osresearch/flashtools/archive/40d5170e84a3822552df7a500cd00aa870fdfe76.tar.gz SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving www.gnupg.org (www.gnupg.org)... Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving matt.ucc.asn.au (matt.ucc.asn.au)... Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' cryptsetup-2.3.3.tar.xz.tmp 41%[======================================> ] 4.35M 611KB/s eta 17s 2 17.69.76.60, 2001:aa8:fff1:2100::60 Connecting to www.gnupg.org (www.gnupg.org)|217.69.76.60|:443... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. connected. ryptsetup-2.3.3.tar.xz.tmp 42%[=======================================> ] 4.51M 625KB/s eta 17s H TTP request sent, awaiting response... HTTP request sent, awaiting response... 200 OK Length: 467702 (457K) [text/plain] Saving to: '/home/beeswax/heads/packages/pinentry-1.1.0.tar.bz2.tmp' yptsetup-2.3.3.tar.xz.tmp 44%[========================================> ] 4.66M 630KB/s eta 15s 3 02 Found Location: https://codeload.github.com/osresearch/flashtools/tar.gz/40d5170e84a3822552df7a500cd00aa870fdfe76 [following] --2022-01-01 23:14:37-- https://codeload.github.com/osresearch/flashtools/tar.gz/40d5170e84a3822552df7a500cd00aa870fdfe76 SSL_INIT Resolving codeload.github.com (codeload.github.com)... 140.82.121.10 Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... 104.26.9.126, 172.67.72.143, 104.26.8.126, ... /home/beeswax/heads/packa 19%[=================> ] 88.00K 389KB/s c onnected. ptsetup-2.3.3.tar.xz.tmp 45%[==========================================> ] 4.82M 639KB/s eta 15s c onnected. /home/beeswax/heads/packages/pinentry-1.1.0.tar 100%[==============================================================================================>] 456.74K 1.14MB/s in 0.4s 2022-01-01 23:14:37 (1.14 MB/s) - '/home/beeswax/heads/packages/pinentry-1.1.0.tar.bz2.tmp' saved [467702/467702] HTTP request sent, awaiting response... 2022-01-01 23:14:37+00:00 WGET https://www.jedsoft.org/releases/slang/slang-2.3.1a.tar.bz2 HTTP request sent, awaiting response... --2022-01-01 23:14:37-- https://www.jedsoft.org/releases/slang/slang-2.3.1a.tar.bz2 SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' tsetup-2.3.3.tar.xz.tmp 46%[===========================================> ] 4.96M 641KB/s eta 15s 2 00 OK Length: unspecified [application/x-gzip] Saving to: '/home/beeswax/heads/packages/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76.tar.gz.tmp' /home/beeswax/heads/packages/flashtools-40d5170 [ <=> ] 22.80K --.-KB/s in 0.07s 2022-01-01 23:14:38 (321 KB/s) - '/home/beeswax/heads/packages/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76.tar.gz.tmp' saved [23346] 2022-01-01 23:14:38+00:00 WGET https://releases.pagure.org/newt/newt-0.52.20.tar.gz --2022-01-01 23:14:38-- https://releases.pagure.org/newt/newt-0.52.20.tar.gz SSL_INIT Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving releases.pagure.org (releases.pagure.org)... 199.180.249.46 etup-2.3.3.tar.xz.tmp 49%[==============================================> ] 5.29M 653KB/s eta 15s c onnected. p-2.3.3.tar.xz.tmp 54%[===================================================> ] 5.82M 665KB/s eta 12s H -2.3.3.tar.xz.tmp 56%[====================================================> ] 5.99M 669KB/s eta 12s 8 .43.85.76, 2620:52:3:1:dead:beef:cafe:fed8 Connecting to releases.pagure.org (releases.pagure.org)|8.43.85.76|:443... connected. 200 OK Length: 1577749 (1.5M) [application/x-gtar-compressed] Saving to: '/home/beeswax/heads/packages/slang-2.3.1a.tar.bz2.tmp' 2.3.3.tar.xz.tmp 58%[======================================================> ] 6.18M 669KB/s eta 12s H .3.3.tar.xz.tmp 60%[========================================================> ] 6.37M 694KB/s eta 9s 2 00 OK Length: 1622234 (1.5M) [application/x-bzip2] Saving to: '/home/beeswax/heads/packages/dropbear-2016.74.tar.bz2.tmp' 3.3.tar.xz.tmp 61%[=========================================================> ] 6.55M 764KB/s eta 9s 2 00 OK Length: 181163 (177K) [application/x-gzip] Saving to: '/home/beeswax/heads/packages/newt-0.52.20.tar.gz.tmp' /home/beeswax/heads/packages/newt-0.52.20.tar.g 100%[==============================================================================================>] 176.92K 373KB/s in 0.5s 2022-01-01 23:14:40 (373 KB/s) - '/home/beeswax/heads/packages/newt-0.52.20.tar.gz.tmp' saved [181163/181163] 2022-01-01 23:14:40+00:00 WGET https://github.com/osresearch/msr-tools/archive/572ef8a2b873eda15a322daa48861140a078b92c.tar.gz /home/beeswax/heads/packages 34%[================================> ] 536.00K 535KB/s - -2022-01-01 23:14:40-- https://github.com/osresearch/msr-tools/archive/572ef8a2b873eda15a322daa48861140a078b92c.tar.gz SSL_INIT .tar.xz.tmp 67%[===============================================================> ] 7.15M 844KB/s eta 9s L oaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 140.82.121.4 /home/beeswax/heads/packages/ 64%[============================================================> ] 1000K 830KB/s c onnected. /home/beeswax/heads/packages/slang-2.3.1a.tar.b 100%[==============================================================================================>] 1.50M 1.14MB/s in 1.3s 2022-01-01 23:14:40 (1.14 MB/s) - '/home/beeswax/heads/packages/slang-2.3.1a.tar.bz2.tmp' saved [1577749/1577749] 2022-01-01 23:14:40+00:00 INSTALL boards/qemu-coreboot/qemu-coreboot.config 2022-01-01 23:14:40+00:00 HASH fba79ab44811d9bfb4e87fc351c7faff576f71fc clean qemu-coreboot 2022-01-01 23:14:40+00:00 CPIO build/qemu-coreboot/heads.cpio HTTP request sent, awaiting response... 309774c49f832858442ebfba36c1fc8630cad6845fce3af3f66c260f4f5b330c /home/beeswax/heads/build/qemu-coreboot/heads.cpio 2022-01-01 23:14:40+00:00 HASHES build/qemu-coreboot/heads.cpio tar xf "/home/beeswax/heads/packages/gawk-4.2.1.tar.xz" -C "/home/beeswax/heads/build" ar.xz.tmp 71%[==================================================================> ] 7.54M 890KB/s eta 7s 3 02 Found Location: https://codeload.github.com/osresearch/msr-tools/tar.gz/572ef8a2b873eda15a322daa48861140a078b92c [following] --2022-01-01 23:14:40-- https://codeload.github.com/osresearch/msr-tools/tar.gz/572ef8a2b873eda15a322daa48861140a078b92c SSL_INIT r.xz.tmp 73%[====================================================================> ] 7.76M 907KB/s eta 7s 1 40.82.121.10 /home/beeswax/heads/packages/ 18%[================> ] 294.03K 213KB/s c onnected. touch "/home/beeswax/heads/build/gawk-4.2.1/.extract" echo "060656b46a7859d038ddeec3f7e086e85f146a50b280c4babec23c1188264dc8 /home/beeswax/heads/packages/coreboot-blobs-4.13.tar.xz" | sha256sum --check - /home/beeswax/heads/packages/coreboot-blobs-4.13.tar.xz: OK HTTP request sent, awaiting response... echo "4779da645a25ddebc78f1bd2bd0b740fb1e6479572648d4650042a2b9502856a /home/beeswax/heads/packages/coreboot-4.13.tar.xz" | sha256sum --check - /home/beeswax/heads/packages/d 22%[====================> ] 358.03K 222KB/s / home/beeswax/heads/packages/coreboot-4.13.tar.xz: OK echo "b4b85d6d3ddab0f2b8650a53e775673f8c346fa2fb07d652a9880bd206ade100 /home/beeswax/heads/packages/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1.tar.gz: OK echo "51ca4d7e8ee156dc0f19bc7768915cfae41dbb0b4f251e4fa8b178c5674c22ab /home/beeswax/heads/packages/linux-4.14.62.tar.xz" | sha256sum --check - /home/beeswax/heads/packages/dr 26%[========================> ] 422.03K 229KB/s / home/beeswax/heads/packages/linux-4.14.62.tar.xz: OK echo "c35d87f1d04b2b153d33c275c2632e40d388a88f19a9e71727e0bbbff51fe689 /home/beeswax/heads/packages/busybox-1.32.0.tar.bz2" | sha256sum --check - 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/beeswax/heads/packages/msr-tools-572ef8a2b873eda15a322daa48861140a078b92c.tar.gz.tmp' /home/beeswax/heads/pack [<=> ] 0 --.-KB/s / home/beeswax/heads/packages/busybox-1.32.0.tar.bz2: OK /home/beeswax/heads/packages/msr-tools-572ef8a2 [ <=> ] 5.05K --.-KB/s in 0.001s 2022-01-01 23:14:41 (4.67 MB/s) - '/home/beeswax/heads/packages/msr-tools-572ef8a2b873eda15a322daa48861140a078b92c.tar.gz.tmp' saved [5171] echo "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 /home/beeswax/heads/packages/zlib-1.2.11.tar.gz" | sha256sum --check - echo "40623d4321be2865ef9ea2cd6ec998d31dcf93d0f74353cbd3aa06d8821e3e41 /home/beeswax/heads/packages/kexec-tools-2.0.22.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/zlib-1.2.11.tar.gz: OK z.tmp 79%[==========================================================================> ] 8.44M 966KB/s eta 4s / home/beeswax/heads/packages/kexec-tools-2.0.22.tar.gz: OK echo "d01f2d5586a52055329d194d909103f445bd2d0b6b2b5f1c830fbf828ac6299f /home/beeswax/heads/packages/mbedtls-2.4.2-gpl.tgz" | sha256sum --check - echo "e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72 /home/beeswax/heads/packages/qrencode-3.4.4.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/qrencode-3.4.4.tar.gz: OK echo "1082f2b0e4af833e04220dddedcc21a39eb39ee4dc5668bb010e7bcc795c606c /home/beeswax/heads/packages/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/mbedtls-2.4.2-gpl.tgz: OK /home/beeswax/heads/packages/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a.tar.gz: OK echo "64293c6ab9318c40ef262b76d87bd9097531759752bac556e50979b1e63cfe66 /home/beeswax/heads/packages/pciutils-3.5.4.tar.xz" | sha256sum --check - echo "4873ad50f500629c244fc3fbee64b56403a82307d7f555dfa235336a200c336c /home/beeswax/heads/packages/flashrom-b1f858f65b2abd276542650d8cb9e382da258967.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/pciutils-3.5.4.tar.xz: OK /home/beeswax/heads/packages/flashrom-b1f858f65b2abd276542650d8cb9e382da258967.tar.gz: OK echo "accea4d678209f97f634f40a93b7e9fcad5915d1f4749f6c47bee6bf110fe8e3 /home/beeswax/heads/packages/util-linux-2.29.2.tar.xz" | sha256sum --check - echo "e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8 /home/beeswax/heads/packages/popt-1.16.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/popt-1.16.tar.gz: OK echo "23a3d1cddd41b3ef51812ebf83e9fa491f502fe74130d4263be327a91914660d /home/beeswax/heads/packages/LVM2.2.02.168.tgz" | sha256sum --check - /home/beeswax/heads/packages/util-linux-2.29.2.tar.xz: OK /home/beeswax/heads/packages/LVM2.2.02.168.tgz: OK echo "99914e644a25201d82ccefa20430f7515c110923360f9ef46755527c02412afa /home/beeswax/heads/packages/json-c-0.14.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/json-c-0.14.tar.gz: OK echo "b32d6ff72a73cf79797f7f2d039e95e9c6f92f0c1450215410840ab62aea9763 /home/beeswax/heads/packages/libgpg-error-1.37.tar.bz2" | sha256sum --check - echo "0cba2700617b99fc33864a0c16b1fa7fdf9781d9ed3509f5d767178e5fd7b975 /home/beeswax/heads/packages/libgcrypt-1.8.6.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/libgpg-error-1.37.tar.bz2: OK echo "bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6 /home/beeswax/heads/packages/libksba-1.4.0.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/libgcrypt-1.8.6.tar.bz2: OK echo "91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f765e702 /home/beeswax/heads/packages/libassuan-2.5.3.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/libksba-1.4.0.tar.bz2: OK echo "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 /home/beeswax/heads/packages/npth-1.6.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/libassuan-2.5.3.tar.bz2: OK /home/beeswax/heads/packages/npth-1.6.tar.bz2: OK echo "7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b /home/beeswax/heads/packages/libusb-1.0.21.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/dro 30%[============================> ] 486.03K 234KB/s e cho "404ef4b6b324be79ac1bfb3d839eac860fbc929e6acb1ef88793a6ea328bc55a /home/beeswax/heads/packages/libusb-compat-0.1.5.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/libusb-1.0.21.tar.bz2: OK /home/beeswax/heads/packages/libusb-compat-0.1.5.tar.bz2: OK echo "61e83278fb5fa7336658a8b73ab26f379d41275bb1c7c6e694dd9f9a6e8e76ec /home/beeswax/heads/packages/gnupg-2.2.21.tar.bz2" | sha256sum --check - echo "68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570 /home/beeswax/heads/packages/pinentry-1.1.0.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/pinentry-1.1.0.tar.bz2: OK echo "dca7f4fd129509bdcbf5e4646905d6dd82e91061d7faf62bbe7193c31bb7cd4c /home/beeswax/heads/packages/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76.tar.gz: OK echo "54f0c3007fde918039c058965dffdfd6c5aec0bad0f4227192cc486021f08c36 /home/beeswax/heads/packages/slang-2.3.1a.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/slang-2.3.1a.tar.bz2: OK /home/beeswax/heads/packages/gnupg-2.2.21.tar.bz2: OK echo "8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc /home/beeswax/heads/packages/newt-0.52.20.tar.gz" | sha256sum --check - echo "80554790d0a404205fe215c9ae8d2de159e980ec23821d636f201f12550e6ac0 /home/beeswax/heads/packages/msr-tools-572ef8a2b873eda15a322daa48861140a078b92c.tar.gz" | sha256sum --check - /home/beeswax/heads/packages/msr-tools-572ef8a2b873eda15a322daa48861140a078b92c.tar.gz: OK /home/beeswax/heads/packages/newt-0.52.20.tar.gz: OK touch "/home/beeswax/heads/build/gawk-4.2.1/.patch" mkdir -p "/home/beeswax/heads/build/coreboot-4.13/3rdparty/" tar -xf "/home/beeswax/heads/packages/coreboot-blobs-4.13.tar.xz" --strip 2 -C "/home/beeswax/heads/build/coreboot-4.13/3rdparty/" mkdir -p "/home/beeswax/heads/build/coreboot-4.13/" tar -xf "/home/beeswax/heads/packages/coreboot-4.13.tar.xz" --strip 1 -C "/home/beeswax/heads/build/coreboot-4.13/" /home/beeswax/heads/packages/cryptsetup-2.3.3.t 100%[==============================================================================================>] 10.59M 1.09MB/s in 18s 2022-01-01 23:14:43 (613 KB/s) - '/home/beeswax/heads/packages/cryptsetup-2.3.3.tar.xz.tmp' saved [11104768/11104768] mkdir -p "/home/beeswax/heads/build/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1/" tar -xf "/home/beeswax/heads/packages/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1.tar.gz" --strip 1 -C "/home/beeswax/heads/build/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a5 3bc1/" if [ -r patches/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1.patch ]; then ( cd /home/beeswax/heads/build/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1/ ; patch -p1 ) < p atches/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1.patch || exit 1 ; fi if [ -d patches/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1 ] && [ -r patches/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1 ] ; then for patch in patches/musl-cross-38 e52db8358c043ae82b346a2e6e66bc86a53bc1/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/linux-4.14.62/" tar -xf "/home/beeswax/heads/packages/linux-4.14.62.tar.xz" --strip 1 -C "/home/beeswax/heads/build/linux-4.14.62/" /home/beeswax/heads/packages/dropbear-2016.74.t 100%[==============================================================================================>] 1.55M 278KB/s in 6.0s 2022-01-01 23:14:45 (263 KB/s) - '/home/beeswax/heads/packages/dropbear-2016.74.tar.bz2.tmp' saved [1622234/1622234] mkdir -p "/home/beeswax/heads/build/busybox-1.32.0/" tar -xf "/home/beeswax/heads/packages/busybox-1.32.0.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/busybox-1.32.0/" if [ -r patches/coreboot-blobs-4.13.patch ]; then ( cd /home/beeswax/heads/build/coreboot-4.13/3rdparty/ ; patch -p1 ) < patches/coreboot-blobs-4.13.patch || exit 1 ; fi if [ -d patches/coreboot-blobs-4.13 ] && [ -r patches/coreboot-blobs-4.13 ] ; then for patch in patches/coreboot-blobs-4.13/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/coreboot-4.13/3rdparty/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/zlib-1.2.11/" tar -xf "/home/beeswax/heads/packages/zlib-1.2.11.tar.gz" --strip 1 -C "/home/beeswax/heads/build/zlib-1.2.11/" if [ -r patches/zlib-1.2.11.patch ]; then ( cd /home/beeswax/heads/build/zlib-1.2.11/ ; patch -p1 ) < patches/zlib-1.2.11.patch || exit 1 ; fi if [ -d patches/zlib-1.2.11 ] && [ -r patches/zlib-1.2.11 ] ; then for patch in patches/zlib-1.2.11/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/ zlib-1.2.11/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/kexec-tools-2.0.22/" tar -xf "/home/beeswax/heads/packages/kexec-tools-2.0.22.tar.gz" --strip 1 -C "/home/beeswax/heads/build/kexec-tools-2.0.22/" if [ -r patches/kexec-2.0.22.patch ]; then ( cd /home/beeswax/heads/build/kexec-tools-2.0.22/ ; patch -p1 ) < patches/kexec-2.0.22.patch || exit 1 ; fi patching file Makefile.in Hunk #1 succeeded at 167 (offset 10 lines). patching file kexec/arch/i386/x86-linux-setup.c Hunk #1 succeeded at 141 (offset 4 lines). patching file kexec/kexec.c Hunk #1 succeeded at 807 (offset 2 lines). patching file purgatory/Makefile patching file util/Makefile if [ -d patches/kexec-2.0.22 ] && [ -r patches/kexec-2.0.22 ] ; then for patch in patches/kexec-2.0.22/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/bui ld/kexec-tools-2.0.22/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/mbedtls-2.4.2/" tar -xf "/home/beeswax/heads/packages/mbedtls-2.4.2-gpl.tgz" --strip 1 -C "/home/beeswax/heads/build/mbedtls-2.4.2/" if [ -r patches/mbedtls-2.4.2.patch ]; then ( cd /home/beeswax/heads/build/mbedtls-2.4.2/ ; patch -p1 ) < patches/mbedtls-2.4.2.patch || exit 1 ; fi if [ -d patches/mbedtls-2.4.2 ] && [ -r patches/mbedtls-2.4.2 ] ; then for patch in patches/mbedtls-2.4.2/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/ build/mbedtls-2.4.2/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/qrencode-3.4.4/" tar -xf "/home/beeswax/heads/packages/qrencode-3.4.4.tar.gz" --strip 1 -C "/home/beeswax/heads/build/qrencode-3.4.4/" if [ -r patches/qrencode-3.4.4.patch ]; then ( cd /home/beeswax/heads/build/qrencode-3.4.4/ ; patch -p1 ) < patches/qrencode-3.4.4.patch || exit 1 ; fi if [ -d patches/qrencode-3.4.4 ] && [ -r patches/qrencode-3.4.4 ] ; then for patch in patches/qrencode-3.4.4/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/hea ds/build/qrencode-3.4.4/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a/" tar -xf "/home/beeswax/heads/packages/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a.tar.gz" --strip 1 -C "/home/beeswax/heads/build/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a/" if [ -r patches/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a.patch ]; then ( cd /home/beeswax/heads/build/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a/ ; patch -p1 ) < patches /tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a.patch || exit 1 ; fi if [ -d patches/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a ] && [ -r patches/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a ] ; then for patch in patches/tpmtotp-18b860fdcf5 a55537c8395b891f2b2a5c24fc00a/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/tpmtotp-18b860fdcf5a55537c8395b891f2b2a5c24fc00a/ ; patch -p1 ) < $pat ch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/pciutils-3.5.4/" tar -xf "/home/beeswax/heads/packages/pciutils-3.5.4.tar.xz" --strip 1 -C "/home/beeswax/heads/build/pciutils-3.5.4/" if [ -r patches/busybox-1.32.0.patch ]; then ( cd /home/beeswax/heads/build/busybox-1.32.0/ ; patch -p1 ) < patches/busybox-1.32.0.patch || exit 1 ; fi if [ -d patches/busybox-1.32.0 ] && [ -r patches/busybox-1.32.0 ] ; then for patch in patches/busybox-1.32.0/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/hea ds/build/busybox-1.32.0/ ; patch -p1 ) < $patch || exit 1 ; done ; fi if [ -r patches/pciutils-3.5.4.patch ]; then ( cd /home/beeswax/heads/build/pciutils-3.5.4/ ; patch -p1 ) < patches/pciutils-3.5.4.patch || exit 1 ; fi mkdir -p "/home/beeswax/heads/build/flashrom-b1f858f65b2abd276542650d8cb9e382da258967/" patching file lib/types.h tar -xf "/home/beeswax/heads/packages/flashrom-b1f858f65b2abd276542650d8cb9e382da258967.tar.gz" --strip 1 -C "/home/beeswax/heads/build/flashrom-b1f858f65b2abd276542650d8cb9e382da258967 /" if [ -d patches/pciutils-3.5.4 ] && [ -r patches/pciutils-3.5.4 ] ; then for patch in patches/pciutils-3.5.4/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/hea ds/build/pciutils-3.5.4/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/util-linux-2.29.2/" tar -xf "/home/beeswax/heads/packages/util-linux-2.29.2.tar.xz" --strip 1 -C "/home/beeswax/heads/build/util-linux-2.29.2/" if [ -r patches/flashrom-b1f858f65b2abd276542650d8cb9e382da258967.patch ]; then ( cd /home/beeswax/heads/build/flashrom-b1f858f65b2abd276542650d8cb9e382da258967/ ; patch -p1 ) < patch es/flashrom-b1f858f65b2abd276542650d8cb9e382da258967.patch || exit 1 ; fi if [ -d patches/flashrom-b1f858f65b2abd276542650d8cb9e382da258967 ] && [ -r patches/flashrom-b1f858f65b2abd276542650d8cb9e382da258967 ] ; then for patch in patches/flashrom-b1f858f6 5b2abd276542650d8cb9e382da258967/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/flashrom-b1f858f65b2abd276542650d8cb9e382da258967/ ; patch -p1 ) < $patch || exit 1 ; done ; fi Applying patch file : patches/flashrom-b1f858f65b2abd276542650d8cb9e382da258967/0100-enable-kgpe-d16.patch patching file Makefile Hunk #1 succeeded at 263 (offset 27 lines). Hunk #2 succeeded at 575 (offset 73 lines). Hunk #3 succeeded at 712 (offset 76 lines). Hunk #4 succeeded at 845 (offset 91 lines). Hunk #5 succeeded at 974 (offset 106 lines). patching file ast1100.c patching file ast2400.c patching file flashchips.c Hunk #1 succeeded at 12388 (offset 115 lines). Hunk #2 succeeded at 16774 (offset 115 lines). patching file flashrom.c Hunk #2 succeeded at 158 (offset 24 lines). patching file pcidev.c patching file programmer.h Hunk #2 succeeded at 47 with fuzz 2 (offset 3 lines). Hunk #3 succeeded at 429 with fuzz 1 (offset 21 lines). mkdir -p "/home/beeswax/heads/build/popt-1.16/" tar -xf "/home/beeswax/heads/packages/popt-1.16.tar.gz" --strip 1 -C "/home/beeswax/heads/build/popt-1.16/" if [ -r patches/coreboot-4.13.patch ]; then ( cd /home/beeswax/heads/build/coreboot-4.13/ ; patch -p1 ) < patches/coreboot-4.13.patch || exit 1 ; fi if [ -d patches/coreboot-4.13 ] && [ -r patches/coreboot-4.13 ] ; then for patch in patches/coreboot-4.13/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/ build/coreboot-4.13/ ; patch -p1 ) < $patch || exit 1 ; done ; fi Applying patch file : patches/coreboot-4.13/0080-util-crossgcc-builgcc_temp_fix_from_https_to_http.patch patching file util/crossgcc/buildgcc if [ -r patches/popt-1.16.patch ]; then ( cd /home/beeswax/heads/build/popt-1.16/ ; patch -p1 ) < patches/popt-1.16.patch || exit 1 ; fi if [ -d patches/popt-1.16 ] && [ -r patches/popt-1.16 ] ; then for patch in patches/popt-1.16/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/popt-1 .16/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/lvm2.2.02.168/" tar -xf "/home/beeswax/heads/packages/LVM2.2.02.168.tgz" --strip 1 -C "/home/beeswax/heads/build/lvm2.2.02.168/" mkdir -p "/home/beeswax/heads/build/json-c-0.14/" tar -xf "/home/beeswax/heads/packages/json-c-0.14.tar.gz" --strip 1 -C "/home/beeswax/heads/build/json-c-0.14/" if [ -r patches/json-c-0.14.patch ]; then ( cd /home/beeswax/heads/build/json-c-0.14/ ; patch -p1 ) < patches/json-c-0.14.patch || exit 1 ; fi if [ -d patches/json-c-0.14 ] && [ -r patches/json-c-0.14 ] ; then for patch in patches/json-c-0.14/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/ json-c-0.14/ ; patch -p1 ) < $patch || exit 1 ; done ; fi echo "3bca4ffe39e2f94cef50f6ea65acb873a6dbce5db34fc6bcefe38b6d095e82df /home/beeswax/heads/packages/cryptsetup-2.3.3.tar.xz" | sha256sum --check - /home/beeswax/heads/packages/cryptsetup-2.3.3.tar.xz: OK mkdir -p "/home/beeswax/heads/build/libgpg-error-1.37/" tar -xf "/home/beeswax/heads/packages/libgpg-error-1.37.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/libgpg-error-1.37/" if [ -r patches/lvm2-2.02.168.patch ]; then ( cd /home/beeswax/heads/build/lvm2.2.02.168/ ; patch -p1 ) < patches/lvm2-2.02.168.patch || exit 1 ; fi patching file lib/mm/memlock.c patching file libdm/libdm-stats.c patching file libdm/Makefile.in patching file make.tmpl.in patching file tools/lvmcmdline.c if [ -d patches/lvm2-2.02.168 ] && [ -r patches/lvm2-2.02.168 ] ; then for patch in patches/lvm2-2.02.168/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/ build/lvm2.2.02.168/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/libgcrypt-1.8.6/" tar -xf "/home/beeswax/heads/packages/libgcrypt-1.8.6.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/libgcrypt-1.8.6/" if [ -r patches/libgpg-error-1.37.patch ]; then ( cd /home/beeswax/heads/build/libgpg-error-1.37/ ; patch -p1 ) < patches/libgpg-error-1.37.patch || exit 1 ; fi if [ -d patches/libgpg-error-1.37 ] && [ -r patches/libgpg-error-1.37 ] ; then for patch in patches/libgpg-error-1.37/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/ beeswax/heads/build/libgpg-error-1.37/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/libksba-1.4.0/" tar -xf "/home/beeswax/heads/packages/libksba-1.4.0.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/libksba-1.4.0/" if [ -r patches/util-linux-2.29.2.patch ]; then ( cd /home/beeswax/heads/build/util-linux-2.29.2/ ; patch -p1 ) < patches/util-linux-2.29.2.patch || exit 1 ; fi if [ -d patches/util-linux-2.29.2 ] && [ -r patches/util-linux-2.29.2 ] ; then for patch in patches/util-linux-2.29.2/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/ beeswax/heads/build/util-linux-2.29.2/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/libassuan-2.5.3/" tar -xf "/home/beeswax/heads/packages/libassuan-2.5.3.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/libassuan-2.5.3/" if [ -r patches/libksba-1.4.0.patch ]; then ( cd /home/beeswax/heads/build/libksba-1.4.0/ ; patch -p1 ) < patches/libksba-1.4.0.patch || exit 1 ; fi patching file configure Hunk #1 succeeded at 10780 (offset 46 lines). Hunk #2 succeeded at 11019 (offset 46 lines). Hunk #3 succeeded at 11041 (offset 46 lines). Hunk #4 succeeded at 11054 (offset 46 lines). Hunk #5 succeeded at 11066 (offset 46 lines). Hunk #6 succeeded at 11081 (offset 46 lines). Hunk #7 succeeded at 11114 (offset 46 lines). Hunk #8 succeeded at 11151 (offset 46 lines). Hunk #9 succeeded at 11172 (offset 46 lines). Hunk #10 succeeded at 11227 (offset 46 lines). Hunk #11 succeeded at 11252 (offset 46 lines). Hunk #12 succeeded at 11271 (offset 46 lines). Hunk #13 succeeded at 11289 (offset 46 lines). Hunk #14 succeeded at 11351 (offset 46 lines). Hunk #15 succeeded at 11408 (offset 46 lines). Hunk #16 succeeded at 11430 (offset 46 lines). Hunk #17 succeeded at 16311 (offset 507 lines). Hunk #18 succeeded at 17531 (offset 510 lines). if [ -d patches/libksba-1.4.0 ] && [ -r patches/libksba-1.4.0 ] ; then for patch in patches/libksba-1.4.0/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/ build/libksba-1.4.0/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/npth-1.6/" tar -xf "/home/beeswax/heads/packages/npth-1.6.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/npth-1.6/" if [ -r patches/libassuan-2.5.3.patch ]; then ( cd /home/beeswax/heads/build/libassuan-2.5.3/ ; patch -p1 ) < patches/libassuan-2.5.3.patch || exit 1 ; fi patching file configure Hunk #1 succeeded at 10794 (offset 13 lines). Hunk #2 succeeded at 11033 (offset 13 lines). Hunk #3 succeeded at 11055 (offset 13 lines). Hunk #4 succeeded at 11068 (offset 13 lines). Hunk #5 succeeded at 11080 (offset 13 lines). Hunk #6 succeeded at 11095 (offset 13 lines). Hunk #7 succeeded at 11128 (offset 13 lines). Hunk #8 succeeded at 11165 (offset 13 lines). Hunk #9 succeeded at 11186 (offset 13 lines). Hunk #10 succeeded at 11241 (offset 13 lines). Hunk #11 succeeded at 11266 (offset 13 lines). Hunk #12 succeeded at 11285 (offset 13 lines). Hunk #13 succeeded at 11303 (offset 13 lines). Hunk #14 succeeded at 11365 (offset 13 lines). Hunk #15 succeeded at 11422 (offset 13 lines). Hunk #16 succeeded at 11444 (offset 13 lines). Hunk #17 succeeded at 15730 (offset 50 lines). Hunk #18 succeeded at 16947 (offset 51 lines). if [ -d patches/libassuan-2.5.3 ] && [ -r patches/libassuan-2.5.3 ] ; then for patch in patches/libassuan-2.5.3/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/ heads/build/libassuan-2.5.3/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/libusb-1.0.21/" tar -xf "/home/beeswax/heads/packages/libusb-1.0.21.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/libusb-1.0.21/" if [ -r patches/npth-1.6.patch ]; then ( cd /home/beeswax/heads/build/npth-1.6/ ; patch -p1 ) < patches/npth-1.6.patch || exit 1 ; fi if [ -d patches/npth-1.6 ] && [ -r patches/npth-1.6 ] ; then for patch in patches/npth-1.6/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/npth-1.6/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/libusb-compat-0.1.5/" tar -xf "/home/beeswax/heads/packages/libusb-compat-0.1.5.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/libusb-compat-0.1.5/" if [ -r patches/libusb-compat-0.1.5.patch ]; then ( cd /home/beeswax/heads/build/libusb-compat-0.1.5/ ; patch -p1 ) < patches/libusb-compat-0.1.5.patch || exit 1 ; fi if [ -d patches/libusb-compat-0.1.5 ] && [ -r patches/libusb-compat-0.1.5 ] ; then for patch in patches/libusb-compat-0.1.5/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/libusb-compat-0.1.5/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/gnupg-2.2.21/" tar -xf "/home/beeswax/heads/packages/gnupg-2.2.21.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/gnupg-2.2.21/" if [ -r patches/libusb-1.0.21.patch ]; then ( cd /home/beeswax/heads/build/libusb-1.0.21/ ; patch -p1 ) < patches/libusb-1.0.21.patch || exit 1 ; fi if [ -d patches/libusb-1.0.21 ] && [ -r patches/libusb-1.0.21 ] ; then for patch in patches/libusb-1.0.21/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/ build/libusb-1.0.21/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/pinentry-1.1.0/" tar -xf "/home/beeswax/heads/packages/pinentry-1.1.0.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/pinentry-1.1.0/" if [ -r patches/libgcrypt-1.8.6.patch ]; then ( cd /home/beeswax/heads/build/libgcrypt-1.8.6/ ; patch -p1 ) < patches/libgcrypt-1.8.6.patch || exit 1 ; fi patching file configure Hunk #18 succeeded at 21090 (offset 2 lines). if [ -d patches/libgcrypt-1.8.6 ] && [ -r patches/libgcrypt-1.8.6 ] ; then for patch in patches/libgcrypt-1.8.6/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/ heads/build/libgcrypt-1.8.6/ ; patch -p1 ) < $patch || exit 1 ; done ; fi echo "2720ea54ed009af812701bcc290a2a601d5c107d12993e5d92c0f5f81f718891 /home/beeswax/heads/packages/dropbear-2016.74.tar.bz2" | sha256sum --check - /home/beeswax/heads/packages/dropbear-2016.74.tar.bz2: OK mkdir -p "/home/beeswax/heads/build/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76/" tar -xf "/home/beeswax/heads/packages/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76.tar.gz" --strip 1 -C "/home/beeswax/heads/build/flashtools-40d5170e84a3822552df7a500cd00aa870fd fe76/" if [ -r patches/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76.patch ]; then ( cd /home/beeswax/heads/build/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76/ ; patch -p1 ) < p atches/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76.patch || exit 1 ; fi if [ -d patches/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76 ] && [ -r patches/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76 ] ; then for patch in patches/flashtools-40 d5170e84a3822552df7a500cd00aa870fdfe76/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/flashtools-40d5170e84a3822552df7a500cd00aa870fdfe76/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/slang-2.3.1a/" tar -xf "/home/beeswax/heads/packages/slang-2.3.1a.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/slang-2.3.1a/" if [ -r patches/pinentry-1.1.0.patch ]; then ( cd /home/beeswax/heads/build/pinentry-1.1.0/ ; patch -p1 ) < patches/pinentry-1.1.0.patch || exit 1 ; fi if [ -d patches/pinentry-1.1.0 ] && [ -r patches/pinentry-1.1.0 ] ; then for patch in patches/pinentry-1.1.0/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/hea ds/build/pinentry-1.1.0/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/newt-0.52.20/" tar -xf "/home/beeswax/heads/packages/newt-0.52.20.tar.gz" --strip 1 -C "/home/beeswax/heads/build/newt-0.52.20/" if [ -r patches/newt-0.52.20.patch ]; then ( cd /home/beeswax/heads/build/newt-0.52.20/ ; patch -p1 ) < patches/newt-0.52.20.patch || exit 1 ; fi if [ -d patches/newt-0.52.20 ] && [ -r patches/newt-0.52.20 ] ; then for patch in patches/newt-0.52.20/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/bui ld/newt-0.52.20/ ; patch -p1 ) < $patch || exit 1 ; done ; fi mkdir -p "/home/beeswax/heads/build/msrtools-572ef8a2b873eda15a322daa48861140a078b92c/" tar -xf "/home/beeswax/heads/packages/msr-tools-572ef8a2b873eda15a322daa48861140a078b92c.tar.gz" --strip 1 -C "/home/beeswax/heads/build/msrtools-572ef8a2b873eda15a322daa48861140a078b92 c/" if [ -r patches/msrtools-572ef8a2b873eda15a322daa48861140a078b92c.patch ]; then ( cd /home/beeswax/heads/build/msrtools-572ef8a2b873eda15a322daa48861140a078b92c/ ; patch -p1 ) < patch es/msrtools-572ef8a2b873eda15a322daa48861140a078b92c.patch || exit 1 ; fi if [ -d patches/msrtools-572ef8a2b873eda15a322daa48861140a078b92c ] && [ -r patches/msrtools-572ef8a2b873eda15a322daa48861140a078b92c ] ; then for patch in patches/msrtools-572ef8a2 b873eda15a322daa48861140a078b92c/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/msrtools-572ef8a2b873eda15a322daa48861140a078b92c/ ; patch -p1 ) < $patch || exit 1 ; done ; fi cd "/home/beeswax/heads/build/gawk-4.2.1/" ; \ ./configure 2>&1 \ | tee "/home/beeswax/heads/build/log/gawk.configure.log" \ > /dev/null if [ -r patches/slang-2.3.1a.patch ]; then ( cd /home/beeswax/heads/build/slang-2.3.1a/ ; patch -p1 ) < patches/slang-2.3.1a.patch || exit 1 ; fi if [ -d patches/slang-2.3.1a ] && [ -r patches/slang-2.3.1a ] ; then for patch in patches/slang-2.3.1a/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/bui ld/slang-2.3.1a/ ; patch -p1 ) < $patch || exit 1 ; done ; fi /home/beeswax/heads/build/make-4.2.1/make -C "/home/beeswax/heads/build/coreboot-4.13" CPUS=4 iasl make[2]: Entering directory '/home/beeswax/heads/build/coreboot-4.13' Welcome to the coreboot cross toolchain builder v () Building toolchain using 4 thread(s). Downloading and verifying tarballs ... * acpica-unix2-20200717.tar.gz (downloading from http://acpica.org/sites/acpica/files/acpica-unix2-20200717.tar.gz)... 0%if [ -r patches/gpg2-2.2.21.patch ]; then ( cd /home/vant a/heads/build/gnupg-2.2.21/ ; patch -p1 ) < patches/gpg2-2.2.21.patch || exit 1 ; fi patching file configure patching file common/ttyio.c if [ -d patches/gpg2-2.2.21 ] && [ -r patches/gpg2-2.2.21 ] ; then for patch in patches/gpg2-2.2.21/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/build/ gnupg-2.2.21/ ; patch -p1 ) < $patch || exit 1 ; done ; fi /home/beeswax/heads/build/make-4.2.1/make -C "/home/beeswax/heads/build/coreboot-4.13" CPUS=4 crossgcc-i386 make[2]: Entering directory '/home/beeswax/heads/build/coreboot-4.13' Welcome to the coreboot cross toolchain builder v () Building toolchain using 4 thread(s). Target architecture is i386-elf Found compatible Ada compiler, enabling Ada support by default. Downloading and verifying tarballs ... * gmp-6.2.0.tar.xz (downloading from http://ftpmirror.gnu.org/gmp/gmp-6.2.0.tar.xz)... 100%... hash verified (92b0177f36b5209e6a667808ca58ef7462c4a6c7) Downloaded tarballs ... ok Unpacking and patching ... * acpica-unix2-20200717.tar.gz 20% o acpica-unix2-20200717_iasl.patch Unpacked and patched ... ok Building packages ... Building IASL v20200717 for host 100%... hash verified (052a5411dc74054240eec58132d2cf41211d0ff6) * mpfr-4.1.0.tar.xz (downloading from http://ftpmirror.gnu.org/mpfr/mpfr-4.1.0.tar.xz)... 30%if [ -r patches/linux-4.14.62.patch ]; then ( cd /home/beeswax/heads/build/linux-4.14.62 / ; patch -p1 ) < patches/linux-4.14.62.patch || exit 1 ; fi if [ -d patches/linux-4.14.62 ] && [ -r patches/linux-4.14.62 ] ; then for patch in patches/linux-4.14.62/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/beeswax/heads/ build/linux-4.14.62/ ; patch -p1 ) < $patch || exit 1 ; done ; fi Applying patch file : patches/linux-4.14.62/0000-efi_bds.patch patching file arch/x86/boot/compressed/eboot.c patching file arch/x86/boot/compressed/early_serial_console.c Applying patch file : patches/linux-4.14.62/0001-fake-acpi.patch patching file drivers/acpi/acpica/evxfevnt.c patching file drivers/acpi/acpica/hwacpi.c Applying patch file : patches/linux-4.14.62/0002-nmi-squelch.patch patching file arch/x86/kernel/nmi.c Hunk #1 succeeded at 292 (offset -11 lines). Hunk #2 succeeded at 302 (offset -11 lines). Applying patch file : patches/linux-4.14.62/0003-fake-trampoline.patch patching file arch/x86/realmode/init.c Hunk #1 succeeded at 37 (offset 2 lines). Hunk #2 succeeded at 151 (offset 13 lines). Applying patch file : patches/linux-4.14.62/0010-winterfell-ahci.patch patching file drivers/ata/libahci.c Hunk #1 succeeded at 543 (offset 6 lines). /home/beeswax/heads/build/make-4.2.1/make \ -C "/home/beeswax/heads/build/linux-4.14.62" \ INSTALL_HDR_PATH="/home/beeswax/heads/install" \ O="linux-4.14.62/linux-qemu" \ KCONFIG_CONFIG="/home/beeswax/heads/config/linux-qemu.config" \ headers_install make[2]: Entering directory '/home/beeswax/heads/build/linux-4.14.62' make[3]: Entering directory '/home/beeswax/heads/build/linux-4.14.62/linux-4.14.62/linux-qemu' 100%... hash verified (159c3a58705662bfde4dc93f2617f3660855ead6) * mpc-1.2.0.tar.gz (downloading from http://ftpmirror.gnu.org/mpc/mpc-1.2.0.tar.gz)... 0% CHK include/generated/uapi/linux/version.h UPD include/generated/uapi/linux/version.h HOSTCC scripts/basic/fixdep SYSTBL arch/x86/include/generated/asm/syscalls_32.h 100%... hash verified (0abdc94acab0c9bfdaa391347cdfd7bbdb1cf017) * binutils-2.35.tar.xz (downloading from http://ftpmirror.gnu.org/binutils/binutils-2.35.tar.xz)... 10% SYSHDR arch/x86/include/generated/uapi/asm/unistd_32.h 12% SYSHDR arch/x86/include/generated/uapi/asm/unistd_64.h 14% SYSHDR arch/x86/include/generated/uapi/asm/unistd_x32.h 17% HOSTCC arch/x86/tools/relocs_32.o 27% HOSTCC arch/x86/tools/relocs_64.o 36% HOSTCC arch/x86/tools/relocs_common.o 38% HOSTLD arch/x86/tools/relocs 41% HOSTCC scripts/unifdef 42%/home/beeswax/heads/build/linux-4.14.62/scripts/unifdef.c: In function 'Mpass': /home/beeswax/heads/build/linux-4.14.62/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstring op-truncation] 453 | static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 61% INSTALL include/asm-generic (36 files) 81% INSTALL include/drm (25 files) 97% INSTALL include/linux (486 files) 100%... hash verified (6bdd090ce268b6d6c3442516021c4e4b5019e303) * gcc-8.3.0.tar.xz (downloading from http://ftpmirror.gnu.org/gcc/gcc-8.3.0/gcc-8.3.0.tar.xz)... 70% INSTALL include/linux/android (1 file) 71% INSTALL include/linux/byteorder (2 files) 71% INSTALL include/linux/caif (2 files) 72% INSTALL include/linux/can (6 files) 74% INSTALL include/linux/cifs (1 file) 74% INSTALL include/linux/dvb (8 files) 76% INSTALL include/linux/genwqe (1 file) 77% INSTALL include/linux/hdlc (1 file) 77% INSTALL include/linux/hsi (2 files) 78% INSTALL include/linux/iio (2 files) 79% INSTALL include/linux/isdn (1 file) 80% INSTALL include/linux/mmc (1 file) 80% INSTALL include/linux/netfilter (87 files) 90%touch "/home/beeswax/heads/build/gawk-4.2.1/.configured" 91%2022-01-01 23:15:41+00:00 INSTALL config/busybox.config => /home/beeswax/heads/build/busybox-1.32.0/.config 91%3ae28638e3f2df54bafa68e2d7106c5ba5383ffa6944ac8c382b98c0919ea3fb /home/beeswax/heads/build/busybox-1.32.0/.config 92%mkdir -p "/home/beeswax/heads/build/cryptsetup-2.3.3/" tar -xf "/home/beeswax/heads/packages/cryptsetup-2.3.3.tar.xz" --strip 1 -C "/home/beeswax/heads/build/cryptsetup-2.3.3/" 92%ok Packages built ... ok 92%Copied EDK2 tools template ... ok Cleaning up temporary files 93% INSTALL include/linux/netfilter/ipset (4 files) 93%ok You can now run IASL ACPI compiler from /home/beeswax/heads/build/coreboot-4.13/util/crossgcc/xgcc. 93%make[2]: Leaving directory '/home/beeswax/heads/build/coreboot-4.13' 93% INSTALL include/linux/netfilter_arp (2 files) INSTALL include/misc (1 file) 93% INSTALL include/mtd (5 files) 93% INSTALL include/linux/netfilter_bridge (17 files) 94% INSTALL include/rdma (20 files) 95% INSTALL include/linux/netfilter_ipv4 (9 files) 96%if [ -r patches/cryptsetup2-2.3.3.patch ]; then ( cd /home/beeswax/heads/build/cryptsetup-2.3.3/ ; patch -p1 ) < patches/cryptsetup2-2.3.3.patch || exit 1 ; fi 96%patching file configure patching file Makefile.in Hunk #3 succeeded at 1092 (offset -6 lines). Hunk #4 succeeded at 1121 (offset -8 lines). 96%if [ -d patches/cryptsetup2-2.3.3 ] && [ -r patches/cryptsetup2-2.3.3 ] ; then for patch in patches/cryptsetup2-2.3.3/*.patch ; do echo "Applying patch file : $patch " ; ( cd /h ome/beeswax/heads/build/cryptsetup-2.3.3/ ; patch -p1 ) < $patch || exit 1 ; done ; fi 97% INSTALL include/linux/netfilter_ipv6 (12 files) 97% INSTALL include/rdma/hfi (2 files) 97% INSTALL include/linux/nfsd (5 files) 98% INSTALL include/scsi (4 files) 98% INSTALL include/linux/raid (2 files) 99% INSTALL include/linux/sched (1 file) INSTALL include/scsi/fc (4 files) 99% INSTALL include/linux/spi (1 file) 99% INSTALL include/linux/sunrpc (1 file) 99% INSTALL include/linux/tc_act (15 files) 100% INSTALL include/linux/tc_ematch (4 files) ... INSTALL include/sound (15 files) INSTALL include/video (3 files) INSTALL include/xen (4 files) mkdir -p "/home/beeswax/heads/build/dropbear-2016.74/" tar -xf "/home/beeswax/heads/packages/dropbear-2016.74.tar.bz2" --strip 1 -C "/home/beeswax/heads/build/dropbear-2016.74/" hash verified (c27f4499dd263fe4fb01bcc5565917f3698583b2) Downloaded tarballs ... ok Unpacking and patching ... * gmp-6.2.0.tar.xz INSTALL include/linux/wimax (1 file) INSTALL include/linux/usb (12 files) /home/beeswax/heads/build/make-4.2.1/make -C "/home/beeswax/heads/build/gawk-4.2.1/" -j4 --max-load 16 \ 2>&1 \ | tee "/home/beeswax/heads/build/log/gawk.log" \ > /dev/null INSTALL include/asm (62 files) o gmp-6.2.0_generic-build.patch * mpfr-4.1.0.tar.xz if [ -r patches/dropbear-2016.74.patch ]; then ( cd /home/beeswax/heads/build/dropbear-2016.74/ ; patch -p1 ) < patches/dropbear-2016.74.patch || exit 1 ; fi patching file svr-chansession.c if [ -d patches/dropbear-2016.74 ] && [ -r patches/dropbear-2016.74 ] ; then for patch in patches/dropbear-2016.74/*.patch ; do echo "Applying patch file : $patch " ; ( cd /home/van ta/heads/build/dropbear-2016.74/ ; patch -p1 ) < $patch || exit 1 ; done ; fi 2022-01-01 23:15:43+00:00 CONFIG coreboot-blobs 2022-01-01 23:15:43+00:00 CONFIG musl-cross * mpc-1.2.0.tar.gz 2022-01-01 23:15:43+00:00 CONFIG json-c * binutils-2.35.tar.xz make[1]: *** [Makefile:455: /home/beeswax/heads/build/json-c-0.14/.configured] Error 127 make[1]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/home/beeswax/heads/build/linux-4.14.62/linux-4.14.62/linux-qemu' make[2]: Leaving directory '/home/beeswax/heads/build/linux-4.14.62' o binutils-2.35_as-ipxe.patch o binutils-2.35_mips-gold.patch o binutils-2.35_no-bfd-doc.patch o binutils-2.35_no-makeinfo.patch * gcc-8.3.0.tar.xz o gcc-8.3.0_ada-musl_workaround.patch o gcc-8.3.0_asan_shadow_offset_callback.patch o gcc-8.3.0_gnat-bad_constant.patch o gcc-8.3.0_gnat.patch o gcc-8.3.0_gnat_eh.patch o gcc-8.3.0_libcpp.patch o gcc-8.3.0_libgcc.patch o gcc-8.3.0_nds32_ite.patch Unpacked and patched ... ok Building packages ... Building GMP v6.2.0 for host ... ok Building MPFR v4.1.0 for host ... ok Building MPC v1.2.0 for host ... ok Building BINUTILS v2.35 for target ... ok Building GCC v8.3.0 for target ... ok Packages built ... ok Packages built ... ok Copied EDK2 tools template ... ok Cleaning up temporary files... ok You can now run i386-elf cross GCC from /home/beeswax/heads/build/coreboot-4.13/util/crossgcc/xgcc. Welcome to the coreboot cross toolchain builder v () Building toolchain using 4 thread(s). Downloading and verifying tarballs ... * nasm-2.15.03.tar.bz2 (downloading from http://www.nasm.us/pub/nasm/releasebuilds/2.15.03/nasm-2.15.03.tar.bz2)... 100%... hash verified (513ac3b800377f10833a02bc7f3fa8b84ca4f2b6) Downloaded tarballs ... ok Unpacking and patching ... * nasm-2.15.03.tar.bz2 Unpacked and patched ... ok Building packages ... Building NASM v2.15.03 for host ... ok Packages built ... ok Copied EDK2 tools template ... ok Cleaning up temporary files... ok You can now run NASM from /home/beeswax/heads/build/coreboot-4.13/util/crossgcc/xgcc. Welcome to the coreboot cross toolchain builder v () Building toolchain using 4 thread(s). Downloading and verifying tarballs ... * acpica-unix2-20200717.tar.gz (cached)... hash verified (92b0177f36b5209e6a667808ca58ef7462c4a6c7) Downloaded tarballs ... ok Unpacking and patching ... * acpica-unix2-20200717.tar.gz o acpica-unix2-20200717_iasl.patch Unpacked and patched ... ok Building packages ... Skipping IASL v20200717 for host as it is already built Packages built ... ok Copied EDK2 tools template ... ok Cleaning up temporary files... ok You can now run IASL ACPI compiler from /home/beeswax/heads/build/coreboot-4.13/util/crossgcc/xgcc. make[2]: Leaving directory '/home/beeswax/heads/build/coreboot-4.13' make[1]: Leaving directory '/home/beeswax/heads' make: *** [Makefile:668: all] Error 2 ```
scholzri commented 2 years ago

Hey, I get the same error make: *** [Makefile:668: all] Error 2 when building the x230-hotp-maximized board on a clean debian 11 with all dependencies installed.. @christmasisforturkeys how did you resolve the issue?

Thanks in advance!

christmasisforturkeys commented 2 years ago

I used Ubuntu 20.04 and it compiled fine after one further error, still not had time to flash it though, super busy with work recently. I'm certainly no expert in this for you to be asking my advice though I have to say.

Although that being said I did run into a further error that I managed to solve and it may be the same problem for you.. It is so far undocumented in the main instructions but it is in the readme in the blobs folder of your cloned heads directory.

As per tlaurion's response to copyvar's issue; https://github.com/osresearch/heads/issues/1036#issuecomment-954340542

Once I ran that script I was able to build a full rom, which as I mentioned earlier I've yet to have time to flash.

Good luck

tlaurion commented 2 years ago

@AdmerStroh on Ubuntu/Debian?

scholzri commented 2 years ago

@tlaurion I am on Qubes 4.1 and use the debian 11 template. Thanks for your replies. I resolved my issue by compiling on debian 10 instead of debian 11. I am not sure but maybe some of the build dependencies differ in debian 11?