Kann Freetz 1.1.4 image bauen, aber compile schlägt bei Trunk 6641 / 6740 fehl

bighegi

Neuer User
Mitglied seit
9 Apr 2011
Beiträge
41
Punkte für Reaktionen
3
Punkte
8
Hallo zusammen,

da ich auf meiner FB 7270 V3 die AVM 74.04.88 Firmware drauf habe, und nicht wieder zurück will, kommt für mich derzeit nur ein trunk-image in Frage.

Während ich ein "normales" 1.1.4 er Image problemlos bauen kann, habe ich bei den trunk images (relativ egal von dem, was ich in der .config stehen habe sowohl bei 6641 als auch bei 6740) beim compile immer einen Abbruch mit der gleichen Fehlermeldung:

Code:
Making all in libcharset
make[5]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib/libcharset'
\
        source='localcharset.c' object='localcharset.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../depcomp \
        /bin/sh ../../libtool  --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../..  -DG_DISABLE_SINGLE_INCLUDES -pthread  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c -o localcharset.lo localcharset.c
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c localcharset.c  -fPIC -DPIC -o .libs/localcharset.o
env: de: No such file or directory

... der Schlüssel scheint mir in der letzten Zeile zu liegen. - Vielleicht habe ich auf meinem Build-System irgendwas nicht installiert, was mir den Ärger macht ...

Hat da mal jemand einen schlauen Tipp für mich?

1000 Dank.

Hegi.
 
Was nutzt du denn als Buildsystem?

Gruß
Oliver
 
Eigentlich sollte ich die Klappe halten und mich verkneifen. Gestern hatte ich aber etwas sehr interessantes von Simon Tatham, den Autor von "PUTTY" gefunden. Wie man dem Wikipedia-Artikel und seiner eigenen Seite entnehmen kann, hat der Mann schon Erfahrung mit OpenSource-Projekten und nicht nur. Auf jeden Fall hatte er 1999 einen Aufsatz verfasst, der sich damit beschäftigt, wie man Bugs richtig meldet. Dieser Aufsatz gibt es auf seiner WebSeite in sehr vielen Sprachen. Die Übersetzungen scheinen jedoch die eigentliche feine englische Humornote nur näherungsweise zu übergeben (zumindest so ginge es mir, als ich zwei Übersetzungen quer gelesen hatte). Deswegen empfehle ich denjenigen, die dem Englischen ziemlich gut mächtig sind (also kein Schulenglisch) und die Feinheiten der Sprache verstehen gleich die Originalversion des Autors zu nehmen. Vielleicht sollten wir diese Verlinkung in unseren "angepinnten" Threads einführen und zudem irgnedwo in WIKI verewigen? Diese Publikation scheint eine Art der Bibel unter Bugtracker zu sein.
@bighegi: Nichts gegen dich persönlich. Deine Fehlermeldung war schon ausführlich genug. Wir hatten hier schon deutlich schlechtere Fehlerbeschreibungen gesehen. Lies aber trotzdem bitte die "Bibel" von Tatham durch. Dann wirst du verstehen, WARUM Oliver so antwortet. Denn genau dieses Frage-Antwort-Spiel zwischen dem Entwickler und dem Benutzer führt Tatham in seiner Publikation als Beispiel durch. Der erste Satz heißt bei ihm nicht umsonst so "Die Entwickler besitzen eine gewisse Basisintelligenz" (leider wurde es ins Deutsche etwas anders übersetzt, dadurch verliert sich der Sinn ein wenig) bzw. "bei den Entwickler ist es wenigstens einmalig gelaufen" bzw. "wenn es bei euch nicht läuft, dann habt ihr das Problem, nicht der Entwickler und sucht nach den Fehlern in eurer Hard-/Softwareumgebung" (Zitaten nur sinngemäß, nicht wortwörtlich).

MfG
 
Hallöchen zusammen,

also ich habe als build-system ein debian-lenny-amd64.


@hermann72pb:
Du hast da prinzipiell recht. - Aber ich habe es auch schon oft erlebt, dass ich 2 Std. an einem Post gearbeitet habe und die Lösung so trivial war, dass sie sich direkt aus der Fehlermeldung ergab.

Meine These ist, dass mir vielleicht einfach eine Abhängigkeit fehlt, die die trunk-version gerne hätte, die im stable-freetz unerheblich ist, oder dass ich einfach eine Environment Variable anders gesetzt habe, als Freetz das erwartet:

Code:
env: de: No such file or directory

@RalfFriedl: Du meintest die Make-Ausgabe, z.b. aus "bash -x" heraus, ja? - Oder wolltest Du den Output von "bash -x"?

Code:
$ make
+ make
cmd() { PATH="/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin:/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-3.4.6/mipsel-unknown-linux-gnu/bin:/home/hegi/bin:/usr/local/bin:/usr/bin:/bin:/usr/games" LD_RUN_PATH="/usr/lib/freetz" make -j2  "$@"  || { 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/glib-2.22.5 \
                all
make[1]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5'
make  all-recursive
make[2]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5'
Making all in .
make[3]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5'
make[3]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5'
Making all in m4macros
make[3]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/m4macros'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/m4macros'
Making all in glib
make[3]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib'
make  all-recursive
make[4]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib'
Making all in libcharset
make[5]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib/libcharset'
\
        source='localcharset.c' object='localcharset.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/sh ../../depcomp \
        /bin/sh ../../libtool  --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../..  -DG_DISABLE_SINGLE_INCLUDES -pthread  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c -o localcharset.lo localcharset.c
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c localcharset.c  -fPIC -DPIC -o .libs/localcharset.o
env: de: No such file or directory
make[5]: *** [localcharset.lo] Error 1
make[5]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib/libcharset'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5'

ERROR: Build failed.
make: *** [source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib/.libs/libglib-2.0.so.0.2200.5] Error 1
++ echo -ne '\033]0;hegi@zomba: /usr/local/src/freetz-trunk-6740\007'

1000 Dank und liebe Grüße

Bighegi.
 
Hast Du den Eindruck, daß da jetzt deutlich mehr steht als vorher? Zumindest hast Du jetzt die vollständige Ausgabe gezeigt.
Ich meinte den Befehl, bei dem die Fehlermeldung kommt.
Code:
( cd /usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib/libcharset; /bin/sh  -x ../../libtool  --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../..  -DG_DISABLE_SINGLE_INCLUDES -pthread  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c -o localcharset.lo localcharset.c )
 
Hi Ralf,
... ja da standen schon ein paar Zeilen mehr. - Aber ich habe make ja auch direkt wieder in den Fehler laufen lassen und nicht vorher mit "make dirclean" aufgeräumt.

Zwischenzeitlich konnte ich ein Image bauen -allerdings nur, wenn ich ausgehen von der Standard-Config nur die FB-Version gewählt habe, ein Favicon selektiert habe und 3 CGIs (spindown, syslogd, avm-firewall) angeknipst habe:

Code:
$ make
mkdir -p packages/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/root
if test -d make/sg3_utils/files; then tar -c -C make/sg3_utils/files --exclude=.svn . | tar -x -C packages/target-mipsel_uClibc-0.9.29/sg3_utils-1.26 ; fi
if [ ! -e source/.echo_item_start ]; then       echo -n "---> "; case "BIN" in BIN)     echo -n "package/sg3_utils: " ;; LIB)   echo -n "library/sg3_utils: " ;; TOOL)  echo -n "tool/sg3_utils: " ;; *)        echo -n "kernel: " ;; esac; rm -f source/.echo_item_build; touch source/.echo_item_start; fi; echo -n "downloading... ";
---> package/sg3_utils: downloading...
--2011-04-10 22:04:44--  http://sg.danny.cz/sg/p/sg3_utils-1.26.tgz
Resolving sg.danny.cz... 95.168.205.141
Connecting to sg.danny.cz|95.168.205.141|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 858626 (839K) [application/x-gzip]
Saving to: `dl/sg3_utils-1.26.tgz'

100%[======================================>] 858.626     1,11M/s   in 0,7s

2011-04-10 22:04:45 (1,11 MB/s) - `dl/sg3_utils-1.26.tgz' saved [858626/858626]

Download succeeded - http://sg.danny.cz/sg/p/sg3_utils-1.26.tgz  ->  saved to folder dl
MD5 verified for dl/sg3_utils-1.26.tgz: 9a7aa8d954d75dc6c91e066e215867f2
preparing... tar -C source/target-mipsel_uClibc-0.9.29  -xzf dl/sg3_utils-1.26.tgz
set -e; shopt -s nullglob; for i in make/sg3_utils/patches/*.patch; do tools/freetz_patch source/target-mipsel_uClibc-0.9.29/sg3_utils-1.26 $i; done
applying patch file make/sg3_utils/patches/100-unnecessary_include.patch
patching file include/sg_linux_inc.h
----------------------------------------------------------------------
configuring... (conf_cmd() { ./configure  "$@"  || { printf "\n\\033[33m%s\\033[m\n" "ERROR: Build failed.";  exit 1; } }; cd source/target-mipsel_uClibc-0.9.29/sg3_utils-1.26;   rm -f config.{cache,status} ;    PATH=""/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin:/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-3.4.6/mipsel-unknown-linux-gnu/bin:/home/hegi/bin:/usr/local/bin:/usr/bin:/bin:/usr/games"" CC="/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc" CXX="/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc" CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS="" PKG_CONFIG_PATH="/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/../lib/pkgconfig" GLOBAL_LIBDIR=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/usr/lib  FREETZ_TARGET_LFS="y" CONFIG_SITE=/usr/local/src/freetz-trunk-6740/include/site/mipsel-linux-uclibc conf_cmd   --cache-file=/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/config.cache --target=mipsel-linux --host=mipsel-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --datadir=/usr/share --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --sbindir=/usr/sbin --sysconfdir=/etc --with-gnu-ld --disable-nls  --disable-shared    )
configure: loading site script /usr/local/src/freetz-trunk-6740/include/site/mipsel-linux-uclibc
configure: loading cache /usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for mipsel-linux-strip... (cached) mipsel-linux-strip
checking for mipsel-linux-gcc... (cached) /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc accepts -g... (cached) yes
checking for /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc option to accept ISO C89... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... (cached) x86_64-pc-linux-gnu
checking host system type... (cached) mipsel-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ld used by /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc... (cached) /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld
checking if the linker (/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld) is GNU ld... (cached) yes
checking for /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking how to run the C preprocessor... (cached) /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc accepts -g... yes
checking dependency style of /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc... gcc3
checking how to run the C++ preprocessor... /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc -E
checking for mipsel-linux-g77... no
checking for mipsel-linux-xlf... no
checking for mipsel-linux-f77... no
checking for mipsel-linux-frt... no
checking for mipsel-linux-pgf77... no
checking for mipsel-linux-cf77... no
checking for mipsel-linux-fort77... no
checking for mipsel-linux-fl32... no
checking for mipsel-linux-af77... no
checking for mipsel-linux-xlf90... no
checking for mipsel-linux-f90... no
checking for mipsel-linux-pgf90... no
checking for mipsel-linux-pghpf... no
checking for mipsel-linux-epcf90... no
checking for mipsel-linux-gfortran... no
checking for mipsel-linux-g95... no
checking for mipsel-linux-xlf95... no
checking for mipsel-linux-f95... no
checking for mipsel-linux-fort... no
checking for mipsel-linux-ifort... no
checking for mipsel-linux-ifc... no
checking for mipsel-linux-efc... no
checking for mipsel-linux-pgf95... no
checking for mipsel-linux-lf95... no
checking for mipsel-linux-ftn... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-nm -B output from /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc object... (cached) ok
checking for objdir... .libs
checking for mipsel-linux-ar... mipsel-linux-ar
checking for mipsel-linux-ranlib... (cached) mipsel-linux-ranlib
checking for mipsel-linux-strip... (cached) mipsel-linux-strip
checking for mipsel-linux-file... (cached) /usr/bin/file
checking if /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc option to produce PIC... -fPIC
checking if /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc PIC flag -fPIC works... yes
checking if /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc static flag -static works... yes
checking if /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc supports -c -o file.o... yes
checking whether the /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc linker (/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc... /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld
checking if the linker (/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld) is GNU ld... yes
checking whether the /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc linker (/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking for /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc option to produce PIC... -fPIC
checking if /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc PIC flag -fPIC works... yes
checking if /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc static flag -static works... yes
checking if /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc supports -c -o file.o... yes
checking whether the /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-g++-uc linker (/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking for getopt_long... yes
checking host system type... (cached) mipsel-unknown-linux-gnu
configure: updating cache /usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
cmd() { PATH="/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin:/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-3.4.6/mipsel-unknown-linux-gnu/bin:/home/hegi/bin:/usr/local/bin:/usr/bin:/bin:/usr/games" LD_RUN_PATH="/usr/lib/freetz" make -j2  "$@"  || { 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/sg3_utils-1.26/lib
building... make[1]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/lib'
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I..    -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_lib.lo -MD -MP -MF .deps/sg_lib.Tpo -c -o sg_lib.lo sg_lib.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I..    -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_lib_data.lo -MD -MP -MF .deps/sg_lib_data.Tpo -c -o sg_lib_data.lo sg_lib_data.c
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_lib.lo -MD -MP -MF .deps/sg_lib.Tpo -c sg_lib.c -o sg_lib.o
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_lib_data.lo -MD -MP -MF .deps/sg_lib_data.Tpo -c sg_lib_data.c -o sg_lib_data.o
mv -f .deps/sg_lib_data.Tpo .deps/sg_lib_data.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I..    -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_cmds_basic.lo -MD -MP -MF .deps/sg_cmds_basic.Tpo -c -o sg_cmds_basic.lo sg_cmds_basic.c
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_cmds_basic.lo -MD -MP -MF .deps/sg_cmds_basic.Tpo -c sg_cmds_basic.c -o sg_cmds_basic.o
mv -f .deps/sg_cmds_basic.Tpo .deps/sg_cmds_basic.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I..    -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_cmds_extra.lo -MD -MP -MF .deps/sg_cmds_extra.Tpo -c -o sg_cmds_extra.lo sg_cmds_extra.c
mv -f .deps/sg_lib.Tpo .deps/sg_lib.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I..    -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_cmds_mmc.lo -MD -MP -MF .deps/sg_cmds_mmc.Tpo -c -o sg_cmds_mmc.lo sg_cmds_mmc.c
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_cmds_extra.lo -MD -MP -MF .deps/sg_cmds_extra.Tpo -c sg_cmds_extra.c -o sg_cmds_extra.o
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_cmds_mmc.lo -MD -MP -MF .deps/sg_cmds_mmc.Tpo -c sg_cmds_mmc.c -o sg_cmds_mmc.o
mv -f .deps/sg_cmds_mmc.Tpo .deps/sg_cmds_mmc.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I..    -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_pt_linux.lo -MD -MP -MF .deps/sg_pt_linux.Tpo -c -o sg_pt_linux.lo sg_pt_linux.c
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_pt_linux.lo -MD -MP -MF .deps/sg_pt_linux.Tpo -c sg_pt_linux.c -o sg_pt_linux.o
mv -f .deps/sg_pt_linux.Tpo .deps/sg_pt_linux.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I..    -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_io_linux.lo -MD -MP -MF .deps/sg_io_linux.Tpo -c -o sg_io_linux.lo sg_io_linux.c
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_io_linux.lo -MD -MP -MF .deps/sg_io_linux.Tpo -c sg_io_linux.c -o sg_io_linux.o
mv -f .deps/sg_io_linux.Tpo .deps/sg_io_linux.Plo
mv -f .deps/sg_cmds_extra.Tpo .deps/sg_cmds_extra.Plo
/bin/sh ../libtool --tag=CC   --mode=link /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -version-info 2:0:0  -o libsgutils2.la -rpath /usr/lib sg_lib.lo sg_lib_data.lo sg_cmds_basic.lo sg_cmds_extra.lo sg_cmds_mmc.lo sg_pt_linux.lo sg_io_linux.lo
mkdir .libs
mipsel-linux-ar cru .libs/libsgutils2.a  sg_lib.o sg_lib_data.o sg_cmds_basic.o sg_cmds_extra.o sg_cmds_mmc.o sg_pt_linux.o sg_io_linux.o
mipsel-linux-ranlib .libs/libsgutils2.a
creating libsgutils2.la
(cd .libs && rm -f libsgutils2.la && ln -s ../libsgutils2.la libsgutils2.la)
make[1]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/lib'
cmd() { PATH="/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin:/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-3.4.6/mipsel-unknown-linux-gnu/bin:/home/hegi/bin:/usr/local/bin:/usr/bin:/bin:/usr/games" LD_RUN_PATH="/usr/lib/freetz" make -j2  "$@"  || { 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 sg_start -C source/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/src
make[1]: Entering directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/src'
/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I..    -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT sg_start.o -MD -MP -MF .deps/sg_start.Tpo -c -o sg_start.o sg_start.c
mv -f .deps/sg_start.Tpo .deps/sg_start.Po
/bin/sh ../libtool --tag=CC   --mode=link /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o sg_start sg_start.o ../lib/libsgutils2.la
mkdir .libs
/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -I ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o sg_start sg_start.o  ../lib/.libs/libsgutils2.a
make[1]: Leaving directory `/usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/src'
mkdir -p packages/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/root/usr/bin/; cp source/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/src/sg_start packages/target-mipsel_uClibc-0.9.29/sg3_utils-1.26/root/usr/bin/sg_start; /usr/local/src/freetz-trunk-6740/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/sg3_utils-1.26/root/usr/bin/sg_start;
done.
mkdir -p packages/target-mipsel_uClibc-0.9.29/spindown-cgi-0.2/root
if test -d make/spindown-cgi/files; then tar -c -C make/spindown-cgi/files --exclude=.svn . | tar -x -C packages/target-mipsel_uClibc-0.9.29/spindown-cgi-0.2 ; fi
mkdir -p packages/target-mipsel_uClibc-0.9.29/syslogd-cgi-0.2.3/root
if test -d make/syslogd-cgi/files; then tar -c -C make/syslogd-cgi/files --exclude=.svn . | tar -x -C packages/target-mipsel_uClibc-0.9.29/syslogd-cgi-0.2.3 ; fi
STEP 1: UNPACK
unpacking firmware image
splitting kernel image
unpacking filesystem image
    6469 inodes (6839 blocks) to write
    created 4796 files
    created 267 directories
    created 1323 symlinks
    created 350 devices
    created 0 fifos
unpacking var.tar
done.

STEP 2: MODIFY
applying symlinks, deleting additional webinterfaces in: usr/www usr/www.nas
applying patches
  applying patches (7270_v3-de)
    applying patch file ./patches/110-multid-wait.patch
    patching file etc/init.d/rc.net
    ----------------------------------------------------------------------
    applying patch file ./patches/110-system_status.patch
    patching file usr/bin/system_status
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/110-rc.S-mknod.patch
    patching file etc/init.d/rc.S
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/120-rc.S-dev.patch
    patching file etc/init.d/rc.S
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/130-rc.S-logging.patch
    patching file etc/init.d/rc.S
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/140-rc.S-no_avm_exit.patch
    patching file etc/init.d/rc.S
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/290-replace_websrv-remove_igdd.patch
    patching file etc/init.d/rc.net
    Hunk #1 succeeded at 54 (offset -5 lines).
    Hunk #2 succeeded at 311 (offset -5 lines).
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/301-remove_smbd.patch
    patching file etc/init.d/rc.net
    Hunk #1 succeeded at 68 (offset -5 lines).
    Hunk #2 succeeded at 327 (offset -5 lines).
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/de/130-foncalls.patch
    patching file usr/www/all/html/de/home/foncalls.js
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/de/190-webmenu.patch
    patching file usr/www/all/templates/menu_page_end.html
    patching file usr/www/all/templates/menu_page_head.html
    patching file usr/www/all/menus/menu_freetz.lua
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/de/200-sperre1.patch
    patching file usr/www/avm/html/de/fon/sperre1.js
    ----------------------------------------------------------------------
    applying patch file ./patches/7270_v3/de/210-notmountable.patch
    patching file usr/www/all/html/de/usb/status.js
    ----------------------------------------------------------------------
  creating symlinks /tmp, /mod and /home
  creating /mnt and /opt
  setting freetz-version 'freetz-devel'
  setting subversion 'freetz-devel'
    applying patch file ./patches/100-3170_7170.sh
    applying patch file ./patches/100-7112_7170.sh
    applying patch file ./patches/100-7113_7170.sh
    applying patch file ./patches/100-7140_7170.sh
    applying patch file ./patches/100-7141_7170.sh
    applying patch file ./patches/100-7240_7270.sh
    applying patch file ./patches/100-enforce-urlader-settings.sh
    applying patch file ./patches/100-getcons.sh
  removing /bin/getcons
    rm build/modified/filesystem/bin/getcons
    applying patch file ./patches/100-w701v_7170.sh
    applying patch file ./patches/100-w900v_7170.sh
    applying patch file ./patches/100-W920_7570.sh
    applying patch file ./patches/101-ctlmgr_wrapper.sh
    applying patch file ./patches/105-onlinechanged.sh
  patching /bin/onlinechanged
    applying patch file ./patches/109-rc.net-multid-wrapper.sh
    applying patch file ./patches/110-inittab.sh
    applying patch file ./patches/115-rc.S.sh
    applying patch file ./patches/120-dev_led.sh
  applying /dev/led patch
    patching build/modified/filesystem/bin/update_led_on
    patching build/modified/filesystem/bin/update_led_off
    applying patch file ./patches/130-fstab.sh
    applying patch file ./patches/140-remove-uClibc.sh
    applying patch file ./patches/170-rename_ar7login.sh
  renaming ar7login to make way for wrapper script
    applying patch file ./patches/180-printk.sh
    patching build/modified/filesystem/etc/init.d/rc.S
    applying patch file ./patches/191-webmenu_wol.sh
    applying patch file ./patches/195-webmenu_signed.sh
    applying patch file ./patches/197-freetzmount.sh
    applying patch file ./patches/200-vcc.sh
    applying patch file ./patches/210-ata.sh
    applying patch file ./patches/210-enum.sh
    applying patch file ./patches/210-international.sh
    applying patch file ./patches/220-assistant.sh
    applying patch file ./patches/220-cdrom-iso.sh
    applying patch file ./patches/220-help.sh
    applying patch file ./patches/220-remove_chronyd.sh
    applying patch file ./patches/220-remove-nas.sh
    applying patch file ./patches/230-openssl.sh
    applying patch file ./patches/240-add-dsl-expert-pages.sh
    applying patch file ./patches/250-remove_avm_inetd.sh
  removing AVM inetd
    rm build/modified/filesystem/bin/inetdctl
    rm build/modified/filesystem/etc/inetd.conf
    patching build/modified/filesystem/etc/init.d/rc.S
    applying patch file ./patches/260-remove_tr069.sh
    applying patch file ./patches/270-remove_usb_module.sh
    applying patch file ./patches/275-multiple_printers.sh
    applying patch file ./patches/290-replace_websrv-remove_igdd.sh
    applying patch file ./patches/300-remove-smbd.sh
    applying patch file ./patches/310-remove_userman.sh
    applying patch file ./patches/320-remove_capiotcp.sh
    applying patch file ./patches/320-remove-dsld.sh
    applying patch file ./patches/330-remove-voip-isdn.sh
    applying patch file ./patches/331-remove-voipd.sh
    applying patch file ./patches/340-remove_dect_update.sh
    applying patch file ./patches/350-add_remove_annex_file.sh
    applying patch file ./patches/360-remove-wlan.sh
    applying patch file ./patches/370-remove_dtrace.sh
  removing dtrace file
    rm build/modified/filesystem/usr/bin/dtrace
    applying patch file ./patches/380-remove-umtsd.sh
    applying patch file ./patches/385-remove-ntfs.sh
    applying patch file ./patches/400-remove-inetdctl.sh
    applying patch file ./patches/401-remove_ftpd.sh
  remove banner from AVM ftpd
    applying patch file ./patches/410-remove_piglet.sh
    applying patch file ./patches/420-remove_printserv.sh
    applying patch file ./patches/460-MAXDEVCOUNT.sh
    applying patch file ./patches/470-volumecounter.sh
    applying patch file ./patches/480-alarmclock.sh
    applying patch file ./patches/500-remove-mediasrv.sh
    applying patch file ./patches/510-remove_aura_usb.sh
    applying patch file ./patches/510-remove_avm_vpn.sh
    applying patch file ./patches/510-remove_minid.sh
    applying patch file ./patches/520-remove_dect.sh
    applying patch file ./patches/530-remove_support.sh
    applying patch file ./patches/540-remove_webdav.sh
    applying patch file ./patches/550-add_reg_external_in_gui.sh
    applying patch file ./patches/600-replace_mdev.sh
    applying patch file ./patches/700-add_bash_to_etc_shells.sh
    applying patch file ./patches/900-add_options_cfg.sh
  creating options.cfg
    applying patch file ./patches/999-remove_run_clock.sh
  removing oem: none
installing mod base
  installing libs
    ld_uClibc
    libcrypt
    libdl
    libfreetz
    libgcc_s
    libm
    libnsl
    libpthread
    librt
    libuClibc
replacing busybox
  replacing busybox-16mb
  installing symlinks
installing modules
  generating modules.dep
installing packages
  syslogd-cgi-0.2.3
  inetd-0.2
  avm-firewall-2.0.4_rc5
  fstyp-0.1
  haserl-0.9.27
  mod-1.0
  modcgi-0.3
  sg3_utils-1.26
  spindown-cgi-0.2
invoking custom script
processing mod base options
  setting colored style as default
  adding favicon(s) (hansolo)
  patching security level
  rc.external was not integrated into image
  libmodmount.sh was not integrated into image
  integrating stripped .config file into image
stripping leftover unstripped binaries
    build/modified/filesystem/bin/led-ctrl
    build/modified/filesystem/bin/ntfs-3g
    build/modified/filesystem/usr/sbin/athstatsclr
    build/modified/filesystem/usr/sbin/80211stats
    build/modified/filesystem/usr/sbin/athstats
    build/modified/filesystem/usr/share/ctlmgr/libctlusb.so
    build/modified/filesystem/usr/share/ctlmgr/libctlwebdav.so
    build/modified/filesystem/lib/libfuse.so.2.7.2
    build/modified/filesystem/lib/libwcfg.so
    build/modified/filesystem/lib/libupnponstore.1.0.0
    build/modified/filesystem/lib/libntfs-3g.so.75.0.0
    build/modified/filesystem/lib/libneon.so.27.1.3
    build/modified/filesystem/lib/libluaxml.so.1.0.0
    build/modified/filesystem/lib/libavmacl.so.0.0.0
    build/modified/filesystem/lib/libz.so.1.2.3
    build/modified/filesystem/lib/libled2.so.2.2.0
    build/modified/filesystem/lib/libpthread-0.9.29.so
    build/modified/filesystem/lib/libtiinterpreter.so.0.0.0
    build/modified/filesystem/lib/libyajl.so.1.0.0
    build/modified/filesystem/lib/libexpat.so.1.5.2
    build/modified/filesystem/lib/libluatextdb.so.1.0.0
    build/modified/filesystem/lib/libacgenusb.so.1.0.0
    build/modified/filesystem/lib/libusbcfg.so.1.0.0
    build/modified/filesystem/lib/libmaillib.so.2.0.0
    build/modified/filesystem/lib/libupnpdevusb.so.1.0.0
    build/modified/filesystem/lib/libpop3lib.so.1.0.0
done.

STEP 3: PACK
  checking for left over Subversion directories
  integrate freetz info file into image
packing var.tar
creating filesystem image
  squashfs blocksize: 65536
merging kernel image
  kernel image size: 11585280 (max: 16121856, free: 4536576)
  Aproximately free time for the answering machine: 2133s (35min 33s)
packing 7270_v3_04.88freetz-devel.de_20110410-220457.image
Image files can be found in the ./images/ subfolder
done.

FINISHED

Sobald ich aber ein "echtes" Paket dazunehme wie z.B. dnsmasq, dropbear, mc, nano, FREETZMOUNT, kommt wieder reproduzierbar der ursprünglich gepostete Fehler beim build von localcharset.o

... watt mach ich nu?

Danke & Gruß

Bighegi.
 
Was ist mit dem Befehl von Ralf? Hast du ihn ausgeführt?

Gruß
Oliver
 
Hey Ralf,
... da haben wir uns mißverstanden. Meine "Lesart" von Post #6 war, dass ich "nur" den einen Befehl hätte ausführen müssen. - Sprich, weniger hätte gereicht. Das der Rest so nicht weiterhilft, leuchtete mir so nicht ein. - Sorry!

Da Bitte:
Code:
$ ( cd /usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib/libcharset; /bin/sh  -x ../../libtool  --tag=CC   --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../..  -DG_DISABLE_SINGLE_INCLUDES -pthread  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c -o localcharset.lo localcharset.c )
+ cd /usr/local/src/freetz-trunk-6740/source/target-mipsel_uClibc-0.9.29/glib-2.22.5/glib/libcharset
+ /bin/sh -x ../../libtool --tag=CC --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. '-DLIBDIR="/usr/lib"' -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c -o localcharset.lo localcharset.c
+ SED=/bin/sed
+ Xsed='/bin/sed -e 1s/^X//'
+ unset CDPATH
+ available_tags=' CXX'
+ SHELL=/bin/sh
+ build_libtool_libs=yes
+ build_old_libs=yes
+ build_libtool_need_lc=no
+ allow_libtool_libs_with_static_runtimes=no
+ fast_install=yes
+ host_alias=mipsel-linux-uclibc
+ host=mipsel-unknown-linux-uclibc
+ host_os=linux-uclibc
+ build_alias=x86_64-pc-linux-gnu
+ build=x86_64-pc-linux-gnu
+ build_os=linux-gnu
+ echo=echo
+ AR=mipsel-linux-uclibc-ar
+ AR_FLAGS=cru
+ LTCC=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
+ LTCFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
+ CC=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
+ with_gcc=yes
+ EGREP='/bin/grep -E'
+ LD=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/bin/ld
+ LN_S='ln -s'
+ NM='/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-nm -B'
+ STRIP=mipsel-linux-uclibc-strip
+ MAGIC_CMD=file
+ DLLTOOL=dlltool
+ OBJDUMP=objdump
+ AS=as
+ objdir=.libs
+ reload_flag=' -r'
+ reload_cmds='$LD$reload_flag -o $output$reload_objs'
+ wl=-Wl,
+ objext=o
+ libext=a
+ shrext_cmds=.so
+ exeext=
+ pic_flag=' -fPIC -DPIC'
+ pic_mode=default
+ max_cmd_len=98304
+ compiler_c_o=yes
+ need_locks=no
+ need_lib_prefix=no
+ need_version=no
+ dlopen_support=yes
+ dlopen_self=unknown
+ dlopen_self_static=unknown
+ link_static_flag=-static
+ no_builtin_flag=' -fno-builtin'
+ export_dynamic_flag_spec='${wl}--export-dynamic'
+ whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
+ thread_safe_flag_spec=
+ version_type=linux
+ libname_spec='lib$name'
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ RANLIB=mipsel-linux-uclibc-ranlib
+ old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
+ old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
+ old_postuninstall_cmds=
+ old_archive_from_new_cmds=
+ old_archive_from_expsyms_cmds=
+ archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
+ archive_expsym_cmds='$echo \"{ global:\" > $output_objdir/$libname.ver~
  cat $export_symbols | sed -e \"s/\\(.*\\)/\\1;/\" >> $output_objdir/$libname.ver~
  $echo \"local: *; };\" >> $output_objdir/$libname.ver~
          $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
+ postinstall_cmds=
+ postuninstall_cmds=
+ module_cmds=
+ module_expsym_cmds=
+ old_striplib='mipsel-linux-uclibc-strip --strip-debug'
+ striplib='mipsel-linux-uclibc-strip --strip-unneeded'
+ predep_objects=
+ postdep_objects=
+ predeps=
+ postdeps=
+ compiler_lib_search_dirs=
+ compiler_lib_search_path=
+ deplibs_check_method=pass_all
+ file_magic_cmd='$MAGIC_CMD'
+ allow_undefined_flag=
+ no_undefined_flag=
+ finish_cmds='PATH=\"\$PATH:/sbin\" ldconfig -n $libdir'
+ finish_eval=
+ global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
+ global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
+ global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
+ runpath_var=
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_action=immediate
+ hardcode_into_libs=no
+ hardcode_libdir_flag_spec=
+ hardcode_libdir_flag_spec_ld=
+ hardcode_libdir_separator=
+ hardcode_direct=no
+ hardcode_minus_L=no
+ hardcode_shlibpath_var=unsupported
+ hardcode_automatic=no
+ variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
+ link_all_deplibs=unknown
+ sys_lib_search_path_spec='/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/lib/gcc/mipsel-linux-uclibc/4.4.5 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/lib/gcc /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/mipsel-linux-uclibc/lib /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/usr/lib /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/usr/usr/lib'
+ sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
+ fix_srcfile_path=
+ always_export_symbols=no
+ export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
+ extract_expsyms_cmds=
+ exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
+ include_expsyms=
+ basename='s,^.*/,,g'
+ progpath=../../libtool
++ echo ../../libtool
++ /bin/sed 's,^.*/,,g'
+ progname=libtool
+ modename=libtool
+ EXIT_SUCCESS=0
+ EXIT_FAILURE=1
+ PROGRAM=ltmain.sh
+ PACKAGE=libtool
+ VERSION=1.5.26
+ TIMESTAMP=' (1.1220.2.492 2008/01/30 06:40:56)'
+ test -n ''
+ case `(set -o) 2>/dev/null` in
+ set -o posix
+ BIN_SH=xpg4
+ export BIN_SH
+ DUALCASE=1
+ export DUALCASE
+ test X--tag=CC = X--no-reexec
+ test X--tag=CC = X--fallback-echo
+ test 'X\t' = 'X\t'
+ :
+ test X--tag=CC = X--fallback-echo
+ default_mode=
+ help='Try `libtool --help'\'' for more information.'
+ magic='%%%MAGIC variable%%%'
+ mkdir=mkdir
+ mv='mv -f'
+ rm='rm -f'
+ Xsed='/bin/sed -e 1s/^X//'
+ sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
+ case `echo X|tr X '\101'` in
++ echo X
++ tr X '\101'
+ SP2NL='tr \040 \012'
+ NL2SP='tr \015\012 \040\040'
+ lt_env=
+ for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+ eval 'if test "${LANG+set}" = set; then
          save_LANG=$LANG
          lt_env="LANG=$LANG $lt_env"
          LANG=C
          export LANG
        fi'
