tar -C source -xzf dl/squashfs2.2-r2.tar.gz
for i in tools/make/patches/*.squashfs.patch; do \
tools/ds_patch source/squashfs2.2-r2 $i; \
done
touch source/squashfs2.2-r2/.unpacked
make -j1 CC="gcc" \
-C source/squashfs2.2-r2/squashfs-tools mksquashfs
make[1]: Entering directory `/home/slightly/Desktop/ds26-15.2/source/squashfs2.2-r2/squashfs-tools'
gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -g -c -o mksquashfs.o mksquashfs.c
gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -g -c -o read_fs.o read_fs.c
gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -g -c -o sort.o sort.c
gcc mksquashfs.o read_fs.o sort.o -lz -o mksquashfs
make[1]: Leaving directory `/home/slightly/Desktop/ds26-15.2/source/squashfs2.2-r2/squashfs-tools'
touch -c source/squashfs2.2-r2/squashfs-tools/mksquashfs
cp source/squashfs2.2-r2/squashfs-tools/mksquashfs tools/mksquashfs
make -j1 CXX="g++" \
-C source/squashfs2.2-r2/squashfs-tools mksquashfs-lzma
make[1]: Entering directory `/home/slightly/Desktop/ds26-15.2/source/squashfs2.2-r2/squashfs-tools'
sed -e 's/#define SQUASHFS_MINOR\t\t\t1/#define SQUASHFS_MINOR\t\t\t76/g' squashfs_fs.h > squashfs_fs-lzma.h
sed -e 's/squashfs_fs\.h/squashfs_fs-lzma.h/g' mksquashfs.c > mksquashfs-lzma.c
mipsel-linux-gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -g -c -o mksquashfs-lzma.o mksquashfs-lzma.c
In file included from /home/slightly/Desktop/ds26-15.2/toolchain/build/gcc-4.2.0-uClibc-0.9.28/mipsel-linux-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.2.0/../../../../mipsel-linux-uclibc/sys-include/pwd.h:26,
from mksquashfs-lzma.c:25:
/home/slightly/Desktop/ds26-15.2/toolchain/build/gcc-4.2.0-uClibc-0.9.28/mipsel-linux-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.2.0/../../../../mipsel-linux-uclibc/sys-include/features.h:329:2: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
In file included from /home/slightly/Desktop/ds26-15.2/toolchain/build/gcc-4.2.0-uClibc-0.9.28/mipsel-linux-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.2.0/../../../../mipsel-linux-uclibc/sys-include/stdio.h:72,
from mksquashfs-lzma.c:29:
/home/slightly/Desktop/ds26-15.2/toolchain/build/gcc-4.2.0-uClibc-0.9.28/mipsel-linux-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.2.0/../../../../mipsel-linux-uclibc/sys-include/bits/uClibc_stdio.h:72:2: error: #error Sorry... uClibc was built without large file support!
In file included from mksquashfs-lzma.c:29:
/home/slightly/Desktop/ds26-15.2/toolchain/build/gcc-4.2.0-uClibc-0.9.28/mipsel-linux-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.2.0/../../../../mipsel-linux-uclibc/sys-include/stdio.h:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t'
In file included from mksquashfs-lzma.c:29:
/home/slightly/Desktop/ds26-15.2/toolchain/build/gcc-4.2.0-uClibc-0.9.28/mipsel-linux-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.2.0/../../../../mipsel-linux-uclibc/sys-include/stdio.h:701: error: expected declaration specifiers or '...' before 'fpos_t'
/home/slightly/Desktop/ds26-15.2/toolchain/build/gcc-4.2.0-uClibc-0.9.28/mipsel-linux-uclibc/bin/../lib/gcc/mipsel-linux-uclibc/4.2.0/../../../../mipsel-linux-uclibc/sys-include/stdio.h:703: error: expected ';', ',' or ')' before '*' token
mksquashfs-lzma.c:36:18: error: zlib.h: No such file or directory
mksquashfs-lzma.c: In function 'mangle':
mksquashfs-lzma.c:275: error: 'Z_OK' undeclared (first use in this function)
mksquashfs-lzma.c:275: error: (Each undeclared identifier is reported only once
mksquashfs-lzma.c:275: error: for each function it appears in.)
mksquashfs-lzma.c:276: error: 'Z_MEM_ERROR' undeclared (first use in this function)
mksquashfs-lzma.c:278: error: 'Z_BUF_ERROR' undeclared (first use in this function)
mksquashfs-lzma.c: In function 'get_fragment':
mksquashfs-lzma.c:847: error: 'Z_OK' undeclared (first use in this function)
mksquashfs-lzma.c:848: error: 'Z_MEM_ERROR' undeclared (first use in this function)
mksquashfs-lzma.c:850: error: 'Z_BUF_ERROR' undeclared (first use in this function)
make[1]: *** [mksquashfs-lzma.o] Fehler 1
make[1]: Leaving directory `/home/slightly/Desktop/ds26-15.2/source/squashfs2.2-r2/squashfs-tools'
make: *** [source/squashfs2.2-r2/squashfs-tools/mksquashfs-lzma] Fehler 2
make: *** Keine Regel, um »install« zu erstellen. Schluss.
--04:29:53-- [url]http://fritz.v3v.de/bluetooth/patches/bluez-utils-2.4_mipsel.patch[/url] => `bluez-utils-2.4_mipsel.patch'
Auflösen des Hostnamen »fritz.v3v.de«.... 85.214.42.52
Verbindungsaufbau zu fritz.v3v.de|85.214.42.52|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 168.320 (164K) [text/plain]
100%[====================================>] 168.320 242.10K/s
04:29:54 (241.45 KB/s) - »bluez-utils-2.4_mipsel.patch« gespeichert [168320/168320]
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/Makefile.in bluez-utils-2.4/Makefile.in
|--- bluez-utils-2.4.orig/Makefile.in 2003-12-18 19:36:51.000000000 +0100
|+++ bluez-utils-2.4/Makefile.in 2007-04-15 17:54:39.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 22
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/configure bluez-utils-2.4/configure
|--- bluez-utils-2.4.orig/configure 2003-12-18 19:34:54.000000000 +0100
|+++ bluez-utils-2.4/configure 2007-04-15 17:38:41.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
patching file bluez-utils-2.4/configure.rej
can't find file to patch at input line 81
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/hcid/Makefile.in bluez-utils-2.4/hcid/Makefile.in
|--- bluez-utils-2.4.orig/hcid/Makefile.in 2003-12-18 19:36:52.000000000 +0100
|+++ bluez-utils-2.4/hcid/Makefile.in 2007-04-15 17:56:03.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 112
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/hcid/hcid.h bluez-utils-2.4/hcid/hcid.h
|--- bluez-utils-2.4.orig/hcid/hcid.h 2003-03-08 00:10:30.000000000 +0100
|+++ bluez-utils-2.4/hcid/hcid.h 2007-04-15 17:40:21.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
The next patch would delete the file bluez-utils-2.4/hcid/lexer.c,
which does not exist! Applying it anyway.
can't find file to patch at input line 130
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/hcid/lexer.c bluez-utils-2.4/hcid/lexer.c
|--- bluez-utils-2.4.orig/hcid/lexer.c 2003-12-18 19:35:45.000000000 +0100
|+++ bluez-utils-2.4/hcid/lexer.c 1970-01-01 01:00:00.000000000 +0100
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
The next patch would delete the file bluez-utils-2.4/hcid/parser.c,
which does not exist! Applying it anyway.
can't find file to patch at input line 1831
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/hcid/parser.c bluez-utils-2.4/hcid/parser.c
|--- bluez-utils-2.4.orig/hcid/parser.c 2003-12-18 19:35:44.000000000 +0100
|+++ bluez-utils-2.4/hcid/parser.c 1970-01-01 01:00:00.000000000 +0100
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
The next patch would delete the file bluez-utils-2.4/hcid/parser.h,
which does not exist! Applying it anyway.
can't find file to patch at input line 3305
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/hcid/parser.h bluez-utils-2.4/hcid/parser.h
|--- bluez-utils-2.4.orig/hcid/parser.h 2003-12-18 19:35:44.000000000 +0100
|+++ bluez-utils-2.4/hcid/parser.h 1970-01-01 01:00:00.000000000 +0100
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 3347
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/rfcomm/Makefile.in bluez-utils-2.4/rfcomm/Makefile.in
|--- bluez-utils-2.4.orig/rfcomm/Makefile.in 2003-12-18 19:36:54.000000000 +0100
|+++ bluez-utils-2.4/rfcomm/Makefile.in 2007-04-15 17:55:52.000000000 +0200
--------------------------
No file to patch. Skipping patch.
3 out of 3 hunks ignored
The next patch would delete the file bluez-utils-2.4/rfcomm/lexer.c,
which does not exist! Applying it anyway.
can't find file to patch at input line 3387
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/rfcomm/lexer.c bluez-utils-2.4/rfcomm/lexer.c
|--- bluez-utils-2.4.orig/rfcomm/lexer.c 2003-12-18 19:36:02.000000000 +0100
|+++ bluez-utils-2.4/rfcomm/lexer.c 1970-01-01 01:00:00.000000000 +0100
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
The next patch would delete the file bluez-utils-2.4/rfcomm/parser.c,
which does not exist! Applying it anyway.
can't find file to patch at input line 5043
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/rfcomm/parser.c bluez-utils-2.4/rfcomm/parser.c|--- bluez-utils-2.4.orig/rfcomm/parser.c 2003-12-18 19:36:02.000000000 +0100
|+++ bluez-utils-2.4/rfcomm/parser.c 1970-01-01 01:00:00.000000000 +0100
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
The next patch would delete the file bluez-utils-2.4/rfcomm/parser.h,
which does not exist! Applying it anyway.
can't find file to patch at input line 6316
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/rfcomm/parser.h bluez-utils-2.4/rfcomm/parser.h|--- bluez-utils-2.4.orig/rfcomm/parser.h 2003-12-18 19:36:02.000000000 +0100
|+++ bluez-utils-2.4/rfcomm/parser.h 1970-01-01 01:00:00.000000000 +0100
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 6348
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/test/Makefile.in bluez-utils-2.4/test/Makefile.in
|--- bluez-utils-2.4.orig/test/Makefile.in 2003-12-18 19:36:55.000000000 +0100
|+++ bluez-utils-2.4/test/Makefile.in 2007-04-15 17:55:26.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 6379
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/tools/Makefile.in bluez-utils-2.4/tools/Makefile.in
|--- bluez-utils-2.4.orig/tools/Makefile.in 2003-12-18 19:36:53.000000000 +0100
|+++ bluez-utils-2.4/tools/Makefile.in 2007-04-15 17:55:03.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 6410
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.4.orig/tools/hcitool.c bluez-utils-2.4/tools/hcitool.c|--- bluez-utils-2.4.orig/tools/hcitool.c 2003-12-16 19:45:07.000000000 +0100
|+++ bluez-utils-2.4/tools/hcitool.c 2007-04-15 17:40:21.000000000 +0200
--------------------------
No file to patch. Skipping patch.
3 out of 3 hunks ignored
./bluez_mipsel.sh: line 134: ./configure: Datei oder Verzeichnis nicht gefunden
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
--04:29:55-- [url]http://fritz.v3v.de/bluetooth/patches/bluez-utils-2.9_mipsel.patch[/url] => `bluez-utils-2.9_mipsel.patch'
Auflösen des Hostnamen »fritz.v3v.de«.... 85.214.42.52
Verbindungsaufbau zu fritz.v3v.de|85.214.42.52|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 10.005 (9.8K) [text/plain]
100%[====================================>] 10.005 --.--K/s
04:29:55 (135.51 KB/s) - »bluez-utils-2.9_mipsel.patch« gespeichert [10005/10005]
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/dund/Makefile.in bluez-utils-2.9/dund/Makefile.in
|--- bluez-utils-2.9.orig/dund/Makefile.in 2004-07-29 19:17:41.000000000 +0200
|+++ bluez-utils-2.9/dund/Makefile.in 2007-04-15 18:17:04.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 16
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/hcid/Makefile.in bluez-utils-2.9/hcid/Makefile.in
|--- bluez-utils-2.9.orig/hcid/Makefile.in 2004-07-29 19:17:42.000000000 +0200
|+++ bluez-utils-2.9/hcid/Makefile.in 2007-04-15 18:19:12.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 44
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/hcid/dbus.c bluez-utils-2.9/hcid/dbus.c
|--- bluez-utils-2.9.orig/hcid/dbus.c 2004-06-17 18:05:35.000000000 +0200
|+++ bluez-utils-2.9/hcid/dbus.c 2007-04-15 05:11:53.000000000 +0200
--------------------------
No file to patch. Skipping patch.
3 out of 3 hunks ignored
can't find file to patch at input line 77
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/hcid/hcid.h bluez-utils-2.9/hcid/hcid.h
|--- bluez-utils-2.9.orig/hcid/hcid.h 2004-06-17 18:05:35.000000000 +0200
|+++ bluez-utils-2.9/hcid/hcid.h 2007-04-15 05:25:36.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 95
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/hidd/Makefile.in bluez-utils-2.9/hidd/Makefile.in
|--- bluez-utils-2.9.orig/hidd/Makefile.in 2004-07-29 19:17:42.000000000 +0200
|+++ bluez-utils-2.9/hidd/Makefile.in 2007-04-15 18:19:31.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 123
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/pand/Makefile.in bluez-utils-2.9/pand/Makefile.in
|--- bluez-utils-2.9.orig/pand/Makefile.in 2004-07-29 19:17:42.000000000 +0200
|+++ bluez-utils-2.9/pand/Makefile.in 2007-04-15 18:19:58.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 148
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/pcmcia/Makefile.in bluez-utils-2.9/pcmcia/Makefile.in
|--- bluez-utils-2.9.orig/pcmcia/Makefile.in 2004-07-29 19:17:42.000000000 +0200
|+++ bluez-utils-2.9/pcmcia/Makefile.in 2007-04-15 18:20:10.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 160
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/rfcomm/Makefile.in bluez-utils-2.9/rfcomm/Makefile.in
|--- bluez-utils-2.9.orig/rfcomm/Makefile.in 2004-07-29 19:17:42.000000000 +0200
|+++ bluez-utils-2.9/rfcomm/Makefile.in 2007-04-15 18:20:44.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 181
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/scripts/Makefile.in bluez-utils-2.9/scripts/Makefile.in
|--- bluez-utils-2.9.orig/scripts/Makefile.in 2004-07-29 19:17:42.000000000 +0200
|+++ bluez-utils-2.9/scripts/Makefile.in 2007-04-15 18:21:08.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 202
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/sdpd/Makefile.in bluez-utils-2.9/sdpd/Makefile.in
|--- bluez-utils-2.9.orig/sdpd/Makefile.in 2004-07-29 19:17:43.000000000 +0200
|+++ bluez-utils-2.9/sdpd/Makefile.in 2007-04-15 18:21:28.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 223
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/test/Makefile.in bluez-utils-2.9/test/Makefile.in
|--- bluez-utils-2.9.orig/test/Makefile.in 2004-07-29 19:17:43.000000000 +0200
|+++ bluez-utils-2.9/test/Makefile.in 2007-04-15 18:21:42.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 235
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/tools/Makefile.in bluez-utils-2.9/tools/Makefile.in
|--- bluez-utils-2.9.orig/tools/Makefile.in 2004-07-29 19:17:43.000000000 +0200
|+++ bluez-utils-2.9/tools/Makefile.in 2007-04-15 18:22:04.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 256
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/tools/hcisecfilter.c bluez-utils-2.9/tools/hcisecfilter.c
|--- bluez-utils-2.9.orig/tools/hcisecfilter.c 2004-06-17 18:05:36.000000000 +0200
|+++ bluez-utils-2.9/tools/hcisecfilter.c 2007-04-15 05:23:21.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 269
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/tools/hcitool.c bluez-utils-2.9/tools/hcitool.c|--- bluez-utils-2.9.orig/tools/hcitool.c 2004-07-25 19:09:23.000000000 +0200
|+++ bluez-utils-2.9/tools/hcitool.c 2007-04-15 05:04:24.000000000 +0200
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 288
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur bluez-utils-2.9.orig/tools/sdptool.c bluez-utils-2.9/tools/sdptool.c|--- bluez-utils-2.9.orig/tools/sdptool.c 2004-07-25 19:09:23.000000000 +0200
|+++ bluez-utils-2.9/tools/sdptool.c 2007-04-15 05:22:34.000000000 +0200
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
./bluez_mipsel.sh: line 152: cd: bluez-utils-2.9: Datei oder Verzeichnis nicht gefunden
./bluez_mipsel.sh: line 153: ./configure: Datei oder Verzeichnis nicht gefunden
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
cp: Aufruf von stat für ⤸bluez-utils-2.4/hcid/hcid⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.4/rfcomm/rfcomm⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.4/tools/hciconfig⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.4/tools/hcitool⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.4/tools/hciattach⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.4/tools/l2ping⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.4/tools/ppporc⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.9/sdpd/sdpd⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.9/tools/ciptool⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.9/tools/sdptool⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.9/dund/dund⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.9/pand/pand⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.9/hidd/hidd⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸bluez-utils-2.9/tools/hcisecfilter⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸ppp_cvs_20070422/pppd/pppd⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
chmod: Zugriff auf ⤸./bin/*⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
mipsel-linux-strip: './bin/*': No such file
cp: Aufruf von stat für ⤸/home/slightly/Desktop/ds26-15.2/source/bluetooth/bin/*⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸/home/slightly/Desktop/ds26-15.2/source/bluetooth/bluez-libs-2.9/src/.libs/libbluetooth.so.1.0.9⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸/home/slightly/Desktop/ds26-15.2/source/bluetooth/hcid.conf⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸/home/slightly/Desktop/ds26-15.2/source/bluetooth/pin⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸/home/slightly/Desktop/ds26-15.2/source/bluetooth/bluepin⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für ⤸/home/slightly/Desktop/ds26-15.2/source/bluetooth/rc.bluetooth⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
chmod: Zugriff auf ⤸/home/slightly/Desktop/ds26-15.2/root/etc/init.d/rc.bluetooth⤽ nicht möglich: Datei oder Verzeichnis nicht gefunden
slightly@StinkyLinux:~/Desktop/ds26-15.2$