ubuntuusers.de

Konsolenausgabe

Autor:
kolly
Datum:
6. November 2008 19:30
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
danjiel@ubuntu:~/usplash-theme-ubuntu-0.19$ dpkg-buildpackage -rfakeroot -uc -us
dpkg-buildpackage: setze CFLAGS auf Standardwert: -g -O2
dpkg-buildpackage: setze CPPFLAGS auf Standardwert: 
dpkg-buildpackage: setze LDFLAGS auf Standardwert: -Wl,-Bsymbolic-functions
dpkg-buildpackage: setze FFLAGS auf Standardwert: -g -O2
dpkg-buildpackage: setze CXXFLAGS auf Standardwert: -g -O2
dpkg-buildpackage: Quellpaket usplash-theme-meintheme
dpkg-buildpackage: Quellversion 0.19
dpkg-buildpackage: Quellen geändert durch Martin Pitt <martin.pitt@ubuntu.com>
dpkg-buildpackage: Host-Architektur i386
 fakeroot debian/rules clean
dh_testdir
rm -f build-stamp
/usr/bin/make clean
make[1]: Betrete Verzeichnis '/home/danjiel/usplash-theme-ubuntu-0.19'
rm -f *.png.c *.bdf.c *.c.o *.so
make[1]: Verlasse Verzeichnis '/home/danjiel/usplash-theme-ubuntu-0.19'
dh_clean
 dpkg-source -b usplash-theme-ubuntu-0.19
dpkg-source: Information: verwende Quellformat »1.0«
dpkg-source: Warnung: Quellverzeichnis »usplash-theme-ubuntu-0.19« lautet nicht <Quellpaket>-<UpstreamVersion> »usplash-theme-meintheme-0.19«
dpkg-source: Information: baue usplash-theme-meintheme in usplash-theme-meintheme_0.19.tar.gz
dpkg-source: Information: baue usplash-theme-meintheme in usplash-theme-meintheme_0.19.dsc
 debian/rules build
dh_testdir
/usr/bin/make
make[1]: Betrete Verzeichnis '/home/danjiel/usplash-theme-ubuntu-0.19'
make[1]: Zirkuläre Datei throbber_back.png <- throbber_back.png.c Abhängigkeit wird nicht verwendet.
pngtousplash throbber_back.png > throbber_back.png.c
gcc  -g -Wall -fPIC -o throbber_back.png.c.o -c throbber_back.png.c
make[1]: Zirkuläre Datei throbber_back_16.png <- throbber_back_16.png.c Abhängigkeit wird nicht verwendet.
pngtousplash throbber_back_16.png > throbber_back_16.png.c
gcc  -g -Wall -fPIC -o throbber_back_16.png.c.o -c throbber_back_16.png.c
make[1]: Zirkuläre Datei throbber_fore.png <- throbber_fore.png.c Abhängigkeit wird nicht verwendet.
pngtousplash throbber_fore.png > throbber_fore.png.c
gcc  -g -Wall -fPIC -o throbber_fore.png.c.o -c throbber_fore.png.c
make[1]: Zirkuläre Datei throbber_fore_16.png <- throbber_fore_16.png.c Abhängigkeit wird nicht verwendet.
pngtousplash throbber_fore_16.png > throbber_fore_16.png.c
gcc  -g -Wall -fPIC -o throbber_fore_16.png.c.o -c throbber_fore_16.png.c
make[1]: Zirkuläre Datei usplash_1024_768.png <- usplash_1024_768.png.c Abhängigkeit wird nicht verwendet.
pngtousplash usplash_1024_768.png > usplash_1024_768.png.c
gcc  -g -Wall -fPIC -o usplash_1024_768.png.c.o -c usplash_1024_768.png.c
make[1]: Zirkuläre Datei usplash_1365_768_scaled.png <- usplash_1365_768_scaled.png.c Abhängigkeit wird nicht verwendet.
pngtousplash usplash_1365_768_scaled.png > usplash_1365_768_scaled.png.c
gcc  -g -Wall -fPIC -o usplash_1365_768_scaled.png.c.o -c usplash_1365_768_scaled.png.c
make[1]: Zirkuläre Datei usplash_800_600.png <- usplash_800_600.png.c Abhängigkeit wird nicht verwendet.
pngtousplash usplash_800_600.png > usplash_800_600.png.c
gcc  -g -Wall -fPIC -o usplash_800_600.png.c.o -c usplash_800_600.png.c
make[1]: Zirkuläre Datei usplash_640_400.png <- usplash_640_400.png.c Abhängigkeit wird nicht verwendet.
pngtousplash usplash_640_400.png > usplash_640_400.png.c
gcc  -g -Wall -fPIC -o usplash_640_400.png.c.o -c usplash_640_400.png.c
make[1]: Zirkuläre Datei usplash_640_480.png <- usplash_640_480.png.c Abhängigkeit wird nicht verwendet.
pngtousplash usplash_640_480.png > usplash_640_480.png.c
gcc  -g -Wall -fPIC -o usplash_640_480.png.c.o -c usplash_640_480.png.c
make[1]: *** Keine Regel vorhanden, um das Target »usplash-theme-meintheme.c.o«, 
  benötigt von »usplash-theme-meintheme.so«, zu erstellen.  Schluss.
rm usplash_1024_768.png.c usplash_1365_768_scaled.png.c throbber_fore_16.png.c throbber_back.png.c usplash_640_480.png.c usplash_640_400.png.c throbber_back_16.png.c throbber_fore.png.c usplash_800_600.png.c
make[1]: Verlasse Verzeichnis '/home/danjiel/usplash-theme-ubuntu-0.19'
make: *** [build-stamp] Fehler 2
dpkg-buildpackage: Fehlschlag: debian/rules build gab Fehler-Exitstatus 2
danjiel@ubuntu:~/usplash-theme-ubuntu-0.19$