++ test set = set
++ save_LANG=de_DE@euro
++ lt_env='LANG=de_DE@euro '
++ LANG=C
++ export LANG
+ for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+ eval 'if test "${LANGUAGE+set}" = set; then
          save_LANGUAGE=$LANGUAGE
          lt_env="LANGUAGE=$LANGUAGE $lt_env"
          LANGUAGE=C
          export LANGUAGE
        fi'
++ test set = set
++ save_LANGUAGE=' "de"'
++ lt_env='LANGUAGE= "de" LANG=de_DE@euro '
++ LANGUAGE=C
++ export LANGUAGE
+ for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+ eval 'if test "${LC_ALL+set}" = set; then
          save_LC_ALL=$LC_ALL
          lt_env="LC_ALL=$LC_ALL $lt_env"
          LC_ALL=C
          export LC_ALL
        fi'
++ test '' = set
+ for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+ eval 'if test "${LC_CTYPE+set}" = set; then
          save_LC_CTYPE=$LC_CTYPE
          lt_env="LC_CTYPE=$LC_CTYPE $lt_env"
          LC_CTYPE=C
          export LC_CTYPE
        fi'
++ test '' = set
+ for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+ eval 'if test "${LC_COLLATE+set}" = set; then
          save_LC_COLLATE=$LC_COLLATE
          lt_env="LC_COLLATE=$LC_COLLATE $lt_env"
          LC_COLLATE=C
          export LC_COLLATE
        fi'
++ test '' = set
+ for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
+ eval 'if test "${LC_MESSAGES+set}" = set; then
          save_LC_MESSAGES=$LC_MESSAGES
          lt_env="LC_MESSAGES=$LC_MESSAGES $lt_env"
          LC_MESSAGES=C
          export LC_MESSAGES
        fi'
++ test '' = set
+ test -n 'LANGUAGE= "de" LANG=de_DE@euro '
+ lt_env='env LANGUAGE= "de" LANG=de_DE@euro '
+ lt_nl='
'
+ IFS='
'
+ test yes '!=' yes
+ mode=
+ nonopt=
+ prev=
+ prevopt=
+ run=
+ show=echo
+ show_help=
+ execute_dlfiles=
+ duplicate_deps=no
+ preserve_args=
+ lo2o='s/\.lo$/.o/'
+ o2lo='s/\.o$/.lo/'
+ extracted_archives=
+ extracted_serial=0
+ eval 'std_shrext=".so"'
++ std_shrext=.so
+ disable_libs=no
+ test 22 -gt 0
+ arg=--tag=CC
+ shift
+ case $arg in
++ echo X--tag=CC
++ /bin/sed -e '1s/^X//' -e 's/[-_a-zA-Z0-9]*=//'
+ optarg=CC
+ test -n ''
+ case $arg in
+ set tag CC --mode=compile /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. '-DLIBDIR="/usr/lib"' -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c -o localcharset.lo localcharset.c
+ shift
+ prev=tag
+ preserve_args=' --tag'
+ test 22 -gt 0
+ arg=CC
+ shift
+ case $arg in
+ optarg=
+ test -n tag
+ case $prev in
+ tagname=CC
+ preserve_args=' --tag=CC'
+ case $tagname in
+ case $tagname in
+ prev=
+ prevopt=
+ continue
+ test 21 -gt 0
+ arg=--mode=compile
+ shift
+ case $arg in
++ echo X--mode=compile
++ /bin/sed -e '1s/^X//' -e 's/[-_a-zA-Z0-9]*=//'
+ optarg=compile
+ test -n ''
+ case $arg in
+ mode=compile
+ test 20 -gt 0
+ arg=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
+ shift
+ case $arg in
+ optarg=
+ test -n ''
+ case $arg in
+ nonopt=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
+ break
+ test -n ''
+ case $disable_libs in
+ exec_cmd=
+ test -z ''
+ test -z compile
+ test -n ''
+ generic_help='Try `libtool --help'\'' for more information.'
+ help='Try `libtool --help --mode=compile'\'' for more information.'
+ case $mode in
+ modename='libtool: compile'
+ base_compile=
+ srcfile=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
+ suppress_opt=yes
+ suppress_output=
+ arg_mode=normal
+ libobj=
+ later=
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
+ srcfile=-DHAVE_CONFIG_H
++ echo X/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=/usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-DHAVE_CONFIG_H
+ srcfile=-I.
++ echo X-DHAVE_CONFIG_H
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-DHAVE_CONFIG_H
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-I.
+ srcfile=-I../..
++ echo X-I.
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-I.
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I.'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-I../..
+ srcfile='-DLIBDIR="/usr/lib"'
++ echo X-I../..
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-I../..
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../..'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg='-DLIBDIR="/usr/lib"'
+ srcfile=-I../..
++ echo 'X-DLIBDIR="/usr/lib"'
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg='-DLIBDIR=\"/usr/lib\"'
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\"'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-I../..
+ srcfile=-DG_DISABLE_SINGLE_INCLUDES
++ echo X-I../..
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-I../..
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../..'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-DG_DISABLE_SINGLE_INCLUDES
+ srcfile=-pthread
++ echo X-DG_DISABLE_SINGLE_INCLUDES
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-DG_DISABLE_SINGLE_INCLUDES
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-pthread
+ srcfile=-Os
++ echo X-pthread
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-pthread
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-Os
+ srcfile=-pipe
++ echo X-Os
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-Os
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-pipe
+ srcfile=-march=4kc
++ echo X-pipe
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-pipe
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-march=4kc
+ srcfile=-Wa,--trap
++ echo X-march=4kc
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-march=4kc
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-Wa,--trap
+ srcfile=-D_LARGEFILE_SOURCE
++ echo X-Wa,--trap
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-Wa,--trap
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-D_LARGEFILE_SOURCE
+ srcfile=-D_LARGEFILE64_SOURCE
++ echo X-D_LARGEFILE_SOURCE
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-D_LARGEFILE_SOURCE
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-D_LARGEFILE64_SOURCE
+ srcfile=-D_FILE_OFFSET_BITS=64
++ echo X-D_LARGEFILE64_SOURCE
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-D_LARGEFILE64_SOURCE
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-D_FILE_OFFSET_BITS=64
+ srcfile=-Wall
++ echo X-D_FILE_OFFSET_BITS=64
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-D_FILE_OFFSET_BITS=64
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-Wall
+ srcfile=-c
++ echo X-Wall
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-Wall
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall'
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ test -n ''
+ arg_mode=target
+ continue
+ for arg in '"$@"'
+ case $arg_mode in
+ libobj=localcharset.lo
+ arg_mode=normal
+ continue
+ for arg in '"$@"'
+ case $arg_mode in
+ case $arg in
+ lastarg=-c
+ srcfile=localcharset.c
++ echo X-c
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ lastarg=-c
+ case $lastarg in
+ base_compile=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c'
+ case $arg_mode in
+ '[' -z localcharset.lo ']'
+ xform='[cCFSifmso]'
+ case $libobj in
++ echo Xlocalcharset.lo
++ /bin/sed -e '1s/^X//' -e 's/\.[cCFSifmso]$/.lo/'
+ libobj=localcharset.lo
+ case $libobj in
++ echo Xlocalcharset.lo
++ /bin/sed -e '1s/^X//' -e 's/\.lo$/.o/'
+ obj=localcharset.o
+ func_infer_tag /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. '-DLIBDIR=\"/usr/lib\"' -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c
+ test -n ' CXX'
+ test -z CC
++ echo Xlocalcharset.lo
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ qlibobj=localcharset.lo
+ case $qlibobj in
+ test Xlocalcharset.lo '!=' Xlocalcharset.lo
++ echo Xlocalcharset.o
++ /bin/sed -e '1s/^X//' -e 's%^.*/%%'
+ objname=localcharset.o
++ echo Xlocalcharset.o
++ /bin/sed -e '1s/^X//' -e 's%/[^/]*$%%'
+ xdir=localcharset.o
+ test Xlocalcharset.o = Xlocalcharset.o
+ xdir=
+ lobj=.libs/localcharset.o
+ test -z ' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c'
+ test yes = yes
+ removelist='localcharset.o .libs/localcharset.o localcharset.lo localcharset.loT'
+ rm -f localcharset.o .libs/localcharset.o localcharset.lo localcharset.loT
+ trap ' rm -f localcharset.o .libs/localcharset.o localcharset.lo localcharset.loT; exit 1' 1 2 15
+ case $host_os in
+ test default = no
+ test yes = no
+ output_obj=
+ need_locks=no
+ lockfile=
+ test no = yes
+ test no = warn
+ test -n ''
++ echo Xlocalcharset.c
++ /bin/sed -e '1s/^X//' -e 's/\([\\`\\"$\\\\]\)/\\\1/g'
+ qsrcfile=localcharset.c
+ case $qsrcfile in
+ rm -f localcharset.lo localcharset.loT
+ test -z ''
+ cat
+ test yes = yes
+ fbsd_hideous_sh_bug=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c'
+ test default '!=' no
+ command=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c localcharset.c  -fPIC -DPIC'
+ test '!' -d .libs
+ test -z ''
+ command=' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c localcharset.c  -fPIC -DPIC -o .libs/localcharset.o'
+ rm -f .libs/localcharset.o ''
+ echo ' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c localcharset.c  -fPIC -DPIC -o .libs/localcharset.o'
 /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c localcharset.c  -fPIC -DPIC -o .libs/localcharset.o
