From: ummeegge <ummeegge@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: Core 121 error downloading toolchain
Date: Wed, 13 Jun 2018 20:34:00 +0200 [thread overview]
Message-ID: <1528914840.14625.1.camel@ipfire.org> (raw)
In-Reply-To: <9b532ea5a46d3509dd0c56eb0176635071c53fa7.camel@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 4223 bytes --]
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
next prev parent reply other threads:[~2018-06-13 18:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-13 16:24 ummeegge
2018-06-13 17:57 ` Michael Tremer
2018-06-13 18:27 ` ummeegge
2018-06-13 18:28 ` Michael Tremer
2018-06-13 18:34 ` ummeegge [this message]
2018-06-13 18:35 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1528914840.14625.1.camel@ipfire.org \
--to=ummeegge@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox