make mit fehler beim erstellen unter suse 11.4

Hallo!

Danke für Erläuterungen! Ich weiß nicht, wo ich NUR den patch downloaden kann? Auf der Seite ist so ziemlich alles anklickbar :-(

Code:
patch -p0 < whitespace.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- src/Makefile.in.orig       2008-12-17 02:48:26.000000000 +0100
|+++ src/Makefile.in    2011-03-22 20:26:35.424680144 +0100
--------------------------
File to patch: 
Skip this patch? [y] 
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 20
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- src/Makefile.am.orig       2008-12-17 02:23:01.000000000 +0100
|+++ src/Makefile.am    2011-03-22 20:27:02.364682813 +0100
--------------------------
File to patch: 
Skip this patch? [y] 
Skipping patch.
1 out of 1 hunk ignored

Habe mir soeben 1.1.4 neu runtergeladen und voll Freude gestartet:

Code:
touch source/busybox-tools/busybox-1.12.4/.unpacked
cp tools/make/Config.busybox source/busybox-tools/busybox-1.12.4/.config
make -j2 -C source/busybox-tools/busybox-1.12.4 oldconfig
make[1]: Entering directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/busybox-tools/busybox-1.12.4'
Makefile:421: *** Implizite und normale Regel vermischt.  Schluss.
make[1]: Leaving directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/busybox-tools/busybox-1.12.4'
make: *** [source/busybox-tools/busybox-1.12.4/.configured] Fehler 2

Könntet Ihr mir dazu auch einen Tip geben?

Danke im voraus sehr herzlich!
 
Hallo!

Ich schon wieder.... :-(

Jetzt bin ich bereits bei Problem, das in Beitrag #6 beschrieben ist, und wieder scheitere ich daran, dass ich changeset von olistudent aus #7 nicht anwenden kann.

Code:
~/SOFTWARE/freetz2/freetz-1.1.4> patch -p0 < whitespace.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- src/Makefile.in.orig       2008-12-17 02:48:26.000000000 +0100
|+++ src/Makefile.in    2011-03-22 20:26:35.424680144 +0100
--------------------------
File to patch: 
Skip this patch? [y] 
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 20
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- src/Makefile.am.orig       2008-12-17 02:23:01.000000000 +0100
|+++ src/Makefile.am    2011-03-22 20:27:02.364682813 +0100
--------------------------
File to patch: 
Skip this patch? [y] 
Skipping patch.
1 out of 1 hunk ignored
 
... und wieder scheitere ich daran, dass ich changeset von olistudent aus #7 nicht anwenden kann.

Code:
~/SOFTWARE/freetz2/freetz-1.1.4> patch -p0 < whitespace.patch
can't find file to patch ...
Bist Du in dem richtigen Verzeichnis wenn Du "patch -p0 < whitespace.patch" machst?
 
Hallo!

Bin im Root-Dir von freetz. Wo soll ich die *patch datei reinlegen?

mfg. Orso
 
Du sollst den Patch nicht anwenden. Du musst die Datei dahin runterladen wo sie hingehört.

Gruß
Oliver
 
Du sollst den Patch nicht anwenden. Du musst die Datei dahin runterladen wo sie hingehört.

Gruß
Oliver

Aha.
Im Ordner patches sind ein paar *.patch files, wenn ich es dort reinkopiere, bekomme ich wieder die selbe Fehlermeldung bezüglich der 8 Leerzeichen.
Wenn ich es ins Verzeichnis /source/haserl-0.9.25/src kopiere, ebenso. Im *patch-File steht "src/Makefile.in.orig" - wenn ich nach "src" suche, finde ich ./source/haserl-0.9.25/src. aber wie gesagt, selber Fehler.

Mfg. Orso
 
Hm, hätte nicht gedacht, dass das immer noch missverständlich sein könnte... ;-)

Code:
cd freetz-1.1.4/make/haserl/patches
wget http://freetz.org/browser/branches/freetz-stable-1.1/make/haserl/patches/whitespace.patch?rev=6699&format=txt
cd ../../..
Gruß
Oliver
 
Hm, hätte nicht gedacht, dass das immer noch missverständlich sein könnte... ;-)

Code:
cd freetz-1.1.4/make/haserl/patches
wget http://freetz.org/browser/branches/freetz-stable-1.1/make/haserl/patches/whitespace.patch?rev=6699&format=txt
cd ../../..
Gruß
Oliver

Hallo, Oliver!

Doch, wenn man Anfänger ist, dann kann das vorkommen ;-) Danke jedenfalls für Deine Antwort!

Ich habe das gemacht, was Du geschrieben hast! dann neu den make Prozess angestartet und siehe da: "meinten Sie tab statt 8 Leerzeichen?" - also das gleiche wie zuvor.

Trau mich ja gar nicht mehr fragen...
 
Dann mach noch "make haserl-dirclean".

Guten Abend!

