[laminar] Executing cfg/jobs/buildcross-pj.run ++ id -u ++ id -g ++ echo buildcross-pj ++ cut -f 1 -d - + docker run --rm --interactive --volume /var/cache/git:/var/cache/git --volume /var/cache/laminar:/var/cache/laminar --volume /var/lib/laminar/cfg/scripts:/var/lib/laminar/cfg/scripts --volume /var/lib/laminar/cfg/patches:/var/lib/laminar/cfg/patches --volume /var/lib/laminar/run/buildcross-pj/2:/var/lib/laminar/run/buildcross-pj/2 --env rev= --env JOB=buildcross-pj --env COMPILER_SUITE= --security-opt apparmor=unconfined --net=host --user 998:998 --workdir /var/lib/laminar/run/buildcross-pj/2 buildcross /bin/bash + export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts + BUILD_REPO=/var/cache/git/buildcross ++ basename /var/cache/git/buildcross .git + BUILD_REPO_DIR=buildcross ++ echo buildcross-pj ++ sed -e 's/^buildcross-//' + BUILD_ARCH=pj + BUILD_REV= + '[' -z '' ']' + BUILD_REV=master + . /var/lib/laminar/cfg/scripts/evaluate_compiler.inc ++ : gcc-snapshot ++ case "${COMPILER_SUITE}" in ++ export CC=/usr/lib/gcc-snapshot/bin/gcc ++ CC=/usr/lib/gcc-snapshot/bin/gcc ++ export CXX=/usr/lib/gcc-snapshot/bin/g++ ++ CXX=/usr/lib/gcc-snapshot/bin/g++ ++ export CPP=/usr/lib/gcc-snapshot/bin/cpp ++ CPP=/usr/lib/gcc-snapshot/bin/cpp ++ export LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib ++ LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib ++ export PATH=/usr/lib/gcc-snapshot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts ++ PATH=/usr/lib/gcc-snapshot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts ++ hash -r + . /var/lib/laminar/cfg/scripts/evaluate_patches.inc + /usr/lib/gcc-snapshot/bin/gcc --version gcc (Debian 20230315-1) 13.0.1 20230315 (experimental) [master r13-6680-ga9ae16db8cb] Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + /usr/lib/gcc-snapshot/bin/g++ --version g++ (Debian 20230315-1) 13.0.1 20230315 (experimental) [master r13-6680-ga9ae16db8cb] Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + set BASH=/bin/bash BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:globskipdots:hostcomplete:interactive_comments:patsub_replacement:progcomp:promptvars:sourcepath BASH_ALIASES=() BASH_ARGC=([0]="0") BASH_ARGV=() BASH_CMDS=() BASH_LINENO=() BASH_LOADABLES_PATH=/usr/local/lib/bash:/usr/lib/bash:/opt/local/lib/bash:/usr/pkg/lib/bash:/opt/pkg/lib/bash:. BASH_SOURCE=() BASH_VERSINFO=([0]="5" [1]="2" [2]="15" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu") BASH_VERSION='5.2.15(1)-release' BUILD_ARCH=pj BUILD_REPO=/var/cache/git/buildcross BUILD_REPO_DIR=buildcross BUILD_REV=master CC=/usr/lib/gcc-snapshot/bin/gcc COMPILER_SUITE=gcc-snapshot CPP=/usr/lib/gcc-snapshot/bin/cpp CXX=/usr/lib/gcc-snapshot/bin/g++ DIRSTACK=() EUID=998 GROUPS=() HOME=/ HOSTNAME=lili HOSTTYPE=x86_64 IFS=$' \t\n' JOB=buildcross-pj LD_LIBRARY_PATH=/usr/lib/gcc-snapshot/lib MACHTYPE=x86_64-pc-linux-gnu OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/usr/lib/gcc-snapshot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts PIPESTATUS=([0]="0") PPID=0 PS4='+ ' PWD=/var/lib/laminar/run/buildcross-pj/2 SHELL=/usr/sbin/nologin SHELLOPTS=braceexpand:errexit:hashall:interactive-comments:xtrace SHLVL=1 TERM=dumb UID=998 _=--version rev= apply_patches () { local this_arg; local this_path; local this_prefix; local this_patch; while [ "${#}" -gt 0 ]; do this_arg="${1}"; shift; this_path="$(echo "${this_arg}" | cut -f 1 -d :)"; this_prefix="$(echo "${this_arg}" | cut -f 2 -d :)"; pushd "${this_path}"; for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch; do if [ -r "${this_patch}" ]; then patch -p1 < "${this_patch}"; fi; done; popd; done } + export declare -x CC="/usr/lib/gcc-snapshot/bin/gcc" declare -x COMPILER_SUITE="gcc-snapshot" declare -x CPP="/usr/lib/gcc-snapshot/bin/cpp" declare -x CXX="/usr/lib/gcc-snapshot/bin/g++" declare -x HOME="/" declare -x HOSTNAME="lili" declare -x JOB="buildcross-pj" declare -x LD_LIBRARY_PATH="/usr/lib/gcc-snapshot/lib" declare -x OLDPWD declare -x PATH="/usr/lib/gcc-snapshot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts" declare -x PWD="/var/lib/laminar/run/buildcross-pj/2" declare -x SHLVL="1" declare -x rev="" + rm -rf buildcross + git clone --shared /var/cache/git/buildcross Cloning into 'buildcross'... done. + pushd buildcross /var/lib/laminar/run/buildcross-pj/2/buildcross /var/lib/laminar/run/buildcross-pj/2 + git checkout master Already on 'master' Your branch is up to date with 'origin/master'. + apply_patches .:generic-buildcross .:buildcross-pj + local this_arg + local this_path + local this_prefix + local this_patch + '[' 2 -gt 0 ']' + this_arg=.:generic-buildcross + shift ++ echo .:generic-buildcross ++ cut -f 1 -d : + this_path=. ++ echo .:generic-buildcross ++ cut -f 2 -d : + this_prefix=generic-buildcross + pushd . /var/lib/laminar/run/buildcross-pj/2/buildcross /var/lib/laminar/run/buildcross-pj/2/buildcross /var/lib/laminar/run/buildcross-pj/2 + for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch + '[' -r '/var/lib/laminar/cfg/patches/generic-buildcross--*.patch' ']' + popd + '[' 1 -gt 0 ']' + this_arg=.:buildcross-pj + shift /var/lib/laminar/run/buildcross-pj/2/buildcross /var/lib/laminar/run/buildcross-pj/2 ++ echo .:buildcross-pj ++ cut -f 1 -d : + this_path=. ++ echo .:buildcross-pj ++ cut -f 2 -d : + this_prefix=buildcross-pj + pushd . /var/lib/laminar/run/buildcross-pj/2/buildcross /var/lib/laminar/run/buildcross-pj/2/buildcross /var/lib/laminar/run/buildcross-pj/2 + for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch + '[' -r '/var/lib/laminar/cfg/patches/buildcross-pj--*.patch' ']' + popd + '[' 0 -gt 0 ']' /var/lib/laminar/run/buildcross-pj/2/buildcross /var/lib/laminar/run/buildcross-pj/2 + git show commit f53b8e38fb9664df07677659e66a8137291a901f Author: Mikael Pettersson Date: Wed May 3 21:09:20 2023 +0200 v6.38.0: bump to musl-1.2.4 diff --git a/buildcross b/buildcross index 1f43874..15f97c8 100755 --- a/buildcross +++ b/buildcross @@ -139,7 +139,7 @@ set -e -VERSION="6.37.0" +VERSION="6.38.0" case "$1" in -j*) @@ -172,7 +172,7 @@ LINUX_VSN=6.3 MINGW64_VSN=10.0.0 MPC_VSN=1.3.1 MPFR_VSN=4.2.0 -MUSL_VSN=1.2.3 +MUSL_VSN=1.2.4 NEWLIB_VSN=4.3.0.20230120 NVPTXTOOLS_VSN="git;https://github.com/MentorEmbedded/nvptx-tools.git;-;master;HEAD;-" UCLIBC_VSN=1.0.43 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff ++ git rev-parse HEAD + REV_ID=f53b8e38fb9664df07677659e66a8137291a901f + hash -r + log_execute build ./buildcross pj [build 2023-05-24 17:34:22] [build 2023-05-24 17:34:22] @ buildcross 6.38.0 building toolchain for pj in /var/lib/laminar/run/buildcross-pj/2/buildcross/cross-pj [build 2023-05-24 17:34:22] [build 2023-05-24 17:34:22] [build 2023-05-24 17:34:22] @ getting sources [build 2023-05-24 17:34:22] [build 2023-05-24 17:34:22] Cloning into 'mikpe-binutils-gdb.git'... [build 2023-05-24 17:36:41] HEAD is now at eab57ce2829 bfd/ * elf32-pj.c (pj_elf_relocate_section): Append "true" to undefined_symbol callback parameters. [build 2023-05-24 17:36:41] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads [build 2023-05-24 17:36:41] Cloning into 'mikpe-gcc.git'... [build 2023-05-24 17:46:18] Updating files: 20% (2987/14226) Updating files: 21% (2988/14226) Updating files: 22% (3130/14226) Updating files: 23% (3272/14226) Updating files: 24% (3415/14226) Updating files: 25% (3557/14226) Updating files: 26% (3699/14226) Updating files: 27% (3842/14226) Updating files: 28% (3984/14226) Updating files: 29% (4126/14226) Updating files: 30% (4268/14226) Updating files: 31% (4411/14226) Updating files: 32% (4553/14226) Updating files: 33% (4695/14226) Updating files: 34% (4837/14226) Updating files: 35% (4980/14226) Updating files: 36% (5122/14226) Updating files: 37% (5264/14226) Updating files: 38% (5406/14226) Updating files: 39% (5549/14226) Updating files: 40% (5691/14226) Updating files: 41% (5833/14226) Updating files: 42% (5975/14226) Updating files: 43% (6118/14226) Updating files: 44% (6260/14226) Updating files: 45% (6402/14226) Updating files: 46% (6544/14226) Updating files: 47% (6687/14226) Updating files: 48% (6829/14226) Updating files: 49% (6971/14226) Updating files: 50% (7113/14226) Updating files: 51% (7256/14226) Updating files: 52% (7398/14226) Updating files: 53% (7540/14226) Updating files: 54% (7683/14226) Updating files: 55% (7825/14226) Updating files: 56% (7967/14226) Updating files: 57% (8109/14226) Updating files: 58% (8252/14226) Updating files: 59% (8394/14226) Updating files: 60% (8536/14226) Updating files: 61% (8678/14226) Updating files: 62% (8821/14226) Updating files: 63% (8963/14226) Updating files: 64% (9105/14226) Updating files: 65% (9247/14226) Updating files: 66% (9390/14226) Updating files: 67% (9532/14226) Updating files: 68% (9674/14226) Updating files: 69% (9816/14226) Updating files: 70% (9959/14226) Updating files: 71% (10101/14226) Updating files: 72% (10243/14226) Updating files: 73% (10385/14226) Updating files: 74% (10528/14226) Updating files: 75% (10670/14226) Updating files: 76% (10812/14226) Updating files: 77% (10955/14226) Updating files: 78% (11097/14226) Updating files: 79% (11239/14226) Updating files: 80% (11381/14226) Updating files: 81% (11524/14226) Updating files: 82% (11666/14226) Updating files: 83% (11808/14226) Updating files: 83% (11905/14226) Updating files: 84% (11950/14226) Updating files: 85% (12093/14226) Updating files: 86% (12235/14226) Updating files: 87% (12377/14226) Updating files: 88% (12519/14226) Updating files: 89% (12662/14226) Updating files: 90% (12804/14226) Updating files: 91% (12946/14226) Updating files: 92% (13088/14226) Updating files: 93% (13231/14226) Updating files: 94% (13373/14226) Updating files: 95% (13515/14226) Updating files: 96% (13657/14226) Updating files: 97% (13800/14226) Updating files: 98% (13942/14226) Updating files: 99% (14084/14226) Updating files: 100% (14226/14226) Updating files: 100% (14226/14226), done. [build 2023-05-24 17:46:19] HEAD is now at 1b8c54c4252 add generated c-parse.c and tradcif.c from gcc-3.1.1 release tarball [build 2023-05-24 17:46:19] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads [build 2023-05-24 17:46:19] --2023-05-24 17:46:19-- https://mirrors.kernel.org/gentoo/distfiles/gmp-6.2.1.tar.xz [build 2023-05-24 17:46:19] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 17:46:19] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 17:46:20] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 17:46:20] Length: 2027316 (1.9M) [application/x-xz] [build 2023-05-24 17:46:20] Saving to: 'gmp-6.2.1.tar.xz' [build 2023-05-24 17:46:20] [build 2023-05-24 17:46:20] 0K .......... .......... .......... .......... .......... 2% 321K 6s [build 2023-05-24 17:46:20] 50K .......... .......... .......... .......... .......... 5% 323K 6s [build 2023-05-24 17:46:20] 100K .......... .......... .......... .......... .......... 7% 14.1M 4s [build 2023-05-24 17:46:20] 150K .......... .......... .......... .......... .......... 10% 12.3M 3s [build 2023-05-24 17:46:21] 200K .......... .......... .......... .......... .......... 12% 334K 3s [build 2023-05-24 17:46:21] 250K .......... .......... .......... .......... .......... 15% 14.9M 3s [build 2023-05-24 17:46:21] 300K .......... .......... .......... .......... .......... 17% 13.1M 2s [build 2023-05-24 17:46:21] 350K .......... .......... .......... .......... .......... 20% 10.2M 2s [build 2023-05-24 17:46:21] 400K .......... .......... .......... .......... .......... 22% 304K 2s [build 2023-05-24 17:46:21] 450K .......... .......... .......... .......... .......... 25% 106M 2s [build 2023-05-24 17:46:21] 500K .......... .......... .......... .......... .......... 27% 134M 2s [build 2023-05-24 17:46:21] 550K .......... .......... .......... .......... .......... 30% 127M 1s [build 2023-05-24 17:46:21] 600K .......... .......... .......... .......... .......... 32% 128M 1s [build 2023-05-24 17:46:21] 650K .......... .......... .......... .......... .......... 35% 126M 1s [build 2023-05-24 17:46:21] 700K .......... .......... .......... .......... .......... 37% 130M 1s [build 2023-05-24 17:46:21] 750K .......... .......... .......... .......... .......... 40% 39.8M 1s [build 2023-05-24 17:46:21] 800K .......... .......... .......... .......... .......... 42% 13.6M 1s [build 2023-05-24 17:46:21] 850K .......... .......... .......... .......... .......... 45% 403K 1s [build 2023-05-24 17:46:21] 900K .......... .......... .......... .......... .......... 47% 12.9M 1s [build 2023-05-24 17:46:21] 950K .......... .......... .......... .......... .......... 50% 13.4M 1s [build 2023-05-24 17:46:21] 1000K .......... .......... .......... .......... .......... 53% 14.7M 1s [build 2023-05-24 17:46:21] 1050K .......... .......... .......... .......... .......... 55% 3.07M 1s [build 2023-05-24 17:46:21] 1100K .......... .......... .......... .......... .......... 58% 13.3M 1s [build 2023-05-24 17:46:21] 1150K .......... .......... .......... .......... .......... 60% 10.4M 1s [build 2023-05-24 17:46:21] 1200K .......... .......... .......... .......... .......... 63% 14.2M 0s [build 2023-05-24 17:46:21] 1250K .......... .......... .......... .......... .......... 65% 13.1M 0s [build 2023-05-24 17:46:21] 1300K .......... .......... .......... .......... .......... 68% 13.5M 0s [build 2023-05-24 17:46:21] 1350K .......... .......... .......... .......... .......... 70% 12.3M 0s [build 2023-05-24 17:46:21] 1400K .......... .......... .......... .......... .......... 73% 13.2M 0s [build 2023-05-24 17:46:21] 1450K .......... .......... .......... .......... .......... 75% 501K 0s [build 2023-05-24 17:46:21] 1500K .......... .......... .......... .......... .......... 78% 13.5M 0s [build 2023-05-24 17:46:21] 1550K .......... .......... .......... .......... .......... 80% 9.88M 0s [build 2023-05-24 17:46:21] 1600K .......... .......... .......... .......... .......... 83% 14.7M 0s [build 2023-05-24 17:46:21] 1650K .......... .......... .......... .......... .......... 85% 3.08M 0s [build 2023-05-24 17:46:21] 1700K .......... .......... .......... .......... .......... 88% 13.6M 0s [build 2023-05-24 17:46:21] 1750K .......... .......... .......... .......... .......... 90% 13.8M 0s [build 2023-05-24 17:46:21] 1800K .......... .......... .......... .......... .......... 93% 13.2M 0s [build 2023-05-24 17:46:21] 1850K .......... .......... .......... .......... .......... 95% 12.1M 0s [build 2023-05-24 17:46:21] 1900K .......... .......... .......... .......... .......... 98% 14.3M 0s [build 2023-05-24 17:46:21] 1950K .......... .......... ......... 100% 13.5M=1.0s [build 2023-05-24 17:46:21] [build 2023-05-24 17:46:21] 2023-05-24 17:46:21 (1.98 MB/s) - 'gmp-6.2.1.tar.xz' saved [2027316/2027316] [build 2023-05-24 17:46:21] [build 2023-05-24 17:46:21] --2023-05-24 17:46:21-- https://mirrors.kernel.org/gentoo/distfiles/mpfr-4.2.0.tar.xz [build 2023-05-24 17:46:21] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 17:46:21] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 17:46:22] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 17:46:22] Length: 1477532 (1.4M) [application/x-xz] [build 2023-05-24 17:46:22] Saving to: 'mpfr-4.2.0.tar.xz' [build 2023-05-24 17:46:22] [build 2023-05-24 17:46:22] 0K .......... .......... .......... .......... .......... 3% 320K 4s [build 2023-05-24 17:46:22] 50K .......... .......... .......... .......... .......... 6% 326K 4s [build 2023-05-24 17:46:22] 100K .......... .......... .......... .......... .......... 10% 13.6M 3s [build 2023-05-24 17:46:22] 150K .......... .......... .......... .......... .......... 13% 12.8M 2s [build 2023-05-24 17:46:22] 200K .......... .......... .......... .......... .......... 17% 335K 2s [build 2023-05-24 17:46:22] 250K .......... .......... .......... .......... .......... 20% 12.9M 2s [build 2023-05-24 17:46:22] 300K .......... .......... .......... .......... .......... 24% 13.5M 1s [build 2023-05-24 17:46:22] 350K .......... .......... .......... .......... .......... 27% 10.7M 1s [build 2023-05-24 17:46:22] 400K .......... .......... .......... .......... .......... 31% 354K 1s [build 2023-05-24 17:46:22] 450K .......... .......... .......... .......... .......... 34% 14.3M 1s [build 2023-05-24 17:46:22] 500K .......... .......... .......... .......... .......... 38% 14.8M 1s [build 2023-05-24 17:46:22] 550K .......... .......... .......... .......... .......... 41% 12.1M 1s [build 2023-05-24 17:46:22] 600K .......... .......... .......... .......... .......... 45% 13.1M 1s [build 2023-05-24 17:46:22] 650K .......... .......... .......... .......... .......... 48% 13.2M 1s [build 2023-05-24 17:46:22] 700K .......... .......... .......... .......... .......... 51% 14.2M 1s [build 2023-05-24 17:46:22] 750K .......... .......... .......... .......... .......... 55% 9.65M 1s [build 2023-05-24 17:46:22] 800K .......... .......... .......... .......... .......... 58% 14.0M 0s [build 2023-05-24 17:46:23] 850K .......... .......... .......... .......... .......... 62% 404K 0s [build 2023-05-24 17:46:23] 900K .......... .......... .......... .......... .......... 65% 11.9M 0s [build 2023-05-24 17:46:23] 950K .......... .......... .......... .......... .......... 69% 12.9M 0s [build 2023-05-24 17:46:23] 1000K .......... .......... .......... .......... .......... 72% 13.8M 0s [build 2023-05-24 17:46:23] 1050K .......... .......... .......... .......... .......... 76% 13.1M 0s [build 2023-05-24 17:46:23] 1100K .......... .......... .......... .......... .......... 79% 13.5M 0s [build 2023-05-24 17:46:23] 1150K .......... .......... .......... .......... .......... 83% 11.1M 0s [build 2023-05-24 17:46:23] 1200K .......... .......... .......... .......... .......... 86% 12.6M 0s [build 2023-05-24 17:46:23] 1250K .......... .......... .......... .......... .......... 90% 13.3M 0s [build 2023-05-24 17:46:23] 1300K .......... .......... .......... .......... .......... 93% 13.7M 0s [build 2023-05-24 17:46:23] 1350K .......... .......... .......... .......... .......... 97% 12.9M 0s [build 2023-05-24 17:46:23] 1400K .......... .......... .......... .......... .. 100% 17.7M=0.8s [build 2023-05-24 17:46:23] [build 2023-05-24 17:46:23] 2023-05-24 17:46:23 (1.73 MB/s) - 'mpfr-4.2.0.tar.xz' saved [1477532/1477532] [build 2023-05-24 17:46:23] [build 2023-05-24 17:46:23] --2023-05-24 17:46:23-- https://mirrors.kernel.org/gentoo/distfiles/mpc-1.3.1.tar.gz [build 2023-05-24 17:46:23] Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99 [build 2023-05-24 17:46:23] Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected. [build 2023-05-24 17:46:23] HTTP request sent, awaiting response... 200 OK [build 2023-05-24 17:46:23] Length: 773573 (755K) [application/x-gzip] [build 2023-05-24 17:46:23] Saving to: 'mpc-1.3.1.tar.gz' [build 2023-05-24 17:46:23] [build 2023-05-24 17:46:24] 0K .......... .......... .......... .......... .......... 6% 320K 2s [build 2023-05-24 17:46:24] 50K .......... .......... .......... .......... .......... 13% 324K 2s [build 2023-05-24 17:46:24] 100K .......... .......... .......... .......... .......... 19% 13.7M 1s [build 2023-05-24 17:46:24] 150K .......... .......... .......... .......... .......... 26% 13.1M 1s [build 2023-05-24 17:46:24] 200K .......... .......... .......... .......... .......... 33% 333K 1s [build 2023-05-24 17:46:24] 250K .......... .......... .......... .......... .......... 39% 14.4M 1s [build 2023-05-24 17:46:24] 300K .......... .......... .......... .......... .......... 46% 14.6M 1s [build 2023-05-24 17:46:24] 350K .......... .......... .......... .......... .......... 52% 10.2M 0s [build 2023-05-24 17:46:24] 400K .......... .......... .......... .......... .......... 59% 353K 0s [build 2023-05-24 17:46:24] 450K .......... .......... .......... .......... .......... 66% 13.2M 0s [build 2023-05-24 17:46:24] 500K .......... .......... .......... .......... .......... 72% 13.1M 0s [build 2023-05-24 17:46:24] 550K .......... .......... .......... .......... .......... 79% 12.2M 0s [build 2023-05-24 17:46:24] 600K .......... .......... .......... .......... .......... 86% 14.8M 0s [build 2023-05-24 17:46:24] 650K .......... .......... .......... .......... .......... 92% 14.0M 0s [build 2023-05-24 17:46:24] 700K .......... .......... .......... .......... .......... 99% 11.6M 0s [build 2023-05-24 17:46:24] 750K ..... 100% 47.1M=0.6s [build 2023-05-24 17:46:24] [build 2023-05-24 17:46:24] 2023-05-24 17:46:24 (1.15 MB/s) - 'mpc-1.3.1.tar.gz' saved [773573/773573] [build 2023-05-24 17:46:24] [build 2023-05-24 17:46:24] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-gcc.git [build 2023-05-24 17:46:24] [build 2023-05-24 17:46:24] @ building cross-binutils git;https://github.com/mikpe/binutils-gdb.git;-;binutils-2_10_1-pj;HEAD;mikpe [build 2023-05-24 17:46:24] [build 2023-05-24 17:46:24] Configuring for a x86_64-unknown-linux-gnu host. [build 2023-05-24 17:46:25] Created "Makefile" in /var/lib/laminar/run/buildcross-pj/2/buildcross/objdir-binutils [build 2023-05-24 17:46:25] Configuring intl... [build 2023-05-24 17:46:25] creating cache ../config.cache [build 2023-05-24 17:46:25] checking for a BSD compatible install... /usr/bin/install -c [build 2023-05-24 17:46:25] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 17:46:25] checking whether make sets ${MAKE}... yes [build 2023-05-24 17:46:25] checking for gcc... /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:25] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:25] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:25] checking whether we are using GNU C... yes [build 2023-05-24 17:46:26] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... yes [build 2023-05-24 17:46:26] checking for ranlib... x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:26] checking for POSIXized ISC... no [build 2023-05-24 17:46:26] checking for ANSI C header files... yes [build 2023-05-24 17:46:26] checking for working const... yes [build 2023-05-24 17:46:26] checking for inline... inline [build 2023-05-24 17:46:26] checking for off_t... yes [build 2023-05-24 17:46:26] checking for size_t... yes [build 2023-05-24 17:46:26] checking for working alloca.h... yes [build 2023-05-24 17:46:26] checking for alloca... yes [build 2023-05-24 17:46:26] checking for unistd.h... yes [build 2023-05-24 17:46:26] checking for getpagesize... yes [build 2023-05-24 17:46:26] checking for working mmap... yes [build 2023-05-24 17:46:26] checking for argz.h... yes [build 2023-05-24 17:46:26] checking for limits.h... yes [build 2023-05-24 17:46:26] checking for locale.h... yes [build 2023-05-24 17:46:26] checking for nl_types.h... yes [build 2023-05-24 17:46:26] checking for malloc.h... yes [build 2023-05-24 17:46:26] checking for string.h... yes [build 2023-05-24 17:46:26] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:26] checking for values.h... yes [build 2023-05-24 17:46:26] checking for sys/param.h... yes [build 2023-05-24 17:46:27] checking for getcwd... yes [build 2023-05-24 17:46:27] checking for munmap... yes [build 2023-05-24 17:46:27] checking for putenv... yes [build 2023-05-24 17:46:27] checking for setenv... yes [build 2023-05-24 17:46:27] checking for setlocale... yes [build 2023-05-24 17:46:27] checking for strchr... yes [build 2023-05-24 17:46:27] checking for strcasecmp... yes [build 2023-05-24 17:46:27] checking for __argz_count... yes [build 2023-05-24 17:46:27] checking for __argz_stringify... yes [build 2023-05-24 17:46:27] checking for __argz_next... yes [build 2023-05-24 17:46:27] checking for stpcpy... yes [build 2023-05-24 17:46:27] checking for LC_MESSAGES... yes [build 2023-05-24 17:46:27] checking whether NLS is requested... no [build 2023-05-24 17:46:27] updating cache ../config.cache [build 2023-05-24 17:46:27] creating ./config.status [build 2023-05-24 17:46:27] creating Makefile [build 2023-05-24 17:46:27] creating config.h [build 2023-05-24 17:46:28] linking /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/intl/libgettext.h to libintl.h [build 2023-05-24 17:46:28] Configuring libiberty... [build 2023-05-24 17:46:28] loading cache ../config.cache [build 2023-05-24 17:46:28] checking host system type... x86_64-unknown-linux-gnu [build 2023-05-24 17:46:28] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 17:46:28] checking for x86_64-unknown-linux-gnu-ar... x86_64-unknown-linux-gnu-ar [build 2023-05-24 17:46:28] checking for x86_64-unknown-linux-gnu-ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:28] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:28] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:28] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:28] checking for POSIXized ISC... no [build 2023-05-24 17:46:28] checking for a BSD compatible install... (cached) /usr/bin/install -c [build 2023-05-24 17:46:28] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 17:46:28] checking for sys/file.h... yes [build 2023-05-24 17:46:28] checking for sys/param.h... (cached) yes [build 2023-05-24 17:46:28] checking for stdlib.h... yes [build 2023-05-24 17:46:28] checking for string.h... (cached) yes [build 2023-05-24 17:46:28] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:28] checking for strings.h... yes [build 2023-05-24 17:46:28] checking for sys/time.h... yes [build 2023-05-24 17:46:28] checking for sys/resource.h... yes [build 2023-05-24 17:46:28] checking for sys/stat.h... yes [build 2023-05-24 17:46:28] checking for sys/wait.h that is POSIX.1 compatible... yes [build 2023-05-24 17:46:28] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:28] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:28] checking for asprintf... yes [build 2023-05-24 17:46:28] checking for atexit... yes [build 2023-05-24 17:46:28] checking for basename... yes [build 2023-05-24 17:46:28] checking for bcmp... yes [build 2023-05-24 17:46:28] checking for bcopy... yes [build 2023-05-24 17:46:29] checking for bzero... yes [build 2023-05-24 17:46:29] checking for calloc... yes [build 2023-05-24 17:46:29] checking for clock... yes [build 2023-05-24 17:46:29] checking for getcwd... (cached) yes [build 2023-05-24 17:46:29] checking for getpagesize... (cached) yes [build 2023-05-24 17:46:29] checking for index... yes [build 2023-05-24 17:46:29] checking for insque... yes [build 2023-05-24 17:46:29] checking for memchr... yes [build 2023-05-24 17:46:29] checking for memcmp... yes [build 2023-05-24 17:46:29] checking for memcpy... yes [build 2023-05-24 17:46:29] checking for memmove... yes [build 2023-05-24 17:46:29] checking for memset... yes [build 2023-05-24 17:46:29] checking for mkstemps... yes [build 2023-05-24 17:46:29] checking for putenv... (cached) yes [build 2023-05-24 17:46:29] checking for random... yes [build 2023-05-24 17:46:29] checking for rename... yes [build 2023-05-24 17:46:29] checking for rindex... yes [build 2023-05-24 17:46:29] checking for setenv... (cached) yes [build 2023-05-24 17:46:30] checking for sigsetmask... yes [build 2023-05-24 17:46:30] checking for strcasecmp... (cached) yes [build 2023-05-24 17:46:30] checking for strchr... (cached) yes [build 2023-05-24 17:46:30] checking for strdup... yes [build 2023-05-24 17:46:30] checking for strncasecmp... yes [build 2023-05-24 17:46:30] checking for strrchr... yes [build 2023-05-24 17:46:30] checking for strstr... yes [build 2023-05-24 17:46:30] checking for strtod... yes [build 2023-05-24 17:46:30] checking for strtol... yes [build 2023-05-24 17:46:30] checking for strtoul... yes [build 2023-05-24 17:46:30] checking for tmpnam... yes [build 2023-05-24 17:46:30] checking for vasprintf... yes [build 2023-05-24 17:46:30] checking for vfprintf... yes [build 2023-05-24 17:46:30] checking for vprintf... yes [build 2023-05-24 17:46:30] checking for vsprintf... yes [build 2023-05-24 17:46:30] checking for waitpid... yes [build 2023-05-24 17:46:30] checking for working alloca.h... (cached) yes [build 2023-05-24 17:46:30] checking for alloca... (cached) yes [build 2023-05-24 17:46:30] checking for ANSI C header files... (cached) yes [build 2023-05-24 17:46:30] checking for pid_t... yes [build 2023-05-24 17:46:31] checking for vfork.h... no [build 2023-05-24 17:46:31] checking for working vfork... yes [build 2023-05-24 17:46:31] checking for sys_errlist... no [build 2023-05-24 17:46:31] checking for sys_nerr... no [build 2023-05-24 17:46:31] checking for sys_siglist... no [build 2023-05-24 17:46:31] checking for getrusage... yes [build 2023-05-24 17:46:31] checking for on_exit... yes [build 2023-05-24 17:46:31] checking for psignal... yes [build 2023-05-24 17:46:31] checking for strerror... yes [build 2023-05-24 17:46:31] checking for strsignal... yes [build 2023-05-24 17:46:31] checking for sysconf... yes [build 2023-05-24 17:46:31] checking for times... yes [build 2023-05-24 17:46:31] checking for sbrk... yes [build 2023-05-24 17:46:31] checking for gettimeofday... yes [build 2023-05-24 17:46:31] updating cache ../config.cache [build 2023-05-24 17:46:31] creating ./config.status [build 2023-05-24 17:46:32] creating Makefile [build 2023-05-24 17:46:32] creating testsuite/Makefile [build 2023-05-24 17:46:32] creating config.h [build 2023-05-24 17:46:32] Configuring opcodes... [build 2023-05-24 17:46:32] loading cache ../config.cache [build 2023-05-24 17:46:32] checking host system type... x86_64-unknown-linux-gnu [build 2023-05-24 17:46:32] checking target system type... pjl-unknown-elf [build 2023-05-24 17:46:32] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 17:46:32] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:32] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:32] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:32] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:32] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:32] checking for POSIXized ISC... no [build 2023-05-24 17:46:32] checking for a BSD compatible install... (cached) /usr/bin/install -c [build 2023-05-24 17:46:33] checking whether build environment is sane... yes [build 2023-05-24 17:46:33] checking whether make sets ${MAKE}... (cached) yes [build 2023-05-24 17:46:33] checking for working aclocal... missing [build 2023-05-24 17:46:33] checking for working autoconf... missing [build 2023-05-24 17:46:33] checking for working automake... missing [build 2023-05-24 17:46:33] checking for working autoheader... missing [build 2023-05-24 17:46:33] checking for working makeinfo... missing [build 2023-05-24 17:46:33] checking for x86_64-unknown-linux-gnu-ar... (cached) x86_64-unknown-linux-gnu-ar [build 2023-05-24 17:46:33] checking for x86_64-unknown-linux-gnu-ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:33] checking for ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:33] checking for ld used by GCC... x86_64-unknown-linux-gnu-ld [build 2023-05-24 17:46:33] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... no [build 2023-05-24 17:46:33] checking for BSD-compatible nm... x86_64-unknown-linux-gnu-nm [build 2023-05-24 17:46:33] checking whether ln -s works... yes [build 2023-05-24 17:46:33] updating cache ../config.cache [build 2023-05-24 17:46:33] loading cache ../config.cache within ltconfig [build 2023-05-24 17:46:33] checking for object suffix... o [build 2023-05-24 17:46:33] checking for executable suffix... no [build 2023-05-24 17:46:33] checking for /usr/lib/gcc-snapshot/bin/gcc option to produce PIC... -fPIC [build 2023-05-24 17:46:33] checking if /usr/lib/gcc-snapshot/bin/gcc PIC flag -fPIC works... yes [build 2023-05-24 17:46:33] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.o... yes [build 2023-05-24 17:46:33] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.lo... yes [build 2023-05-24 17:46:33] checking if /usr/lib/gcc-snapshot/bin/gcc supports -fno-rtti -fno-exceptions ... no [build 2023-05-24 17:46:34] checking if /usr/lib/gcc-snapshot/bin/gcc static flag -static works... -static [build 2023-05-24 17:46:34] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... no [build 2023-05-24 17:46:34] checking whether the linker (x86_64-unknown-linux-gnu-ld) supports shared libraries... no [build 2023-05-24 17:46:34] checking command to parse x86_64-unknown-linux-gnu-nm output... /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/opcodes/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:34] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/opcodes/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:34] failed [build 2023-05-24 17:46:34] checking how to hardcode library paths into programs... unsupported [build 2023-05-24 17:46:34] checking for x86_64-unknown-linux-gnu-ld option to reload object files... -r [build 2023-05-24 17:46:34] checking dynamic linker characteristics... no [build 2023-05-24 17:46:34] checking if libtool supports shared libraries... no [build 2023-05-24 17:46:34] checking whether to build shared libraries... no [build 2023-05-24 17:46:34] checking whether to build static libraries... yes [build 2023-05-24 17:46:34] checking for objdir... .libs [build 2023-05-24 17:46:34] creating libtool [build 2023-05-24 17:46:34] updating cache ../config.cache [build 2023-05-24 17:46:34] loading cache ../config.cache [build 2023-05-24 17:46:34] checking whether to enable maintainer-specific portions of Makefiles... no [build 2023-05-24 17:46:34] checking for Cygwin environment... no [build 2023-05-24 17:46:34] checking for mingw32 environment... no [build 2023-05-24 17:46:34] checking for executable suffix... (cached) no [build 2023-05-24 17:46:34] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:34] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:34] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:34] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:34] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:34] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 17:46:34] checking for ANSI C header files... (cached) yes [build 2023-05-24 17:46:34] checking for working const... (cached) yes [build 2023-05-24 17:46:34] checking for inline... (cached) inline [build 2023-05-24 17:46:34] checking for off_t... (cached) yes [build 2023-05-24 17:46:34] checking for size_t... (cached) yes [build 2023-05-24 17:46:34] checking for working alloca.h... (cached) yes [build 2023-05-24 17:46:34] checking for alloca... (cached) yes [build 2023-05-24 17:46:34] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:34] checking for getpagesize... (cached) yes [build 2023-05-24 17:46:34] checking for working mmap... (cached) yes [build 2023-05-24 17:46:34] checking for argz.h... (cached) yes [build 2023-05-24 17:46:34] checking for limits.h... (cached) yes [build 2023-05-24 17:46:34] checking for locale.h... (cached) yes [build 2023-05-24 17:46:34] checking for nl_types.h... (cached) yes [build 2023-05-24 17:46:34] checking for malloc.h... (cached) yes [build 2023-05-24 17:46:34] checking for string.h... (cached) yes [build 2023-05-24 17:46:34] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:34] checking for values.h... (cached) yes [build 2023-05-24 17:46:34] checking for sys/param.h... (cached) yes [build 2023-05-24 17:46:34] checking for getcwd... (cached) yes [build 2023-05-24 17:46:34] checking for munmap... (cached) yes [build 2023-05-24 17:46:34] checking for putenv... (cached) yes [build 2023-05-24 17:46:34] checking for setenv... (cached) yes [build 2023-05-24 17:46:34] checking for setlocale... (cached) yes [build 2023-05-24 17:46:35] checking for strchr... (cached) yes [build 2023-05-24 17:46:35] checking for strcasecmp... (cached) yes [build 2023-05-24 17:46:35] checking for __argz_count... (cached) yes [build 2023-05-24 17:46:35] checking for __argz_stringify... (cached) yes [build 2023-05-24 17:46:35] checking for __argz_next... (cached) yes [build 2023-05-24 17:46:35] checking for LC_MESSAGES... (cached) yes [build 2023-05-24 17:46:35] checking whether NLS is requested... no [build 2023-05-24 17:46:35] checking for a BSD compatible install... /usr/bin/install -c [build 2023-05-24 17:46:35] checking for string.h... (cached) yes [build 2023-05-24 17:46:35] checking for strings.h... (cached) yes [build 2023-05-24 17:46:35] checking for stdlib.h... (cached) yes [build 2023-05-24 17:46:35] updating cache ../config.cache [build 2023-05-24 17:46:35] creating ./config.status [build 2023-05-24 17:46:35] creating Makefile [build 2023-05-24 17:46:35] creating po/Makefile.in [build 2023-05-24 17:46:35] creating config.h [build 2023-05-24 17:46:35] Configuring bfd... [build 2023-05-24 17:46:35] loading cache ../config.cache [build 2023-05-24 17:46:35] checking host system type... x86_64-unknown-linux-gnu [build 2023-05-24 17:46:35] checking target system type... pjl-unknown-elf [build 2023-05-24 17:46:35] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 17:46:35] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:35] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:35] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:35] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:35] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:35] checking for POSIXized ISC... no [build 2023-05-24 17:46:35] checking for a BSD compatible install... (cached) /usr/bin/install -c [build 2023-05-24 17:46:36] checking whether build environment is sane... yes [build 2023-05-24 17:46:36] checking whether make sets ${MAKE}... (cached) yes [build 2023-05-24 17:46:36] checking for working aclocal... missing [build 2023-05-24 17:46:36] checking for working autoconf... missing [build 2023-05-24 17:46:36] checking for working automake... missing [build 2023-05-24 17:46:36] checking for working autoheader... missing [build 2023-05-24 17:46:36] checking for working makeinfo... missing [build 2023-05-24 17:46:36] checking for x86_64-unknown-linux-gnu-ar... (cached) x86_64-unknown-linux-gnu-ar [build 2023-05-24 17:46:36] checking for x86_64-unknown-linux-gnu-ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:36] checking for ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:36] checking for ld used by GCC... (cached) x86_64-unknown-linux-gnu-ld [build 2023-05-24 17:46:36] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... (cached) no [build 2023-05-24 17:46:36] checking for BSD-compatible nm... (cached) x86_64-unknown-linux-gnu-nm [build 2023-05-24 17:46:36] checking whether ln -s works... (cached) yes [build 2023-05-24 17:46:36] loading cache ../config.cache within ltconfig [build 2023-05-24 17:46:36] checking for object suffix... o [build 2023-05-24 17:46:36] checking for executable suffix... (cached) no [build 2023-05-24 17:46:36] checking for /usr/lib/gcc-snapshot/bin/gcc option to produce PIC... -fPIC [build 2023-05-24 17:46:36] checking if /usr/lib/gcc-snapshot/bin/gcc PIC flag -fPIC works... yes [build 2023-05-24 17:46:36] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.o... yes [build 2023-05-24 17:46:36] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.lo... yes [build 2023-05-24 17:46:37] checking if /usr/lib/gcc-snapshot/bin/gcc supports -fno-rtti -fno-exceptions ... no [build 2023-05-24 17:46:37] checking if /usr/lib/gcc-snapshot/bin/gcc static flag -static works... -static [build 2023-05-24 17:46:37] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... no [build 2023-05-24 17:46:37] checking whether the linker (x86_64-unknown-linux-gnu-ld) supports shared libraries... no [build 2023-05-24 17:46:37] checking command to parse x86_64-unknown-linux-gnu-nm output... /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:37] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/bfd/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:37] failed [build 2023-05-24 17:46:37] checking how to hardcode library paths into programs... unsupported [build 2023-05-24 17:46:37] checking for x86_64-unknown-linux-gnu-ld option to reload object files... -r [build 2023-05-24 17:46:37] checking dynamic linker characteristics... no [build 2023-05-24 17:46:37] checking if libtool supports shared libraries... no [build 2023-05-24 17:46:37] checking whether to build shared libraries... no [build 2023-05-24 17:46:37] checking whether to build static libraries... yes [build 2023-05-24 17:46:37] checking for objdir... .libs [build 2023-05-24 17:46:37] creating libtool [build 2023-05-24 17:46:37] loading cache ../config.cache [build 2023-05-24 17:46:37] checking whether to enable maintainer-specific portions of Makefiles... no [build 2023-05-24 17:46:37] checking for Cygwin environment... (cached) no [build 2023-05-24 17:46:37] checking for mingw32 environment... (cached) no [build 2023-05-24 17:46:37] checking for executable suffix... (cached) no [build 2023-05-24 17:46:37] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:37] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:37] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:37] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:37] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:37] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 17:46:37] checking for ANSI C header files... (cached) yes [build 2023-05-24 17:46:37] checking for working const... (cached) yes [build 2023-05-24 17:46:37] checking for inline... (cached) inline [build 2023-05-24 17:46:37] checking for off_t... (cached) yes [build 2023-05-24 17:46:37] checking for size_t... (cached) yes [build 2023-05-24 17:46:37] checking for working alloca.h... (cached) yes [build 2023-05-24 17:46:37] checking for alloca... (cached) yes [build 2023-05-24 17:46:37] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:37] checking for getpagesize... (cached) yes [build 2023-05-24 17:46:37] checking for working mmap... (cached) yes [build 2023-05-24 17:46:37] checking for argz.h... (cached) yes [build 2023-05-24 17:46:37] checking for limits.h... (cached) yes [build 2023-05-24 17:46:37] checking for locale.h... (cached) yes [build 2023-05-24 17:46:37] checking for nl_types.h... (cached) yes [build 2023-05-24 17:46:37] checking for malloc.h... (cached) yes [build 2023-05-24 17:46:37] checking for string.h... (cached) yes [build 2023-05-24 17:46:37] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:37] checking for values.h... (cached) yes [build 2023-05-24 17:46:37] checking for sys/param.h... (cached) yes [build 2023-05-24 17:46:37] checking for getcwd... (cached) yes [build 2023-05-24 17:46:37] checking for munmap... (cached) yes [build 2023-05-24 17:46:37] checking for putenv... (cached) yes [build 2023-05-24 17:46:37] checking for setenv... (cached) yes [build 2023-05-24 17:46:37] checking for setlocale... (cached) yes [build 2023-05-24 17:46:37] checking for strchr... (cached) yes [build 2023-05-24 17:46:37] checking for strcasecmp... (cached) yes [build 2023-05-24 17:46:37] checking for __argz_count... (cached) yes [build 2023-05-24 17:46:37] checking for __argz_stringify... (cached) yes [build 2023-05-24 17:46:37] checking for __argz_next... (cached) yes [build 2023-05-24 17:46:38] checking for LC_MESSAGES... (cached) yes [build 2023-05-24 17:46:38] checking whether NLS is requested... no [build 2023-05-24 17:46:38] checking for a BSD compatible install... /usr/bin/install -c [build 2023-05-24 17:46:38] checking for stddef.h... yes [build 2023-05-24 17:46:38] checking for string.h... (cached) yes [build 2023-05-24 17:46:38] checking for strings.h... (cached) yes [build 2023-05-24 17:46:38] checking for stdlib.h... (cached) yes [build 2023-05-24 17:46:38] checking for time.h... yes [build 2023-05-24 17:46:38] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:38] checking for fcntl.h... yes [build 2023-05-24 17:46:38] checking for sys/file.h... (cached) yes [build 2023-05-24 17:46:38] checking for sys/time.h... (cached) yes [build 2023-05-24 17:46:38] checking whether time.h and sys/time.h may both be included... yes [build 2023-05-24 17:46:38] checking for dirent.h that defines DIR... yes [build 2023-05-24 17:46:38] checking for opendir in -ldir... no [build 2023-05-24 17:46:38] checking for fcntl... yes [build 2023-05-24 17:46:38] checking for getpagesize... (cached) yes [build 2023-05-24 17:46:38] checking for setitimer... yes [build 2023-05-24 17:46:38] checking for sysconf... (cached) yes [build 2023-05-24 17:46:38] checking for fdopen... yes [build 2023-05-24 17:46:38] checking for getuid... yes [build 2023-05-24 17:46:38] checking for getgid... yes [build 2023-05-24 17:46:38] checking whether strstr must be declared... no [build 2023-05-24 17:46:38] checking whether malloc must be declared... no [build 2023-05-24 17:46:38] checking whether realloc must be declared... no [build 2023-05-24 17:46:38] checking whether free must be declared... no [build 2023-05-24 17:46:38] checking whether getenv must be declared... no [build 2023-05-24 17:46:38] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:38] checking for getpagesize... (cached) yes [build 2023-05-24 17:46:38] checking for working mmap... (cached) yes [build 2023-05-24 17:46:39] checking for madvise... yes [build 2023-05-24 17:46:39] checking for mprotect... yes [build 2023-05-24 17:46:39] updating cache ../config.cache [build 2023-05-24 17:46:39] creating ./config.status [build 2023-05-24 17:46:39] creating Makefile [build 2023-05-24 17:46:39] creating doc/Makefile [build 2023-05-24 17:46:39] creating bfd-in3.h [build 2023-05-24 17:46:39] creating po/Makefile.in [build 2023-05-24 17:46:39] creating config.h [build 2023-05-24 17:46:39] Configuring texinfo... [build 2023-05-24 17:46:39] No configuration information in texinfo [build 2023-05-24 17:46:39] Configuring binutils... [build 2023-05-24 17:46:39] loading cache ../config.cache [build 2023-05-24 17:46:39] checking host system type... x86_64-unknown-linux-gnu [build 2023-05-24 17:46:39] checking target system type... pjl-unknown-elf [build 2023-05-24 17:46:39] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 17:46:39] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:39] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:39] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:39] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:39] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:39] checking for POSIXized ISC... no [build 2023-05-24 17:46:39] checking for a BSD compatible install... (cached) /usr/bin/install -c [build 2023-05-24 17:46:40] checking whether build environment is sane... yes [build 2023-05-24 17:46:40] checking whether make sets ${MAKE}... (cached) yes [build 2023-05-24 17:46:40] checking for working aclocal... missing [build 2023-05-24 17:46:40] checking for working autoconf... missing [build 2023-05-24 17:46:40] checking for working automake... missing [build 2023-05-24 17:46:40] checking for working autoheader... missing [build 2023-05-24 17:46:40] checking for working makeinfo... missing [build 2023-05-24 17:46:40] checking for ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:40] checking for ld used by GCC... (cached) x86_64-unknown-linux-gnu-ld [build 2023-05-24 17:46:40] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... (cached) no [build 2023-05-24 17:46:40] checking for BSD-compatible nm... (cached) x86_64-unknown-linux-gnu-nm [build 2023-05-24 17:46:40] checking whether ln -s works... (cached) yes [build 2023-05-24 17:46:41] loading cache ../config.cache within ltconfig [build 2023-05-24 17:46:41] checking for object suffix... o [build 2023-05-24 17:46:41] checking for executable suffix... (cached) no [build 2023-05-24 17:46:41] checking for /usr/lib/gcc-snapshot/bin/gcc option to produce PIC... -fPIC [build 2023-05-24 17:46:41] checking if /usr/lib/gcc-snapshot/bin/gcc PIC flag -fPIC works... yes [build 2023-05-24 17:46:41] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.o... yes [build 2023-05-24 17:46:41] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.lo... yes [build 2023-05-24 17:46:41] checking if /usr/lib/gcc-snapshot/bin/gcc supports -fno-rtti -fno-exceptions ... no [build 2023-05-24 17:46:41] checking if /usr/lib/gcc-snapshot/bin/gcc static flag -static works... -static [build 2023-05-24 17:46:41] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... no [build 2023-05-24 17:46:41] checking whether the linker (x86_64-unknown-linux-gnu-ld) supports shared libraries... no [build 2023-05-24 17:46:41] checking command to parse x86_64-unknown-linux-gnu-nm output... /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/binutils/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:41] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/binutils/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:41] failed [build 2023-05-24 17:46:41] checking how to hardcode library paths into programs... unsupported [build 2023-05-24 17:46:41] checking for x86_64-unknown-linux-gnu-ld option to reload object files... -r [build 2023-05-24 17:46:41] checking dynamic linker characteristics... no [build 2023-05-24 17:46:41] checking if libtool supports shared libraries... no [build 2023-05-24 17:46:41] checking whether to build shared libraries... no [build 2023-05-24 17:46:41] checking whether to build static libraries... yes [build 2023-05-24 17:46:41] checking for objdir... .libs [build 2023-05-24 17:46:41] creating libtool [build 2023-05-24 17:46:41] loading cache ../config.cache [build 2023-05-24 17:46:41] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:41] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:41] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:41] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:41] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:41] checking for bison... no [build 2023-05-24 17:46:41] checking for byacc... no [build 2023-05-24 17:46:41] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 17:46:41] checking for flex... flex [build 2023-05-24 17:46:41] checking for flex... (cached) flex [build 2023-05-24 17:46:41] checking for yywrap in -lfl... no [build 2023-05-24 17:46:41] checking lex output file root... lex.yy [build 2023-05-24 17:46:42] checking whether yytext is a pointer... no [build 2023-05-24 17:46:42] checking for ANSI C header files... (cached) yes [build 2023-05-24 17:46:42] checking for working const... (cached) yes [build 2023-05-24 17:46:42] checking for inline... (cached) inline [build 2023-05-24 17:46:42] checking for off_t... (cached) yes [build 2023-05-24 17:46:42] checking for size_t... (cached) yes [build 2023-05-24 17:46:42] checking for working alloca.h... (cached) yes [build 2023-05-24 17:46:42] checking for alloca... (cached) yes [build 2023-05-24 17:46:42] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:42] checking for getpagesize... (cached) yes [build 2023-05-24 17:46:42] checking for working mmap... (cached) yes [build 2023-05-24 17:46:42] checking for argz.h... (cached) yes [build 2023-05-24 17:46:42] checking for limits.h... (cached) yes [build 2023-05-24 17:46:42] checking for locale.h... (cached) yes [build 2023-05-24 17:46:42] checking for nl_types.h... (cached) yes [build 2023-05-24 17:46:42] checking for malloc.h... (cached) yes [build 2023-05-24 17:46:42] checking for string.h... (cached) yes [build 2023-05-24 17:46:42] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:42] checking for values.h... (cached) yes [build 2023-05-24 17:46:42] checking for sys/param.h... (cached) yes [build 2023-05-24 17:46:42] checking for getcwd... (cached) yes [build 2023-05-24 17:46:42] checking for munmap... (cached) yes [build 2023-05-24 17:46:42] checking for putenv... (cached) yes [build 2023-05-24 17:46:42] checking for setenv... (cached) yes [build 2023-05-24 17:46:42] checking for setlocale... (cached) yes [build 2023-05-24 17:46:42] checking for strchr... (cached) yes [build 2023-05-24 17:46:42] checking for strcasecmp... (cached) yes [build 2023-05-24 17:46:42] checking for __argz_count... (cached) yes [build 2023-05-24 17:46:42] checking for __argz_stringify... (cached) yes [build 2023-05-24 17:46:42] checking for __argz_next... (cached) yes [build 2023-05-24 17:46:42] checking for LC_MESSAGES... (cached) yes [build 2023-05-24 17:46:42] checking whether NLS is requested... no [build 2023-05-24 17:46:42] checking whether to enable maintainer-specific portions of Makefiles... no [build 2023-05-24 17:46:42] checking for Cygwin environment... (cached) no [build 2023-05-24 17:46:42] checking for mingw32 environment... (cached) no [build 2023-05-24 17:46:42] checking for executable suffix... (cached) no [build 2023-05-24 17:46:42] checking for ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:42] checking for a BSD compatible install... /usr/bin/install -c [build 2023-05-24 17:46:42] checking for string.h... (cached) yes [build 2023-05-24 17:46:42] checking for strings.h... (cached) yes [build 2023-05-24 17:46:42] checking for stdlib.h... (cached) yes [build 2023-05-24 17:46:42] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:42] checking for fcntl.h... (cached) yes [build 2023-05-24 17:46:42] checking for sys/file.h... (cached) yes [build 2023-05-24 17:46:42] checking for sys/wait.h that is POSIX.1 compatible... (cached) yes [build 2023-05-24 17:46:42] checking for working alloca.h... (cached) yes [build 2023-05-24 17:46:42] checking for alloca... (cached) yes [build 2023-05-24 17:46:42] checking for sbrk... (cached) yes [build 2023-05-24 17:46:42] checking for utimes... yes [build 2023-05-24 17:46:45] checking for setmode... no [build 2023-05-24 17:46:46] checking for library containing frexp... none required [build 2023-05-24 17:46:46] checking for time_t in time.h... yes [build 2023-05-24 17:46:46] checking for time_t in sys/types.h... yes [build 2023-05-24 17:46:46] checking for utime.h... yes [build 2023-05-24 17:46:47] checking whether fprintf must be declared... no [build 2023-05-24 17:46:47] checking whether strstr must be declared... (cached) no [build 2023-05-24 17:46:47] checking whether sbrk must be declared... no [build 2023-05-24 17:46:47] checking whether getenv must be declared... (cached) no [build 2023-05-24 17:46:47] checking whether environ must be declared... yes [build 2023-05-24 17:46:47] updating cache ../config.cache [build 2023-05-24 17:46:47] creating ./config.status [build 2023-05-24 17:46:47] creating Makefile [build 2023-05-24 17:46:47] creating po/Makefile.in [build 2023-05-24 17:46:47] creating config.h [build 2023-05-24 17:46:47] Configuring ld... [build 2023-05-24 17:46:47] loading cache ../config.cache [build 2023-05-24 17:46:47] checking host system type... x86_64-unknown-linux-gnu [build 2023-05-24 17:46:47] checking target system type... pjl-unknown-elf [build 2023-05-24 17:46:47] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 17:46:47] checking for a BSD compatible install... (cached) /usr/bin/install -c [build 2023-05-24 17:46:48] checking whether build environment is sane... yes [build 2023-05-24 17:46:48] checking whether make sets ${MAKE}... (cached) yes [build 2023-05-24 17:46:48] checking for working aclocal... missing [build 2023-05-24 17:46:48] checking for working autoconf... missing [build 2023-05-24 17:46:48] checking for working automake... missing [build 2023-05-24 17:46:48] checking for working autoheader... missing [build 2023-05-24 17:46:48] checking for working makeinfo... missing [build 2023-05-24 17:46:48] checking for ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:48] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:48] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:48] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:48] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:48] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:48] checking for ld used by GCC... (cached) x86_64-unknown-linux-gnu-ld [build 2023-05-24 17:46:48] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... (cached) no [build 2023-05-24 17:46:48] checking for BSD-compatible nm... (cached) x86_64-unknown-linux-gnu-nm [build 2023-05-24 17:46:48] checking whether ln -s works... (cached) yes [build 2023-05-24 17:46:48] loading cache ../config.cache within ltconfig [build 2023-05-24 17:46:48] checking for object suffix... o [build 2023-05-24 17:46:48] checking for executable suffix... (cached) no [build 2023-05-24 17:46:48] checking for /usr/lib/gcc-snapshot/bin/gcc option to produce PIC... -fPIC [build 2023-05-24 17:46:48] checking if /usr/lib/gcc-snapshot/bin/gcc PIC flag -fPIC works... yes [build 2023-05-24 17:46:48] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.o... yes [build 2023-05-24 17:46:48] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.lo... yes [build 2023-05-24 17:46:49] checking if /usr/lib/gcc-snapshot/bin/gcc supports -fno-rtti -fno-exceptions ... no [build 2023-05-24 17:46:49] checking if /usr/lib/gcc-snapshot/bin/gcc static flag -static works... -static [build 2023-05-24 17:46:49] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... no [build 2023-05-24 17:46:49] checking whether the linker (x86_64-unknown-linux-gnu-ld) supports shared libraries... no [build 2023-05-24 17:46:49] checking command to parse x86_64-unknown-linux-gnu-nm output... /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/ld/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:49] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/ld/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:49] failed [build 2023-05-24 17:46:49] checking how to hardcode library paths into programs... unsupported [build 2023-05-24 17:46:49] checking for x86_64-unknown-linux-gnu-ld option to reload object files... -r [build 2023-05-24 17:46:49] checking dynamic linker characteristics... no [build 2023-05-24 17:46:49] checking if libtool supports shared libraries... no [build 2023-05-24 17:46:49] checking whether to build shared libraries... no [build 2023-05-24 17:46:49] checking whether to build static libraries... yes [build 2023-05-24 17:46:49] checking for objdir... .libs [build 2023-05-24 17:46:49] creating libtool [build 2023-05-24 17:46:49] loading cache ../config.cache [build 2023-05-24 17:46:49] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:49] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:49] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:49] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:49] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:49] checking for a BSD compatible install... /usr/bin/install -c [build 2023-05-24 17:46:49] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 17:46:49] checking for POSIXized ISC... no [build 2023-05-24 17:46:49] checking for ANSI C header files... (cached) yes [build 2023-05-24 17:46:49] checking for working const... (cached) yes [build 2023-05-24 17:46:49] checking for inline... (cached) inline [build 2023-05-24 17:46:49] checking for off_t... (cached) yes [build 2023-05-24 17:46:49] checking for size_t... (cached) yes [build 2023-05-24 17:46:49] checking for working alloca.h... (cached) yes [build 2023-05-24 17:46:49] checking for alloca... (cached) yes [build 2023-05-24 17:46:49] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:49] checking for getpagesize... (cached) yes [build 2023-05-24 17:46:49] checking for working mmap... (cached) yes [build 2023-05-24 17:46:49] checking for argz.h... (cached) yes [build 2023-05-24 17:46:49] checking for limits.h... (cached) yes [build 2023-05-24 17:46:49] checking for locale.h... (cached) yes [build 2023-05-24 17:46:49] checking for nl_types.h... (cached) yes [build 2023-05-24 17:46:49] checking for malloc.h... (cached) yes [build 2023-05-24 17:46:49] checking for string.h... (cached) yes [build 2023-05-24 17:46:49] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:49] checking for values.h... (cached) yes [build 2023-05-24 17:46:49] checking for sys/param.h... (cached) yes [build 2023-05-24 17:46:49] checking for getcwd... (cached) yes [build 2023-05-24 17:46:49] checking for munmap... (cached) yes [build 2023-05-24 17:46:49] checking for putenv... (cached) yes [build 2023-05-24 17:46:49] checking for setenv... (cached) yes [build 2023-05-24 17:46:49] checking for setlocale... (cached) yes [build 2023-05-24 17:46:49] checking for strchr... (cached) yes [build 2023-05-24 17:46:49] checking for strcasecmp... (cached) yes [build 2023-05-24 17:46:49] checking for __argz_count... (cached) yes [build 2023-05-24 17:46:49] checking for __argz_stringify... (cached) yes [build 2023-05-24 17:46:49] checking for __argz_next... (cached) yes [build 2023-05-24 17:46:49] checking for LC_MESSAGES... (cached) yes [build 2023-05-24 17:46:49] checking whether NLS is requested... no [build 2023-05-24 17:46:49] checking for Cygwin environment... (cached) no [build 2023-05-24 17:46:49] checking for mingw32 environment... (cached) no [build 2023-05-24 17:46:49] checking for executable suffix... (cached) no [build 2023-05-24 17:46:49] checking for bison... no [build 2023-05-24 17:46:49] checking for byacc... no [build 2023-05-24 17:46:49] checking for flex... (cached) flex [build 2023-05-24 17:46:49] checking for flex... (cached) flex [build 2023-05-24 17:46:49] checking for yywrap in -lfl... (cached) no [build 2023-05-24 17:46:49] checking lex output file root... (cached) lex.yy [build 2023-05-24 17:46:49] checking whether yytext is a pointer... (cached) no [build 2023-05-24 17:46:49] checking whether to enable maintainer-specific portions of Makefiles... no [build 2023-05-24 17:46:49] checking for string.h... (cached) yes [build 2023-05-24 17:46:49] checking for strings.h... (cached) yes [build 2023-05-24 17:46:49] checking for stdlib.h... (cached) yes [build 2023-05-24 17:46:49] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:49] checking for sbrk... (cached) yes [build 2023-05-24 17:46:49] checking for dirent.h that defines DIR... (cached) yes [build 2023-05-24 17:46:49] checking for opendir in -ldir... (cached) no [build 2023-05-24 17:46:49] checking whether strstr must be declared... (cached) no [build 2023-05-24 17:46:49] checking whether free must be declared... (cached) no [build 2023-05-24 17:46:49] checking whether sbrk must be declared... (cached) no [build 2023-05-24 17:46:49] checking whether getenv must be declared... (cached) no [build 2023-05-24 17:46:49] checking whether environ must be declared... (cached) yes [build 2023-05-24 17:46:49] checking whether ANSI C string concatenation works... yes [build 2023-05-24 17:46:49] updating cache ../config.cache [build 2023-05-24 17:46:49] creating ./config.status [build 2023-05-24 17:46:49] creating Makefile [build 2023-05-24 17:46:49] creating po/Makefile.in [build 2023-05-24 17:46:49] creating config.h [build 2023-05-24 17:46:49] Configuring gas... [build 2023-05-24 17:46:50] loading cache ../config.cache [build 2023-05-24 17:46:50] checking host system type... x86_64-unknown-linux-gnu [build 2023-05-24 17:46:50] checking target system type... pjl-unknown-elf [build 2023-05-24 17:46:50] checking build system type... x86_64-pc-linux-gnu [build 2023-05-24 17:46:50] checking for a BSD compatible install... (cached) /usr/bin/install -c [build 2023-05-24 17:46:51] checking whether build environment is sane... yes [build 2023-05-24 17:46:51] checking whether make sets ${MAKE}... (cached) yes [build 2023-05-24 17:46:51] checking for working aclocal... missing [build 2023-05-24 17:46:51] checking for working autoconf... missing [build 2023-05-24 17:46:51] checking for working automake... missing [build 2023-05-24 17:46:51] checking for working autoheader... missing [build 2023-05-24 17:46:51] checking for working makeinfo... missing [build 2023-05-24 17:46:51] checking for ranlib... (cached) x86_64-unknown-linux-gnu-ranlib [build 2023-05-24 17:46:51] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:51] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:51] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:51] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:51] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:51] checking for ld used by GCC... (cached) x86_64-unknown-linux-gnu-ld [build 2023-05-24 17:46:51] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... (cached) no [build 2023-05-24 17:46:51] checking for BSD-compatible nm... (cached) x86_64-unknown-linux-gnu-nm [build 2023-05-24 17:46:51] checking whether ln -s works... (cached) yes [build 2023-05-24 17:46:51] loading cache ../config.cache within ltconfig [build 2023-05-24 17:46:51] checking for object suffix... o [build 2023-05-24 17:46:51] checking for executable suffix... (cached) no [build 2023-05-24 17:46:51] checking for /usr/lib/gcc-snapshot/bin/gcc option to produce PIC... -fPIC [build 2023-05-24 17:46:51] checking if /usr/lib/gcc-snapshot/bin/gcc PIC flag -fPIC works... yes [build 2023-05-24 17:46:51] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.o... yes [build 2023-05-24 17:46:51] checking if /usr/lib/gcc-snapshot/bin/gcc supports -c -o file.lo... yes [build 2023-05-24 17:46:51] checking if /usr/lib/gcc-snapshot/bin/gcc supports -fno-rtti -fno-exceptions ... no [build 2023-05-24 17:46:51] checking if /usr/lib/gcc-snapshot/bin/gcc static flag -static works... -static [build 2023-05-24 17:46:51] checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... no [build 2023-05-24 17:46:51] checking whether the linker (x86_64-unknown-linux-gnu-ld) supports shared libraries... no [build 2023-05-24 17:46:51] checking command to parse x86_64-unknown-linux-gnu-nm output... /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/gas/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:51] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/gas/../ltconfig: 1: eval: x86_64-unknown-linux-gnu-nm: not found [build 2023-05-24 17:46:51] failed [build 2023-05-24 17:46:51] checking how to hardcode library paths into programs... unsupported [build 2023-05-24 17:46:51] checking for x86_64-unknown-linux-gnu-ld option to reload object files... -r [build 2023-05-24 17:46:51] checking dynamic linker characteristics... no [build 2023-05-24 17:46:51] checking if libtool supports shared libraries... no [build 2023-05-24 17:46:51] checking whether to build shared libraries... no [build 2023-05-24 17:46:51] checking whether to build static libraries... yes [build 2023-05-24 17:46:51] checking for objdir... .libs [build 2023-05-24 17:46:51] creating libtool [build 2023-05-24 17:46:51] loading cache ../config.cache [build 2023-05-24 17:46:51] checking for gcc... (cached) /usr/lib/gcc-snapshot/bin/gcc [build 2023-05-24 17:46:51] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) works... yes [build 2023-05-24 17:46:51] checking whether the C compiler (/usr/lib/gcc-snapshot/bin/gcc ) is a cross-compiler... no [build 2023-05-24 17:46:51] checking whether we are using GNU C... (cached) yes [build 2023-05-24 17:46:51] checking whether /usr/lib/gcc-snapshot/bin/gcc accepts -g... (cached) yes [build 2023-05-24 17:46:51] checking for bison... no [build 2023-05-24 17:46:51] checking for byacc... no [build 2023-05-24 17:46:51] checking how to run the C preprocessor... /usr/lib/gcc-snapshot/bin/cpp [build 2023-05-24 17:46:51] checking for flex... (cached) flex [build 2023-05-24 17:46:51] checking for flex... (cached) flex [build 2023-05-24 17:46:51] checking for yywrap in -lfl... (cached) no [build 2023-05-24 17:46:51] checking lex output file root... (cached) lex.yy [build 2023-05-24 17:46:51] checking whether yytext is a pointer... (cached) no [build 2023-05-24 17:46:51] checking for POSIXized ISC... no [build 2023-05-24 17:46:51] checking for ANSI C header files... (cached) yes [build 2023-05-24 17:46:51] checking for working const... (cached) yes [build 2023-05-24 17:46:51] checking for inline... (cached) inline [build 2023-05-24 17:46:51] checking for off_t... (cached) yes [build 2023-05-24 17:46:51] checking for size_t... (cached) yes [build 2023-05-24 17:46:51] checking for working alloca.h... (cached) yes [build 2023-05-24 17:46:51] checking for alloca... (cached) yes [build 2023-05-24 17:46:51] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:51] checking for getpagesize... (cached) yes [build 2023-05-24 17:46:51] checking for working mmap... (cached) yes [build 2023-05-24 17:46:51] checking for argz.h... (cached) yes [build 2023-05-24 17:46:51] checking for limits.h... (cached) yes [build 2023-05-24 17:46:51] checking for locale.h... (cached) yes [build 2023-05-24 17:46:51] checking for nl_types.h... (cached) yes [build 2023-05-24 17:46:51] checking for malloc.h... (cached) yes [build 2023-05-24 17:46:51] checking for string.h... (cached) yes [build 2023-05-24 17:46:51] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:51] checking for values.h... (cached) yes [build 2023-05-24 17:46:52] checking for sys/param.h... (cached) yes [build 2023-05-24 17:46:52] checking for getcwd... (cached) yes [build 2023-05-24 17:46:52] checking for munmap... (cached) yes [build 2023-05-24 17:46:52] checking for putenv... (cached) yes [build 2023-05-24 17:46:52] checking for setenv... (cached) yes [build 2023-05-24 17:46:52] checking for setlocale... (cached) yes [build 2023-05-24 17:46:52] checking for strchr... (cached) yes [build 2023-05-24 17:46:52] checking for strcasecmp... (cached) yes [build 2023-05-24 17:46:52] checking for __argz_count... (cached) yes [build 2023-05-24 17:46:52] checking for __argz_stringify... (cached) yes [build 2023-05-24 17:46:52] checking for __argz_next... (cached) yes [build 2023-05-24 17:46:52] checking for LC_MESSAGES... (cached) yes [build 2023-05-24 17:46:52] checking whether NLS is requested... no [build 2023-05-24 17:46:52] checking whether to enable maintainer-specific portions of Makefiles... no [build 2023-05-24 17:46:52] checking for Cygwin environment... (cached) no [build 2023-05-24 17:46:52] checking for mingw32 environment... (cached) no [build 2023-05-24 17:46:52] checking for executable suffix... (cached) no [build 2023-05-24 17:46:52] checking for string.h... (cached) yes [build 2023-05-24 17:46:52] checking for stdlib.h... (cached) yes [build 2023-05-24 17:46:52] checking for memory.h... yes [build 2023-05-24 17:46:52] checking for strings.h... (cached) yes [build 2023-05-24 17:46:52] checking for unistd.h... (cached) yes [build 2023-05-24 17:46:52] checking for stdarg.h... yes [build 2023-05-24 17:46:52] checking for varargs.h... no [build 2023-05-24 17:46:52] checking for errno.h... yes [build 2023-05-24 17:46:52] checking for sys/types.h... yes [build 2023-05-24 17:46:52] checking whether compiling a cross-assembler... yes [build 2023-05-24 17:46:52] checking for working alloca.h... (cached) yes [build 2023-05-24 17:46:52] checking for alloca... (cached) yes [build 2023-05-24 17:46:52] checking for inline... (cached) inline [build 2023-05-24 17:46:52] checking for unlink... yes [build 2023-05-24 17:46:52] checking for sbrk... (cached) yes [build 2023-05-24 17:46:52] checking for working assert macro... yes [build 2023-05-24 17:46:52] checking whether declaration is required for strstr... no [build 2023-05-24 17:46:52] checking whether declaration is required for malloc... no [build 2023-05-24 17:46:52] checking whether declaration is required for free... no [build 2023-05-24 17:46:52] checking whether declaration is required for sbrk... no [build 2023-05-24 17:46:52] checking whether declaration is required for environ... yes [build 2023-05-24 17:46:52] checking whether declaration is required for errno... no [build 2023-05-24 17:46:52] updating cache ../config.cache [build 2023-05-24 17:46:52] creating ./config.status [build 2023-05-24 17:46:52] creating Makefile [build 2023-05-24 17:46:53] creating doc/Makefile [build 2023-05-24 17:46:53] creating .gdbinit [build 2023-05-24 17:46:53] creating po/Makefile.in [build 2023-05-24 17:46:53] creating config.h [build 2023-05-24 17:46:53] Configuring etc... [build 2023-05-24 17:46:53] loading cache ../config.cache [build 2023-05-24 17:46:53] checking for a BSD compatible install... (cached) /usr/bin/install -c [build 2023-05-24 17:46:53] creating ./config.status [build 2023-05-24 17:46:53] creating Makefile [build 2023-05-24 17:46:53] make[1]: Entering directory '/var/lib/laminar/run/buildcross-pj/2/buildcross/objdir-binutils/libiberty' [build 2023-05-24 17:46:53] if [ x"no" = xyes ] && [ ! -d pic ]; then \ [build 2023-05-24 17:46:53] mkdir pic; \ [build 2023-05-24 17:46:53] else true; fi [build 2023-05-24 17:46:53] touch stamp-picdir [build 2023-05-24 17:46:53] test x"no" != xyes || \ [build 2023-05-24 17:46:53] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/argv.c -o pic/argv.o [build 2023-05-24 17:46:53] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/argv.c [build 2023-05-24 17:46:53] test x"no" != xyes || \ [build 2023-05-24 17:46:53] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/choose-temp.c -o pic/choose-temp.o [build 2023-05-24 17:46:53] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/choose-temp.c [build 2023-05-24 17:46:53] test x"no" != xyes || \ [build 2023-05-24 17:46:53] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/concat.c -o pic/concat.o [build 2023-05-24 17:46:53] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/concat.c [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/concat.c: In function 'concat': [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/concat.c:77:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] [build 2023-05-24 17:46:53] 77 | concat (const char *first, ...) [build 2023-05-24 17:46:53] | ^~~~~~ [build 2023-05-24 17:46:53] test x"no" != xyes || \ [build 2023-05-24 17:46:53] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c -o pic/cplus-dem.o [build 2023-05-24 17:46:53] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c: In function 'demangle_template': [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:1866:15: warning: variable 'start' set but not used [-Wunused-but-set-variable] [build 2023-05-24 17:46:53] 1866 | const char *start; [build 2023-05-24 17:46:53] | ^~~~~ [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c: In function 'demangle_signature': [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:1385:31: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 17:46:53] 1385 | if (AUTO_DEMANGLING || GNU_DEMANGLING) [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:1399:9: note: here [build 2023-05-24 17:46:53] 1399 | default: [build 2023-05-24 17:46:53] | ^~~~~~~ [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c: In function 'demangle_fund_type': [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:3747:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 17:46:53] 3747 | if (!isdigit ((unsigned char)**mangled)) [build 2023-05-24 17:46:53] | ^ [build 2023-05-24 17:46:53] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cplus-dem.c:3752:5: note: here [build 2023-05-24 17:46:53] 3752 | case 'I': [build 2023-05-24 17:46:53] | ^~~~ [build 2023-05-24 17:46:54] test x"no" != xyes || \ [build 2023-05-24 17:46:54] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c -o pic/cp-demangle.o [build 2023-05-24 17:46:54] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c [build 2023-05-24 17:46:54] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c: In function 'demangle_special_name': [build 2023-05-24 17:46:54] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c:1676:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [build 2023-05-24 17:46:54] 1676 | if (!flag_strict) [build 2023-05-24 17:46:54] | ^ [build 2023-05-24 17:46:54] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c:1723:9: note: here [build 2023-05-24 17:46:54] 1723 | default: [build 2023-05-24 17:46:54] | ^~~~~~~ [build 2023-05-24 17:46:54] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c: At top level: [build 2023-05-24 17:46:54] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/cp-demangle.c:3029:1: warning: 'cp_demangle_type' defined but not used [-Wunused-function] [build 2023-05-24 17:46:54] 3029 | cp_demangle_type (type_name, result) [build 2023-05-24 17:46:54] | ^~~~~~~~~~~~~~~~ [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/dyn-string.c -o pic/dyn-string.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/dyn-string.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fdmatch.c -o pic/fdmatch.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fdmatch.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fnmatch.c -o pic/fnmatch.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/fnmatch.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getopt.c -o pic/getopt.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getopt.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getopt1.c -o pic/getopt1.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getopt1.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getpwd.c -o pic/getpwd.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getpwd.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getruntime.c -o pic/getruntime.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/getruntime.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c -o pic/hashtab.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c: In function 'htab_empty': [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:144:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] [build 2023-05-24 17:46:55] 144 | memset (htab->entries, 0, htab->size * sizeof (void *)); [build 2023-05-24 17:46:55] | ^~~~~~ [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:48:1: note: include '' or provide a declaration of 'memset' [build 2023-05-24 17:46:55] 47 | #include "hashtab.h" [build 2023-05-24 17:46:55] +++ |+#include [build 2023-05-24 17:46:55] 48 | [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:144:3: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] [build 2023-05-24 17:46:55] 144 | memset (htab->entries, 0, htab->size * sizeof (void *)); [build 2023-05-24 17:46:55] | ^~~~~~ [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hashtab.c:144:3: note: include '' or provide a declaration of 'memset' [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hex.c -o pic/hex.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/hex.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/floatformat.c -o pic/floatformat.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/floatformat.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c -o pic/objalloc.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c: In function 'objalloc_free_block': [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c:216:5: warning: implicit declaration of function 'abort' [-Wimplicit-function-declaration] [build 2023-05-24 17:46:55] 216 | abort (); [build 2023-05-24 17:46:55] | ^~~~~ [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c:34:1: note: include '' or provide a declaration of 'abort' [build 2023-05-24 17:46:55] 33 | #include [build 2023-05-24 17:46:55] +++ |+#include [build 2023-05-24 17:46:55] 34 | #endif [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c:216:5: warning: incompatible implicit declaration of built-in function 'abort' [-Wbuiltin-declaration-mismatch] [build 2023-05-24 17:46:55] 216 | abort (); [build 2023-05-24 17:46:55] | ^~~~~ [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/objalloc.c:216:5: note: include '' or provide a declaration of 'abort' [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/obstack.c -o pic/obstack.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/obstack.c [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c -o pic/partition.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c: In function 'partition_print': [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c:153:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] [build 2023-05-24 17:46:55] 153 | memset (done, 0, num_elements); [build 2023-05-24 17:46:55] | ^~~~~~ [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c:32:1: note: include '' or provide a declaration of 'memset' [build 2023-05-24 17:46:55] 31 | #include "partition.h" [build 2023-05-24 17:46:55] +++ |+#include [build 2023-05-24 17:46:55] 32 | [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c:153:3: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] [build 2023-05-24 17:46:55] 153 | memset (done, 0, num_elements); [build 2023-05-24 17:46:55] | ^~~~~~ [build 2023-05-24 17:46:55] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/partition.c:153:3: note: include '' or provide a declaration of 'memset' [build 2023-05-24 17:46:55] test x"no" != xyes || \ [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c -o pic/pexecute.o [build 2023-05-24 17:46:55] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c: In function 'pexecute': [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c:745:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] [build 2023-05-24 17:46:56] 745 | exit (-1); [build 2023-05-24 17:46:56] | ^~~~ [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c:57:1: note: include '' or provide a declaration of 'exit' [build 2023-05-24 17:46:56] 56 | #include "libiberty.h" [build 2023-05-24 17:46:56] +++ |+#include [build 2023-05-24 17:46:56] 57 | [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c:745:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] [build 2023-05-24 17:46:56] 745 | exit (-1); [build 2023-05-24 17:46:56] | ^~~~ [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/pexecute.c:745:7: note: include '' or provide a declaration of 'exit' [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/spaces.c -o pic/spaces.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/spaces.c [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/splay-tree.c -o pic/splay-tree.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/splay-tree.c [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strerror.c -o pic/strerror.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strerror.c [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strerror.c: In function 'strtoerrno': [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strerror.c:774:16: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] [build 2023-05-24 17:46:56] 774 | (strcmp (name, error_names[errnoval]) == 0)) [build 2023-05-24 17:46:56] | ^~~~~~ [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strerror.c:30:1: note: include '' or provide a declaration of 'strcmp' [build 2023-05-24 17:46:56] 29 | #include [build 2023-05-24 17:46:56] +++ |+#include [build 2023-05-24 17:46:56] 30 | extern void *malloc (size_t size); /* 4.10.3.3 */ [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strsignal.c -o pic/strsignal.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strsignal.c [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strsignal.c: In function 'strtosigno': [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strsignal.c:552:16: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] [build 2023-05-24 17:46:56] 552 | (strcmp (name, signal_names[signo]) == 0)) [build 2023-05-24 17:46:56] | ^~~~~~ [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/strsignal.c:28:1: note: include '' or provide a declaration of 'strcmp' [build 2023-05-24 17:46:56] 27 | #include [build 2023-05-24 17:46:56] +++ |+#include [build 2023-05-24 17:46:56] 28 | extern void *malloc (size_t size); /* 4.10.3.3 */ [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xatexit.c -o pic/xatexit.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xatexit.c [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c -o pic/xexit.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c: In function 'xexit': [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c:35:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] [build 2023-05-24 17:46:56] 35 | exit (code); [build 2023-05-24 17:46:56] | ^~~~ [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c:24:1: note: include '' or provide a declaration of 'exit' [build 2023-05-24 17:46:56] 23 | #include [build 2023-05-24 17:46:56] +++ |+#include [build 2023-05-24 17:46:56] 24 | [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c:35:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] [build 2023-05-24 17:46:56] 35 | exit (code); [build 2023-05-24 17:46:56] | ^~~~ [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xexit.c:35:3: note: include '' or provide a declaration of 'exit' [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmalloc.c -o pic/xmalloc.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmalloc.c [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c -o pic/xmemdup.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c: In function 'xmemdup': [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c:20:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] [build 2023-05-24 17:46:56] 20 | memcpy (output, input, copy_size); [build 2023-05-24 17:46:56] | ^~~~~~ [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c:12:1: note: include '' or provide a declaration of 'memcpy' [build 2023-05-24 17:46:56] 11 | #include /* For size_t. */ [build 2023-05-24 17:46:56] +++ |+#include [build 2023-05-24 17:46:56] 12 | [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c:20:3: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] [build 2023-05-24 17:46:56] 20 | memcpy (output, input, copy_size); [build 2023-05-24 17:46:56] | ^~~~~~ [build 2023-05-24 17:46:56] /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xmemdup.c:20:3: note: include '' or provide a declaration of 'memcpy' [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrdup.c -o pic/xstrdup.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrdup.c [build 2023-05-24 17:46:56] test x"no" != xyes || \ [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrerror.c -o pic/xstrerror.o [build 2023-05-24 17:46:56] /usr/lib/gcc-snapshot/bin/gcc -c -DHAVE_CONFIG_H -I. -I/var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/../include -W -Wall -Wtraditional /var/lib/laminar/run/buildcross-pj/2/buildcross/downloads/mikpe-binutils-gdb.git/libiberty/xstrerror.c [build 2023-05-24 17:46:56] rm -f libiberty.a [build 2023-05-24 17:46:56] x86_64-unknown-linux-gnu-ar rc libiberty.a \ [build 2023-05-24 17:46:56] argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o objalloc.o obstack.o partition.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o [build 2023-05-24 17:46:56] make[1]: x86_64-unknown-linux-gnu-ar: No such file or directory [build 2023-05-24 17:46:56] make[1]: *** [Makefile:151: libiberty.a] Error 127 [build 2023-05-24 17:46:56] make[1]: Leaving directory '/var/lib/laminar/run/buildcross-pj/2/buildcross/objdir-binutils/libiberty' [build 2023-05-24 17:46:56] make: *** [Makefile:1071: all-libiberty] Error 2 TCLUG_BUILD_INFO;build;2;754 [laminar] Executing cfg/after + export declare -x ARCHIVE="/var/lib/laminar/archive/buildcross-pj/2" declare -x CONTEXT="default" declare -x HOME="/nonexistent" declare -x INVOCATION_ID="9b02437f413b4689a9f1c5e694d46bc1" declare -x JOB="buildcross-pj" declare -x JOURNAL_STREAM="8:1789880356" declare -x LAMINAR_BASE_URL="http://toolchain.lug-owl.de/laminar/" declare -x LAMINAR_TITLE="toolchain.lug-owl.de" declare -x LANG="en_US.UTF-8" declare -x LANGUAGE="en_US:en" declare -x LAST_RESULT="failed" declare -x LOGNAME="laminar" declare -x OLDPWD declare -x PATH="/var/lib/laminar/cfg/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" declare -x PWD="/var/lib/laminar/run/buildcross-pj/2" declare -x RESULT="failed" declare -x RUN="2" declare -x SHLVL="1" declare -x SYSTEMD_EXEC_PID="54097" declare -x USER="laminar" declare -x WORKSPACE="/var/lib/laminar/run/buildcross-pj/workspace" declare -x __LAMINAR_SETENV_PIPE="9" + VERBOSE= + find . -type f -name '*.sum' -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-pj/2 ';' + find . -type f -name config.log -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-pj/2 ';' + find . -type f -name config.h -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-pj/2 ';' + find . -type f -name test-suite.log -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-pj/2 ';' + find . -type f -name SYSTEM.def -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-pj/2 ';' + '[' '!' -d logs ']' + find . -type f -name build-state.json -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-pj/2 ';' + find . -type f -name versions.json -exec cp --parent '{}' /var/lib/laminar/archive/buildcross-pj/2 ';' + '[' '!' -r build.log ']' + '[' failed = success -a failed '!=' failed ']' + '[' failed = failed -a failed '!=' failed ']' + printf '\nFinal status: %s.\n' failed Final status: failed.