Advertisement
Guest User

Untitled

a guest
Jul 6th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.84 KB | None | 0 0
  1. + . /etc/init.d/tc-functions
  2. + '[' -f /proc/cmdline ]
  3. + CMDLINE=
  4. + cat /proc/cmdline
  5. + 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'
  6. + echo -e '\r\033[K'
  7. + CRE='
  8. '
  9. + echo -e '\033[1;31m'
  10. + RED=''
  11. + echo -e '\033[1;32m'
  12. + GREEN=''
  13. + echo -e '\033[1;33m'
  14. + YELLOW=''
  15. + echo -e '\033[1;34m'
  16. + BLUE=''
  17. + echo -e '\033[1;35m'
  18. + MAGENTA=''
  19. + echo -e '\033[1;36m'
  20. + CYAN=''
  21. + echo -e '\033[1;37m'
  22. + WHITE=''
  23. + echo -e '\033[0;39m'
  24. + NORMAL=''
  25. + useBusybox
  26. + . /etc/init.d/busybox-aliases
  27. + checknotroot
  28. + /usr/bin/id -u
  29. + '[' 1000 -eq 0 ]
  30. + basename /usr/bin/tce-load
  31. + PROG_NAME=tce-load
  32. + uname -r
  33. + KERNELVER=4.19.10-tinycore
  34. + unset WGET INSTALL COPYINSTALL BOOTING ONDEMAND DOWNLOAD_ONLY LOAD_ONLY SUPPRESS
  35. + FORCE=n
  36. + pwd
  37. + SAVED_DIR=/home/bruno
  38. + getbootparam lst
  39. + ONBOOTNAME=
  40. + '[' -n ]
  41. + ONBOOTNAME=onboot.lst
  42. + TCEINSTALLED=/usr/local/tce.installed
  43. + TCEDIR=/etc/sysconfig/tcedir
  44. + getopts wilcbosft: OPTION
  45. + WGET=TRUE
  46. + getopts wilcbosft: OPTION
  47. + INSTALL=TRUE
  48. + getopts wilcbosft: OPTION
  49. + expr 2 - 1
  50. + busybox expr 2 - 1
  51. + shift 1
  52. + '[' -z compiletc ]
  53. + '[' -z TRUE ]
  54. + echo 0
  55. + '[' -d /etc/sysconfig/tcedir ]
  56. + '[' -n compiletc ]
  57. + '[' -f /etc/sysconfig/showapps ]
  58. + '[' -z TRUE ]
  59. + '[' -z TRUE ]
  60. + realpath /etc/sysconfig/tcedir
  61. + OPTIONAL=/mnt/sda2/tce/optional
  62. + TARGETSLOCAL=
  63. + TARGETSFETCH=
  64. + FROMWHERE=
  65. + TARGETAPP=compiletc.tcz
  66. + TARGETAPP=compiletc.tcz
  67. + EXTENSION=compiletc.tcz
  68. + APPNAME=compiletc
  69. + '[' -z ]
  70. + '[' compiletc.tcz '=' compiletc.tcz ]
  71. + '[' '!' -f compiletc.tcz ]
  72. + FROMWHERE=/mnt/sda2/tce/optional
  73. + '[' TRUE ]
  74. + '[' '!' ]
  75. + '[' -f /usr/local/tce.installed/compiletc ]
  76. + '[' TRUE ]
  77. + app_exists compiletc.tcz /mnt/sda2/tce/optional
  78. + '[' -f /mnt/sda2/tce/optional/compiletc.tcz ]
  79. + mkdir -p /mnt/sda2/tce/optional
  80. + TARGETSFETCH='\ncompiletc.tcz'
  81. + '[' ]
  82. + cd /mnt/sda2/tce/optional
  83. + '[' '\ncompiletc.tcz' ]
  84. + getMirror
  85. + BUILD=
  86. + '[' -z ]
  87. + getBuild
  88. + uname -m
  89. + BUILD=i686
  90. + echo x86
  91. + BUILD=x86
  92. + read MIRROR
  93. + getMajorVer
  94. + awk '{printf "%d", $1}' /usr/share/doc/tc/release.txt
  95. + busybox awk '{printf "%d", $1}' /usr/share/doc/tc/release.txt
  96. + MIRROR=http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz
  97. + echo -e '\ncompiletc.tcz'
  98. + awk '/\w/ {print $1" . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz"}'
  99. + busybox awk '/\w/ {print $1" . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz"}'
  100. + TARGETSFETCH='compiletc.tcz . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz'
  101. + recursive_scan_dep 'compiletc.tcz . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz'
  102. + read F
  103. + echo -e 'compiletc.tcz . http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz'
  104. + awk '
  105. function recursive_scan(name, optional, mirror, _, depfile, line, i) {
  106. gsub(/[\t ]+/, "", name)
  107. if (name) {
  108. sub(/\-KERNEL\.tcz/, "-"KERNELVER".tcz", name)
  109. if (name in MARK) {
  110. if (MARK[name] == 2) {
  111. if (! SUPPRESS)
  112. system("echo Warning loop dependency: "name" 1>&2")
  113. } else {
  114. RESULT[++IDX]="@#"name
  115. }
  116. } else {
  117. IDX+=1
  118. RESULT[IDX]=name
  119. IRANGE[name"#1"]=IDX
  120. depfile=optional"/"name".dep"
  121. if (mirror && (system("test ! -f "depfile) == 0 || system("test ! -f "optional"/"name) == 0))
  122. if (system("rm -f "depfile"; wget -c -P "optional" "mirror"/"name".dep 2>/dev/null") == 0 && ! SUPPRESS)
  123. system("echo "name".dep OK 1>&2")
  124. MARK[name]=2
  125. if (mirror || system("test -f "optional"/"name) == 0) {
  126. while (getline line < depfile > 0)
  127. recursive_scan(line, optional, mirror)
  128. close(depfile)
  129. }
  130. MARK[name]=1
  131. IRANGE[name"#2"]=IDX
  132. }
  133. }
  134. }
  135. function output(idx1, idx2, _, name, i, refname) {
  136. for (i=idx2; i>=idx1; i--) {
  137. name=RESULT[i]
  138. if (! (name in PRINTED)) {
  139. PRINTED[name]=1
  140. if (substr(name, 1, 2) == "@#") {
  141. refname = substr(name, 3)
  142. output(IRANGE[refname"#1"]+0, IRANGE[refname"#2"])
  143. } else {
  144. print name
  145. }
  146. }
  147. }
  148. }
  149. BEGIN {KERNELVER="4.19.10-tinycore"; SUPPRESS=""; IDX=0;}
  150. {pi=IDX; recursive_scan($1, $2 ? $2 : ".", $3); print "@ "$1; output(pi+1, IDX); delete PRINTED;}
  151. '
  152. + busybox awk '
  153. function recursive_scan(name, optional, mirror, _, depfile, line, i) {
  154. gsub(/[\t ]+/, "", name)
  155. if (name) {
  156. sub(/\-KERNEL\.tcz/, "-"KERNELVER".tcz", name)
  157. if (name in MARK) {
  158. if (MARK[name] == 2) {
  159. if (! SUPPRESS)
  160. system("echo Warning loop dependency: "name" 1>&2")
  161. } else {
  162. RESULT[++IDX]="@#"name
  163. }
  164. } else {
  165. IDX+=1
  166. RESULT[IDX]=name
  167. IRANGE[name"#1"]=IDX
  168. depfile=optional"/"name".dep"
  169. if (mirror && (system("test ! -f "depfile) == 0 || system("test ! -f "optional"/"name) == 0))
  170. if (system("rm -f "depfile"; wget -c -P "optional" "mirror"/"name".dep 2>/dev/null") == 0 && ! SUPPRESS)
  171. system("echo "name".dep OK 1>&2")
  172. MARK[name]=2
  173. if (mirror || system("test -f "optional"/"name) == 0) {
  174. while (getline line < depfile > 0)
  175. recursive_scan(line, optional, mirror)
  176. close(depfile)
  177. }
  178. MARK[name]=1
  179. IRANGE[name"#2"]=IDX
  180. }
  181. }
  182. }
  183. function output(idx1, idx2, _, name, i, refname) {
  184. for (i=idx2; i>=idx1; i--) {
  185. name=RESULT[i]
  186. if (! (name in PRINTED)) {
  187. PRINTED[name]=1
  188. if (substr(name, 1, 2) == "@#") {
  189. refname = substr(name, 3)
  190. output(IRANGE[refname"#1"]+0, IRANGE[refname"#2"])
  191. } else {
  192. print name
  193. }
  194. }
  195. }
  196. }
  197. BEGIN {KERNELVER="4.19.10-tinycore"; SUPPRESS=""; IDX=0;}
  198. {pi=IDX; recursive_scan($1, $2 ? $2 : ".", $3); print "@ "$1; output(pi+1, IDX); delete PRINTED;}
  199. '
  200. compiletc.tcz.dep OK
  201. gcc.tcz.dep OK
  202. gcc_libs-dev.tcz.dep OK
  203. + test @ '=' @
  204. + EXTENSION=compiletc.tcz
  205. + SKIP=
  206. + continue
  207. + read F
  208. + test zlib_base-dev.tcz '=' @
  209. + test
  210. + F=zlib_base-dev.tcz
  211. + app_exists zlib_base-dev.tcz .
  212. + '[' -f ./zlib_base-dev.tcz ]
  213. + '[' -f ./zlib_base-dev.tcz.md5.txt ]
  214. + cd .
  215. + md5sum -cs zlib_base-dev.tcz.md5.txt
  216. + busybox md5sum -cs zlib_base-dev.tcz.md5.txt
  217. + '[' -f /usr/local/tce.installed/zlib_base-dev ]
  218. + install zlib_base-dev.tcz
  219. + unset MODULES EMPTYEXT
  220. + '[' C '!=' C ]
  221. + THISAPP=zlib_base-dev.tcz
  222. + APPNAME=zlib_base-dev
  223. + '[' TRUE ]
  224. + '[' ]
  225. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  226. + grep -qw zlib_base-dev /mnt/sda2/tce/copy2fs.lst
  227. + '[' -d /tmp/tcloop/zlib_base-dev ]
  228. + sudo /bin/mkdir -p /tmp/tcloop/zlib_base-dev
  229. + awk -v 'appname=/tmp/tcloop/zlib_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  230. + busybox awk -v 'appname=/tmp/tcloop/zlib_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  231. + '[' 0 '==' 1 ]
  232. + sudo /bin/mount zlib_base-dev.tcz /tmp/tcloop/zlib_base-dev -t squashfs -o 'loop,ro,bs=4096'
  233. + '[' 0 '==' 0 ]
  234. + find /tmp/tcloop/zlib_base-dev -mindepth 1 -maxdepth 2
  235. + wc -l
  236. + busybox wc -l
  237. + '[' 3 -le 1 ]
  238. + '[' -z ]
  239. + yes n
  240. + sudo /bin/cp -ais /tmp/tcloop/zlib_base-dev/usr /
  241. + find /tmp/tcloop/zlib_base-dev -type d -name modules
  242. + '[' -n ]
  243. + update_system zlib_base-dev.tcz zlib_base-dev
  244. + '[' ]
  245. + '[' zlib_base-dev.tcz '!=' compiletc.tcz ]
  246. + '[' ]
  247. + sudo /sbin/ldconfig
  248. + '[' -x /usr/local/tce.installed/zlib_base-dev ]
  249. + touch /usr/local/tce.installed/zlib_base-dev
  250. + '[' '!' ]
  251. + '[' -s /etc/sysconfig/desktop ]
  252. + '[' ]
  253. + return 0
  254. + read F
  255. + test util-linux_base-dev.tcz '=' @
  256. + test
  257. + F=util-linux_base-dev.tcz
  258. + app_exists util-linux_base-dev.tcz .
  259. + '[' -f ./util-linux_base-dev.tcz ]
  260. + '[' -f ./util-linux_base-dev.tcz.md5.txt ]
  261. + cd .
  262. + md5sum -cs util-linux_base-dev.tcz.md5.txt
  263. + busybox md5sum -cs util-linux_base-dev.tcz.md5.txt
  264. + '[' -f /usr/local/tce.installed/util-linux_base-dev ]
  265. + install util-linux_base-dev.tcz
  266. + unset MODULES EMPTYEXT
  267. + '[' C '!=' C ]
  268. + THISAPP=util-linux_base-dev.tcz
  269. + APPNAME=util-linux_base-dev
  270. + '[' TRUE ]
  271. + '[' ]
  272. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  273. + grep -qw util-linux_base-dev /mnt/sda2/tce/copy2fs.lst
  274. + '[' -d /tmp/tcloop/util-linux_base-dev ]
  275. + sudo /bin/mkdir -p /tmp/tcloop/util-linux_base-dev
  276. + awk -v 'appname=/tmp/tcloop/util-linux_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  277. + busybox awk -v 'appname=/tmp/tcloop/util-linux_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  278. + '[' 0 '==' 1 ]
  279. + sudo /bin/mount util-linux_base-dev.tcz /tmp/tcloop/util-linux_base-dev -t squashfs -o 'loop,ro,bs=4096'
  280. + '[' 0 '==' 0 ]
  281. + find /tmp/tcloop/util-linux_base-dev -mindepth 1 -maxdepth 2
  282. + wc -l
  283. + busybox wc -l
  284. + '[' 3 -le 1 ]
  285. + '[' -z ]
  286. + yes n
  287. + sudo /bin/cp -ais /tmp/tcloop/util-linux_base-dev/usr /
  288. + find /tmp/tcloop/util-linux_base-dev -type d -name modules
  289. + '[' -n ]
  290. + update_system util-linux_base-dev.tcz util-linux_base-dev
  291. + '[' ]
  292. + '[' util-linux_base-dev.tcz '!=' compiletc.tcz ]
  293. + '[' ]
  294. + sudo /sbin/ldconfig
  295. + '[' -x /usr/local/tce.installed/util-linux_base-dev ]
  296. + touch /usr/local/tce.installed/util-linux_base-dev
  297. + '[' '!' ]
  298. + '[' -s /etc/sysconfig/desktop ]
  299. + '[' ]
  300. + return 0
  301. + read F
  302. + test linux-4.19_api_headers.tcz '=' @
  303. + test
  304. + F=linux-4.19_api_headers.tcz
  305. + app_exists linux-4.19_api_headers.tcz .
  306. + '[' -f ./linux-4.19_api_headers.tcz ]
  307. + '[' -f ./linux-4.19_api_headers.tcz.md5.txt ]
  308. + cd .
  309. + md5sum -cs linux-4.19_api_headers.tcz.md5.txt
  310. + busybox md5sum -cs linux-4.19_api_headers.tcz.md5.txt
  311. + '[' -f /usr/local/tce.installed/linux-4.19_api_headers ]
  312. + install linux-4.19_api_headers.tcz
  313. + unset MODULES EMPTYEXT
  314. + '[' C '!=' C ]
  315. + THISAPP=linux-4.19_api_headers.tcz
  316. + APPNAME=linux-4.19_api_headers
  317. + '[' TRUE ]
  318. + '[' ]
  319. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  320. + grep -qw linux-4.19_api_headers /mnt/sda2/tce/copy2fs.lst
  321. + '[' -d /tmp/tcloop/linux-4.19_api_headers ]
  322. + sudo /bin/mkdir -p /tmp/tcloop/linux-4.19_api_headers
  323. + awk -v 'appname=/tmp/tcloop/linux-4.19_api_headers' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  324. + busybox awk -v 'appname=/tmp/tcloop/linux-4.19_api_headers' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  325. + '[' 0 '==' 1 ]
  326. + sudo /bin/mount linux-4.19_api_headers.tcz /tmp/tcloop/linux-4.19_api_headers -t squashfs -o 'loop,ro,bs=4096'
  327. + '[' 0 '==' 0 ]
  328. + find /tmp/tcloop/linux-4.19_api_headers -mindepth 1 -maxdepth 2
  329. + wc -l
  330. + busybox wc -l
  331. + '[' 2 -le 1 ]
  332. + '[' -z ]
  333. + yes n
  334. + sudo /bin/cp -ais /tmp/tcloop/linux-4.19_api_headers/usr /
  335. + find /tmp/tcloop/linux-4.19_api_headers -type d -name modules
  336. + '[' -n ]
  337. + update_system linux-4.19_api_headers.tcz linux-4.19_api_headers
  338. + '[' ]
  339. + '[' linux-4.19_api_headers.tcz '!=' compiletc.tcz ]
  340. + '[' ]
  341. + sudo /sbin/ldconfig
  342. + '[' -x /usr/local/tce.installed/linux-4.19_api_headers ]
  343. + touch /usr/local/tce.installed/linux-4.19_api_headers
  344. + '[' '!' ]
  345. + '[' -s /etc/sysconfig/desktop ]
  346. + '[' ]
  347. + return 0
  348. + read F
  349. + test glibc_base-dev.tcz '=' @
  350. + test
  351. + F=glibc_base-dev.tcz
  352. + app_exists glibc_base-dev.tcz .
  353. + '[' -f ./glibc_base-dev.tcz ]
  354. + '[' -f ./glibc_base-dev.tcz.md5.txt ]
  355. + cd .
  356. + md5sum -cs glibc_base-dev.tcz.md5.txt
  357. + busybox md5sum -cs glibc_base-dev.tcz.md5.txt
  358. + '[' -f /usr/local/tce.installed/glibc_base-dev ]
  359. + install glibc_base-dev.tcz
  360. + unset MODULES EMPTYEXT
  361. + '[' C '!=' C ]
  362. + THISAPP=glibc_base-dev.tcz
  363. + APPNAME=glibc_base-dev
  364. + '[' TRUE ]
  365. + '[' ]
  366. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  367. + grep -qw glibc_base-dev /mnt/sda2/tce/copy2fs.lst
  368. + '[' -d /tmp/tcloop/glibc_base-dev ]
  369. + sudo /bin/mkdir -p /tmp/tcloop/glibc_base-dev
  370. + awk -v 'appname=/tmp/tcloop/glibc_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  371. + busybox awk -v 'appname=/tmp/tcloop/glibc_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  372. + '[' 0 '==' 1 ]
  373. + sudo /bin/mount glibc_base-dev.tcz /tmp/tcloop/glibc_base-dev -t squashfs -o 'loop,ro,bs=4096'
  374. + '[' 0 '==' 0 ]
  375. + find /tmp/tcloop/glibc_base-dev -mindepth 1 -maxdepth 2
  376. + wc -l
  377. + busybox wc -l
  378. + '[' 3 -le 1 ]
  379. + '[' -z ]
  380. + yes n
  381. + sudo /bin/cp -ais /tmp/tcloop/glibc_base-dev/usr /
  382. + find /tmp/tcloop/glibc_base-dev -type d -name modules
  383. + '[' -n ]
  384. + update_system glibc_base-dev.tcz glibc_base-dev
  385. + '[' ]
  386. + '[' glibc_base-dev.tcz '!=' compiletc.tcz ]
  387. + '[' ]
  388. + sudo /sbin/ldconfig
  389. + '[' -x /usr/local/tce.installed/glibc_base-dev ]
  390. + touch /usr/local/tce.installed/glibc_base-dev
  391. + '[' '!' ]
  392. + '[' -s /etc/sysconfig/desktop ]
  393. + '[' ]
  394. + return 0
  395. + read F
  396. + test e2fsprogs_base-dev.tcz '=' @
  397. + test
  398. + F=e2fsprogs_base-dev.tcz
  399. + app_exists e2fsprogs_base-dev.tcz .
  400. + '[' -f ./e2fsprogs_base-dev.tcz ]
  401. + '[' -f ./e2fsprogs_base-dev.tcz.md5.txt ]
  402. + cd .
  403. + md5sum -cs e2fsprogs_base-dev.tcz.md5.txt
  404. + busybox md5sum -cs e2fsprogs_base-dev.tcz.md5.txt
  405. + '[' -f /usr/local/tce.installed/e2fsprogs_base-dev ]
  406. + install e2fsprogs_base-dev.tcz
  407. + unset MODULES EMPTYEXT
  408. + '[' C '!=' C ]
  409. + THISAPP=e2fsprogs_base-dev.tcz
  410. + APPNAME=e2fsprogs_base-dev
  411. + '[' TRUE ]
  412. + '[' ]
  413. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  414. + grep -qw e2fsprogs_base-dev /mnt/sda2/tce/copy2fs.lst
  415. + '[' -d /tmp/tcloop/e2fsprogs_base-dev ]
  416. + sudo /bin/mkdir -p /tmp/tcloop/e2fsprogs_base-dev
  417. + awk -v 'appname=/tmp/tcloop/e2fsprogs_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  418. + busybox awk -v 'appname=/tmp/tcloop/e2fsprogs_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  419. + '[' 0 '==' 1 ]
  420. + sudo /bin/mount e2fsprogs_base-dev.tcz /tmp/tcloop/e2fsprogs_base-dev -t squashfs -o 'loop,ro,bs=4096'
  421. + '[' 0 '==' 0 ]
  422. + find /tmp/tcloop/e2fsprogs_base-dev -mindepth 1 -maxdepth 2
  423. + wc -l
  424. + busybox wc -l
  425. + '[' 4 -le 1 ]
  426. + '[' -z ]
  427. + yes n
  428. + sudo /bin/cp -ais /tmp/tcloop/e2fsprogs_base-dev/usr /
  429. + find /tmp/tcloop/e2fsprogs_base-dev -type d -name modules
  430. + '[' -n ]
  431. + update_system e2fsprogs_base-dev.tcz e2fsprogs_base-dev
  432. + '[' ]
  433. + '[' e2fsprogs_base-dev.tcz '!=' compiletc.tcz ]
  434. + '[' ]
  435. + sudo /sbin/ldconfig
  436. + '[' -x /usr/local/tce.installed/e2fsprogs_base-dev ]
  437. + touch /usr/local/tce.installed/e2fsprogs_base-dev
  438. + '[' '!' ]
  439. + '[' -s /etc/sysconfig/desktop ]
  440. + '[' ]
  441. + return 0
  442. + read F
  443. + test sed.tcz '=' @
  444. + test
  445. + F=sed.tcz
  446. + app_exists sed.tcz .
  447. + '[' -f ./sed.tcz ]
  448. + '[' -f ./sed.tcz.md5.txt ]
  449. + cd .
  450. + md5sum -cs sed.tcz.md5.txt
  451. + busybox md5sum -cs sed.tcz.md5.txt
  452. + '[' -f /usr/local/tce.installed/sed ]
  453. + install sed.tcz
  454. + unset MODULES EMPTYEXT
  455. + '[' C '!=' C ]
  456. + THISAPP=sed.tcz
  457. + APPNAME=sed
  458. + '[' TRUE ]
  459. + '[' ]
  460. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  461. + grep -qw sed /mnt/sda2/tce/copy2fs.lst
  462. + '[' -d /tmp/tcloop/sed ]
  463. + sudo /bin/mkdir -p /tmp/tcloop/sed
  464. + awk -v 'appname=/tmp/tcloop/sed' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  465. + busybox awk -v 'appname=/tmp/tcloop/sed' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  466. + '[' 0 '==' 1 ]
  467. + sudo /bin/mount sed.tcz /tmp/tcloop/sed -t squashfs -o 'loop,ro,bs=4096'
  468. + '[' 0 '==' 0 ]
  469. + find /tmp/tcloop/sed -mindepth 1 -maxdepth 2
  470. + wc -l
  471. + busybox wc -l
  472. + '[' 2 -le 1 ]
  473. + '[' -z ]
  474. + yes n
  475. + sudo /bin/cp -ais /tmp/tcloop/sed/usr /
  476. + find /tmp/tcloop/sed -type d -name modules
  477. + '[' -n ]
  478. + update_system sed.tcz sed
  479. + '[' ]
  480. + '[' sed.tcz '!=' compiletc.tcz ]
  481. + '[' ]
  482. + sudo /sbin/ldconfig
  483. + '[' -x /usr/local/tce.installed/sed ]
  484. + touch /usr/local/tce.installed/sed
  485. + '[' '!' ]
  486. + '[' -s /etc/sysconfig/desktop ]
  487. + '[' ]
  488. + return 0
  489. + read F
  490. + test pkg-config.tcz '=' @
  491. + test
  492. + F=pkg-config.tcz
  493. + app_exists pkg-config.tcz .
  494. + '[' -f ./pkg-config.tcz ]
  495. + '[' -f ./pkg-config.tcz.md5.txt ]
  496. + cd .
  497. + md5sum -cs pkg-config.tcz.md5.txt
  498. + busybox md5sum -cs pkg-config.tcz.md5.txt
  499. + '[' -f /usr/local/tce.installed/pkg-config ]
  500. + install pkg-config.tcz
  501. + unset MODULES EMPTYEXT
  502. + '[' C '!=' C ]
  503. + THISAPP=pkg-config.tcz
  504. + APPNAME=pkg-config
  505. + '[' TRUE ]
  506. + '[' ]
  507. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  508. + grep -qw pkg-config /mnt/sda2/tce/copy2fs.lst
  509. + '[' -d /tmp/tcloop/pkg-config ]
  510. + sudo /bin/mkdir -p /tmp/tcloop/pkg-config
  511. + awk -v 'appname=/tmp/tcloop/pkg-config' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  512. + busybox awk -v 'appname=/tmp/tcloop/pkg-config' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  513. + '[' 0 '==' 1 ]
  514. + sudo /bin/mount pkg-config.tcz /tmp/tcloop/pkg-config -t squashfs -o 'loop,ro,bs=4096'
  515. + '[' 0 '==' 0 ]
  516. + find /tmp/tcloop/pkg-config -mindepth 1 -maxdepth 2
  517. + wc -l
  518. + busybox wc -l
  519. + '[' 2 -le 1 ]
  520. + '[' -z ]
  521. + yes n
  522. + sudo /bin/cp -ais /tmp/tcloop/pkg-config/usr /
  523. + find /tmp/tcloop/pkg-config -type d -name modules
  524. + '[' -n ]
  525. + update_system pkg-config.tcz pkg-config
  526. + '[' ]
  527. + '[' pkg-config.tcz '!=' compiletc.tcz ]
  528. + '[' ]
  529. + sudo /sbin/ldconfig
  530. + '[' -x /usr/local/tce.installed/pkg-config ]
  531. + touch /usr/local/tce.installed/pkg-config
  532. + '[' '!' ]
  533. + '[' -s /etc/sysconfig/desktop ]
  534. + '[' ]
  535. + return 0
  536. + read F
  537. + test attr.tcz '=' @
  538. + test
  539. + F=attr.tcz
  540. + app_exists attr.tcz .
  541. + '[' -f ./attr.tcz ]
  542. + '[' -f ./attr.tcz.md5.txt ]
  543. + cd .
  544. + md5sum -cs attr.tcz.md5.txt
  545. + busybox md5sum -cs attr.tcz.md5.txt
  546. + '[' -f /usr/local/tce.installed/attr ]
  547. + read F
  548. + test patch.tcz '=' @
  549. + test
  550. + F=patch.tcz
  551. + app_exists patch.tcz .
  552. + '[' -f ./patch.tcz ]
  553. + '[' -f ./patch.tcz.md5.txt ]
  554. + cd .
  555. + md5sum -cs patch.tcz.md5.txt
  556. + busybox md5sum -cs patch.tcz.md5.txt
  557. + '[' -f /usr/local/tce.installed/patch ]
  558. + install patch.tcz
  559. + unset MODULES EMPTYEXT
  560. + '[' C '!=' C ]
  561. + THISAPP=patch.tcz
  562. + APPNAME=patch
  563. + '[' TRUE ]
  564. + '[' ]
  565. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  566. + grep -qw patch /mnt/sda2/tce/copy2fs.lst
  567. + '[' -d /tmp/tcloop/patch ]
  568. + sudo /bin/mkdir -p /tmp/tcloop/patch
  569. + awk -v 'appname=/tmp/tcloop/patch' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  570. + busybox awk -v 'appname=/tmp/tcloop/patch' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  571. + '[' 0 '==' 1 ]
  572. + sudo /bin/mount patch.tcz /tmp/tcloop/patch -t squashfs -o 'loop,ro,bs=4096'
  573. + '[' 0 '==' 0 ]
  574. + find /tmp/tcloop/patch -mindepth 1 -maxdepth 2
  575. + wc -l
  576. + busybox wc -l
  577. + '[' 2 -le 1 ]
  578. + '[' -z ]
  579. + yes n
  580. + sudo /bin/cp -ais /tmp/tcloop/patch/usr /
  581. + find /tmp/tcloop/patch -type d -name modules
  582. + '[' -n ]
  583. + update_system patch.tcz patch
  584. + '[' ]
  585. + '[' patch.tcz '!=' compiletc.tcz ]
  586. + '[' ]
  587. + sudo /sbin/ldconfig
  588. + '[' -x /usr/local/tce.installed/patch ]
  589. + touch /usr/local/tce.installed/patch
  590. + '[' '!' ]
  591. + '[' -s /etc/sysconfig/desktop ]
  592. + '[' ]
  593. + return 0
  594. + read F
  595. + test make.tcz '=' @
  596. + test
  597. + F=make.tcz
  598. + app_exists make.tcz .
  599. + '[' -f ./make.tcz ]
  600. + '[' -f ./make.tcz.md5.txt ]
  601. + cd .
  602. + md5sum -cs make.tcz.md5.txt
  603. + busybox md5sum -cs make.tcz.md5.txt
  604. + '[' -f /usr/local/tce.installed/make ]
  605. + install make.tcz
  606. + unset MODULES EMPTYEXT
  607. + '[' C '!=' C ]
  608. + THISAPP=make.tcz
  609. + APPNAME=make
  610. + '[' TRUE ]
  611. + '[' ]
  612. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  613. + grep -qw make /mnt/sda2/tce/copy2fs.lst
  614. + '[' -d /tmp/tcloop/make ]
  615. + sudo /bin/mkdir -p /tmp/tcloop/make
  616. + awk -v 'appname=/tmp/tcloop/make' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  617. + busybox awk -v 'appname=/tmp/tcloop/make' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  618. + '[' 0 '==' 1 ]
  619. + sudo /bin/mount make.tcz /tmp/tcloop/make -t squashfs -o 'loop,ro,bs=4096'
  620. + '[' 0 '==' 0 ]
  621. + find /tmp/tcloop/make -mindepth 1 -maxdepth 2
  622. + wc -l
  623. + busybox wc -l
  624. + '[' 2 -le 1 ]
  625. + '[' -z ]
  626. + yes n
  627. + sudo /bin/cp -ais /tmp/tcloop/make/usr /
  628. + find /tmp/tcloop/make -type d -name modules
  629. + '[' -n ]
  630. + update_system make.tcz make
  631. + '[' ]
  632. + '[' make.tcz '!=' compiletc.tcz ]
  633. + '[' ]
  634. + sudo /sbin/ldconfig
  635. + '[' -x /usr/local/tce.installed/make ]
  636. + touch /usr/local/tce.installed/make
  637. + '[' '!' ]
  638. + '[' -s /etc/sysconfig/desktop ]
  639. + '[' ]
  640. + return 0
  641. + read F
  642. + test m4.tcz '=' @
  643. + test
  644. + F=m4.tcz
  645. + app_exists m4.tcz .
  646. + '[' -f ./m4.tcz ]
  647. + '[' -f ./m4.tcz.md5.txt ]
  648. + cd .
  649. + md5sum -cs m4.tcz.md5.txt
  650. + busybox md5sum -cs m4.tcz.md5.txt
  651. + '[' -f /usr/local/tce.installed/m4 ]
  652. + install m4.tcz
  653. + unset MODULES EMPTYEXT
  654. + '[' C '!=' C ]
  655. + THISAPP=m4.tcz
  656. + APPNAME=m4
  657. + '[' TRUE ]
  658. + '[' ]
  659. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  660. + grep -qw m4 /mnt/sda2/tce/copy2fs.lst
  661. + '[' -d /tmp/tcloop/m4 ]
  662. + sudo /bin/mkdir -p /tmp/tcloop/m4
  663. + awk -v 'appname=/tmp/tcloop/m4' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  664. + busybox awk -v 'appname=/tmp/tcloop/m4' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  665. + '[' 0 '==' 1 ]
  666. + sudo /bin/mount m4.tcz /tmp/tcloop/m4 -t squashfs -o 'loop,ro,bs=4096'
  667. + '[' 0 '==' 0 ]
  668. + find /tmp/tcloop/m4 -mindepth 1 -maxdepth 2
  669. + wc -l
  670. + busybox wc -l
  671. + '[' 2 -le 1 ]
  672. + '[' -z ]
  673. + yes n
  674. + sudo /bin/cp -ais /tmp/tcloop/m4/usr /
  675. + find /tmp/tcloop/m4 -type d -name modules
  676. + '[' -n ]
  677. + update_system m4.tcz m4
  678. + '[' ]
  679. + '[' m4.tcz '!=' compiletc.tcz ]
  680. + '[' ]
  681. + sudo /sbin/ldconfig
  682. + '[' -x /usr/local/tce.installed/m4 ]
  683. + touch /usr/local/tce.installed/m4
  684. + '[' '!' ]
  685. + '[' -s /etc/sysconfig/desktop ]
  686. + '[' ]
  687. + return 0
  688. + read F
  689. + test grep.tcz '=' @
  690. + test
  691. + F=grep.tcz
  692. + app_exists grep.tcz .
  693. + '[' -f ./grep.tcz ]
  694. + '[' -f ./grep.tcz.md5.txt ]
  695. + cd .
  696. + md5sum -cs grep.tcz.md5.txt
  697. + busybox md5sum -cs grep.tcz.md5.txt
  698. + '[' -f /usr/local/tce.installed/grep ]
  699. + install grep.tcz
  700. + unset MODULES EMPTYEXT
  701. + '[' C '!=' C ]
  702. + THISAPP=grep.tcz
  703. + APPNAME=grep
  704. + '[' TRUE ]
  705. + '[' ]
  706. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  707. + grep -qw grep /mnt/sda2/tce/copy2fs.lst
  708. + '[' -d /tmp/tcloop/grep ]
  709. + sudo /bin/mkdir -p /tmp/tcloop/grep
  710. + awk -v 'appname=/tmp/tcloop/grep' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  711. + busybox awk -v 'appname=/tmp/tcloop/grep' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  712. + '[' 0 '==' 1 ]
  713. + sudo /bin/mount grep.tcz /tmp/tcloop/grep -t squashfs -o 'loop,ro,bs=4096'
  714. + '[' 0 '==' 0 ]
  715. + find /tmp/tcloop/grep -mindepth 1 -maxdepth 2
  716. + wc -l
  717. + busybox wc -l
  718. + '[' 2 -le 1 ]
  719. + '[' -z ]
  720. + yes n
  721. + sudo /bin/cp -ais /tmp/tcloop/grep/usr /
  722. + find /tmp/tcloop/grep -type d -name modules
  723. + '[' -n ]
  724. + update_system grep.tcz grep
  725. + '[' ]
  726. + '[' grep.tcz '!=' compiletc.tcz ]
  727. + '[' ]
  728. + sudo /sbin/ldconfig
  729. + '[' -x /usr/local/tce.installed/grep ]
  730. + touch /usr/local/tce.installed/grep
  731. + '[' '!' ]
  732. + '[' -s /etc/sysconfig/desktop ]
  733. + '[' ]
  734. + return 0
  735. + read F
  736. + test gmp.tcz '=' @
  737. + test
  738. + F=gmp.tcz
  739. + app_exists gmp.tcz .
  740. + '[' -f ./gmp.tcz ]
  741. + '[' -f ./gmp.tcz.md5.txt ]
  742. + cd .
  743. + md5sum -cs gmp.tcz.md5.txt
  744. + busybox md5sum -cs gmp.tcz.md5.txt
  745. + '[' -f /usr/local/tce.installed/gmp ]
  746. + read F
  747. + test mpfr.tcz '=' @
  748. + test
  749. + F=mpfr.tcz
  750. + app_exists mpfr.tcz .
  751. + '[' -f ./mpfr.tcz ]
  752. + '[' -f ./mpfr.tcz.md5.txt ]
  753. + cd .
  754. + md5sum -cs mpfr.tcz.md5.txt
  755. + busybox md5sum -cs mpfr.tcz.md5.txt
  756. + '[' -f /usr/local/tce.installed/mpfr ]
  757. + install mpfr.tcz
  758. + unset MODULES EMPTYEXT
  759. + '[' C '!=' C ]
  760. + THISAPP=mpfr.tcz
  761. + APPNAME=mpfr
  762. + '[' TRUE ]
  763. + '[' ]
  764. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  765. + grep -qw mpfr /mnt/sda2/tce/copy2fs.lst
  766. + '[' -d /tmp/tcloop/mpfr ]
  767. + sudo /bin/mkdir -p /tmp/tcloop/mpfr
  768. + awk -v 'appname=/tmp/tcloop/mpfr' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  769. + busybox awk -v 'appname=/tmp/tcloop/mpfr' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  770. + '[' 0 '==' 1 ]
  771. + sudo /bin/mount mpfr.tcz /tmp/tcloop/mpfr -t squashfs -o 'loop,ro,bs=4096'
  772. + '[' 0 '==' 0 ]
  773. + find /tmp/tcloop/mpfr -mindepth 1 -maxdepth 2
  774. + wc -l
  775. + busybox wc -l
  776. + '[' 2 -le 1 ]
  777. + '[' -z ]
  778. + yes n
  779. + sudo /bin/cp -ais /tmp/tcloop/mpfr/usr /
  780. + find /tmp/tcloop/mpfr -type d -name modules
  781. + '[' -n ]
  782. + update_system mpfr.tcz mpfr
  783. + '[' ]
  784. + '[' mpfr.tcz '!=' compiletc.tcz ]
  785. + '[' ]
  786. + sudo /sbin/ldconfig
  787. + '[' -x /usr/local/tce.installed/mpfr ]
  788. + touch /usr/local/tce.installed/mpfr
  789. + '[' '!' ]
  790. + '[' -s /etc/sysconfig/desktop ]
  791. + '[' ]
  792. + return 0
  793. + read F
  794. + test mpc.tcz '=' @
  795. + test
  796. + F=mpc.tcz
  797. + app_exists mpc.tcz .
  798. + '[' -f ./mpc.tcz ]
  799. + '[' -f ./mpc.tcz.md5.txt ]
  800. + cd .
  801. + md5sum -cs mpc.tcz.md5.txt
  802. + busybox md5sum -cs mpc.tcz.md5.txt
  803. + '[' -f /usr/local/tce.installed/mpc ]
  804. + install mpc.tcz
  805. + unset MODULES EMPTYEXT
  806. + '[' C '!=' C ]
  807. + THISAPP=mpc.tcz
  808. + APPNAME=mpc
  809. + '[' TRUE ]
  810. + '[' ]
  811. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  812. + grep -qw mpc /mnt/sda2/tce/copy2fs.lst
  813. + '[' -d /tmp/tcloop/mpc ]
  814. + sudo /bin/mkdir -p /tmp/tcloop/mpc
  815. + awk -v 'appname=/tmp/tcloop/mpc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  816. + busybox awk -v 'appname=/tmp/tcloop/mpc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  817. + '[' 0 '==' 1 ]
  818. + sudo /bin/mount mpc.tcz /tmp/tcloop/mpc -t squashfs -o 'loop,ro,bs=4096'
  819. + '[' 0 '==' 0 ]
  820. + find /tmp/tcloop/mpc -mindepth 1 -maxdepth 2
  821. + wc -l
  822. + busybox wc -l
  823. + '[' 2 -le 1 ]
  824. + '[' -z ]
  825. + yes n
  826. + sudo /bin/cp -ais /tmp/tcloop/mpc/usr /
  827. + find /tmp/tcloop/mpc -type d -name modules
  828. + '[' -n ]
  829. + update_system mpc.tcz mpc
  830. + '[' ]
  831. + '[' mpc.tcz '!=' compiletc.tcz ]
  832. + '[' ]
  833. + sudo /sbin/ldconfig
  834. + '[' -x /usr/local/tce.installed/mpc ]
  835. + touch /usr/local/tce.installed/mpc
  836. + '[' '!' ]
  837. + '[' -s /etc/sysconfig/desktop ]
  838. + '[' ]
  839. + return 0
  840. + read F
  841. + test flex.tcz '=' @
  842. + test
  843. + F=flex.tcz
  844. + app_exists flex.tcz .
  845. + '[' -f ./flex.tcz ]
  846. + '[' -f ./flex.tcz.md5.txt ]
  847. + cd .
  848. + md5sum -cs flex.tcz.md5.txt
  849. + busybox md5sum -cs flex.tcz.md5.txt
  850. + '[' -f /usr/local/tce.installed/flex ]
  851. + install flex.tcz
  852. + unset MODULES EMPTYEXT
  853. + '[' C '!=' C ]
  854. + THISAPP=flex.tcz
  855. + APPNAME=flex
  856. + '[' TRUE ]
  857. + '[' ]
  858. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  859. + grep -qw flex /mnt/sda2/tce/copy2fs.lst
  860. + '[' -d /tmp/tcloop/flex ]
  861. + sudo /bin/mkdir -p /tmp/tcloop/flex
  862. + awk -v 'appname=/tmp/tcloop/flex' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  863. + busybox awk -v 'appname=/tmp/tcloop/flex' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  864. + '[' 0 '==' 1 ]
  865. + sudo /bin/mount flex.tcz /tmp/tcloop/flex -t squashfs -o 'loop,ro,bs=4096'
  866. + '[' 0 '==' 0 ]
  867. + find /tmp/tcloop/flex -mindepth 1 -maxdepth 2
  868. + wc -l
  869. + busybox wc -l
  870. + '[' 2 -le 1 ]
  871. + '[' -z ]
  872. + yes n
  873. + sudo /bin/cp -ais /tmp/tcloop/flex/usr /
  874. + find /tmp/tcloop/flex -type d -name modules
  875. + '[' -n ]
  876. + update_system flex.tcz flex
  877. + '[' ]
  878. + '[' flex.tcz '!=' compiletc.tcz ]
  879. + '[' ]
  880. + sudo /sbin/ldconfig
  881. + '[' -x /usr/local/tce.installed/flex ]
  882. + touch /usr/local/tce.installed/flex
  883. + '[' '!' ]
  884. + '[' -s /etc/sysconfig/desktop ]
  885. + '[' ]
  886. + return 0
  887. + read F
  888. + test binutils.tcz '=' @
  889. + test
  890. + F=binutils.tcz
  891. + app_exists binutils.tcz .
  892. + '[' -f ./binutils.tcz ]
  893. + '[' -f ./binutils.tcz.md5.txt ]
  894. + cd .
  895. + md5sum -cs binutils.tcz.md5.txt
  896. + busybox md5sum -cs binutils.tcz.md5.txt
  897. + '[' -f /usr/local/tce.installed/binutils ]
  898. + install binutils.tcz
  899. + unset MODULES EMPTYEXT
  900. + '[' C '!=' C ]
  901. + THISAPP=binutils.tcz
  902. + APPNAME=binutils
  903. + '[' TRUE ]
  904. + '[' ]
  905. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  906. + grep -qw binutils /mnt/sda2/tce/copy2fs.lst
  907. + '[' -d /tmp/tcloop/binutils ]
  908. + sudo /bin/mkdir -p /tmp/tcloop/binutils
  909. + awk -v 'appname=/tmp/tcloop/binutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  910. + busybox awk -v 'appname=/tmp/tcloop/binutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  911. + '[' 0 '==' 1 ]
  912. + sudo /bin/mount binutils.tcz /tmp/tcloop/binutils -t squashfs -o 'loop,ro,bs=4096'
  913. + '[' 0 '==' 0 ]
  914. + find /tmp/tcloop/binutils -mindepth 1 -maxdepth 2
  915. + wc -l
  916. + busybox wc -l
  917. + '[' 2 -le 1 ]
  918. + '[' -z ]
  919. + yes n
  920. + sudo /bin/cp -ais /tmp/tcloop/binutils/usr /
  921. + find /tmp/tcloop/binutils -type d -name modules
  922. + '[' -n ]
  923. + update_system binutils.tcz binutils
  924. + '[' ]
  925. + '[' binutils.tcz '!=' compiletc.tcz ]
  926. + '[' ]
  927. + sudo /sbin/ldconfig
  928. + '[' -x /usr/local/tce.installed/binutils ]
  929. + '[' ]
  930. + sudo /usr/local/tce.installed/binutils
  931. + '[' '!' ]
  932. + '[' -s /etc/sysconfig/desktop ]
  933. + '[' ]
  934. + return 0
  935. + read F
  936. + test gcc_libs.tcz '=' @
  937. + test
  938. + F=gcc_libs.tcz
  939. + app_exists gcc_libs.tcz .
  940. + '[' -f ./gcc_libs.tcz ]
  941. + fetch_app gcc_libs.tcz
  942. + echo 'Downloading: gcc_libs.tcz'
  943. Downloading: gcc_libs.tcz
  944. + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs.tcz.md5.txt
  945. + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs.tcz
  946. + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs.tcz
  947. Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
  948. gcc_libs.tcz 76% |************************ | 710k 0:00:00 ETA
  949. gcc_libs.tcz 100% |********************************| 924k 0:00:00 ETA
  950.  
  951. + md5sum -c gcc_libs.tcz.md5.txt
  952. + busybox md5sum -c gcc_libs.tcz.md5.txt
  953. gcc_libs.tcz: OK
  954. + '[' 0 '!=' 0 ]
  955. + '[' -f /usr/local/tce.installed/gcc_libs ]
  956. + install gcc_libs.tcz
  957. + unset MODULES EMPTYEXT
  958. + '[' C '!=' C ]
  959. + THISAPP=gcc_libs.tcz
  960. + APPNAME=gcc_libs
  961. + '[' TRUE ]
  962. + '[' ]
  963. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  964. + grep -qw gcc_libs /mnt/sda2/tce/copy2fs.lst
  965. + '[' -d /tmp/tcloop/gcc_libs ]
  966. + sudo /bin/mkdir -p /tmp/tcloop/gcc_libs
  967. + awk -v 'appname=/tmp/tcloop/gcc_libs' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  968. + busybox awk -v 'appname=/tmp/tcloop/gcc_libs' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  969. + '[' 0 '==' 1 ]
  970. + sudo /bin/mount gcc_libs.tcz /tmp/tcloop/gcc_libs -t squashfs -o 'loop,ro,bs=4096'
  971. + '[' 0 '==' 0 ]
  972. + find /tmp/tcloop/gcc_libs -mindepth 1 -maxdepth 2
  973. + wc -l
  974. + busybox wc -l
  975. + '[' 2 -le 1 ]
  976. + '[' -z ]
  977. + yes n
  978. + sudo /bin/cp -ais /tmp/tcloop/gcc_libs/usr /
  979. + find /tmp/tcloop/gcc_libs -type d -name modules
  980. + '[' -n ]
  981. + update_system gcc_libs.tcz gcc_libs
  982. + '[' ]
  983. + '[' gcc_libs.tcz '!=' compiletc.tcz ]
  984. + '[' ]
  985. + sudo /sbin/ldconfig
  986. + '[' -x /usr/local/tce.installed/gcc_libs ]
  987. + touch /usr/local/tce.installed/gcc_libs
  988. + '[' '!' ]
  989. + '[' -s /etc/sysconfig/desktop ]
  990. + '[' ]
  991. + return 0
  992. + read F
  993. + test gcc_libs-dev.tcz '=' @
  994. + test
  995. + F=gcc_libs-dev.tcz
  996. + app_exists gcc_libs-dev.tcz .
  997. + '[' -f ./gcc_libs-dev.tcz ]
  998. + fetch_app gcc_libs-dev.tcz
  999. + echo 'Downloading: gcc_libs-dev.tcz'
  1000. Downloading: gcc_libs-dev.tcz
  1001. + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs-dev.tcz.md5.txt
  1002. + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs-dev.tcz
  1003. + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_libs-dev.tcz
  1004. Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
  1005. gcc_libs-dev.tcz 17% |***** | 292k 0:00:04 ETA
  1006. gcc_libs-dev.tcz 100% |********************************| 1680k 0:00:00 ETA
  1007.  
  1008. + md5sum -c gcc_libs-dev.tcz.md5.txt
  1009. + busybox md5sum -c gcc_libs-dev.tcz.md5.txt
  1010. gcc_libs-dev.tcz: OK
  1011. + '[' 0 '!=' 0 ]
  1012. + '[' -f /usr/local/tce.installed/gcc_libs-dev ]
  1013. + install gcc_libs-dev.tcz
  1014. + unset MODULES EMPTYEXT
  1015. + '[' C '!=' C ]
  1016. + THISAPP=gcc_libs-dev.tcz
  1017. + APPNAME=gcc_libs-dev
  1018. + '[' TRUE ]
  1019. + '[' ]
  1020. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1021. + grep -qw gcc_libs-dev /mnt/sda2/tce/copy2fs.lst
  1022. + '[' -d /tmp/tcloop/gcc_libs-dev ]
  1023. + sudo /bin/mkdir -p /tmp/tcloop/gcc_libs-dev
  1024. + awk -v 'appname=/tmp/tcloop/gcc_libs-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1025. + busybox awk -v 'appname=/tmp/tcloop/gcc_libs-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1026. + '[' 0 '==' 1 ]
  1027. + sudo /bin/mount gcc_libs-dev.tcz /tmp/tcloop/gcc_libs-dev -t squashfs -o 'loop,ro,bs=4096'
  1028. + '[' 0 '==' 0 ]
  1029. + find /tmp/tcloop/gcc_libs-dev -mindepth 1 -maxdepth 2
  1030. + wc -l
  1031. + busybox wc -l
  1032. + '[' 2 -le 1 ]
  1033. + '[' -z ]
  1034. + yes n
  1035. + sudo /bin/cp -ais /tmp/tcloop/gcc_libs-dev/usr /
  1036. + find /tmp/tcloop/gcc_libs-dev -type d -name modules
  1037. + '[' -n ]
  1038. + update_system gcc_libs-dev.tcz gcc_libs-dev
  1039. + '[' ]
  1040. + '[' gcc_libs-dev.tcz '!=' compiletc.tcz ]
  1041. + '[' ]
  1042. + sudo /sbin/ldconfig
  1043. + '[' -x /usr/local/tce.installed/gcc_libs-dev ]
  1044. + touch /usr/local/tce.installed/gcc_libs-dev
  1045. + '[' '!' ]
  1046. + '[' -s /etc/sysconfig/desktop ]
  1047. + '[' ]
  1048. + return 0
  1049. + read F
  1050. + test gcc_base-dev.tcz '=' @
  1051. + test
  1052. + F=gcc_base-dev.tcz
  1053. + app_exists gcc_base-dev.tcz .
  1054. + '[' -f ./gcc_base-dev.tcz ]
  1055. + fetch_app gcc_base-dev.tcz
  1056. + echo 'Downloading: gcc_base-dev.tcz'
  1057. Downloading: gcc_base-dev.tcz
  1058. + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_base-dev.tcz.md5.txt
  1059. + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_base-dev.tcz
  1060. + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc_base-dev.tcz
  1061. Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
  1062. gcc_base-dev.tcz 91% |***************************** | 799k 0:00:00 ETA
  1063. gcc_base-dev.tcz 100% |********************************| 876k 0:00:00 ETA
  1064.  
  1065. + md5sum -c gcc_base-dev.tcz.md5.txt
  1066. + busybox md5sum -c gcc_base-dev.tcz.md5.txt
  1067. gcc_base-dev.tcz: OK
  1068. + '[' 0 '!=' 0 ]
  1069. + '[' -f /usr/local/tce.installed/gcc_base-dev ]
  1070. + install gcc_base-dev.tcz
  1071. + unset MODULES EMPTYEXT
  1072. + '[' C '!=' C ]
  1073. + THISAPP=gcc_base-dev.tcz
  1074. + APPNAME=gcc_base-dev
  1075. + '[' TRUE ]
  1076. + '[' ]
  1077. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1078. + grep -qw gcc_base-dev /mnt/sda2/tce/copy2fs.lst
  1079. + '[' -d /tmp/tcloop/gcc_base-dev ]
  1080. + sudo /bin/mkdir -p /tmp/tcloop/gcc_base-dev
  1081. + awk -v 'appname=/tmp/tcloop/gcc_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1082. + busybox awk -v 'appname=/tmp/tcloop/gcc_base-dev' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1083. + '[' 0 '==' 1 ]
  1084. + sudo /bin/mount gcc_base-dev.tcz /tmp/tcloop/gcc_base-dev -t squashfs -o 'loop,ro,bs=4096'
  1085. + '[' 0 '==' 0 ]
  1086. + find /tmp/tcloop/gcc_base-dev -mindepth 1 -maxdepth 2
  1087. + wc -l
  1088. + busybox wc -l
  1089. + '[' 3 -le 1 ]
  1090. + '[' -z ]
  1091. + yes n
  1092. + sudo /bin/cp -ais /tmp/tcloop/gcc_base-dev/usr /
  1093. + find /tmp/tcloop/gcc_base-dev -type d -name modules
  1094. + '[' -n ]
  1095. + update_system gcc_base-dev.tcz gcc_base-dev
  1096. + '[' ]
  1097. + '[' gcc_base-dev.tcz '!=' compiletc.tcz ]
  1098. + '[' ]
  1099. + sudo /sbin/ldconfig
  1100. + '[' -x /usr/local/tce.installed/gcc_base-dev ]
  1101. + touch /usr/local/tce.installed/gcc_base-dev
  1102. + '[' '!' ]
  1103. + '[' -s /etc/sysconfig/desktop ]
  1104. + '[' ]
  1105. + return 0
  1106. + read F
  1107. + test gcc.tcz '=' @
  1108. + test
  1109. + F=gcc.tcz
  1110. + app_exists gcc.tcz .
  1111. + '[' -f ./gcc.tcz ]
  1112. + fetch_app gcc.tcz
  1113. + echo 'Downloading: gcc.tcz'
  1114. Downloading: gcc.tcz
  1115. + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc.tcz.md5.txt
  1116. + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc.tcz
  1117. + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/gcc.tcz
  1118. Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
  1119. gcc.tcz 1% | | 503k 0:01:06 ETA
  1120. gcc.tcz 6% |** | 2182k 0:00:29 ETA
  1121. gcc.tcz 11% |*** | 3812k 0:00:23 ETA
  1122. gcc.tcz 16% |***** | 5451k 0:00:20 ETA
  1123. gcc.tcz 20% |****** | 7100k 0:00:18 ETA
  1124. gcc.tcz 25% |******** | 8786k 0:00:17 ETA
  1125. gcc.tcz 30% |********* | 10.0M 0:00:15 ETA
  1126. gcc.tcz 35% |*********** | 11.6M 0:00:14 ETA
  1127. gcc.tcz 40% |************ | 13.2M 0:00:13 ETA
  1128. gcc.tcz 45% |************** | 14.9M 0:00:12 ETA
  1129. gcc.tcz 49% |*************** | 16.4M 0:00:11 ETA
  1130. gcc.tcz 54% |***************** | 18.0M 0:00:09 ETA
  1131. gcc.tcz 59% |******************* | 19.6M 0:00:08 ETA
  1132. gcc.tcz 64% |******************** | 21.2M 0:00:07 ETA
  1133. gcc.tcz 69% |********************** | 22.8M 0:00:06 ETA
  1134. gcc.tcz 70% |********************** | 23.4M 0:00:06 ETA
  1135. gcc.tcz 78% |************************* | 26.0M 0:00:04 ETA
  1136. gcc.tcz 83% |************************** | 27.6M 0:00:03 ETA
  1137. gcc.tcz 88% |**************************** | 29.2M 0:00:02 ETA
  1138. gcc.tcz 93% |***************************** | 30.8M 0:00:01 ETA
  1139. gcc.tcz 98% |******************************* | 32.4M 0:00:00 ETA
  1140. gcc.tcz 100% |********************************| 33.0M 0:00:00 ETA
  1141.  
  1142. + md5sum -c gcc.tcz.md5.txt
  1143. + busybox md5sum -c gcc.tcz.md5.txt
  1144. gcc.tcz: OK
  1145. + '[' 0 '!=' 0 ]
  1146. + '[' -f /usr/local/tce.installed/gcc ]
  1147. + install gcc.tcz
  1148. + unset MODULES EMPTYEXT
  1149. + '[' C '!=' C ]
  1150. + THISAPP=gcc.tcz
  1151. + APPNAME=gcc
  1152. + '[' TRUE ]
  1153. + '[' ]
  1154. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1155. + grep -qw gcc /mnt/sda2/tce/copy2fs.lst
  1156. + '[' -d /tmp/tcloop/gcc ]
  1157. + sudo /bin/mkdir -p /tmp/tcloop/gcc
  1158. + awk -v 'appname=/tmp/tcloop/gcc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1159. + busybox awk -v 'appname=/tmp/tcloop/gcc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1160. + '[' 0 '==' 1 ]
  1161. + sudo /bin/mount gcc.tcz /tmp/tcloop/gcc -t squashfs -o 'loop,ro,bs=4096'
  1162. + '[' 0 '==' 0 ]
  1163. + find /tmp/tcloop/gcc -mindepth 1 -maxdepth 2
  1164. + wc -l
  1165. + busybox wc -l
  1166. + '[' 2 -le 1 ]
  1167. + '[' -z ]
  1168. + yes n
  1169. + sudo /bin/cp -ais /tmp/tcloop/gcc/usr /
  1170. + find /tmp/tcloop/gcc -type d -name modules
  1171. + '[' -n ]
  1172. + update_system gcc.tcz gcc
  1173. + '[' ]
  1174. + '[' gcc.tcz '!=' compiletc.tcz ]
  1175. + '[' ]
  1176. + sudo /sbin/ldconfig
  1177. + '[' -x /usr/local/tce.installed/gcc ]
  1178. + touch /usr/local/tce.installed/gcc
  1179. + '[' '!' ]
  1180. + '[' -s /etc/sysconfig/desktop ]
  1181. + '[' ]
  1182. + return 0
  1183. + read F
  1184. + test ncursesw.tcz '=' @
  1185. + test
  1186. + F=ncursesw.tcz
  1187. + app_exists ncursesw.tcz .
  1188. + '[' -f ./ncursesw.tcz ]
  1189. + '[' -f ./ncursesw.tcz.md5.txt ]
  1190. + cd .
  1191. + md5sum -cs ncursesw.tcz.md5.txt
  1192. + busybox md5sum -cs ncursesw.tcz.md5.txt
  1193. + '[' -f /usr/local/tce.installed/ncursesw ]
  1194. + read F
  1195. + test readline.tcz '=' @
  1196. + test
  1197. + F=readline.tcz
  1198. + app_exists readline.tcz .
  1199. + '[' -f ./readline.tcz ]
  1200. + '[' -f ./readline.tcz.md5.txt ]
  1201. + cd .
  1202. + md5sum -cs readline.tcz.md5.txt
  1203. + busybox md5sum -cs readline.tcz.md5.txt
  1204. + '[' -f /usr/local/tce.installed/readline ]
  1205. + read F
  1206. + test gawk.tcz '=' @
  1207. + test
  1208. + F=gawk.tcz
  1209. + app_exists gawk.tcz .
  1210. + '[' -f ./gawk.tcz ]
  1211. + '[' -f ./gawk.tcz.md5.txt ]
  1212. + cd .
  1213. + md5sum -cs gawk.tcz.md5.txt
  1214. + busybox md5sum -cs gawk.tcz.md5.txt
  1215. + '[' -f /usr/local/tce.installed/gawk ]
  1216. + install gawk.tcz
  1217. + unset MODULES EMPTYEXT
  1218. + '[' C '!=' C ]
  1219. + THISAPP=gawk.tcz
  1220. + APPNAME=gawk
  1221. + '[' TRUE ]
  1222. + '[' ]
  1223. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1224. + grep -qw gawk /mnt/sda2/tce/copy2fs.lst
  1225. + '[' -d /tmp/tcloop/gawk ]
  1226. + sudo /bin/mkdir -p /tmp/tcloop/gawk
  1227. + awk -v 'appname=/tmp/tcloop/gawk' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1228. + busybox awk -v 'appname=/tmp/tcloop/gawk' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1229. + '[' 0 '==' 1 ]
  1230. + sudo /bin/mount gawk.tcz /tmp/tcloop/gawk -t squashfs -o 'loop,ro,bs=4096'
  1231. + '[' 0 '==' 0 ]
  1232. + find /tmp/tcloop/gawk -mindepth 1 -maxdepth 2
  1233. + wc -l
  1234. + busybox wc -l
  1235. + '[' 2 -le 1 ]
  1236. + '[' -z ]
  1237. + yes n
  1238. + sudo /bin/cp -ais /tmp/tcloop/gawk/usr /
  1239. + find /tmp/tcloop/gawk -type d -name modules
  1240. + '[' -n ]
  1241. + update_system gawk.tcz gawk
  1242. + '[' ]
  1243. + '[' gawk.tcz '!=' compiletc.tcz ]
  1244. + '[' ]
  1245. + sudo /sbin/ldconfig
  1246. + '[' -x /usr/local/tce.installed/gawk ]
  1247. + touch /usr/local/tce.installed/gawk
  1248. + '[' '!' ]
  1249. + '[' -s /etc/sysconfig/desktop ]
  1250. + '[' ]
  1251. + return 0
  1252. + read F
  1253. + test findutils.tcz '=' @
  1254. + test
  1255. + F=findutils.tcz
  1256. + app_exists findutils.tcz .
  1257. + '[' -f ./findutils.tcz ]
  1258. + '[' -f ./findutils.tcz.md5.txt ]
  1259. + cd .
  1260. + md5sum -cs findutils.tcz.md5.txt
  1261. + busybox md5sum -cs findutils.tcz.md5.txt
  1262. + '[' -f /usr/local/tce.installed/findutils ]
  1263. + install findutils.tcz
  1264. + unset MODULES EMPTYEXT
  1265. + '[' C '!=' C ]
  1266. + THISAPP=findutils.tcz
  1267. + APPNAME=findutils
  1268. + '[' TRUE ]
  1269. + '[' ]
  1270. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1271. + grep -qw findutils /mnt/sda2/tce/copy2fs.lst
  1272. + '[' -d /tmp/tcloop/findutils ]
  1273. + sudo /bin/mkdir -p /tmp/tcloop/findutils
  1274. + awk -v 'appname=/tmp/tcloop/findutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1275. + busybox awk -v 'appname=/tmp/tcloop/findutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1276. + '[' 0 '==' 1 ]
  1277. + sudo /bin/mount findutils.tcz /tmp/tcloop/findutils -t squashfs -o 'loop,ro,bs=4096'
  1278. + '[' 0 '==' 0 ]
  1279. + find /tmp/tcloop/findutils -mindepth 1 -maxdepth 2
  1280. + wc -l
  1281. + busybox wc -l
  1282. + '[' 2 -le 1 ]
  1283. + '[' -z ]
  1284. + yes n
  1285. + sudo /bin/cp -ais /tmp/tcloop/findutils/usr /
  1286. + find /tmp/tcloop/findutils -type d -name modules
  1287. + '[' -n ]
  1288. + update_system findutils.tcz findutils
  1289. + '[' ]
  1290. + '[' findutils.tcz '!=' compiletc.tcz ]
  1291. + '[' ]
  1292. + sudo /sbin/ldconfig
  1293. + '[' -x /usr/local/tce.installed/findutils ]
  1294. + '[' ]
  1295. + sudo /usr/local/tce.installed/findutils
  1296. + '[' '!' ]
  1297. + '[' -s /etc/sysconfig/desktop ]
  1298. + '[' ]
  1299. + return 0
  1300. + read F
  1301. + test file.tcz '=' @
  1302. + test
  1303. + F=file.tcz
  1304. + app_exists file.tcz .
  1305. + '[' -f ./file.tcz ]
  1306. + '[' -f ./file.tcz.md5.txt ]
  1307. + cd .
  1308. + md5sum -cs file.tcz.md5.txt
  1309. + busybox md5sum -cs file.tcz.md5.txt
  1310. + '[' -f /usr/local/tce.installed/file ]
  1311. + install file.tcz
  1312. + unset MODULES EMPTYEXT
  1313. + '[' C '!=' C ]
  1314. + THISAPP=file.tcz
  1315. + APPNAME=file
  1316. + '[' TRUE ]
  1317. + '[' ]
  1318. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1319. + grep -qw file /mnt/sda2/tce/copy2fs.lst
  1320. + '[' -d /tmp/tcloop/file ]
  1321. + sudo /bin/mkdir -p /tmp/tcloop/file
  1322. + awk -v 'appname=/tmp/tcloop/file' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1323. + busybox awk -v 'appname=/tmp/tcloop/file' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1324. + '[' 0 '==' 1 ]
  1325. + sudo /bin/mount file.tcz /tmp/tcloop/file -t squashfs -o 'loop,ro,bs=4096'
  1326. + '[' 0 '==' 0 ]
  1327. + find /tmp/tcloop/file -mindepth 1 -maxdepth 2
  1328. + wc -l
  1329. + busybox wc -l
  1330. + '[' 2 -le 1 ]
  1331. + '[' -z ]
  1332. + yes n
  1333. + sudo /bin/cp -ais /tmp/tcloop/file/usr /
  1334. + find /tmp/tcloop/file -type d -name modules
  1335. + '[' -n ]
  1336. + update_system file.tcz file
  1337. + '[' ]
  1338. + '[' file.tcz '!=' compiletc.tcz ]
  1339. + '[' ]
  1340. + sudo /sbin/ldconfig
  1341. + '[' -x /usr/local/tce.installed/file ]
  1342. + '[' ]
  1343. + sudo /usr/local/tce.installed/file
  1344. + '[' '!' ]
  1345. + '[' -s /etc/sysconfig/desktop ]
  1346. + '[' ]
  1347. + return 0
  1348. + read F
  1349. + test diffutils.tcz '=' @
  1350. + test
  1351. + F=diffutils.tcz
  1352. + app_exists diffutils.tcz .
  1353. + '[' -f ./diffutils.tcz ]
  1354. + '[' -f ./diffutils.tcz.md5.txt ]
  1355. + cd .
  1356. + md5sum -cs diffutils.tcz.md5.txt
  1357. + busybox md5sum -cs diffutils.tcz.md5.txt
  1358. + '[' -f /usr/local/tce.installed/diffutils ]
  1359. + install diffutils.tcz
  1360. + unset MODULES EMPTYEXT
  1361. + '[' C '!=' C ]
  1362. + THISAPP=diffutils.tcz
  1363. + APPNAME=diffutils
  1364. + '[' TRUE ]
  1365. + '[' ]
  1366. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1367. + grep -qw diffutils /mnt/sda2/tce/copy2fs.lst
  1368. + '[' -d /tmp/tcloop/diffutils ]
  1369. + sudo /bin/mkdir -p /tmp/tcloop/diffutils
  1370. + awk -v 'appname=/tmp/tcloop/diffutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1371. + busybox awk -v 'appname=/tmp/tcloop/diffutils' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1372. + '[' 0 '==' 1 ]
  1373. + sudo /bin/mount diffutils.tcz /tmp/tcloop/diffutils -t squashfs -o 'loop,ro,bs=4096'
  1374. + '[' 0 '==' 0 ]
  1375. + find /tmp/tcloop/diffutils -mindepth 1 -maxdepth 2
  1376. + wc -l
  1377. + busybox wc -l
  1378. + '[' 2 -le 1 ]
  1379. + '[' -z ]
  1380. + yes n
  1381. + sudo /bin/cp -ais /tmp/tcloop/diffutils/usr /
  1382. + find /tmp/tcloop/diffutils -type d -name modules
  1383. + '[' -n ]
  1384. + update_system diffutils.tcz diffutils
  1385. + '[' ]
  1386. + '[' diffutils.tcz '!=' compiletc.tcz ]
  1387. + '[' ]
  1388. + sudo /sbin/ldconfig
  1389. + '[' -x /usr/local/tce.installed/diffutils ]
  1390. + touch /usr/local/tce.installed/diffutils
  1391. + '[' '!' ]
  1392. + '[' -s /etc/sysconfig/desktop ]
  1393. + '[' ]
  1394. + return 0
  1395. + read F
  1396. + test bison.tcz '=' @
  1397. + test
  1398. + F=bison.tcz
  1399. + app_exists bison.tcz .
  1400. + '[' -f ./bison.tcz ]
  1401. + '[' -f ./bison.tcz.md5.txt ]
  1402. + cd .
  1403. + md5sum -cs bison.tcz.md5.txt
  1404. + busybox md5sum -cs bison.tcz.md5.txt
  1405. + '[' -f /usr/local/tce.installed/bison ]
  1406. + install bison.tcz
  1407. + unset MODULES EMPTYEXT
  1408. + '[' C '!=' C ]
  1409. + THISAPP=bison.tcz
  1410. + APPNAME=bison
  1411. + '[' TRUE ]
  1412. + '[' ]
  1413. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1414. + grep -qw bison /mnt/sda2/tce/copy2fs.lst
  1415. + '[' -d /tmp/tcloop/bison ]
  1416. + sudo /bin/mkdir -p /tmp/tcloop/bison
  1417. + awk -v 'appname=/tmp/tcloop/bison' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1418. + busybox awk -v 'appname=/tmp/tcloop/bison' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1419. + '[' 0 '==' 1 ]
  1420. + sudo /bin/mount bison.tcz /tmp/tcloop/bison -t squashfs -o 'loop,ro,bs=4096'
  1421. + '[' 0 '==' 0 ]
  1422. + find /tmp/tcloop/bison -mindepth 1 -maxdepth 2
  1423. + wc -l
  1424. + busybox wc -l
  1425. + '[' 2 -le 1 ]
  1426. + '[' -z ]
  1427. + yes n
  1428. + sudo /bin/cp -ais /tmp/tcloop/bison/usr /
  1429. + find /tmp/tcloop/bison -type d -name modules
  1430. + '[' -n ]
  1431. + update_system bison.tcz bison
  1432. + '[' ]
  1433. + '[' bison.tcz '!=' compiletc.tcz ]
  1434. + '[' ]
  1435. + sudo /sbin/ldconfig
  1436. + '[' -x /usr/local/tce.installed/bison ]
  1437. + touch /usr/local/tce.installed/bison
  1438. + '[' '!' ]
  1439. + '[' -s /etc/sysconfig/desktop ]
  1440. + '[' ]
  1441. + return 0
  1442. + read F
  1443. + test compiletc.tcz '=' @
  1444. + test
  1445. + F=compiletc.tcz
  1446. + app_exists compiletc.tcz .
  1447. + '[' -f ./compiletc.tcz ]
  1448. + fetch_app compiletc.tcz
  1449. + echo 'Downloading: compiletc.tcz'
  1450. Downloading: compiletc.tcz
  1451. + wget -cq http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/compiletc.tcz.md5.txt
  1452. + wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/compiletc.tcz
  1453. + busybox wget -c http://mirror.cpsc.ucalgary.ca/mirror/tinycorelinux/10.x/x86/tcz/compiletc.tcz
  1454. Connecting to mirror.cpsc.ucalgary.ca (136.159.2.91:80)
  1455. compiletc.tcz 100% |********************************| 4096 0:00:00 ETA
  1456.  
  1457. + md5sum -c compiletc.tcz.md5.txt
  1458. + busybox md5sum -c compiletc.tcz.md5.txt
  1459. compiletc.tcz: OK
  1460. + '[' 0 '!=' 0 ]
  1461. + '[' -f /usr/local/tce.installed/compiletc ]
  1462. + install compiletc.tcz
  1463. + unset MODULES EMPTYEXT
  1464. + '[' C '!=' C ]
  1465. + THISAPP=compiletc.tcz
  1466. + APPNAME=compiletc
  1467. + '[' TRUE ]
  1468. + '[' ]
  1469. + '[' -e /mnt/sda2/tce/copy2fs.flg ]
  1470. + grep -qw compiletc /mnt/sda2/tce/copy2fs.lst
  1471. + '[' -d /tmp/tcloop/compiletc ]
  1472. + sudo /bin/mkdir -p /tmp/tcloop/compiletc
  1473. + awk -v 'appname=/tmp/tcloop/compiletc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1474. + busybox awk -v 'appname=/tmp/tcloop/compiletc' ' { if ( $2 == appname ) exit 1 }' /etc/mtab
  1475. + '[' 0 '==' 1 ]
  1476. + sudo /bin/mount compiletc.tcz /tmp/tcloop/compiletc -t squashfs -o 'loop,ro,bs=4096'
  1477. + '[' 0 '==' 0 ]
  1478. + find /tmp/tcloop/compiletc -mindepth 1 -maxdepth 2
  1479. + wc -l
  1480. + busybox wc -l
  1481. + '[' 2 -le 1 ]
  1482. + '[' -z ]
  1483. + yes n
  1484. + sudo /bin/cp -ais /tmp/tcloop/compiletc/usr /
  1485. + find /tmp/tcloop/compiletc -type d -name modules
  1486. + '[' -n ]
  1487. + update_system compiletc.tcz compiletc
  1488. + '[' ]
  1489. + '[' compiletc.tcz '!=' compiletc.tcz ]
  1490. + '[' ]
  1491. + '[' ]
  1492. + echo compiletc.tcz
  1493. + '[' ]
  1494. + sudo /sbin/ldconfig
  1495. + '[' -x /usr/local/tce.installed/compiletc ]
  1496. + touch /usr/local/tce.installed/compiletc
  1497. + '[' '!' ]
  1498. + '[' -s /etc/sysconfig/desktop ]
  1499. + '[' ]
  1500. + return 0
  1501. + read F
  1502. + '[' ]
  1503. + '[' ]
  1504. + which _restart
  1505. + '[' ]
  1506. + exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement