Hi all, i wanted to report that it is currently not possible to download the toolchain:
Jun 13 15:27:42: Load toolchain image for x86_64 Jun 13 15:27:42: error downloading ipfire-2.21-toolchain-20180213-x86_64 toolchain for x86_64 machine
Greetings,
Erik
Hello,
the file is here:
https://source.ipfire.org/toolchains/
What is in your logs?
-Michael
On Wed, 2018-06-13 at 18:24 +0200, ummeegge wrote:
Hi all, i wanted to report that it is currently not possible to download the toolchain:
Jun 13 15:27:42: Load toolchain image for x86_64 Jun 13 15:27:42: error downloading ipfire-2.21-toolchain-20180213-x86_64 toolchain for x86_64 machine
Greetings,
Erik
Hi Michael,
Am Mittwoch, den 13.06.2018, 18:57 +0100 schrieb Michael Tremer:
Hello,
the file is here:
https://source.ipfire.org/toolchains/
What is in your logs?
tried as usual to download the current sources and the appropriate toolchain via './make.sh gettoolchain' and get this message, there are no further log entries.
-Michael
On Wed, 2018-06-13 at 18:24 +0200, ummeegge wrote:
Hi all, i wanted to report that it is currently not possible to download the toolchain:
Jun 13 15:27:42: Load toolchain image for x86_64 Jun 13 15:27:42: error downloading ipfire-2.21-toolchain-20180213- x86_64 toolchain for x86_64 machine
Greetings,
Erik
Can you run:
bash -x make.sh gettoolchain
and see where it stops?
-Michael
On Wed, 2018-06-13 at 20:27 +0200, ummeegge wrote:
Hi Michael,
Am Mittwoch, den 13.06.2018, 18:57 +0100 schrieb Michael Tremer:
Hello,
the file is here:
https://source.ipfire.org/toolchains/
What is in your logs?
tried as usual to download the current sources and the appropriate toolchain via './make.sh gettoolchain' and get this message, there are no further log entries.
-Michael
On Wed, 2018-06-13 at 18:24 +0200, ummeegge wrote:
Hi all, i wanted to report that it is currently not possible to download the toolchain:
Jun 13 15:27:42: Load toolchain image for x86_64 Jun 13 15:27:42: error downloading ipfire-2.21-toolchain-20180213- x86_64 toolchain for x86_64 machine
Greetings,
Erik
Am Mittwoch, den 13.06.2018, 19:28 +0100 schrieb Michael Tremer:
Can you run:
bash -x make.sh gettoolchain
and see where it stops?
-Michael
Sure:
+ NAME=IPFire + SNAME=ipfire + VERSION=2.21 + CORE=121 + PAKFIRE_CORE=120 ++ git rev-parse --abbrev-ref HEAD + GIT_BRANCH=master + SLOGAN=www.ipfire.org + CONFIG_ROOT=/var/ipfire + NICE=10 + MAX_RETRIES=1 + BUILD_IMAGES=1 ++ awk '{ print $3 }' ++ grep --max-count=1 VER lfs/linux + KVER=4.14.48 ++ tail -1 ++ git tag + GIT_TAG=v2.9-rc1 ++ git log ++ head -n1 ++ cut '-d ' -f2 ++ head -c8 + GIT_LASTCOMMIT=a1fdcfcd + TOOLCHAINVER=20180213 + '[' -t 0 ']' + '[' -t 1 ']' + INTERACTIVE=true + resize_terminal ++ tput cols + COLUMNS=190 + true + '[' 190 = 0 ']' + OPTIONS_WIDTH=20 + TIME_WIDTH=12 + STATUS_WIDTH=8 + NAME_WIDTH=150 + LINE_WIDTH=182 + TIME_COL=170 + STATUS_COL=182 + trap resize_terminal WINCH + BOLD='\033[1;39m' + DONE='\033[1;32m' + SKIP='\033[1;34m' + WARN='\033[1;35m' + FAIL='\033[1;31m' + NORMAL='\033[0;39m' ++ uname -m + HOST_ARCH=x86_64 ++ pwd + PWD=/home/ue/ipfire-dev/core121/ipfire-2.x ++ basename make.sh + BASENAME=make.sh + '[' '!' -e /etc/debian_version ']' + '[' -x /usr/bin/realpath ']' ++ /usr/bin/realpath make.sh + FULLPATH=/home/ue/ipfire-dev/core121/ipfire-2.x/make.sh ++ echo /home/ue/ipfire-dev/core121/ipfire-2.x/make.sh ++ sed 's//make.sh//g' + export BASEDIR=/home/ue/ipfire-dev/core121/ipfire-2.x + BASEDIR=/home/ue/ipfire-dev/core121/ipfire-2.x + LOGFILE=/home/ue/ipfire-dev/core121/ipfire- 2.x/log/_build.preparation.log + export LOGFILE + DIR_CHK=/home/ue/ipfire-dev/core121/ipfire-2.x/cache/check + mkdir /home/ue/ipfire-dev/core121/ipfire-2.x/log/ + '[' -f .config ']' + . .config ++ TARGET_ARCH=x86_64 + '[' -n x86_64 ']' + BUILD_ARCH=x86_64 + unset TARGET_ARCH ++ system_memory ++ local key val unit ++ read -r key val unit ++ case "${key}" in ++ echo 7726 ++ break + HOST_MEM=7726 + '[' -n x86_64 ']' + configure_build x86_64 + local build_arch=x86_64 + '[' x86_64 = default ']' + case "${build_arch}" in + BUILDTARGET=x86_64-unknown-linux-gnu + CROSSTARGET=x86_64-cross-linux-gnu + BUILD_PLATFORM=x86 + CFLAGS_ARCH='-m64 -mindirect-branch=thunk -mfunction-return=thunk -mtune=generic' + qemu_is_required x86_64 + local build_arch=x86_64 + '[' -z x86_64 ']' + case "${HOST_ARCH},${build_arch}" in + return 1 + BUILD_ARCH=x86_64 + TOOLS_DIR=/tools_x86_64 + HARDENING_CFLAGS='-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong' + CFLAGS='-O2 -pipe -Wall -fexceptions -fPIC -m64 -mindirect- branch=thunk -mfunction-return=thunk -mtune=generic' + CXXFLAGS='-O2 -pipe -Wall -fexceptions -fPIC -m64 -mindirect- branch=thunk -mfunction-return=thunk -mtune=generic' + '[' -z '' ']' + local mem_max=40 ++ system_processors ++ getconf _NPROCESSORS_ONLN + local processors=2 + local cpu_max=3 + local parallelism + '[' 40 -lt 3 ']' + parallelism=3 + '[' 3 -gt 23 ']' + MAKETUNING=-j3 + XZ_OPT=-8 + XZ_OPT='-8 -T0' + local xz_memory=5408 + case "${build_arch}" in + XZ_OPT='-8 -T0 --memory=5408MiB' + '[' 1 -gt 0 ']' + case "${1}" in + break + case "$1" in + PACKAGE=ipfire-2.21-toolchain-20180213-x86_64 + '[' '!' -f /home/ue/ipfire-dev/core121/ipfire- 2.x/cache/toolchains/ipfire-2.21-toolchain-20180213-x86_64.tar.xz ']' ++ grep URL_TOOLCHAIN lfs/Config ++ awk '{ print $3 }' + URL_TOOLCHAIN=https://source.ipfire.org/toolchains + test -d /home/ue/ipfire-dev/core121/ipfire-2.x/cache/toolchains + tee -a /home/ue/ipfire-dev/core121/ipfire- 2.x/log/_build.preparation.log ++ date -u '+%b %e %T' + echo 'Jun 13 18:31:41: Load toolchain image for x86_64' Jun 13 18:31:41: Load toolchain image for x86_64 + cd /home/ue/ipfire-dev/core121/ipfire-2.x/cache/toolchains + wget -U IPFireSourceGrabber/2.x https://source.ipfire.org/toolchains/ ipfire-2.21-toolchain-20180213-x86_64.tar.xz https://source.ipfire.org/toolchains/ipfire-2.21-toolchain-20180213- x86_64.md5 + '[' 8 -ne 0 ']' + tee -a /home/ue/ipfire-dev/core121/ipfire- 2.x/log/_build.preparation.log ++ date -u '+%b %e %T' + echo 'Jun 13 18:31:41: error downloading ipfire-2.21-toolchain- 20180213-x86_64 toolchain for x86_64 machine' Jun 13 18:31:41: error downloading ipfire-2.21-toolchain-20180213- x86_64 toolchain for x86_64 machin
Hey,
that one actually does not exist. Please just pull from master or next.
-Michael
On Wed, 2018-06-13 at 20:34 +0200, ummeegge wrote:
Am Mittwoch, den 13.06.2018, 19:28 +0100 schrieb Michael Tremer:
Can you run:
bash -x make.sh gettoolchain
and see where it stops?
-Michael
Sure:
- NAME=IPFire
- SNAME=ipfire
- VERSION=2.21
- CORE=121
- PAKFIRE_CORE=120
++ git rev-parse --abbrev-ref HEAD
- GIT_BRANCH=master
- SLOGAN=www.ipfire.org
- CONFIG_ROOT=/var/ipfire
- NICE=10
- MAX_RETRIES=1
- BUILD_IMAGES=1
++ awk '{ print $3 }' ++ grep --max-count=1 VER lfs/linux
- KVER=4.14.48
++ tail -1 ++ git tag
- GIT_TAG=v2.9-rc1
++ git log ++ head -n1 ++ cut '-d ' -f2 ++ head -c8
- GIT_LASTCOMMIT=a1fdcfcd
- TOOLCHAINVER=20180213
- '[' -t 0 ']'
- '[' -t 1 ']'
- INTERACTIVE=true
- resize_terminal
++ tput cols
- COLUMNS=190
- true
- '[' 190 = 0 ']'
- OPTIONS_WIDTH=20
- TIME_WIDTH=12
- STATUS_WIDTH=8
- NAME_WIDTH=150
- LINE_WIDTH=182
- TIME_COL=170
- STATUS_COL=182
- trap resize_terminal WINCH
- BOLD='\033[1;39m'
- DONE='\033[1;32m'
- SKIP='\033[1;34m'
- WARN='\033[1;35m'
- FAIL='\033[1;31m'
- NORMAL='\033[0;39m'
++ uname -m
- HOST_ARCH=x86_64
++ pwd
- PWD=/home/ue/ipfire-dev/core121/ipfire-2.x
++ basename make.sh
- BASENAME=make.sh
- '[' '!' -e /etc/debian_version ']'
- '[' -x /usr/bin/realpath ']'
++ /usr/bin/realpath make.sh
- FULLPATH=/home/ue/ipfire-dev/core121/ipfire-2.x/make.sh
++ echo /home/ue/ipfire-dev/core121/ipfire-2.x/make.sh ++ sed 's//make.sh//g'
- export BASEDIR=/home/ue/ipfire-dev/core121/ipfire-2.x
- BASEDIR=/home/ue/ipfire-dev/core121/ipfire-2.x
- LOGFILE=/home/ue/ipfire-dev/core121/ipfire-
2.x/log/_build.preparation.log
- export LOGFILE
- DIR_CHK=/home/ue/ipfire-dev/core121/ipfire-2.x/cache/check
- mkdir /home/ue/ipfire-dev/core121/ipfire-2.x/log/
- '[' -f .config ']'
- . .config
++ TARGET_ARCH=x86_64
- '[' -n x86_64 ']'
- BUILD_ARCH=x86_64
- unset TARGET_ARCH
++ system_memory ++ local key val unit ++ read -r key val unit ++ case "${key}" in ++ echo 7726 ++ break
- HOST_MEM=7726
- '[' -n x86_64 ']'
- configure_build x86_64
- local build_arch=x86_64
- '[' x86_64 = default ']'
- case "${build_arch}" in
- BUILDTARGET=x86_64-unknown-linux-gnu
- CROSSTARGET=x86_64-cross-linux-gnu
- BUILD_PLATFORM=x86
- CFLAGS_ARCH='-m64 -mindirect-branch=thunk -mfunction-return=thunk
-mtune=generic'
- qemu_is_required x86_64
- local build_arch=x86_64
- '[' -z x86_64 ']'
- case "${HOST_ARCH},${build_arch}" in
- return 1
- BUILD_ARCH=x86_64
- TOOLS_DIR=/tools_x86_64
- HARDENING_CFLAGS='-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-fstack-protector-strong'
- CFLAGS='-O2 -pipe -Wall -fexceptions -fPIC -m64 -mindirect-
branch=thunk -mfunction-return=thunk -mtune=generic'
- CXXFLAGS='-O2 -pipe -Wall -fexceptions -fPIC -m64 -mindirect-
branch=thunk -mfunction-return=thunk -mtune=generic'
- '[' -z '' ']'
- local mem_max=40
++ system_processors ++ getconf _NPROCESSORS_ONLN
- local processors=2
- local cpu_max=3
- local parallelism
- '[' 40 -lt 3 ']'
- parallelism=3
- '[' 3 -gt 23 ']'
- MAKETUNING=-j3
- XZ_OPT=-8
- XZ_OPT='-8 -T0'
- local xz_memory=5408
- case "${build_arch}" in
- XZ_OPT='-8 -T0 --memory=5408MiB'
- '[' 1 -gt 0 ']'
- case "${1}" in
- break
- case "$1" in
- PACKAGE=ipfire-2.21-toolchain-20180213-x86_64
- '[' '!' -f /home/ue/ipfire-dev/core121/ipfire-
2.x/cache/toolchains/ipfire-2.21-toolchain-20180213-x86_64.tar.xz ']' ++ grep URL_TOOLCHAIN lfs/Config ++ awk '{ print $3 }'
- URL_TOOLCHAIN=https://source.ipfire.org/toolchains
- test -d /home/ue/ipfire-dev/core121/ipfire-2.x/cache/toolchains
- tee -a /home/ue/ipfire-dev/core121/ipfire-
2.x/log/_build.preparation.log ++ date -u '+%b %e %T'
- echo 'Jun 13 18:31:41: Load toolchain image for x86_64'
Jun 13 18:31:41: Load toolchain image for x86_64
- cd /home/ue/ipfire-dev/core121/ipfire-2.x/cache/toolchains
- wget -U IPFireSourceGrabber/2.x https://source.ipfire.org/toolchains/
ipfire-2.21-toolchain-20180213-x86_64.tar.xz https://source.ipfire.org/toolchains/ipfire-2.21-toolchain-20180213- x86_64.md5
- '[' 8 -ne 0 ']'
- tee -a /home/ue/ipfire-dev/core121/ipfire-
2.x/log/_build.preparation.log ++ date -u '+%b %e %T'
- echo 'Jun 13 18:31:41: error downloading ipfire-2.21-toolchain-
20180213-x86_64 toolchain for x86_64 machine' Jun 13 18:31:41: error downloading ipfire-2.21-toolchain-20180213- x86_64 toolchain for x86_64 machin