:~/myfreetz/freetz6630/freetz-trunk> make logrotate-precompiled
mkdir -p packages/target-mipsel_uClibc-0.9.29/logrotate-3.7.8/root
if test -d make/logrotate/files; then tar -c -C make/logrotate/files --exclude=.svn . | tar -x -C packages/target-mipsel_uClibc-0.9.29/logrotate-3.7.8 ; fi
if [ ! -e source/.echo_item_start ]; then echo -n "---> "; case "BIN" in BIN) echo -n "package/logrotate: " ;; LIB) echo -n "library/logrotate: " ;; TOOL) echo -n "tool/logrotate: " ;; *) echo -n "kernel: " ;; esac; rm -f source/.echo_item_build; touch source/.echo_item_start; fi; echo -n "downloading... ";
---> package/logrotate: downloading...
--2011-03-18 19:25:33-- https://fedorahosted.org/releases/l/o/logrotate//logrotate-3.7.8.tar.gz
Auflösen des Hostnamen »fedorahosted.org«.... 66.135.52.17
Verbindungsaufbau zu fedorahosted.org|66.135.52.17|:443... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 43246 (42K) [application/x-gzip]
In »dl/logrotate-3.7.8.tar.gz« speichern.
100%[==========================================================================================================================================>] 43.246 86,9K/s in 0,5s
2011-03-18 19:25:35 (86,9 KB/s) - »dl/logrotate-3.7.8.tar.gz« gespeichert [43246/43246]
Download succeeded - https://fedorahosted.org/releases/l/o/logrotate//logrotate-3.7.8.tar.gz -> saved to folder dl
MD5 verified for dl/logrotate-3.7.8.tar.gz: b3589bea6d8d5afc8a84134fddaae973
preparing... tar -C source/target-mipsel_uClibc-0.9.29 -xzf dl/logrotate-3.7.8.tar.gz
set -e; shopt -s nullglob; for i in make/logrotate/patches/*.patch; do tools/freetz_patch source/target-mipsel_uClibc-0.9.29/logrotate-3.7.8 $i; done
applying patch file make/logrotate/patches/100_logrotate_c.patch
patching file logrotate.c
----------------------------------------------------------------------
applying patch file make/logrotate/patches/110_config_h.patch
patching file config.h
----------------------------------------------------------------------
applying patch file make/logrotate/patches/120_config_c.patch
patching file config.c
----------------------------------------------------------------------
cmd() { PATH="/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin:/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-3.4.6/mipsel-unknown-linux-gnu/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin" LD_RUN_PATH="/usr/lib/freetz" make "$@" || { printf "\n\\033[33m%s\\033[m\n" "ERROR: Build failed."; exit 1; } }; if [ -e source/.echo_item_start -a ! -e source/.echo_item_build ]; then echo -n "building... "; touch source/.echo_item_build; fi; cmd -C source/target-mipsel_uClibc-0.9.29/logrotate-3.7.8 \
CC="/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc" \
CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
LIBS="-lpopt"
building... make[1]: Entering directory `/home/gm/myfreetz/freetz6630/freetz-trunk/source/target-mipsel_uClibc-0.9.29/logrotate-3.7.8'
/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -E -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -M logrotate.c log.c config.c basenames.c > .depend
/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o logrotate.o logrotate.c
/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o log.o log.c
/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o config.o config.c
/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o basenames.o basenames.c
/home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -g logrotate.o log.o config.o basenames.o -lpopt -o logrotate
make[1]: Leaving directory `/home/gm/myfreetz/freetz6630/freetz-trunk/source/target-mipsel_uClibc-0.9.29/logrotate-3.7.8'
mkdir -p packages/target-mipsel_uClibc-0.9.29/logrotate-3.7.8/root/usr/bin/; cp source/target-mipsel_uClibc-0.9.29/logrotate-3.7.8/logrotate packages/target-mipsel_uClibc-0.9.29/logrotate-3.7.8/root/usr/bin/logrotate; /home/gm/myfreetz/freetz6630/freetz-trunk/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} packages/target-mipsel_uClibc-0.9.29/logrotate-3.7.8/root/usr/bin/logrotate;
[COLOR="red"]done[/COLOR].