Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- + . /etc/init.d/tc-functions
- + '[' -f /proc/cmdline ]
- + CMDLINE=
- + cat /proc/cmdline
- + CMDLINE=' BOOT_IMAGE=/boot/vmlinuz tce=sda2 opt=sda2 blacklist=pcspkr tz=EST+5EDT,M3.2.0/2,M11.1.0/2 user=bruno cron syslog'
- + echo -e '\r\033[K'
- + CRE='
- [K'
- + echo -e '\033[1;31m'
- + RED='[1;31m'
- + echo -e '\033[1;32m'
- + GREEN='[1;32m'
- + echo -e '\033[1;33m'
- + YELLOW='[1;33m'
- + echo -e '\033[1;34m'
- + BLUE='[1;34m'
- + echo -e '\033[1;35m'
- + MAGENTA='[1;35m'
- + echo -e '\033[1;36m'
- + CYAN='[1;36m'
- + echo -e '\033[1;37m'
- + WHITE='[1;37m'
- + echo -e '\033[0;39m'
- + NORMAL='[0;39m'
- + useBusybox
- + . /etc/init.d/busybox-aliases
- + checknotroot
- + /usr/bin/id -u
- + '[' 1000 -eq 0 ]
- + basename /usr/bin/tce-load
- + PROG_NAME=tce-load
- + uname -r
- + KERNELVER=4.19.10-tinycore
- + unset WGET INSTALL COPYINSTALL BOOTING ONDEMAND DOWNLOAD_ONLY LOAD_ONLY SUPPRESS
- + FORCE=n
- + pwd
- + SAVED_DIR=/home/bruno
- + getbootparam lst
- + ONBOOTNAME=
- + '[' -n ]
- + ONBOOTNAME=onboot.lst
- + TCEINSTALLED=/usr/local/tce.installed
- + TCEDIR=/etc/sysconfig/tcedir
- + getopts wilcbosft: OPTION
- + WGET=TRUE
- + getopts wilcbosft: OPTION
- + INSTALL=TRUE
- + getopts wilcbosft: OPTION
- + expr 2 - 1
- + busybox expr 2 - 1
- + shift 1
- + '[' -z compiletc ]
- + '[' -z TRUE ]
- + echo 0
- + '[' -d /etc/sysconfig/tcedir ]
- + '[' -n compiletc ]
- + '[' -f /etc/sysconfig/showapps ]
- + '[' -z TRUE ]
- + '[' -z TRUE ]
- + realpath /etc/sysconfig/tcedir
- + OPTIONAL=/mnt/sda2/tce/optional
- + TARGETSLOCAL=
- + TARGETSFETCH=
- + FROMWHERE=
- + TARGETAPP=compiletc.tcz
- + TARGETAPP=compiletc.tcz
- + EXTENSION=compiletc.tcz
- + APPNAME=compiletc
- + '[' -z ]
- + '[' compiletc.tcz '=' compiletc.tcz ]
- + '[' '!' -f compiletc.tcz ]
- + FROMWHERE=/mnt/sda2/tce/optional
- + '[' TRUE ]
- + '[' '!' ]
- + '[' -f /usr/local/tce.installed/compiletc ]
- + '[' TRUE ]
- + app_exists compiletc.tcz /mnt/sda2/tce/optional
- + '[' -f /mnt/sda2/tce/optional/compiletc.tcz ]
- + mkdir -p /mnt/sda2/tce/optional
- + TARGETSFETCH='\ncompiletc.tcz'
- + '[' ]
- + cd /mnt/sda2/tce/optional
- + '[' '\ncompiletc.tcz' ]
- + getMirror
- + BUILD=
- + '[' -z ]
- + getBuild
- + uname -m
- + BUILD=i686
- + echo x86
- + BUILD=x86
- + read MIRROR
- + getMajorVer
- + awk '{printf "%d", $1}' /usr/share/doc/tc/release.txt
- + busybox awk '{printf "%d", $1}' /usr/share/doc/tc/release.txt
- + MIRROR=http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz
- + echo -e '\ncompiletc.tcz'
- + awk '/\w/ {print $1" . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz"}'
- + busybox awk '/\w/ {print $1" . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz"}'
- + TARGETSFETCH='compiletc.tcz . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz'
- + recursive_scan_dep 'compiletc.tcz . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz'
- + read F
- + echo -e 'compiletc.tcz . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz'
- + awk '
- function recursive_scan(name, optional, mirror, _, depfile, line, i) {
- gsub(/[\t ]+/, "", name)
- if (name) {
- sub(/\-KERNEL\.tcz/, "-"KERNELVER".tcz", name)
- if (name in MARK) {
- if (MARK[name] == 2) {
- if (! SUPPRESS)
- system("echo Warning loop dependency: "name" 1>&2")
- } else {
- RESULT[++IDX]="@#"name
- }
- } else {
- IDX+=1
- RESULT[IDX]=name
- IRANGE[name"#1"]=IDX
- depfile=optional"/"name".dep"
- if (mirror && (system("test ! -f "depfile) == 0 || system("test ! -f "optional"/"name) == 0))
- if (system("rm -f "depfile"; wget -c -P "optional" "mirror"/"name".dep 2>/dev/null") == 0 && ! SUPPRESS)
- system("echo "name".dep OK 1>&2")
- MARK[name]=2
- if (mirror || system("test -f "optional"/"name) == 0) {
- while (getline line < depfile > 0)
- recursive_scan(line, optional, mirror)
- close(depfile)
- }
- MARK[name]=1
- IRANGE[name"#2"]=IDX
- }
- }
- }
- function output(idx1, idx2, _, name, i, refname) {
- for (i=idx2; i>=idx1; i--) {
- name=RESULT[i]
- if (! (name in PRINTED)) {
- PRINTED[name]=1
- if (substr(name, 1, 2) == "@#") {
- refname = substr(name, 3)
- output(IRANGE[refname"#1"]+0, IRANGE[refname"#2"])
- } else {
- print name
- }
- }
- }
- }
- BEGIN {KERNELVER="4.19.10-tinycore"; SUPPRESS=""; IDX=0;}
- {pi=IDX; recursive_scan($1, $2 ? $2 : ".", $3); print "@ "$1; output(pi+1, IDX); delete PRINTED;}
- '
- + busybox awk '
- function recursive_scan(name, optional, mirror, _, depfile, line, i) {
- gsub(/[\t ]+/, "", name)
- if (name) {
- sub(/\-KERNEL\.tcz/, "-"KERNELVER".tcz", name)
- if (name in MARK) {
- if (MARK[name] == 2) {
- if (! SUPPRESS)
- system("echo Warning loop dependency: "name" 1>&2")
- } else {
- RESULT[++IDX]="@#"name
- }
- } else {
- IDX+=1
- RESULT[IDX]=name
- IRANGE[name"#1"]=IDX
- depfile=optional"/"name".dep"
- if (mirror && (system("test ! -f "depfile) == 0 || system("test ! -f "optional"/"name) == 0))
- if (system("rm -f "depfile"; wget -c -P "optional" "mirror"/"name".dep 2>/dev/null") == 0 && ! SUPPRESS)
- system("echo "name".dep OK 1>&2")
- MARK[name]=2
- if (mirror || system("test -f "optional"/"name) == 0) {
- while (getline line < depfile > 0)
- recursive_scan(line, optional, mirror)
- close(depfile)
- }
- MARK[name]=1
- IRANGE[name"#2"]=IDX
- }
- }
- }
- function output(idx1, idx2, _, name, i, refname) {
- for (i=idx2; i>=idx1; i--) {
- name=RESULT[i]
- if (! (name in PRINTED)) {
- PRINTED[name]=1
- if (substr(name, 1, 2) == "@#") {
- refname = substr(name, 3)
- output(IRANGE[refname"#1"]+0, IRANGE[refname"#2"])
- } else {
- print name
- }
- }
- }
- }
- BEGIN {KERNELVER="4.19.10-tinycore"; SUPPRESS=""; IDX=0;}
- {pi=IDX; recursive_scan($1, $2 ? $2 : ".", $3); print "@ "$1; output(pi+1, IDX); delete PRINTED;}
- '
- compiletc.tcz.dep OK
- gcc.tcz.dep OK
- gcc_libs-dev.tcz.dep OK
- + test @ '=' @
- + EXTENSION=compiletc.tcz
- + SKIP=
- + continue
- + read F
- + test zlib_base-dev.tcz '=' @
- + test
- + F=zlib_base-dev.tcz
- + app_exists zlib_base-dev.tcz .
- + '[' -f ./zlib_base-dev.tcz ]
- + '[' -f ./zlib_base-dev.tcz.md5.txt ]
- + cd .
- + md5sum -cs zlib_base-dev.tcz.md5.txt
- + busybox md5sum -cs zlib_base-dev.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/zlib_base-dev ]
- + install zlib_base-dev.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=zlib_base-dev.tcz
- + APPNAME=zlib_base-dev
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw zlib_base-dev /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/zlib_base-dev ]
- + sudo /bin/mkdir -p /tmp/tcloop/zlib_base-dev
- + awk -v 'appname=/tmp/tcloop/zlib_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/zlib_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount zlib_base-dev.tcz /tmp/tcloop/zlib_base-dev -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/zlib_base-dev -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 3 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/zlib_base-dev/usr /
- + find /tmp/tcloop/zlib_base-dev -type d -name modules
- + '[' -n ]
- + update_system zlib_base-dev.tcz zlib_base-dev
- + '[' ]
- + '[' zlib_base-dev.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/zlib_base-dev ]
- + touch /usr/local/tce.installed/zlib_base-dev
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test util-linux_base-dev.tcz '=' @
- + test
- + F=util-linux_base-dev.tcz
- + app_exists util-linux_base-dev.tcz .
- + '[' -f ./util-linux_base-dev.tcz ]
- + '[' -f ./util-linux_base-dev.tcz.md5.txt ]
- + cd .
- + md5sum -cs util-linux_base-dev.tcz.md5.txt
- + busybox md5sum -cs util-linux_base-dev.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/util-linux_base-dev ]
- + install util-linux_base-dev.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=util-linux_base-dev.tcz
- + APPNAME=util-linux_base-dev
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw util-linux_base-dev /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/util-linux_base-dev ]
- + sudo /bin/mkdir -p /tmp/tcloop/util-linux_base-dev
- + awk -v 'appname=/tmp/tcloop/util-linux_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/util-linux_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount util-linux_base-dev.tcz /tmp/tcloop/util-linux_base-dev -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/util-linux_base-dev -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 3 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/util-linux_base-dev/usr /
- + find /tmp/tcloop/util-linux_base-dev -type d -name modules
- + '[' -n ]
- + update_system util-linux_base-dev.tcz util-linux_base-dev
- + '[' ]
- + '[' util-linux_base-dev.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/util-linux_base-dev ]
- + touch /usr/local/tce.installed/util-linux_base-dev
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test linux-4.19_api_headers.tcz '=' @
- + test
- + F=linux-4.19_api_headers.tcz
- + app_exists linux-4.19_api_headers.tcz .
- + '[' -f ./linux-4.19_api_headers.tcz ]
- + '[' -f ./linux-4.19_api_headers.tcz.md5.txt ]
- + cd .
- + md5sum -cs linux-4.19_api_headers.tcz.md5.txt
- + busybox md5sum -cs linux-4.19_api_headers.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/linux-4.19_api_headers ]
- + install linux-4.19_api_headers.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=linux-4.19_api_headers.tcz
- + APPNAME=linux-4.19_api_headers
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw linux-4.19_api_headers /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/linux-4.19_api_headers ]
- + sudo /bin/mkdir -p /tmp/tcloop/linux-4.19_api_headers
- + awk -v 'appname=/tmp/tcloop/linux-4.19_api_headers' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/linux-4.19_api_headers' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount linux-4.19_api_headers.tcz /tmp/tcloop/linux-4.19_api_headers -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/linux-4.19_api_headers -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/linux-4.19_api_headers/usr /
- + find /tmp/tcloop/linux-4.19_api_headers -type d -name modules
- + '[' -n ]
- + update_system linux-4.19_api_headers.tcz linux-4.19_api_headers
- + '[' ]
- + '[' linux-4.19_api_headers.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/linux-4.19_api_headers ]
- + touch /usr/local/tce.installed/linux-4.19_api_headers
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test glibc_base-dev.tcz '=' @
- + test
- + F=glibc_base-dev.tcz
- + app_exists glibc_base-dev.tcz .
- + '[' -f ./glibc_base-dev.tcz ]
- + '[' -f ./glibc_base-dev.tcz.md5.txt ]
- + cd .
- + md5sum -cs glibc_base-dev.tcz.md5.txt
- + busybox md5sum -cs glibc_base-dev.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/glibc_base-dev ]
- + install glibc_base-dev.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=glibc_base-dev.tcz
- + APPNAME=glibc_base-dev
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw glibc_base-dev /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/glibc_base-dev ]
- + sudo /bin/mkdir -p /tmp/tcloop/glibc_base-dev
- + awk -v 'appname=/tmp/tcloop/glibc_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/glibc_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount glibc_base-dev.tcz /tmp/tcloop/glibc_base-dev -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/glibc_base-dev -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 3 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/glibc_base-dev/usr /
- + find /tmp/tcloop/glibc_base-dev -type d -name modules
- + '[' -n ]
- + update_system glibc_base-dev.tcz glibc_base-dev
- + '[' ]
- + '[' glibc_base-dev.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/glibc_base-dev ]
- + touch /usr/local/tce.installed/glibc_base-dev
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test e2fsprogs_base-dev.tcz '=' @
- + test
- + F=e2fsprogs_base-dev.tcz
- + app_exists e2fsprogs_base-dev.tcz .
- + '[' -f ./e2fsprogs_base-dev.tcz ]
- + '[' -f ./e2fsprogs_base-dev.tcz.md5.txt ]
- + cd .
- + md5sum -cs e2fsprogs_base-dev.tcz.md5.txt
- + busybox md5sum -cs e2fsprogs_base-dev.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/e2fsprogs_base-dev ]
- + install e2fsprogs_base-dev.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=e2fsprogs_base-dev.tcz
- + APPNAME=e2fsprogs_base-dev
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw e2fsprogs_base-dev /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/e2fsprogs_base-dev ]
- + sudo /bin/mkdir -p /tmp/tcloop/e2fsprogs_base-dev
- + awk -v 'appname=/tmp/tcloop/e2fsprogs_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/e2fsprogs_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount e2fsprogs_base-dev.tcz /tmp/tcloop/e2fsprogs_base-dev -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/e2fsprogs_base-dev -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 4 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/e2fsprogs_base-dev/usr /
- + find /tmp/tcloop/e2fsprogs_base-dev -type d -name modules
- + '[' -n ]
- + update_system e2fsprogs_base-dev.tcz e2fsprogs_base-dev
- + '[' ]
- + '[' e2fsprogs_base-dev.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/e2fsprogs_base-dev ]
- + touch /usr/local/tce.installed/e2fsprogs_base-dev
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test sed.tcz '=' @
- + test
- + F=sed.tcz
- + app_exists sed.tcz .
- + '[' -f ./sed.tcz ]
- + '[' -f ./sed.tcz.md5.txt ]
- + cd .
- + md5sum -cs sed.tcz.md5.txt
- + busybox md5sum -cs sed.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/sed ]
- + install sed.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=sed.tcz
- + APPNAME=sed
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw sed /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/sed ]
- + sudo /bin/mkdir -p /tmp/tcloop/sed
- + awk -v 'appname=/tmp/tcloop/sed' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/sed' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount sed.tcz /tmp/tcloop/sed -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/sed -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/sed/usr /
- + find /tmp/tcloop/sed -type d -name modules
- + '[' -n ]
- + update_system sed.tcz sed
- + '[' ]
- + '[' sed.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/sed ]
- + touch /usr/local/tce.installed/sed
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test pkg-config.tcz '=' @
- + test
- + F=pkg-config.tcz
- + app_exists pkg-config.tcz .
- + '[' -f ./pkg-config.tcz ]
- + '[' -f ./pkg-config.tcz.md5.txt ]
- + cd .
- + md5sum -cs pkg-config.tcz.md5.txt
- + busybox md5sum -cs pkg-config.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/pkg-config ]
- + install pkg-config.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=pkg-config.tcz
- + APPNAME=pkg-config
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw pkg-config /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/pkg-config ]
- + sudo /bin/mkdir -p /tmp/tcloop/pkg-config
- + awk -v 'appname=/tmp/tcloop/pkg-config' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/pkg-config' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount pkg-config.tcz /tmp/tcloop/pkg-config -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/pkg-config -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/pkg-config/usr /
- + find /tmp/tcloop/pkg-config -type d -name modules
- + '[' -n ]
- + update_system pkg-config.tcz pkg-config
- + '[' ]
- + '[' pkg-config.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/pkg-config ]
- + touch /usr/local/tce.installed/pkg-config
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test attr.tcz '=' @
- + test
- + F=attr.tcz
- + app_exists attr.tcz .
- + '[' -f ./attr.tcz ]
- + '[' -f ./attr.tcz.md5.txt ]
- + cd .
- + md5sum -cs attr.tcz.md5.txt
- + busybox md5sum -cs attr.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/attr ]
- + read F
- + test patch.tcz '=' @
- + test
- + F=patch.tcz
- + app_exists patch.tcz .
- + '[' -f ./patch.tcz ]
- + '[' -f ./patch.tcz.md5.txt ]
- + cd .
- + md5sum -cs patch.tcz.md5.txt
- + busybox md5sum -cs patch.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/patch ]
- + install patch.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=patch.tcz
- + APPNAME=patch
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw patch /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/patch ]
- + sudo /bin/mkdir -p /tmp/tcloop/patch
- + awk -v 'appname=/tmp/tcloop/patch' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/patch' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount patch.tcz /tmp/tcloop/patch -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/patch -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/patch/usr /
- + find /tmp/tcloop/patch -type d -name modules
- + '[' -n ]
- + update_system patch.tcz patch
- + '[' ]
- + '[' patch.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/patch ]
- + touch /usr/local/tce.installed/patch
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test make.tcz '=' @
- + test
- + F=make.tcz
- + app_exists make.tcz .
- + '[' -f ./make.tcz ]
- + '[' -f ./make.tcz.md5.txt ]
- + cd .
- + md5sum -cs make.tcz.md5.txt
- + busybox md5sum -cs make.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/make ]
- + install make.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=make.tcz
- + APPNAME=make
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw make /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/make ]
- + sudo /bin/mkdir -p /tmp/tcloop/make
- + awk -v 'appname=/tmp/tcloop/make' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/make' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount make.tcz /tmp/tcloop/make -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/make -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/make/usr /
- + find /tmp/tcloop/make -type d -name modules
- + '[' -n ]
- + update_system make.tcz make
- + '[' ]
- + '[' make.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/make ]
- + touch /usr/local/tce.installed/make
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test m4.tcz '=' @
- + test
- + F=m4.tcz
- + app_exists m4.tcz .
- + '[' -f ./m4.tcz ]
- + '[' -f ./m4.tcz.md5.txt ]
- + cd .
- + md5sum -cs m4.tcz.md5.txt
- + busybox md5sum -cs m4.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/m4 ]
- + install m4.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=m4.tcz
- + APPNAME=m4
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw m4 /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/m4 ]
- + sudo /bin/mkdir -p /tmp/tcloop/m4
- + awk -v 'appname=/tmp/tcloop/m4' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/m4' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount m4.tcz /tmp/tcloop/m4 -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/m4 -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/m4/usr /
- + find /tmp/tcloop/m4 -type d -name modules
- + '[' -n ]
- + update_system m4.tcz m4
- + '[' ]
- + '[' m4.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/m4 ]
- + touch /usr/local/tce.installed/m4
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test grep.tcz '=' @
- + test
- + F=grep.tcz
- + app_exists grep.tcz .
- + '[' -f ./grep.tcz ]
- + '[' -f ./grep.tcz.md5.txt ]
- + cd .
- + md5sum -cs grep.tcz.md5.txt
- + busybox md5sum -cs grep.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/grep ]
- + install grep.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=grep.tcz
- + APPNAME=grep
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw grep /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/grep ]
- + sudo /bin/mkdir -p /tmp/tcloop/grep
- + awk -v 'appname=/tmp/tcloop/grep' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/grep' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount grep.tcz /tmp/tcloop/grep -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/grep -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/grep/usr /
- + find /tmp/tcloop/grep -type d -name modules
- + '[' -n ]
- + update_system grep.tcz grep
- + '[' ]
- + '[' grep.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/grep ]
- + touch /usr/local/tce.installed/grep
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test gmp.tcz '=' @
- + test
- + F=gmp.tcz
- + app_exists gmp.tcz .
- + '[' -f ./gmp.tcz ]
- + '[' -f ./gmp.tcz.md5.txt ]
- + cd .
- + md5sum -cs gmp.tcz.md5.txt
- + busybox md5sum -cs gmp.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/gmp ]
- + read F
- + test mpfr.tcz '=' @
- + test
- + F=mpfr.tcz
- + app_exists mpfr.tcz .
- + '[' -f ./mpfr.tcz ]
- + '[' -f ./mpfr.tcz.md5.txt ]
- + cd .
- + md5sum -cs mpfr.tcz.md5.txt
- + busybox md5sum -cs mpfr.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/mpfr ]
- + install mpfr.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=mpfr.tcz
- + APPNAME=mpfr
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw mpfr /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/mpfr ]
- + sudo /bin/mkdir -p /tmp/tcloop/mpfr
- + awk -v 'appname=/tmp/tcloop/mpfr' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/mpfr' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount mpfr.tcz /tmp/tcloop/mpfr -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/mpfr -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/mpfr/usr /
- + find /tmp/tcloop/mpfr -type d -name modules
- + '[' -n ]
- + update_system mpfr.tcz mpfr
- + '[' ]
- + '[' mpfr.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/mpfr ]
- + touch /usr/local/tce.installed/mpfr
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test mpc.tcz '=' @
- + test
- + F=mpc.tcz
- + app_exists mpc.tcz .
- + '[' -f ./mpc.tcz ]
- + '[' -f ./mpc.tcz.md5.txt ]
- + cd .
- + md5sum -cs mpc.tcz.md5.txt
- + busybox md5sum -cs mpc.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/mpc ]
- + install mpc.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=mpc.tcz
- + APPNAME=mpc
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw mpc /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/mpc ]
- + sudo /bin/mkdir -p /tmp/tcloop/mpc
- + awk -v 'appname=/tmp/tcloop/mpc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/mpc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount mpc.tcz /tmp/tcloop/mpc -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/mpc -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/mpc/usr /
- + find /tmp/tcloop/mpc -type d -name modules
- + '[' -n ]
- + update_system mpc.tcz mpc
- + '[' ]
- + '[' mpc.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/mpc ]
- + touch /usr/local/tce.installed/mpc
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test flex.tcz '=' @
- + test
- + F=flex.tcz
- + app_exists flex.tcz .
- + '[' -f ./flex.tcz ]
- + '[' -f ./flex.tcz.md5.txt ]
- + cd .
- + md5sum -cs flex.tcz.md5.txt
- + busybox md5sum -cs flex.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/flex ]
- + install flex.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=flex.tcz
- + APPNAME=flex
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw flex /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/flex ]
- + sudo /bin/mkdir -p /tmp/tcloop/flex
- + awk -v 'appname=/tmp/tcloop/flex' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/flex' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount flex.tcz /tmp/tcloop/flex -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/flex -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/flex/usr /
- + find /tmp/tcloop/flex -type d -name modules
- + '[' -n ]
- + update_system flex.tcz flex
- + '[' ]
- + '[' flex.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/flex ]
- + touch /usr/local/tce.installed/flex
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test binutils.tcz '=' @
- + test
- + F=binutils.tcz
- + app_exists binutils.tcz .
- + '[' -f ./binutils.tcz ]
- + '[' -f ./binutils.tcz.md5.txt ]
- + cd .
- + md5sum -cs binutils.tcz.md5.txt
- + busybox md5sum -cs binutils.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/binutils ]
- + install binutils.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=binutils.tcz
- + APPNAME=binutils
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw binutils /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/binutils ]
- + sudo /bin/mkdir -p /tmp/tcloop/binutils
- + awk -v 'appname=/tmp/tcloop/binutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/binutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount binutils.tcz /tmp/tcloop/binutils -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/binutils -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/binutils/usr /
- + find /tmp/tcloop/binutils -type d -name modules
- + '[' -n ]
- + update_system binutils.tcz binutils
- + '[' ]
- + '[' binutils.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/binutils ]
- + '[' ]
- + sudo /usr/local/tce.installed/binutils
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test gcc_libs.tcz '=' @
- + test
- + F=gcc_libs.tcz
- + app_exists gcc_libs.tcz .
- + '[' -f ./gcc_libs.tcz ]
- + fetch_app gcc_libs.tcz
- + echo 'Downloading: gcc_libs.tcz'
- Downloading: gcc_libs.tcz
- + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs.tcz.md5.txt
- + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs.tcz
- + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs.tcz
- Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
- gcc_libs.tcz 76% |************************ | 710k 0:00:00 ETA
- gcc_libs.tcz 100% |********************************| 924k 0:00:00 ETA
- + md5sum -c gcc_libs.tcz.md5.txt
- + busybox md5sum -c gcc_libs.tcz.md5.txt
- gcc_libs.tcz: OK
- + '[' 0 '!=' 0 ]
- + '[' -f /usr/local/tce.installed/gcc_libs ]
- + install gcc_libs.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=gcc_libs.tcz
- + APPNAME=gcc_libs
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw gcc_libs /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/gcc_libs ]
- + sudo /bin/mkdir -p /tmp/tcloop/gcc_libs
- + awk -v 'appname=/tmp/tcloop/gcc_libs' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/gcc_libs' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount gcc_libs.tcz /tmp/tcloop/gcc_libs -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/gcc_libs -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/gcc_libs/usr /
- + find /tmp/tcloop/gcc_libs -type d -name modules
- + '[' -n ]
- + update_system gcc_libs.tcz gcc_libs
- + '[' ]
- + '[' gcc_libs.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/gcc_libs ]
- + touch /usr/local/tce.installed/gcc_libs
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test gcc_libs-dev.tcz '=' @
- + test
- + F=gcc_libs-dev.tcz
- + app_exists gcc_libs-dev.tcz .
- + '[' -f ./gcc_libs-dev.tcz ]
- + fetch_app gcc_libs-dev.tcz
- + echo 'Downloading: gcc_libs-dev.tcz'
- Downloading: gcc_libs-dev.tcz
- + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs-dev.tcz.md5.txt
- + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs-dev.tcz
- + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs-dev.tcz
- Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
- gcc_libs-dev.tcz 17% |***** | 292k 0:00:04 ETA
- gcc_libs-dev.tcz 100% |********************************| 1680k 0:00:00 ETA
- + md5sum -c gcc_libs-dev.tcz.md5.txt
- + busybox md5sum -c gcc_libs-dev.tcz.md5.txt
- gcc_libs-dev.tcz: OK
- + '[' 0 '!=' 0 ]
- + '[' -f /usr/local/tce.installed/gcc_libs-dev ]
- + install gcc_libs-dev.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=gcc_libs-dev.tcz
- + APPNAME=gcc_libs-dev
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw gcc_libs-dev /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/gcc_libs-dev ]
- + sudo /bin/mkdir -p /tmp/tcloop/gcc_libs-dev
- + awk -v 'appname=/tmp/tcloop/gcc_libs-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/gcc_libs-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount gcc_libs-dev.tcz /tmp/tcloop/gcc_libs-dev -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/gcc_libs-dev -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/gcc_libs-dev/usr /
- + find /tmp/tcloop/gcc_libs-dev -type d -name modules
- + '[' -n ]
- + update_system gcc_libs-dev.tcz gcc_libs-dev
- + '[' ]
- + '[' gcc_libs-dev.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/gcc_libs-dev ]
- + touch /usr/local/tce.installed/gcc_libs-dev
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test gcc_base-dev.tcz '=' @
- + test
- + F=gcc_base-dev.tcz
- + app_exists gcc_base-dev.tcz .
- + '[' -f ./gcc_base-dev.tcz ]
- + fetch_app gcc_base-dev.tcz
- + echo 'Downloading: gcc_base-dev.tcz'
- Downloading: gcc_base-dev.tcz
- + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_base-dev.tcz.md5.txt
- + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_base-dev.tcz
- + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_base-dev.tcz
- Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
- gcc_base-dev.tcz 91% |***************************** | 799k 0:00:00 ETA
- gcc_base-dev.tcz 100% |********************************| 876k 0:00:00 ETA
- + md5sum -c gcc_base-dev.tcz.md5.txt
- + busybox md5sum -c gcc_base-dev.tcz.md5.txt
- gcc_base-dev.tcz: OK
- + '[' 0 '!=' 0 ]
- + '[' -f /usr/local/tce.installed/gcc_base-dev ]
- + install gcc_base-dev.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=gcc_base-dev.tcz
- + APPNAME=gcc_base-dev
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw gcc_base-dev /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/gcc_base-dev ]
- + sudo /bin/mkdir -p /tmp/tcloop/gcc_base-dev
- + awk -v 'appname=/tmp/tcloop/gcc_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/gcc_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount gcc_base-dev.tcz /tmp/tcloop/gcc_base-dev -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/gcc_base-dev -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 3 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/gcc_base-dev/usr /
- + find /tmp/tcloop/gcc_base-dev -type d -name modules
- + '[' -n ]
- + update_system gcc_base-dev.tcz gcc_base-dev
- + '[' ]
- + '[' gcc_base-dev.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/gcc_base-dev ]
- + touch /usr/local/tce.installed/gcc_base-dev
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test gcc.tcz '=' @
- + test
- + F=gcc.tcz
- + app_exists gcc.tcz .
- + '[' -f ./gcc.tcz ]
- + fetch_app gcc.tcz
- + echo 'Downloading: gcc.tcz'
- Downloading: gcc.tcz
- + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc.tcz.md5.txt
- + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc.tcz
- + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc.tcz
- Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
- gcc.tcz 1% | | 503k 0:01:06 ETA
- gcc.tcz 6% |** | 2182k 0:00:29 ETA
- gcc.tcz 11% |*** | 3812k 0:00:23 ETA
- gcc.tcz 16% |***** | 5451k 0:00:20 ETA
- gcc.tcz 20% |****** | 7100k 0:00:18 ETA
- gcc.tcz 25% |******** | 8786k 0:00:17 ETA
- gcc.tcz 30% |********* | 10.0M 0:00:15 ETA
- gcc.tcz 35% |*********** | 11.6M 0:00:14 ETA
- gcc.tcz 40% |************ | 13.2M 0:00:13 ETA
- gcc.tcz 45% |************** | 14.9M 0:00:12 ETA
- gcc.tcz 49% |*************** | 16.4M 0:00:11 ETA
- gcc.tcz 54% |***************** | 18.0M 0:00:09 ETA
- gcc.tcz 59% |******************* | 19.6M 0:00:08 ETA
- gcc.tcz 64% |******************** | 21.2M 0:00:07 ETA
- gcc.tcz 69% |********************** | 22.8M 0:00:06 ETA
- gcc.tcz 70% |********************** | 23.4M 0:00:06 ETA
- gcc.tcz 78% |************************* | 26.0M 0:00:04 ETA
- gcc.tcz 83% |************************** | 27.6M 0:00:03 ETA
- gcc.tcz 88% |**************************** | 29.2M 0:00:02 ETA
- gcc.tcz 93% |***************************** | 30.8M 0:00:01 ETA
- gcc.tcz 98% |******************************* | 32.4M 0:00:00 ETA
- gcc.tcz 100% |********************************| 33.0M 0:00:00 ETA
- + md5sum -c gcc.tcz.md5.txt
- + busybox md5sum -c gcc.tcz.md5.txt
- gcc.tcz: OK
- + '[' 0 '!=' 0 ]
- + '[' -f /usr/local/tce.installed/gcc ]
- + install gcc.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=gcc.tcz
- + APPNAME=gcc
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw gcc /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/gcc ]
- + sudo /bin/mkdir -p /tmp/tcloop/gcc
- + awk -v 'appname=/tmp/tcloop/gcc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/gcc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount gcc.tcz /tmp/tcloop/gcc -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/gcc -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/gcc/usr /
- + find /tmp/tcloop/gcc -type d -name modules
- + '[' -n ]
- + update_system gcc.tcz gcc
- + '[' ]
- + '[' gcc.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/gcc ]
- + touch /usr/local/tce.installed/gcc
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test ncursesw.tcz '=' @
- + test
- + F=ncursesw.tcz
- + app_exists ncursesw.tcz .
- + '[' -f ./ncursesw.tcz ]
- + '[' -f ./ncursesw.tcz.md5.txt ]
- + cd .
- + md5sum -cs ncursesw.tcz.md5.txt
- + busybox md5sum -cs ncursesw.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/ncursesw ]
- + read F
- + test readline.tcz '=' @
- + test
- + F=readline.tcz
- + app_exists readline.tcz .
- + '[' -f ./readline.tcz ]
- + '[' -f ./readline.tcz.md5.txt ]
- + cd .
- + md5sum -cs readline.tcz.md5.txt
- + busybox md5sum -cs readline.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/readline ]
- + read F
- + test gawk.tcz '=' @
- + test
- + F=gawk.tcz
- + app_exists gawk.tcz .
- + '[' -f ./gawk.tcz ]
- + '[' -f ./gawk.tcz.md5.txt ]
- + cd .
- + md5sum -cs gawk.tcz.md5.txt
- + busybox md5sum -cs gawk.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/gawk ]
- + install gawk.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=gawk.tcz
- + APPNAME=gawk
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw gawk /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/gawk ]
- + sudo /bin/mkdir -p /tmp/tcloop/gawk
- + awk -v 'appname=/tmp/tcloop/gawk' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/gawk' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount gawk.tcz /tmp/tcloop/gawk -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/gawk -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/gawk/usr /
- + find /tmp/tcloop/gawk -type d -name modules
- + '[' -n ]
- + update_system gawk.tcz gawk
- + '[' ]
- + '[' gawk.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/gawk ]
- + touch /usr/local/tce.installed/gawk
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test findutils.tcz '=' @
- + test
- + F=findutils.tcz
- + app_exists findutils.tcz .
- + '[' -f ./findutils.tcz ]
- + '[' -f ./findutils.tcz.md5.txt ]
- + cd .
- + md5sum -cs findutils.tcz.md5.txt
- + busybox md5sum -cs findutils.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/findutils ]
- + install findutils.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=findutils.tcz
- + APPNAME=findutils
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw findutils /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/findutils ]
- + sudo /bin/mkdir -p /tmp/tcloop/findutils
- + awk -v 'appname=/tmp/tcloop/findutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/findutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount findutils.tcz /tmp/tcloop/findutils -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/findutils -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/findutils/usr /
- + find /tmp/tcloop/findutils -type d -name modules
- + '[' -n ]
- + update_system findutils.tcz findutils
- + '[' ]
- + '[' findutils.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/findutils ]
- + '[' ]
- + sudo /usr/local/tce.installed/findutils
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test file.tcz '=' @
- + test
- + F=file.tcz
- + app_exists file.tcz .
- + '[' -f ./file.tcz ]
- + '[' -f ./file.tcz.md5.txt ]
- + cd .
- + md5sum -cs file.tcz.md5.txt
- + busybox md5sum -cs file.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/file ]
- + install file.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=file.tcz
- + APPNAME=file
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw file /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/file ]
- + sudo /bin/mkdir -p /tmp/tcloop/file
- + awk -v 'appname=/tmp/tcloop/file' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/file' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount file.tcz /tmp/tcloop/file -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/file -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/file/usr /
- + find /tmp/tcloop/file -type d -name modules
- + '[' -n ]
- + update_system file.tcz file
- + '[' ]
- + '[' file.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/file ]
- + '[' ]
- + sudo /usr/local/tce.installed/file
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test diffutils.tcz '=' @
- + test
- + F=diffutils.tcz
- + app_exists diffutils.tcz .
- + '[' -f ./diffutils.tcz ]
- + '[' -f ./diffutils.tcz.md5.txt ]
- + cd .
- + md5sum -cs diffutils.tcz.md5.txt
- + busybox md5sum -cs diffutils.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/diffutils ]
- + install diffutils.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=diffutils.tcz
- + APPNAME=diffutils
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw diffutils /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/diffutils ]
- + sudo /bin/mkdir -p /tmp/tcloop/diffutils
- + awk -v 'appname=/tmp/tcloop/diffutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/diffutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount diffutils.tcz /tmp/tcloop/diffutils -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/diffutils -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/diffutils/usr /
- + find /tmp/tcloop/diffutils -type d -name modules
- + '[' -n ]
- + update_system diffutils.tcz diffutils
- + '[' ]
- + '[' diffutils.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/diffutils ]
- + touch /usr/local/tce.installed/diffutils
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test bison.tcz '=' @
- + test
- + F=bison.tcz
- + app_exists bison.tcz .
- + '[' -f ./bison.tcz ]
- + '[' -f ./bison.tcz.md5.txt ]
- + cd .
- + md5sum -cs bison.tcz.md5.txt
- + busybox md5sum -cs bison.tcz.md5.txt
- + '[' -f /usr/local/tce.installed/bison ]
- + install bison.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=bison.tcz
- + APPNAME=bison
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw bison /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/bison ]
- + sudo /bin/mkdir -p /tmp/tcloop/bison
- + awk -v 'appname=/tmp/tcloop/bison' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/bison' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount bison.tcz /tmp/tcloop/bison -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/bison -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/bison/usr /
- + find /tmp/tcloop/bison -type d -name modules
- + '[' -n ]
- + update_system bison.tcz bison
- + '[' ]
- + '[' bison.tcz '!=' compiletc.tcz ]
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/bison ]
- + touch /usr/local/tce.installed/bison
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + test compiletc.tcz '=' @
- + test
- + F=compiletc.tcz
- + app_exists compiletc.tcz .
- + '[' -f ./compiletc.tcz ]
- + fetch_app compiletc.tcz
- + echo 'Downloading: compiletc.tcz'
- Downloading: compiletc.tcz
- + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/compiletc.tcz.md5.txt
- + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/compiletc.tcz
- + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/compiletc.tcz
- Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
- compiletc.tcz 100% |********************************| 4096 0:00:00 ETA
- + md5sum -c compiletc.tcz.md5.txt
- + busybox md5sum -c compiletc.tcz.md5.txt
- compiletc.tcz: OK
- + '[' 0 '!=' 0 ]
- + '[' -f /usr/local/tce.installed/compiletc ]
- + install compiletc.tcz
- + unset MODULES EMPTYEXT
- + '[' C '!=' C ]
- + THISAPP=compiletc.tcz
- + APPNAME=compiletc
- + '[' TRUE ]
- + '[' ]
- + '[' -e /mnt/sda2/tce/copy2fs.flg ]
- + grep -qw compiletc /mnt/sda2/tce/copy2fs.lst
- + '[' -d /tmp/tcloop/compiletc ]
- + sudo /bin/mkdir -p /tmp/tcloop/compiletc
- + awk -v 'appname=/tmp/tcloop/compiletc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + busybox awk -v 'appname=/tmp/tcloop/compiletc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
- + '[' 0 '==' 1 ]
- + sudo /bin/mount compiletc.tcz /tmp/tcloop/compiletc -t squashfs -o 'loop,ro,bs=4096'
- + '[' 0 '==' 0 ]
- + find /tmp/tcloop/compiletc -mindepth 1 -maxdepth 2
- + wc -l
- + busybox wc -l
- + '[' 2 -le 1 ]
- + '[' -z ]
- + yes n
- + sudo /bin/cp -ais /tmp/tcloop/compiletc/usr /
- + find /tmp/tcloop/compiletc -type d -name modules
- + '[' -n ]
- + update_system compiletc.tcz compiletc
- + '[' ]
- + '[' compiletc.tcz '!=' compiletc.tcz ]
- + '[' ]
- + '[' ]
- + echo compiletc.tcz
- + '[' ]
- + sudo /sbin/ldconfig
- + '[' -x /usr/local/tce.installed/compiletc ]
- + touch /usr/local/tce.installed/compiletc
- + '[' '!' ]
- + '[' -s /etc/sysconfig/desktop ]
- + '[' ]
- + return 0
- + read F
- + '[' ]
- + '[' ]
- + which _restart
- + '[' ]
- + exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement