[laminar] Executing cfg/jobs/crosstoolng-arm-ol7u9-linux-gnueabihf.run ++ id -u ++ id -g ++ echo crosstoolng-arm-ol7u9-linux-gnueabihf ++ 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/crosstoolng-arm-ol7u9-linux-gnueabihf/11:/var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 --env rev= --env JOB=crosstoolng-arm-ol7u9-linux-gnueabihf --env RUN=11 --env COMPILER_SUITE= --security-opt apparmor=unconfined --net=host --user 998:998 --workdir /var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 crosstoolng /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/crosstoolng ++ basename /var/cache/git/crosstoolng .git + BUILD_REPO_DIR=crosstoolng ++ echo crosstoolng-arm-ol7u9-linux-gnueabihf ++ sed -e 's/^crosstoolng-//' + BUILD_ARCH=arm-ol7u9-linux-gnueabihf + BUILD_REV= + '[' -z '' ']' + BUILD_REV=master + . /var/lib/laminar/cfg/scripts/evaluate_patches.inc + . /var/lib/laminar/cfg/scripts/store_result.inc + ORIG_WORKDIR=/var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + 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=arm-ol7u9-linux-gnueabihf BUILD_REPO=/var/cache/git/crosstoolng BUILD_REPO_DIR=crosstoolng BUILD_REV=master COMPILER_SUITE= DIRSTACK=() EUID=998 GROUPS=() HOME=/home/foo HOSTNAME=lili HOSTTYPE=x86_64 IFS=$' \t\n' JOB=crosstoolng-arm-ol7u9-linux-gnueabihf MACHTYPE=x86_64-pc-linux-gnu OPTERR=1 OPTIND=1 ORIG_WORKDIR=/var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 OSTYPE=linux-gnu PATH=/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/crosstoolng-arm-ol7u9-linux-gnueabihf/11 RUN=11 SHELL=/bin/bash SHELLOPTS=braceexpand:errexit:hashall:interactive-comments:xtrace SHLVL=1 TERM=dumb UID=998 _= 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 store_result () { local input_dir="${1}"; shift; local general_job_name="${1}"; shift; local detail_job_name="${1}"; shift; local job_number="${1}"; shift; local artifact_type="${1}"; shift; local actual_git_rev="${1}"; shift; local requested_git_rev="${1}"; shift; local trunk_git_rev="${1}"; shift; local tarball_filename; local link_filename; local artifacts_dir=/var/cache/laminar; local parent_dir="$(dirname "${input_dir}")"; local basename_dir="$(basename "${input_dir}")"; tarball_filename="${general_job_name}"; [ -z "${detail_job_name}" ] || tarball_filename="${tarball_filename}-${detail_job_name}"; [ -z "${artifact_type}" ] || tarball_filename="${tarball_filename}-${artifact_type}"; tarball_filename="${tarball_filename}-${actual_git_rev}"; tarball_filename="${tarball_filename}-${job_number}"; tarball_filename="${tarball_filename}.tar.gz"; link_filename="${general_job_name}"; [ -z "${detail_job_name}" ] || link_filename="${link_filename}-${detail_job_name}"; [ -z "${artifact_type}" ] || link_filename="${link_filename}-${artifact_type}"; link_filename="${link_filename}.tar.gz"; ( cd "${parent_dir}" && tar --sort=name --mtime="@${SOURCE_DATE_EPOCH:-$(date +%s)}" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime -czf "${artifacts_dir}/${tarball_filename}" "${basename_dir}" ); [ "${requested_git_rev}" != "${trunk_git_rev}" ] || ln -sf "${tarball_filename}" "${artifacts_dir}/${link_filename}" } declare -x COMPILER_SUITE="" declare -x HOME="/home/foo" declare -x HOSTNAME="lili" declare -x JOB="crosstoolng-arm-ol7u9-linux-gnueabihf" declare -x OLDPWD declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/laminar/cfg/scripts" declare -x PWD="/var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11" declare -x RUN="11" declare -x SHLVL="1" declare -x rev="" + echo 'inet4_only = on' + pushd /tmp + rm -rf crosstoolng /tmp /var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + ionice --class Idle git clone --shared /var/cache/git/crosstoolng Cloning into 'crosstoolng'... done. /tmp/crosstoolng /tmp /var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + pushd crosstoolng + ionice -c 3 git checkout master Already on 'master' Your branch is up to date with 'origin/master'. + apply_patches .:generic-crosstoolng .:crosstoolng-arm-ol7u9-linux-gnueabihf + local this_arg + local this_path + local this_prefix + local this_patch + '[' 2 -gt 0 ']' + this_arg=.:generic-crosstoolng + shift ++ echo .:generic-crosstoolng ++ cut -f 1 -d : + this_path=. ++ echo .:generic-crosstoolng ++ cut -f 2 -d : /tmp/crosstoolng /tmp/crosstoolng /tmp /var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + this_prefix=generic-crosstoolng + pushd . /tmp/crosstoolng /tmp /var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch + '[' -r '/var/lib/laminar/cfg/patches/generic-crosstoolng--*.patch' ']' + popd + '[' 1 -gt 0 ']' + this_arg=.:crosstoolng-arm-ol7u9-linux-gnueabihf + shift ++ echo .:crosstoolng-arm-ol7u9-linux-gnueabihf ++ cut -f 1 -d : + this_path=. ++ echo .:crosstoolng-arm-ol7u9-linux-gnueabihf ++ cut -f 2 -d : + this_prefix=crosstoolng-arm-ol7u9-linux-gnueabihf + pushd . /tmp/crosstoolng /tmp/crosstoolng /tmp /var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 /tmp/crosstoolng /tmp /var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + for this_patch in "/var/lib/laminar/cfg/patches/${this_prefix}--"*.patch + '[' -r '/var/lib/laminar/cfg/patches/crosstoolng-arm-ol7u9-linux-gnueabihf--*.patch' ']' + popd + '[' 0 -gt 0 ']' + git show commit 032b3a003280f5ce3c5da2f100e91a0c184feabe Author: Chris Packham Date: Fri Nov 10 13:06:30 2023 +1300 linux: Add 6.6.1 bump LTS Add 6.6.1 Bump 4.14.326 -> 4.14.329 Bump 5.10.197 -> 5.10.200 Bump 5.15.133 -> 5.15.138 Bump 5.4.257 -> 5.4.260 Bump 6.1.55 -> 6.1.62 Bump 6.5.5 -> 6.5.11 Signed-off-by: Chris Packham diff --git a/packages/linux/4.14.326/chksum b/packages/linux/4.14.326/chksum deleted file mode 100644 index 73a1d129..00000000 --- a/packages/linux/4.14.326/chksum +++ /dev/null @@ -1,8 +0,0 @@ -md5 linux-4.14.326.tar.xz 97b8edcbaafba5c39fff5788417882db -sha1 linux-4.14.326.tar.xz 7bfd358e1e168a279c2aab2dd6fcf7e6ca3a76fb -sha256 linux-4.14.326.tar.xz 555ce40f1df4c0f4a74cbefcaad0c67108615860968720faabe51cdee2df1478 -sha512 linux-4.14.326.tar.xz 1d88c7d613142f7aacc2f397a60f8768b5e90f6a592a4a5f49b5e5ec4a009bbe1557a63eb6ce7bf91a065c2fd58bc0f533b5564bde05a2a4d91f831770449842 -md5 linux-4.14.326.tar.gz e83b748e6b7401a596f88044634c31bc -sha1 linux-4.14.326.tar.gz 7a6a804e0f9dda35bdbbb5301cae963c82c9e054 -sha256 linux-4.14.326.tar.gz e2722e3e595f6815780122b93ef1aa5bc0c06bf438a365e48c84524ca260a834 -sha512 linux-4.14.326.tar.gz 390d864c74a490b1a22ceb59e2074ba2a414bfe70d89eb9751480ae7cfa94201d4ed928f67839dfc8f7d23e35b57e2b9f7a4c65b7aaefc90a1f86f933e949d73 diff --git a/packages/linux/4.14.329/chksum b/packages/linux/4.14.329/chksum new file mode 100644 index 00000000..e5a318d3 --- /dev/null +++ b/packages/linux/4.14.329/chksum @@ -0,0 +1,8 @@ +md5 linux-4.14.329.tar.xz 117ae81dfab68366cbe71d8dba51dd92 +sha1 linux-4.14.329.tar.xz 4f7f801c436bddf3d2cde900515468c1a0b89369 +sha256 linux-4.14.329.tar.xz de36689d713ed17f8bc1286fe4b9afcdb9a3de3b6f1d6aff52569f055c276bb7 +sha512 linux-4.14.329.tar.xz b7851bfdd9b5b778c6dcd4fe0376ae3851a93d0030050e57e29472be11785e3fd01c8b167f26f2c04c1b05c89aed309b24d77407aabdcbfb76173545236c1c7b +md5 linux-4.14.329.tar.gz 0a75f96e4a19bfdeb41ff9289a111318 +sha1 linux-4.14.329.tar.gz 07f91c6f13ed3403d105d0a34b586f916f90c26c +sha256 linux-4.14.329.tar.gz b0b08ea229defc872bef5c5dbe2fccde5ce739ba0c15dc3bce17aa26e7c24e43 +sha512 linux-4.14.329.tar.gz 6056521d902d1681986a244f7edf12870eacfe39748d75a86ac1df0cec470f94eafe9fcd7c086fb55bdaff8eda97fdfbeaff3944b28500aa6a4334c511708508 diff --git a/packages/linux/4.14.326/version.desc b/packages/linux/4.14.329/version.desc similarity index 100% rename from packages/linux/4.14.326/version.desc rename to packages/linux/4.14.329/version.desc diff --git a/packages/linux/4.19.295/chksum b/packages/linux/4.19.295/chksum deleted file mode 100644 index ab923d00..00000000 --- a/packages/linux/4.19.295/chksum +++ /dev/null @@ -1,8 +0,0 @@ -md5 linux-4.19.295.tar.xz f31847ebb8bc81f2b8ac0fc0197a3ee1 -sha1 linux-4.19.295.tar.xz 33a3a8eca8dcfdbe8fdd16bd86a6e6165750336f -sha256 linux-4.19.295.tar.xz b732c2e4f08576a9dd5bb14213cead3835acbb101a91aaba3d6ace302fd538ac -sha512 linux-4.19.295.tar.xz 44516637440f8e7474a7126162ec664f2d44d51cce5bc570424b37169a7073ffcd851a1e46dba478a4dfe8478d535e470fcc6ec5a8717671381af526a290b253 -md5 linux-4.19.295.tar.gz d62af866e32673c5c2483363d36b7e32 -sha1 linux-4.19.295.tar.gz 7428b4a6f55ee7878cbf66ef205812dc1c208faa -sha256 linux-4.19.295.tar.gz ca3a85d4b1faad92322c4581829622d551acf2c32247b09d8628f7dc17407de2 -sha512 linux-4.19.295.tar.gz 52677a2c0f3a71e8e849f071b07c39779eb0e0315b71c1eec409a2ab6b41b4d7eb9c4b9098fa43cee69a9f75b2bf3169c429de792abacbb4b7d7e4f254d0484a diff --git a/packages/linux/4.19.298/chksum b/packages/linux/4.19.298/chksum new file mode 100644 index 00000000..a310c0a5 --- /dev/null +++ b/packages/linux/4.19.298/chksum @@ -0,0 +1,8 @@ +md5 linux-4.19.298.tar.xz 1bcc3c215ca37ee6dbf875787956651f +sha1 linux-4.19.298.tar.xz 12a7b4aa99fb8908ab1898840540bc9c1ceeb379 +sha256 linux-4.19.298.tar.xz 9da816bce896024c96b6c846be8f3e6315dd6ae82925698f534153d6a0c10f56 +sha512 linux-4.19.298.tar.xz efd4cde374caf654fa98d9d88348ecef9fda644f6a39ea52cacceee3581f8f5c120e13f9deca68b2522e0d4bbcf98042f6e3ba42606fd7853c5fcb7a41a180ab +md5 linux-4.19.298.tar.gz 7907a656aea15fad0766df95e191115d +sha1 linux-4.19.298.tar.gz 26c49844b88f394dc92d9174228a0335c894a1f2 +sha256 linux-4.19.298.tar.gz 08f978284cff462e1b80e96289ded2a59a22c0fd965c5c411f6931a23fbf42ec +sha512 linux-4.19.298.tar.gz 99251a0aad900577df98a4f9c690dca26f7737d0198ac4da9c80fead54869d42ac41a61e75c9ba5ad0d4ee4f838697d0f6092240da22d61f9ad2e3cae98bd304 diff --git a/packages/linux/4.19.295/version.desc b/packages/linux/4.19.298/version.desc similarity index 100% rename from packages/linux/4.19.295/version.desc rename to packages/linux/4.19.298/version.desc diff --git a/packages/linux/5.10.197/chksum b/packages/linux/5.10.197/chksum deleted file mode 100644 index d320d6bc..00000000 --- a/packages/linux/5.10.197/chksum +++ /dev/null @@ -1,8 +0,0 @@ -md5 linux-5.10.197.tar.xz 6929e6bb34d6b64a303c05dce068feb7 -sha1 linux-5.10.197.tar.xz ef1a68cb0059a596008154455ed3e6fbe97e204a -sha256 linux-5.10.197.tar.xz 183a4507b0ebec7816a79ceba6253aa7ad345e25b0fcd4e834ee154be9a993ab -sha512 linux-5.10.197.tar.xz 5a8dcf7788e556b4a416bc7425e9684d1a6c40c483eb549dae975e3ff99cca9bfa2237106ba618c787b7d819940b90e29bad396108068ddc95aeb7d3529d9a38 -md5 linux-5.10.197.tar.gz 4199af2a405adb983335a910a2439dd9 -sha1 linux-5.10.197.tar.gz 346cec712dccbe410a2a3da1e5da628268bb3d9c -sha256 linux-5.10.197.tar.gz 439dc6bd6313f1077ba3243c28b878c6e73fcadd354a8289e0f2dd949241dee5 -sha512 linux-5.10.197.tar.gz 357c5765b21c0a486e5af7255c8417c1188e50ce49d5769ea65b81768d9047eae0a045418290a171f856af141d2c929894dab333b5c01ca85f650d65185c8804 diff --git a/packages/linux/5.10.200/chksum b/packages/linux/5.10.200/chksum new file mode 100644 index 00000000..598b3d5a --- /dev/null +++ b/packages/linux/5.10.200/chksum @@ -0,0 +1,8 @@ +md5 linux-5.10.200.tar.xz 8361eef486bde55ba5848d16a346e3d6 +sha1 linux-5.10.200.tar.xz 454499e719467d957c73907404126b47cc186f91 +sha256 linux-5.10.200.tar.xz 9d2d961fbf87486e48b0087326ee35cb0af4dec03c770737b098652457205104 +sha512 linux-5.10.200.tar.xz f591a85cd505acb682771c191d2df34643dd337a3d8b514738af39d5d52db5e6447a39d9b20cca22c0159f9c3cda3b766b5f529ee6eaa4b0e156453f3d54ede6 +md5 linux-5.10.200.tar.gz ca05e64021a24207462ed5b03a527c9b +sha1 linux-5.10.200.tar.gz 9a07fec1e226fcb26a58a9a111b93b4e0691609e +sha256 linux-5.10.200.tar.gz 104d83865d5a497f6640692aad4998363a6dbc80665ad75c7bd9c532f26619ff +sha512 linux-5.10.200.tar.gz ebcb6235ad993f1c5b20d2bb19d598d2cf007c2b6c94ca8ce5ce6df26ebe293754714ac189bb27903ffbc49fd37781b969c4e31056944f1be18799da884b4644 diff --git a/packages/linux/5.10.197/version.desc b/packages/linux/5.10.200/version.desc similarity index 100% rename from packages/linux/5.10.197/version.desc rename to packages/linux/5.10.200/version.desc diff --git a/packages/linux/5.15.133/chksum b/packages/linux/5.15.133/chksum deleted file mode 100644 index c9ce829a..00000000 --- a/packages/linux/5.15.133/chksum +++ /dev/null @@ -1,8 +0,0 @@ -md5 linux-5.15.133.tar.xz c10fcda42cb0192cacbf6d76e1b09d73 -sha1 linux-5.15.133.tar.xz a36420153878ae91e458cfde59b68206588786f7 -sha256 linux-5.15.133.tar.xz ef845e7934897b88e4448378ea9daacac19e07f156fe904844fab0a7d8ff5ddd -sha512 linux-5.15.133.tar.xz 2877480c7f7da8d568c4ddb4e74d033ab2913509669377200320eb3f5faf7e7aaadc98ef80cec23055f0206692bae4663c36241562ba56e3c194c00779a99a0f -md5 linux-5.15.133.tar.gz 7da766a4437c947a8b83421dd1f0e4c7 -sha1 linux-5.15.133.tar.gz 87dfc688f774eadd85cfa64b2813fb0bf9edbecc -sha256 linux-5.15.133.tar.gz ba1965b132c2a20ec7daea0c2fba1502f7b528397cb328daaa62ca7c65180090 -sha512 linux-5.15.133.tar.gz cdbdbb5374065a8916c3630ec508c51c280db9f6d90021143d43e2960b4b7206c69cd2f2f47a6f8cbb858e93bc01f9efeb5f3fa150ecd941885c207ef74cebf3 diff --git a/packages/linux/5.15.138/chksum b/packages/linux/5.15.138/chksum new file mode 100644 index 00000000..e361440c --- /dev/null +++ b/packages/linux/5.15.138/chksum @@ -0,0 +1,8 @@ +md5 linux-5.15.138.tar.xz 23a3bf926f765771394e648d80725e13 +sha1 linux-5.15.138.tar.xz f5767c2f3a37616f0b9fc4023c4656fd51aa488f +sha256 linux-5.15.138.tar.xz af84e54164e1c01f59764ba528448ed36b377d22aafbd81b4b0cf47792ef4aaa +sha512 linux-5.15.138.tar.xz 575f2e16d71df034aada0378c7bc6d71e9bd23d45d9e58d57cbc935f61500fdfb087f5ebdcfe963ad082edb4d89b3e130d070a911cfcf44c9f788bc29e0a395b +md5 linux-5.15.138.tar.gz c2e80f0af77e74caa8662cc1fcceb466 +sha1 linux-5.15.138.tar.gz 1ccd479fab6343a687fe230c70728125a6c53a0c +sha256 linux-5.15.138.tar.gz 380d46d912129590dcbe15141ef9a92b6a0433203a598ca4eb326d4b135a224b +sha512 linux-5.15.138.tar.gz 6461a74188431e82e370e22fe8a431530f4d8a33449e55f21d8b95f24050779c0cea80fe2b54fde30f3464c9fd0369e9b6fc973a94c89d15dc56c61ae31cfc84 diff --git a/packages/linux/5.15.133/version.desc b/packages/linux/5.15.138/version.desc similarity index 100% rename from packages/linux/5.15.133/version.desc rename to packages/linux/5.15.138/version.desc diff --git a/packages/linux/5.4.257/chksum b/packages/linux/5.4.257/chksum deleted file mode 100644 index 445a72b2..00000000 --- a/packages/linux/5.4.257/chksum +++ /dev/null @@ -1,8 +0,0 @@ -md5 linux-5.4.257.tar.xz 52d4be91133cd39eaf4ea83dfc744abe -sha1 linux-5.4.257.tar.xz 0527abd7f4d822a848e03a589b92413db2da9be5 -sha256 linux-5.4.257.tar.xz 2e775970521ea7ff6eb613fc85a6e34cec73feaeb67b88a77a2fbd4f75483df0 -sha512 linux-5.4.257.tar.xz 2414247166cfbd77323da5e8f0f6bf1ea40850e491ff26b5bd8c3e29abccfe0a56664e16126f8673b3d5b5274a0507dbffd2bad3505e6d9dd2efa3b49eae515e -md5 linux-5.4.257.tar.gz 7af089aa33e7af271b213c7db1c606ad -sha1 linux-5.4.257.tar.gz 7992664835ab2320dbb833058813cc4177ed4418 -sha256 linux-5.4.257.tar.gz 3a43df23adf3b759211444a1dbffd530b9de996584ad5fba324925c914bca7c6 -sha512 linux-5.4.257.tar.gz 8155cde7b2bca88df4da9cbf1aa23346373d56a566bb018470e439acb867c64c3797feb524a01afa14756307d3a24f71e30a6f0c4b42758badc0c3e7a7a9bde9 diff --git a/packages/linux/5.4.260/chksum b/packages/linux/5.4.260/chksum new file mode 100644 index 00000000..92da4a0b --- /dev/null +++ b/packages/linux/5.4.260/chksum @@ -0,0 +1,8 @@ +md5 linux-5.4.260.tar.xz 49855d542c57778f0289db4539f3f04f +sha1 linux-5.4.260.tar.xz 9339e5eca2ea751baa6d34685c4f943c8d3736fb +sha256 linux-5.4.260.tar.xz 9830820714c8f5985c50071cc9e1b40533ee81a4f6c704916c7148d16e54ebfe +sha512 linux-5.4.260.tar.xz 64599ab28dd3afb2850ea3b9fdd314727b837f257da05f736851804b9a6ddd6249d72d486f8cdf7421ef9c44af48aa3e67576df5db8e4e2636befe70a6c07973 +md5 linux-5.4.260.tar.gz 07f8da1407d210518e2ca8e92dbfcdf0 +sha1 linux-5.4.260.tar.gz 8a13e36a666286bb2994f582036c7d65d354972e +sha256 linux-5.4.260.tar.gz 37a39bf0c8d3c57f013e772406933231aefcdee9023ba54968e8274f14bedfea +sha512 linux-5.4.260.tar.gz 6eb60850c802e88f578ea0e7d70cc9d5384a26650b75925b20947b0af1558cb973d1ca11453e5c406e3dbf3449779774fae3909d9b67a17292bb1675c6d84954 diff --git a/packages/linux/5.4.257/version.desc b/packages/linux/5.4.260/version.desc similarity index 100% rename from packages/linux/5.4.257/version.desc rename to packages/linux/5.4.260/version.desc diff --git a/packages/linux/6.1.55/chksum b/packages/linux/6.1.55/chksum deleted file mode 100644 index 9581f333..00000000 --- a/packages/linux/6.1.55/chksum +++ /dev/null @@ -1,8 +0,0 @@ -md5 linux-6.1.55.tar.xz c30503bd59b3aac17dbd4a04a32401c7 -sha1 linux-6.1.55.tar.xz c24fafee4c8cc08b5af84b045de79cc4768507e4 -sha256 linux-6.1.55.tar.xz a87e241ec15d53452c4efe219713a3769d88cc436b5b98cf6efb262c4aff15c0 -sha512 linux-6.1.55.tar.xz 047d98b1aed8201d5d0d29228e6cbc0984cfb7b77e6f5584ad94431c644db8ce099445d63e7f5b6b6fd9b031176bf9448c3c99863273c9e178170af7cbe0d20f -md5 linux-6.1.55.tar.gz 55b201236ccd5bb01537a9850bc6e3b2 -sha1 linux-6.1.55.tar.gz ac7cbaab3949e63eec60f96490e5d4581af2933c -sha256 linux-6.1.55.tar.gz 63fe4f6994f8479f57db781aa88471cb6b9426abb6d9c83adf6013bbea6756d9 -sha512 linux-6.1.55.tar.gz 1a73dd4f956c33b41e481b5c4eba20364b36b7dda5b8d824d3f2e31b8875ed0aa016c42210b088461f1c67df8a436df4a3cfa65afed9422ef8e0808e7e5fe14a diff --git a/packages/linux/6.1.62/chksum b/packages/linux/6.1.62/chksum new file mode 100644 index 00000000..d00a21f5 --- /dev/null +++ b/packages/linux/6.1.62/chksum @@ -0,0 +1,8 @@ +md5 linux-6.1.62.tar.xz 04094f46456be874ecef229e8c46f2f2 +sha1 linux-6.1.62.tar.xz abbf7c62e3e90ad1aa0c0c7b431e0a1ccdffb013 +sha256 linux-6.1.62.tar.xz b9fd616facd6becfceef88b9be718d0f16625cab3fe81d11384802a7091e85ec +sha512 linux-6.1.62.tar.xz 3d0ba0200fb2337e4c2a0fd417adff32dffa1d24048a457be527556d6d6321e92c7dd80a75f13e2279e1facd4784a3a4e79e1b1ea45b6dd08824a6ab7c0ea0bc +md5 linux-6.1.62.tar.gz 5e300c2b6a522cab3d406a3ff7cd7918 +sha1 linux-6.1.62.tar.gz ed9b0e405b4ad4ad025741972f5334bb1ca2de30 +sha256 linux-6.1.62.tar.gz 5380436deb3c46688f52ac1c8cb5e931d63ee5984d4253f48acf0e6330c2867f +sha512 linux-6.1.62.tar.gz e919888f2dd5fe0193dce9b85e10d070bbfb20a487b0e3b6040d2d198c05f0722ddbad3f4cf132d752333444131d544848ac7287d3ab087b6c7b991aecec35c5 diff --git a/packages/linux/6.1.55/version.desc b/packages/linux/6.1.62/version.desc similarity index 100% rename from packages/linux/6.1.55/version.desc rename to packages/linux/6.1.62/version.desc diff --git a/packages/linux/6.5.11/chksum b/packages/linux/6.5.11/chksum new file mode 100644 index 00000000..fa648121 --- /dev/null +++ b/packages/linux/6.5.11/chksum @@ -0,0 +1,8 @@ +md5 linux-6.5.11.tar.xz 6c765c929938c9890004196e0f01b91e +sha1 linux-6.5.11.tar.xz f3ef7f2c503bfd13f4b24408b6e2e6f695b22ec3 +sha256 linux-6.5.11.tar.xz 2ee24af9282b80923b2da56b70aad7df2e8ee4e3f076452e05ba66be2059b519 +sha512 linux-6.5.11.tar.xz bfb086ac52d9895695a5f1d7c35ee6ce560fd935ab99ede7bdc60142f714bf025dbae5e304e5e32acabdc900e940bfb0f7b02494f1fef04e9e8fc5afb9d3066a +md5 linux-6.5.11.tar.gz b944b23a420fd1ac2de2a0a40f9f398f +sha1 linux-6.5.11.tar.gz 142321ec84c2debfb4e7024b4cdd0fe228ea807f +sha256 linux-6.5.11.tar.gz 2fb291d181ac9d2eab318ed1dbc2429822eac63d09e593aff55cc0083e2862ef +sha512 linux-6.5.11.tar.gz 90b49bda24f03cfd279b6c6840db7fa88d430cbbe17a3696abf90a3fb03576920a77263fa0e58149add52075e3d3295abf9be9d66892950385255b1aa94fa546 diff --git a/packages/linux/6.5.5/version.desc b/packages/linux/6.5.11/version.desc similarity index 100% rename from packages/linux/6.5.5/version.desc rename to packages/linux/6.5.11/version.desc diff --git a/packages/linux/6.5.5/chksum b/packages/linux/6.5.5/chksum deleted file mode 100644 index 74472e00..00000000 --- a/packages/linux/6.5.5/chksum +++ /dev/null @@ -1,8 +0,0 @@ -md5 linux-6.5.5.tar.xz dc420e354d2b98e8a962969e6b85898f -sha1 linux-6.5.5.tar.xz 8237d2136596ac5766066d1c89793f0f3e6ecc64 -sha256 linux-6.5.5.tar.xz 8cf10379f7df8ea731e09bff3d0827414e4b643dd41dc99d0af339669646ef95 -sha512 linux-6.5.5.tar.xz c95ad978847915e044146f254c9cec7d3d32e4afc28a5cbbeec2f0591aef28f584f0a273f7bb5bd8706cd7cc849dfd0cdb764fbc2c84e8b3c1b0f30fb6bfd306 -md5 linux-6.5.5.tar.gz 171e8edb10f367edd6025b6f4aee2da3 -sha1 linux-6.5.5.tar.gz a7954fd70a8123868b67fa890b8f3e7bfc021420 -sha256 linux-6.5.5.tar.gz fdf63944984f100d99399d64ed57e74c430d6a012b54eaef14c85214a6a32d5b -sha512 linux-6.5.5.tar.gz e17ab1af960b85df8c4c699150a4ac6575b3ff7b5824f8d3c5d27afb3c7dbb5dbac36abea0d77fef525a21390afa1d29d820d7773ebe24e8acc1f0b5e1cf525a diff --git a/packages/linux/6.6.1/chksum b/packages/linux/6.6.1/chksum new file mode 100644 index 00000000..8ed6df74 --- /dev/null +++ b/packages/linux/6.6.1/chksum @@ -0,0 +1,8 @@ +md5 linux-6.6.1.tar.xz 90291279ca684fb8cfa59b2ae75b6fe0 +sha1 linux-6.6.1.tar.xz b09d769f60d53ea3e598c1ac8c58a10bf1e63a3f +sha256 linux-6.6.1.tar.xz da1ed7d47c97ed72c9354091628740aa3c40a3c9cd7382871f3cedbd60588234 +sha512 linux-6.6.1.tar.xz d0aa5c3e686089c21e4a155cda1c46215c877f82dd15f7e4e7ba8a4a8c161baccc110488262e139507ff9e625e0118ade888f3e54ac5d75b9acfa2163932dcc7 +md5 linux-6.6.1.tar.gz 9c19965f4e9e480efb8df8dce0a456a3 +sha1 linux-6.6.1.tar.gz 5fd765491e4258cf87d4623407214e897910d5ac +sha256 linux-6.6.1.tar.gz 148de4df4f4ab6cc16f9558a58c54e4dcb91434c043cf71e9f1a3533752df216 +sha512 linux-6.6.1.tar.gz e4c580c729de5ccc44b7bb64b7a833bde241ef77254bb31d4e7e52ccb68bcd70fcffda85c8e598f620273a24ba403ae6acb2a68c3b2a545894f64020465ac7ea diff --git a/packages/linux/6.6.1/version.desc b/packages/linux/6.6.1/version.desc new file mode 100644 index 00000000..e69de29b + 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=032b3a003280f5ce3c5da2f100e91a0c184feabe ++ git log -1 --pretty=%ct + SOURCE_DATE_EPOCH=1699996784 ++ grep CT_HOST samples/arm-ol7u9-linux-gnueabihf/crosstool.config ++ cut -f 2 -d '"' + CT_HOST_SETTING= + '[' -n '' ']' + ./bootstrap INFO :: *** Generating package version descriptions INFO :: Master packages: autoconf automake avr-libc binutils bison cloog dtc duma elf2flt expat gcc gdb gettext glibc gmp gnuprumcu isl libelf libiconv libtool linux ltrace m4 make mingw-w64 moxiebox mpc mpfr musl ncurses newlib-nano newlib picolibc strace uClibc-ng zlib zstd INFO :: Generating 'config/versions/autoconf.in' INFO :: Generating 'config/versions/automake.in' INFO :: Generating 'config/versions/avr-libc.in' INFO :: Generating 'config/versions/binutils.in' INFO :: Generating 'config/versions/bison.in' INFO :: Generating 'config/versions/cloog.in' INFO :: Generating 'config/versions/dtc.in' INFO :: Generating 'config/versions/duma.in' INFO :: Generating 'config/versions/elf2flt.in' INFO :: Generating 'config/versions/expat.in' INFO :: Generating 'config/versions/gcc.in' INFO :: Generating 'config/versions/gdb.in' INFO :: Generating 'config/versions/gettext.in' INFO :: Generating 'config/versions/glibc.in' INFO :: Generating 'config/versions/gmp.in' INFO :: Generating 'config/versions/gnuprumcu.in' INFO :: Generating 'config/versions/isl.in' INFO :: Generating 'config/versions/libelf.in' INFO :: Generating 'config/versions/libiconv.in' INFO :: Generating 'config/versions/libtool.in' INFO :: Generating 'config/versions/linux.in' INFO :: Generating 'config/versions/ltrace.in' INFO :: Generating 'config/versions/m4.in' INFO :: Generating 'config/versions/make.in' INFO :: Generating 'config/versions/mingw-w64.in' INFO :: Generating 'config/versions/moxiebox.in' INFO :: Generating 'config/versions/mpc.in' INFO :: Generating 'config/versions/mpfr.in' INFO :: Generating 'config/versions/musl.in' INFO :: Generating 'config/versions/ncurses.in' INFO :: Generating 'config/versions/newlib-nano.in' INFO :: Generating 'config/versions/newlib.in' INFO :: Generating 'config/versions/picolibc.in' INFO :: Generating 'config/versions/strace.in' INFO :: Generating 'config/versions/uClibc-ng.in' INFO :: Generating 'config/versions/zlib.in' INFO :: Generating 'config/versions/zstd.in' INFO :: *** Generating menu/choice selections INFO :: Generating arch.in (choice) INFO :: Generating kernel.in (choice) INFO :: Generating cc.in (choice) INFO :: Generating binutils.in (choice) INFO :: Generating libc.in (choice) INFO :: Generating debug.in (menu) INFO :: Generating comp_tools.in (menu) INFO :: Generating comp_libs.in (menu) INFO :: *** Gathering the list of data files to install INFO :: *** Running autoreconf INFO :: *** Done! + ./configure --enable-local checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether ln -s works... yes checking whether install takes --strip-program option... yes checking for ggrep... no checking for grep... grep checking for absolute path to grep... /usr/bin/grep checking for gegrep... no checking for egrep... egrep checking for absolute path to egrep... /usr/bin/egrep checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for sed... /usr/bin/sed checking for GNU sed >= 4.0... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking whether yytext is a pointer... yes checking for bison... bison -y checking if bison is the parser generator... yes checking whether g++ supports C++11 features by default... yes checking if gcc can static link... yes checking for ranlib... ranlib checking for gobjcopy... no checking for objcopy... objcopy checking for absolute path to objcopy... /usr/bin/objcopy checking for gobjdump... no checking for objdump... objdump checking for absolute path to objdump... /usr/bin/objdump checking for greadelf... no checking for readelf... readelf checking for absolute path to readelf... /usr/bin/readelf checking for flex... flex checking for makeinfo... makeinfo checking for cut... cut checking for readlink... readlink checking for tar... tar checking for gzip... gzip checking for bzip2... bzip2 checking for xz... xz checking for unzip... unzip checking for help2man... help2man checking for file... file checking for which... which checking for lzip... no checking for wget... wget checking for curl... curl checking for meson... no checking for ninja... no checking for rsync... no checking whether to use getconf or sysctl to count CPUs... getconf _NPROCESSORS_ONLN checking for gpatch... no checking for patch... patch checking for absolute path to patch... /usr/bin/patch checking whether patch supports --no-backup-if-mismatch... yes checking for bash... /usr/bin/bash checking for GNU bash >= 3.1... yes checking for absolute path to gawk... /usr/bin/gawk checking for GNU awk... yes checking for make... /usr/bin/gmake checking for GNU make >= 3.81... yes checking for GNU make >= 4.0... yes checking for GNU make >= 4.4... no checking for libtool... /usr/bin/libtool checking for GNU libtool >= 2.4... yes checking for libtoolize... /usr/bin/libtoolize checking for GNU libtoolize >= 2.4... yes checking for GNU autoconf >= 2.65... yes checking for autoreconf... /usr/bin/autoreconf checking for GNU autoreconf >= 2.63... yes checking for GNU automake >= 1.15... yes checking for m4... /usr/bin/m4 checking for GNU m4 >= 1.4.12... yes checking for python build information... checking for python3.12... no checking for python3.11... /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... no checking for main in -l/usr/bin/python3.11m... no checking for python3.10... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.9... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.8... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.7... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.6... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.5... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.4... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.3... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.2... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.1... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python3.0... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python2.7... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python2.6... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python2.5... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python2.4... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python2.3... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python2.2... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python2.1... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no checking for python... (cached) /usr/bin/python3.11 checking for main in -l/usr/bin/python3.11... (cached) no checking for main in -l/usr/bin/python3.11m... (cached) no results of the Python check: Binary: /usr/bin/python3.11 Library: no Include Dir: no checking for python version greater than 3.4... yes: 3.11 checking for bison... /usr/bin/bison checking for bison >= 2.7... yes checking for bison >= 3.0.4... yes checking for dtc... no checking for cvs... no checking for svn... svn checking for git... git checking for gmd5sum... no checking for md5sum... /usr/bin/md5sum checking for gsha1sum... no checking for sha1sum... /usr/bin/sha1sum checking for gsha256sum... no checking for sha256sum... /usr/bin/sha256sum checking for gsha512sum... no checking for sha512sum... /usr/bin/sha512sum checking for inline... inline checking for GNU libc compatible malloc... yes checking for GNU libc compatible realloc... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking whether NLS is requested... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ncursesw via pkg-config... yes checking for working ncursesw/curses.h... yes checking for working ncursesw.h... no checking for working ncurses.h... yes checking for Curses Panel library with ncursesw/panel.h... yes checking for Curses Menu library with ncursesw/menu.h... yes checking for build time... Tue Dec 5 08:58:11 2023 checking if the manual needs to be installed... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating paths.sh config.status: creating kconfig/Makefile config.status: creating config/configure.in config.status: creating config.h config.status: executing depfiles commands + make /usr/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/crosstoolng' Making all in kconfig gmake[2]: Entering directory '/tmp/crosstoolng/kconfig' LEX lexer.lex.c YACC parser.tab.c /usr/bin/gmake all-am gmake[3]: Entering directory '/tmp/crosstoolng/kconfig' CC conf.o CC confdata.o CC expr.o CC symbol.o CC preprocess.o CC util.o CC parser.tab.o CC lexer.lex.o CCLD conf CC nconf-nconf.o CC nconf-nconf.gui.o CC nconf-confdata.o CC nconf-expr.o CC nconf-symbol.o CC nconf-preprocess.o CC nconf-util.o CC nconf-parser.tab.o CC nconf-lexer.lex.o CCLD nconf CC mconf.o CC lxdialog/checklist.o CC lxdialog/inputbox.o CC lxdialog/menubox.o CC lxdialog/textbox.o CC lxdialog/util.o CC lxdialog/yesno.o CCLD mconf gmake[3]: Leaving directory '/tmp/crosstoolng/kconfig' gmake[2]: Leaving directory '/tmp/crosstoolng/kconfig' gmake[2]: Entering directory '/tmp/crosstoolng' GEN ct-ng GEN bash-completion/ct-ng GEN docs/ct-ng.1 gmake[2]: Leaving directory '/tmp/crosstoolng' gmake[1]: Leaving directory '/tmp/crosstoolng' + ionice --class Idle ./ct-ng arm-ol7u9-linux-gnueabihf CONF arm-ol7u9-linux-gnueabihf # # configuration written to .config # *********************************************************** Initially reported by: Jose E. Marchesi URL: Comment: OL 7.9 toolchain configured for ARM with fp hardware *********************************************************** Now configured for "arm-ol7u9-linux-gnueabihf" + sed -i -e '/CT_LOG_PROGRESS_BAR/s/y$/n/' .config + ionice --class Idle ./ct-ng show-config [l...] arm-ol7u9-linux-gnueabihf Languages : C,C++ OS : linux-oracle-4.14.35-2025.400.8-git Binutils : binutils-oracle-2.27-git Compiler : gcc-oracle-4.8.5-44.0.5-git C library : glibc-oracle-2.17-git Debug tools : Companion libs : cloog-0.18.4 gettext-0.21 gmp-6.2.1 isl-0.26 libiconv-1.16 mpc-1.3.1 mpfr-4.2.1 ncurses-6.4 zlib-1.2.13 Companion tools : + ionice --class Idle ./ct-ng show-tuple arm-ol7u9-linux-gnueabihf + ionice --class Idle ./ct-ng V=2 build.1 /usr/bin/gmake -rf /tmp/crosstoolng/ct-ng build CT_JOBS=1 BUILD_NCPUS=`getconf _NPROCESSORS_ONLN 2>/dev/null || echo 0` \ /usr/bin/bash /tmp/crosstoolng/scripts/crosstool-NG.sh [INFO ] Performing some trivial sanity checks [INFO ] Build started 20231205.085829 [INFO ] Building environment variables [WARN ] Directory '/home/foo/src' does not exist. [WARN ] Will not save downloaded tarballs to local storage. [EXTRA] Preparing working directories [EXTRA] Installing user-supplied crosstool-NG configuration [EXTRA] ================================================================= [EXTRA] Dumping internal crosstool-NG configuration [EXTRA] Building a toolchain for: [EXTRA] build = x86_64-pc-linux-gnu [EXTRA] host = x86_64-pc-linux-gnu [EXTRA] target = arm-ol7u9-linux-gnueabihf [EXTRA] Dumping internal crosstool-NG configuration: done in 0.10s (at 00:02) [INFO ] ================================================================= [INFO ] Retrieving needed toolchain components' tarballs [EXTRA] Retrieving 'linux-oracle-git-265f85c0' [EXTRA] Checking out 'linux-oracle-git-265f85c0' (git https://github.com/oracle/linux-uek.git, branch v4.14.35-2025.400.8) [EXTRA] Retrieving 'zlib-1.2.13' [EXTRA] Verifying SHA512 checksum for 'zlib-1.2.13.tar.xz' [EXTRA] Retrieving 'gmp-6.2.1' [EXTRA] Verifying SHA512 checksum for 'gmp-6.2.1.tar.xz' [EXTRA] Retrieving 'mpfr-4.2.1' [EXTRA] Verifying SHA512 checksum for 'mpfr-4.2.1.tar.xz' [EXTRA] Retrieving 'isl-0.26' [EXTRA] Verifying SHA512 checksum for 'isl-0.26.tar.xz' [EXTRA] Retrieving 'cloog-0.18.4' [EXTRA] Verifying SHA512 checksum for 'cloog-0.18.4.tar.gz' [EXTRA] Retrieving 'mpc-1.3.1' [EXTRA] Verifying SHA512 checksum for 'mpc-1.3.1.tar.gz' [EXTRA] Retrieving 'ncurses-6.4' [EXTRA] Verifying SHA512 checksum for 'ncurses-6.4.tar.gz' [EXTRA] Retrieving 'libiconv-1.16' [EXTRA] Verifying SHA512 checksum for 'libiconv-1.16.tar.gz' [EXTRA] Retrieving 'gettext-0.21' [EXTRA] Verifying SHA512 checksum for 'gettext-0.21.tar.xz' [EXTRA] Retrieving 'binutils-oracle-git-889339ab' [EXTRA] Checking out 'binutils-oracle-git-889339ab' (git https://github.com/oracle/binutils-gdb.git, branch oracle/binutils/ol7-u9-arm) [EXTRA] Retrieving 'gcc-oracle-git-dbf713b5' [EXTRA] Checking out 'gcc-oracle-git-dbf713b5' (git https://github.com/oracle/gcc.git, branch oracle/gcc/ol7-u9) [EXTRA] Retrieving 'glibc-oracle-git-84991349' [EXTRA] Checking out 'glibc-oracle-git-84991349' (git https://github.com/oracle/glibc.git, branch oracle/glibc/ol7-u9) [INFO ] Retrieving needed toolchain components' tarballs: done in 476.71s (at 07:59) [INFO ] ================================================================= [INFO ] Extracting and patching toolchain components [EXTRA] Extracting linux-oracle-git-265f85c0 [EXTRA] Patching linux-oracle-git-265f85c0 [EXTRA] Extracting zlib-1.2.13 [EXTRA] Patching zlib-1.2.13 [EXTRA] Extracting gmp-6.2.1 [EXTRA] Patching gmp-6.2.1 [EXTRA] Extracting mpfr-4.2.1 [EXTRA] Patching mpfr-4.2.1 [EXTRA] Extracting isl-0.26 [EXTRA] Patching isl-0.26 [EXTRA] Extracting cloog-0.18.4 [EXTRA] Patching cloog-0.18.4 [EXTRA] Extracting mpc-1.3.1 [EXTRA] Patching mpc-1.3.1 [EXTRA] Extracting ncurses-6.4 [EXTRA] Patching ncurses-6.4 [EXTRA] Extracting libiconv-1.16 [EXTRA] Patching libiconv-1.16 [EXTRA] Extracting gettext-0.21 [EXTRA] Patching gettext-0.21 [EXTRA] Extracting binutils-oracle-git-889339ab [EXTRA] Patching binutils-oracle-git-889339ab [EXTRA] Extracting gcc-oracle-git-dbf713b5 [EXTRA] Patching gcc-oracle-git-dbf713b5 [EXTRA] Extracting glibc-oracle-git-84991349 [EXTRA] Patching glibc-oracle-git-84991349 [INFO ] Extracting and patching toolchain components: done in 108.08s (at 09:47) [INFO ] ================================================================= [INFO ] Installing ncurses for build [EXTRA] Configuring ncurses [EXTRA] Building ncurses [EXTRA] Installing ncurses [INFO ] Installing ncurses for build: done in 88.56s (at 11:16) [INFO ] ================================================================= [INFO ] Installing zlib for host [EXTRA] Configuring zlib [EXTRA] Building zlib [EXTRA] Installing zlib [INFO ] Installing zlib for host: done in 6.98s (at 11:23) [INFO ] ================================================================= [INFO ] Installing GMP for host [EXTRA] Configuring GMP [EXTRA] Building GMP [EXTRA] Installing GMP [INFO ] Installing GMP for host: done in 130.89s (at 13:34) [INFO ] ================================================================= [INFO ] Installing MPFR for host [EXTRA] Configuring MPFR [EXTRA] Building MPFR [EXTRA] Installing MPFR [INFO ] Installing MPFR for host: done in 95.05s (at 15:09) [INFO ] ================================================================= [INFO ] Installing ISL for host [EXTRA] Configuring ISL [EXTRA] Building ISL [EXTRA] Installing ISL [INFO ] Installing ISL for host: done in 194.69s (at 18:23) [INFO ] ================================================================= [INFO ] Installing CLooG for host [EXTRA] Configuring CLooG [EXTRA] Building CLooG [ERROR] collect2: error: ld returned 1 exit status [ERROR] make[3]: *** [Makefile:767: cloog] Error 1 [ERROR] make[2]: *** [Makefile:1046: all-recursive] Error 1 [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Installing CLooG for host' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@377] [ERROR] >> called from: do_cloog_backend[scripts/build/companion_libs/130-cloog.sh@108] [ERROR] >> called from: do_cloog_for_host[scripts/build/companion_libs/130-cloog.sh@58] [ERROR] >> called from: do_companion_libs_for_host[scripts/build/companion_libs.sh@36] [ERROR] >> called from: main[scripts/crosstool-NG.sh@708] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> https://crosstool-ng.github.io/docs/known-issues/ [ERROR] >> [ERROR] >> If you feel this is a bug in crosstool-NG, report it at: [ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/ [ERROR] >> [ERROR] >> Make sure your report includes all the information pertinent to this issue. [ERROR] >> Read the bug reporting guidelines here: [ERROR] >> http://crosstool-ng.github.io/support/ [ERROR] [ERROR] (elapsed: 18:39.49) gmake[1]: *** [/tmp/crosstoolng/ct-ng:261: build] Error 2 gmake: *** [ct-ng:265: build.1] Error 2 + cp -v build.log /var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 'build.log' -> '/var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11/build.log' + false [laminar] Executing cfg/after + export declare -x ARCHIVE="/var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11" declare -x CONTEXT="default" declare -x HOME="/nonexistent" declare -x INVOCATION_ID="59a5a396904b4d9d8f9215319a690a5e" declare -x JOB="crosstoolng-arm-ol7u9-linux-gnueabihf" declare -x JOURNAL_STREAM="8:326500347" 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/crosstoolng-arm-ol7u9-linux-gnueabihf/11" declare -x RESULT="failed" declare -x RUN="11" declare -x SHLVL="1" declare -x SYSTEMD_EXEC_PID="3808505" declare -x USER="laminar" declare -x WORKSPACE="/var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/workspace" declare -x __LAMINAR_SETENV_PIPE="9" + set ARCHIVE=/var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 BASH=/usr/bin/bash BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath BASH_ALIASES=() BASH_ARGC=() BASH_ARGV=() BASH_CMDS=() BASH_LINENO=([0]="0") BASH_SOURCE=([0]="/var/lib/laminar/cfg/after") BASH_VERSINFO=([0]="5" [1]="1" [2]="16" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu") BASH_VERSION='5.1.16(1)-release' CONTEXT=default DIRSTACK=() EUID=998 GROUPS=() HOME=/nonexistent HOSTNAME=lili HOSTTYPE=x86_64 IFS=$' \t\n' INVOCATION_ID=59a5a396904b4d9d8f9215319a690a5e JOB=crosstoolng-arm-ol7u9-linux-gnueabihf JOURNAL_STREAM=8:326500347 LAMINAR_BASE_URL=http://toolchain.lug-owl.de/laminar/ LAMINAR_TITLE=toolchain.lug-owl.de LANG=en_US.UTF-8 LANGUAGE=en_US:en LAST_RESULT=failed LOGNAME=laminar MACHTYPE=x86_64-pc-linux-gnu OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/var/lib/laminar/cfg/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PIPESTATUS=([0]="0") PPID=259178 PS4='+ ' PWD=/var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/11 RESULT=failed RUN=11 SHELL=/usr/sbin/nologin SHELLOPTS=braceexpand:errexit:hashall:interactive-comments:xtrace SHLVL=1 SYSTEMD_EXEC_PID=3808505 TERM=dumb UID=998 USER=laminar WORKSPACE=/var/lib/laminar/run/crosstoolng-arm-ol7u9-linux-gnueabihf/workspace _=export __LAMINAR_SETENV_PIPE=9 + VERBOSE= + find . -type f -name '*.sum' -exec cp --parent '{}' /var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 ';' + find . -type f -name config.log -exec cp --parent '{}' /var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 ';' + find . -type f -name config.h -exec cp --parent '{}' /var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 ';' + find . -type f -name test-suite.log -exec cp --parent '{}' /var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 ';' + find . -type f -name SYSTEM.def -exec cp --parent '{}' /var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 ';' + '[' '!' -d logs ']' + find . -type f -name build-state.json -exec cp --parent '{}' /var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 ';' + find . -type f -name versions.json -exec cp --parent '{}' /var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 ';' + '[' '!' -r build.log ']' + cp build.log /var/lib/laminar/archive/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + '[' failed = success -a failed '!=' failed ']' + '[' failed = failed -a failed '!=' failed ']' + mail_result=failed + '[' failed = failed ']' + mail_subject='failed crosstoolng-arm-ol7u9-linux-gnueabihf 11 (failed)' + echo Job: + echo http://toolchain.lug-owl.de/laminar/jobs/crosstoolng-arm-ol7u9-linux-gnueabihf + echo + echo Run: + echo http://toolchain.lug-owl.de/laminar/jobs/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + echo + echo Log: + echo http://toolchain.lug-owl.de/laminar/log/crosstoolng-arm-ol7u9-linux-gnueabihf/11 + mailx -s 'failed crosstoolng-arm-ol7u9-linux-gnueabihf 11 (failed)' -v -r jbglaw@lug-owl.de -a 'X-Created-By: toolchain.lug-owl.de' jbglaw@lug-owl.de [<-] 220 lug-owl.de ESMTP Postfix (Debian/GNU) [->] EHLO lili.intern.jbglaw.lug-owl.de [<-] 250 CHUNKING [->] STARTTLS [<-] 220 2.0.0 Ready to start TLS [->] EHLO lili.intern.jbglaw.lug-owl.de [<-] 250 CHUNKING [->] AUTH LOGIN [<-] 334 VXNlcm5hbWU6 [->] amJnbGF3 [<-] 334 UGFzc3dvcmQ6 [<-] 235 2.7.0 Authentication successful [->] MAIL FROM: [<-] 250 2.1.0 Ok [->] RCPT TO: [<-] 250 2.1.5 Ok [->] DATA [<-] 354 End data with . [->] Received: by lili.intern.jbglaw.lug-owl.de (sSMTP sendmail emulation); Tue, 05 Dec 2023 10:17:21 +0100 [->] Date: Tue, 05 Dec 2023 10:17:21 +0100 [->] From: jbglaw@lug-owl.de [->] To: jbglaw@lug-owl.de [->] Subject: failed crosstoolng-arm-ol7u9-linux-gnueabihf 11 (failed) [->] X-Created-By: toolchain.lug-owl.de [->] MIME-Version: 1.0 [->] Content-Type: text/plain; charset="UTF-8" [->] Content-Transfer-Encoding: 8bit [->] [->] Job: [->] http://toolchain.lug-owl.de/laminar/jobs/crosstoolng-arm-ol7u9-linux-gnueabihf [->] [->] Run: [->] http://toolchain.lug-owl.de/laminar/jobs/crosstoolng-arm-ol7u9-linux-gnueabihf/11 [->] [->] Log: [->] http://toolchain.lug-owl.de/laminar/log/crosstoolng-arm-ol7u9-linux-gnueabihf/11 [->] . [<-] 250 2.0.0 Ok: queued as 7706041F25 [->] QUIT [<-] 221 2.0.0 Bye + printf '\nFinal status: %s.\n' failed Final status: failed.