Danke für Tipp. Leider bringt mir dieser folgendes:

Code:
** Configuration summary for haserl 0.9.25:

        Building haserl with with lua disabled
        Building haserl with with bash-extensions disabled
        libs: 

touch source/haserl-0.9.25/.configured
PATH="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" \
        make -j2 -C source/haserl-0.9.25 \
        CROSS="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-" \
        CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
make[1]: Entering directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25'
Making all in src
make[2]: Entering directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25/src'
Makefile:472: *** missing separator (Meinten Sie TAB anstelle von 8 Leerzeichen?).  Schluss.
make[2]: Leaving directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25'
make: *** [source/haserl-0.9.25/src/haserl] Fehler 2
clemens@thinkpA:~/SOFTWARE/freetz2/freetz-1.1.4>

Beste Grüße!

Orso
 
Mach bitte nochmal "make haserl-dirclean" und poste die ersten Zeilen und nicht die letzten vom anschließenden "make".

Gruß
Oliver
 
Mach bitte nochmal "make haserl-dirclean" und poste die ersten Zeilen und nicht die letzten vom anschließenden "make".

Gruß
Oliver

Code:
~/SOFTWARE/freetz2/freetz-1.1.4> make
mkdir -p packages/haserl-0.9.25/root
if test -d make/haserl/files; then tar -c -C make/haserl/files --exclude=.svn . | tar -x -C packages/haserl-0.9.25 ; fi
rm -f -r source/haserl-0.9.25
tar -C source  -xzf dl/haserl-0.9.25.tar.gz
set -e; shopt -s nullglob; for i in make/haserl/patches/*.patch; do tools/freetz_patch source/haserl-0.9.25 $i; done
touch source/haserl-0.9.25/.unpacked
( cd source/haserl-0.9.25;  rm -f config.{cache,status} ;  source /home/orso/SOFTWARE/freetz2/freetz-1.1.4/make/config.mipsel ;  PATH="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" CC="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc" CXX="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/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=""  ./configure   --cache-file=/home/orso/SOFTWARE/freetz2/freetz-1.1.4/make/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   )

DANKE!
 
Was steht in dem von Dir zitierten Beitrag dass Du tun sollst, und was hast Du tatsächlich getan?

Ich habe meines Erachtens genau befolgt, was mir gesagt wurde:
1.) make haserl-dirclean ausgeführt
2.) make ausgeführt
3.) Anfang der make Ausgabe gepostet.

Was habe ich nicht gemacht?

Hier nun die gesamte Ausgabe und nicht nur der Anfang:

Code:
make haserl-dirclean
rm -f -r source/haserl-0.9.25
rm -f -r packages/haserl-0.9.25
rm -f packages/.haserl-0.9.25
orso@thinkpA:~/SOFTWARE/freetz2/freetz-1.1.4> make
mkdir -p packages/haserl-0.9.25/root
if test -d make/haserl/files; then tar -c -C make/haserl/files --exclude=.svn . | tar -x -C packages/haserl-0.9.25 ; fi
rm -f -r source/haserl-0.9.25
tar -C source  -xzf dl/haserl-0.9.25.tar.gz
set -e; shopt -s nullglob; for i in make/haserl/patches/*.patch; do tools/freetz_patch source/haserl-0.9.25 $i; done
touch source/haserl-0.9.25/.unpacked
( cd source/haserl-0.9.25;  rm -f config.{cache,status} ;  source /home/orso/SOFTWARE/freetz2/freetz-1.1.4/make/config.mipsel ;  PATH="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" CC="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc" CXX="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/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=""  ./configure   --cache-file=/home/orso/SOFTWARE/freetz2/freetz-1.1.4/make/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   )
configure: loading cache /home/orso/SOFTWARE/freetz2/freetz-1.1.4/make/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) /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/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 /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc accepts -g... (cached) yes
checking for /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/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 /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... (cached) /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -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 stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for signal.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for working memcmp... (cached) yes
checking for memset... (cached) yes
checking for putenv... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strstr... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands

** Configuration summary for haserl 0.9.25:

        Building haserl with with lua disabled
        Building haserl with with bash-extensions disabled
        libs: 

touch source/haserl-0.9.25/.configured
PATH="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" \
        make -j2 -C source/haserl-0.9.25 \
        CROSS="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-" \
        CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
make[1]: Entering directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25'
Making all in src
make[2]: Entering directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25/src'
Makefile:472: *** missing separator (Meinten Sie TAB anstelle von 8 Leerzeichen?).  Schluss.
make[2]: Leaving directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25'
make: *** [source/haserl-0.9.25/src/haserl] Fehler 2
orso@thinkpA:~/SOFTWARE/freetz2/freetz-1.1.4>

mfg. Orso
 
Du hast den Patch nicht an die richtige Stelle kopiert, sonst würde man sehen, dass er angewendet wird. Er muss wie schon geschrieben nach make/haserl/patches.

Gruß
Oliver
 
Du hast den Patch nicht an die richtige Stelle kopiert, sonst würde man sehen, dass er angewendet wird. Er muss wie schon geschrieben nach make/haserl/patches.

Gruß
Oliver

Hallo!

~/SOFTWARE/freetz2/freetz-1.1.4/make/haserl/patches> ls
whitespace.patch?rev=6699

Habe nun den Patch umbenannt in "whitespace.patch":

Code:
~/SOFTWARE/freetz2/freetz-1.1.4> make haserl-dirclean
rm -f -r source/haserl-0.9.25
rm -f -r packages/haserl-0.9.25
rm -f packages/.haserl-0.9.25
~/SOFTWARE/freetz2/freetz-1.1.4> make
mkdir -p packages/haserl-0.9.25/root
if test -d make/haserl/files; then tar -c -C make/haserl/files --exclude=.svn . | tar -x -C packages/haserl-0.9.25 ; fi
rm -f -r source/haserl-0.9.25
tar -C source  -xzf dl/haserl-0.9.25.tar.gz
set -e; shopt -s nullglob; for i in make/haserl/patches/*.patch; do tools/freetz_patch source/haserl-0.9.25 $i; done
patch: **** Only garbage was found in the patch input.
ERROR: modpatch: Error in patch-file make/haserl/patches/whitespace.patch
make: *** [source/haserl-0.9.25/.unpacked] Fehler 2

wenn ich ihn unbenannt lasse, kommt:

Code:
orso@thinkpA:~/SOFTWARE/freetz2/freetz-1.1.4> make
mkdir -p packages/haserl-0.9.25/root
if test -d make/haserl/files; then tar -c -C make/haserl/files --exclude=.svn . | tar -x -C packages/haserl-0.9.25 ; fi
rm -f -r source/haserl-0.9.25
tar -C source  -xzf dl/haserl-0.9.25.tar.gz
set -e; shopt -s nullglob; for i in make/haserl/patches/*.patch; do tools/freetz_patch source/haserl-0.9.25 $i; done
touch source/haserl-0.9.25/.unpacked
( cd source/haserl-0.9.25;  rm -f config.{cache,status} ;  source /home/orso/SOFTWARE/freetz2/freetz-1.1.4/make/config.mipsel ;  PATH="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" CC="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc" CXX="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/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=""  ./configure   --cache-file=/home/orso/SOFTWARE/freetz2/freetz-1.1.4/make/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   )
configure: loading cache /home/orso/SOFTWARE/freetz2/freetz-1.1.4/make/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) /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/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 /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc accepts -g... (cached) yes
checking for /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/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 /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... (cached) /home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-gcc -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -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 stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for signal.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for working memcmp... (cached) yes
checking for memset... (cached) yes
checking for putenv... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strstr... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands

** Configuration summary for haserl 0.9.25:

        Building haserl with with lua disabled
        Building haserl with with bash-extensions disabled
        libs: 

touch source/haserl-0.9.25/.configured
PATH="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" \
        make -j2 -C source/haserl-0.9.25 \
        CROSS="/home/orso/SOFTWARE/freetz2/freetz-1.1.4/toolchain/target/bin/mipsel-linux-uclibc-" \
        CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
make[1]: Entering directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25'
Making all in src
make[2]: Entering directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25/src'
Makefile:472: *** missing separator (Meinten Sie TAB anstelle von 8 Leerzeichen?).  Schluss.
make[2]: Leaving directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/orso/SOFTWARE/freetz2/freetz-1.1.4/source/haserl-0.9.25'
make: *** [source/haserl-0.9.25/src/haserl] Fehler 2
orso@thinkpA:~/SOFTWARE/freetz2/freetz-1.1.4>

lg. Orso
 
~/SOFTWARE/freetz2/freetz-1.1.4/make/haserl/patches> ls
whitespace.patch?rev=6699
...
Habe nun den Patch umbenannt in "whitespace.patch":
...
Code:
patch: **** Only garbage was found in the patch input.
ERROR: modpatch: Error in patch-file make/haserl/patches/whitespace.patch
Den Patch löschen und erneut versuchen:
Code:
cd make/haserl/patches
[COLOR=red]wget http://freetz.org/browser/branches/freetz-stable-1.1/make/haserl/patches/whitespace.patch[/COLOR]
--2011-09-17 17:09:01--  http://freetz.org/browser/branches/freetz-stable-1.1/make/haserl/patches/whitespace.patch
Auflösen des Hostnamen »freetz.org«.... 85.214.209.234
Verbindungsaufbau zu freetz.org|85.214.209.234|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 20395 (20K) [text/html]
In »whitespace.patch« speichern.

100%[===================================================================================================================>] 20.395      --.-K/s   in 0,06s   

2011-09-17 17:09:01 (330 KB/s) - »whitespace.patch« gespeichert [20395/20395]
 
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.