+ eval env LANGUAGE= '"de"' LANG=de_DE@euro ' /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/lib\" -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c localcharset.c  -fPIC -DPIC -o .libs/localcharset.o'
++ env LANGUAGE= de LANG=de_DE@euro /usr/local/src/freetz-trunk-6740/toolchain/build/mipsel_gcc-4.4.5_uClibc-0.9.29/mipsel-linux-uclibc/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. '-DLIBDIR="/usr/lib"' -I../.. -DG_DISABLE_SINGLE_INCLUDES -pthread -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o
env: de: No such file or directory
+ test -n ''
+ exit 1
++ echo -ne '\033]0;hegi@zomba: /usr/local/src/freetz-trunk-6740\007'
Zum funktionierenden Build: Ich war der (möglicherweise irrigen Ansicht) das z.B. die configure-Ausgabe Hinweise enhält, die interessant sein könnten.

LG

Bighegi.
 
Hi Ralf,

bitteschön:

Code:
$ echo "'$LANGUAGE'"
' "de"'
$ echo "'$LANG'"
'de_DE@euro'

Gruß
Bighegi
 
Hi Ralf,

als ich meine Box vor 3 1/2 Jahren auf Sarge umgestellt habe muss ich wohl ein fehlerhaftes HowTo o.ä. erwischt haben. Habe jetzt mal "LANGUAGE" und "LC_ALL" auf "de_DE" gesetzt und nun ist alles gut.

Vielen Dank!

Gruß

Bighegi.
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.