On Sun, 23 Mar 2008, Robert Millan wrote:

> On Sun, Mar 23, 2008 at 06:41:12PM +0100, maximilian attems wrote:
> > On Sun, 23 Mar 2008, Robert Millan wrote:
> > 
> > > Attached patch fixed FTBFS on parallel builds (dpkg-buildpackage -j).
> > 
> > hmm tried it out,
> > but i do not pretend to understand that Makefile as a simple
> > make all just fails, but with your patch applied also does
> > debuild -B
> > 
> > ln -sf /lib/libusplash.so.0 
> > /home/max/src/usplash/debian/tmp/lib/libusplash.so
> > /usr/bin/install -c -m 755 bogl/pngtobogl 
> > /home/max/src/usplash/debian/tmp/usr/bin/pngtousplash
> > /usr/bin/install: cannot stat `bogl/pngtobogl': No such file or directory
> > make[1]: *** [install] Error 1
> > make[1]: Leaving directory `/home/max/src/usplash'
> > make: *** [install] Error 2
> > debuild: fatal error at line 1253:
> > fakeroot debian/rules binary-arch failed
> 
> How odd.  I see what could go wrong, but can't reproduce it myself.  Let me
> know if this one works better.

same error
 ls -l bogl/pngtobogl*
 -rw-r--r-- 1 max max  3812 2007-10-15 11:20 bogl/pngtobogl.c
 -rw-r--r-- 1 max max 16976 2008-03-23 21:42 bogl/pngtobogl.o

append the build log if that helps?
 fakeroot debian/rules clean
dh_testdir
rm -f build-stamp
/usr/bin/make clean
make[1]: Entering directory `/home/max/src/usplash'
/usr/bin/make -C bogl clean
make[2]: Entering directory `/home/max/src/usplash/bogl'
rm -rf reduce-font bterm bdftobogl pngtobogl *.o helvB10.c helvB12.c helvR10.c 
timBI18.c tux75.c *-test lang.h tmp.*.c bowl-boxes libbogl.a 
unifont-reduced.bgf unifont-reduced.bdf
rm -f bogl.lo bogl-font.lo bogl-cfb.lo bogl-pcfb.lo bogl-tcfb.lo bogl-vga16.lo 
arrow.lo boml.lo bowl.lo symbol.lo helvB10.lo helvB12.lo helvR10.lo timBI18.lo 
tux75.lo bowl-boxes.lo libbogl.so.0.1
rm -f .depend
make[2]: Leaving directory `/home/max/src/usplash/bogl'
/usr/bin/make -C svgalib clean
make[2]: Entering directory `/home/max/src/usplash/svgalib'
(cd /home/max/src/usplash/svgalib/src; /usr/bin/make clean)
make[3]: Entering directory `/home/max/src/usplash/svgalib/src'
rm -f .depend.src *~ *.o mouse/*.o keyboard/*.o mouse/*~ keyboard/*~ \
                ramdac/*.o clockchip/*.o ramdac/*~ clockchip/*~ \
                libvga.a libvga.so.1.4.3 *.bak */*.bak
make[3]: Leaving directory `/home/max/src/usplash/svgalib/src'
(cd /home/max/src/usplash/svgalib/gl; /usr/bin/make clean)
make[3]: Entering directory `/home/max/src/usplash/svgalib/gl'
rm -f .depend.gl *.bak *.o *~ libvgagl.a libvgagl.so*
make[3]: Leaving directory `/home/max/src/usplash/svgalib/gl'
find . \( -name '.depend*' -o -name '*~*' \) -exec rm {} \;
rm -rf sharedlib/[!l]* sharedlib/l[!i]* sharedlib/li[!b]* staticlib
rm -rf sharedlib/*.a
mkdir -p sharedlib
touch sharedlib/DISTRIBUTION
rm -rf sharedlib
make[2]: Leaving directory `/home/max/src/usplash/svgalib'
rm -f usplash usplash_write  usplash_write.o libusplash.so*
rm -f *~        
rm -f *.o
make[1]: Leaving directory `/home/max/src/usplash'
dh_clean
 debian/rules build
dh_testdir
/usr/bin/make "BACKEND=svga"
make[1]: Entering directory `/home/max/src/usplash'
gcc -Ibogl -g -Wall -fPIC -DSVGA -o libusplash.o -c libusplash.c
libusplash.c: In function ‘set_font’:
libusplash.c:381: warning: pointer targets in assignment differ in signedness
libusplash.c: In function ‘usplash_save_font’:
libusplash.c:418: warning: pointer targets in assignment differ in signedness
libusplash.c: In function ‘usplash_restore_font’:
libusplash.c:426: warning: pointer targets in passing argument 4 of ‘set_font’ 
differ in signedness
libusplash.c: In function ‘usplash_setup’:
libusplash.c:457: warning: unused variable ‘res’
/usr/bin/make -C bogl pngtobogl
make[2]: Entering directory `/home/max/src/usplash/bogl'
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o pngtobogl.o -c pngtobogl.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o pngtobogl pngtobogl.o -lgd -lpng -lm
make[2]: Leaving directory `/home/max/src/usplash/bogl'
bogl/pngtobogl usplash-testcard.png > usplash-testcard.c
gcc -Ibogl -g -Wall -fPIC -DSVGA -o usplash-testcard.o -c usplash-testcard.c
gcc -Ibogl -g -Wall -fPIC -DSVGA -o usplash-testcard-theme.o -c 
usplash-testcard-theme.c
usplash-testcard-theme.c:37: warning: initialization from incompatible pointer 
type
usplash-testcard-theme.c:38: warning: initialization from incompatible pointer 
type
gcc -Ibogl -g -Wall -fPIC -DSVGA -o usplash_svga.o -c usplash_svga.c
usplash_svga.c: In function ‘usplash_svga_init’:
usplash_svga.c:137: warning: unused variable ‘mode’
usplash_svga.c: In function ‘usplash_svga_text’:
usplash_svga.c:201: warning: suggest explicit braces to avoid ambiguous ‘else’
usplash_svga.c: In function ‘usplash_svga_put_part’:
usplash_svga.c:245: warning: pointer targets in initialization differ in 
signedness
usplash_svga.c:246: warning: pointer targets in initialization differ in 
signedness
gcc -Ibogl -g -Wall -fPIC -DSVGA -o usplash_bogl.o -c usplash_bogl.c
/usr/bin/make -C bogl helvB10.o
make[2]: Entering directory `/home/max/src/usplash/bogl'
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o bogl.o -c bogl.c
bogl.c: In function ‘init_fb’:
bogl.c:282: warning: assignment from incompatible pointer type
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o bogl-font.o -c bogl-font.c
bogl-font.c: In function ‘bogl_read_bdf’:
bogl-font.c:301: warning: pointer targets in assignment differ in signedness
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o bogl-cfb.o -c bogl-cfb.c
In file included from bogl-cfb.c:30:
bogl-cfb.h:35: warning: ‘packed’ attribute ignored for field of type ‘unsigned 
char[3]’
bogl-cfb.h: In function ‘memset_24’:
bogl-cfb.h:124: warning: cast from pointer to integer of different size
bogl-cfb.c: In function ‘memset_var’:
bogl-cfb.c:58: warning: cast from pointer to integer of different size
bogl-cfb.c:82: warning: cast from pointer to integer of different size
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o bogl-pcfb.o -c bogl-pcfb.c
In file included from bogl-pcfb.c:35:
bogl-cfb.h:35: warning: ‘packed’ attribute ignored for field of type ‘unsigned 
char[3]’
bogl-cfb.h: In function ‘memset_24’:
bogl-cfb.h:124: warning: cast from pointer to integer of different size
bogl-pcfb.c: In function ‘bogl_pcfb_clear’:
bogl-pcfb.c:113: warning: pointer targets in assignment differ in signedness
bogl-pcfb.c: In function ‘bogl_pcfb_pointer’:
bogl-pcfb.c:285: warning: pointer targets in initialization differ in signedness
bogl-pcfb.c:303: warning: pointer targets in initialization differ in signedness
bogl-pcfb.c:334: warning: pointer targets in assignment differ in signedness
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o bogl-tcfb.o -c bogl-tcfb.c
In file included from bogl-tcfb.c:36:
bogl-cfb.h:35: warning: ‘packed’ attribute ignored for field of type ‘unsigned 
char[3]’
bogl-cfb.h: In function ‘memset_24’:
bogl-cfb.h:124: warning: cast from pointer to integer of different size
bogl-tcfb.c: In function ‘bogl_tcfb_clear’:
bogl-tcfb.c:140: warning: pointer targets in assignment differ in signedness
bogl-tcfb.c: In function ‘bogl_tcfb_pointer’:
bogl-tcfb.c:312: warning: pointer targets in initialization differ in signedness
bogl-tcfb.c:330: warning: pointer targets in initialization differ in signedness
bogl-tcfb.c:361: warning: pointer targets in assignment differ in signedness
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o bogl-vga16.o -c bogl-vga16.c
bogl-vga16.c: In function ‘bogl_vga16_pointer’:
bogl-vga16.c:566: warning: pointer targets in initialization differ in 
signedness
bogl-vga16.c:591: warning: pointer targets in initialization differ in 
signedness
bogl-vga16.c: In function ‘bogl_vga16_move’:
bogl-vga16.c:717: warning: assignment discards qualifiers from pointer target 
type
cc -O2 -g -D_GNU_SOURCE -fPIC -I../    bdftobogl.c bogl.o bogl-font.o 
bogl-cfb.o bogl-pcfb.o bogl-tcfb.o bogl-vga16.o   -o bdftobogl
./bdftobogl helvB10.bdf > helvB10.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o helvB10.o -c helvB10.c
rm helvB10.c
make[2]: Leaving directory `/home/max/src/usplash/bogl'
/usr/bin/make -C svgalib staticlib/libvgagl.a
make[2]: Entering directory `/home/max/src/usplash/svgalib'
mkdir -p staticlib/mouse
mkdir -p staticlib/keyboard
mkdir -p staticlib/ramdac
mkdir -p staticlib/clockchip
mkdir -p staticlib/joystick
mkdir -p staticlib/x86emu
(cd staticlib/; \
         /usr/bin/make -f /home/max/src/usplash/svgalib/src/Makefile libvgagl.a 
\
                srcdir="/home/max/src/usplash/svgalib" DLLFLAGS="" \
        )
make[3]: Entering directory `/home/max/src/usplash/svgalib/staticlib'
make -f /home/max/src/usplash/svgalib/gl/Makefile libvgagl.a 
srcdir="/home/max/src/usplash/svgalib" DLLFLAGS=""
make[4]: Entering directory `/home/max/src/usplash/svgalib/staticlib'
echo '# GL Module dependencies' >>.depend.gl
cc -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -MM 
/home/max/src/usplash/svgalib/gl/grlib.c 
/home/max/src/usplash/svgalib/gl/driver.c 
/home/max/src/usplash/svgalib/gl/line.c 
/home/max/src/usplash/svgalib/gl/palette.c 
/home/max/src/usplash/svgalib/gl/scale.c 
/home/max/src/usplash/svgalib/gl/text.c 
/home/max/src/usplash/svgalib/gl/font8x8.c 
/home/max/src/usplash/svgalib/gl/cbitmap.c 
/home/max/src/usplash/svgalib/gl/mem.c >>.depend.gl
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o grlib.o 
/home/max/src/usplash/svgalib/gl/grlib.c
/home/max/src/usplash/svgalib/gl/grlib.c: In function ‘gl_setcontextvga’:
/home/max/src/usplash/svgalib/gl/grlib.c:213: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/grlib.c:246: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/grlib.c: In function ‘gl_copyscreen’:
/home/max/src/usplash/svgalib/gl/grlib.c:767: warning: pointer targets in 
passing argument 1 of ‘vga_copytoplanar256’ differ in signedness
/home/max/src/usplash/svgalib/gl/grlib.c:778: warning: pointer targets in 
passing argument 1 of ‘vga_copytoplanar16’ differ in signedness
/home/max/src/usplash/svgalib/gl/grlib.c:781: warning: pointer targets in 
passing argument 1 of ‘vga_copytoplanar16’ differ in signedness
/home/max/src/usplash/svgalib/gl/grlib.c:789: warning: pointer targets in 
passing argument 1 of ‘vga_copytoplanar16’ differ in signedness
/home/max/src/usplash/svgalib/gl/grlib.c:830: warning: implicit declaration of 
function ‘__svgalib_memcpy4to3’
/home/max/src/usplash/svgalib/gl/grlib.c:848: warning: implicit declaration of 
function ‘__svgalib_memcpy32shift8’
/home/max/src/usplash/svgalib/gl/grlib.c:862: warning: implicit declaration of 
function ‘memcpy’
/home/max/src/usplash/svgalib/gl/grlib.c:862: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o driver.o 
/home/max/src/usplash/svgalib/gl/driver.c
/home/max/src/usplash/svgalib/gl/driver.c: In function 
‘__svgalib_driver8_putboxmask’:
/home/max/src/usplash/svgalib/gl/driver.c:291: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/driver.c: In function 
‘__svgalib_driver16_putboxmask’:
/home/max/src/usplash/svgalib/gl/driver.c:537: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/driver.c: In function 
‘__svgalib_driver24_putbox32’:
/home/max/src/usplash/svgalib/gl/driver.c:911: warning: implicit declaration of 
function ‘__svgalib_memcpy4to3’
/home/max/src/usplash/svgalib/gl/driver.c: In function 
‘__svgalib_driver24_putboxmask’:
/home/max/src/usplash/svgalib/gl/driver.c:1013: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/driver.c: In function 
‘__svgalib_driver32_putboxmask’:
/home/max/src/usplash/svgalib/gl/driver.c:1229: warning: pointer targets in 
assignment differ in signedness
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o line.o 
/home/max/src/usplash/svgalib/gl/line.c
/home/max/src/usplash/svgalib/gl/line.c: In function ‘gl_line’:
/home/max/src/usplash/svgalib/gl/line.c:299: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/line.c:316: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/line.c:334: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/line.c:352: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/line.c:393: warning: pointer targets in 
assignment differ in signedness
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o palette.o 
/home/max/src/usplash/svgalib/gl/palette.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o scale.o 
/home/max/src/usplash/svgalib/gl/scale.c
/home/max/src/usplash/svgalib/gl/scale.c: In function ‘gl_scalebox’:
/home/max/src/usplash/svgalib/gl/scale.c:158: warning: implicit declaration of 
function ‘memcpy’
/home/max/src/usplash/svgalib/gl/scale.c:158: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
/home/max/src/usplash/svgalib/gl/scale.c:194: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
/home/max/src/usplash/svgalib/gl/scale.c:232: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
/home/max/src/usplash/svgalib/gl/scale.c:268: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o text.o 
/home/max/src/usplash/svgalib/gl/text.c
/home/max/src/usplash/svgalib/gl/text.c: In function ‘gl_writen’:
/home/max/src/usplash/svgalib/gl/text.c:91: warning: pointer targets in passing 
argument 4 of ‘writecompressed’ differ in signedness
/home/max/src/usplash/svgalib/gl/text.c: In function ‘gl_nprintf’:
/home/max/src/usplash/svgalib/gl/text.c:125: warning: pointer targets in 
passing argument 1 of ‘vsnprintf’ differ in signedness
/home/max/src/usplash/svgalib/gl/text.c:168: warning: pointer targets in 
passing argument 4 of ‘gl_writen’ differ in signedness
/home/max/src/usplash/svgalib/gl/text.c: In function ‘expandcharacter’:
/home/max/src/usplash/svgalib/gl/text.c:255: warning: pointer targets in 
assignment differ in signedness
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o font8x8.o 
/home/max/src/usplash/svgalib/gl/font8x8.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o cbitmap.o 
/home/max/src/usplash/svgalib/gl/cbitmap.c
/home/max/src/usplash/svgalib/gl/cbitmap.c: In function 
‘gl_putboxmaskcompiledclip’:
/home/max/src/usplash/svgalib/gl/cbitmap.c:93: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/cbitmap.c:109: warning: implicit declaration 
of function ‘memcpy’
/home/max/src/usplash/svgalib/gl/cbitmap.c:109: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
/home/max/src/usplash/svgalib/gl/cbitmap.c:111: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
/home/max/src/usplash/svgalib/gl/cbitmap.c: In function ‘gl_putboxmaskcompiled’:
/home/max/src/usplash/svgalib/gl/cbitmap.c:170: warning: pointer targets in 
assignment differ in signedness
/home/max/src/usplash/svgalib/gl/cbitmap.c:180: warning: incompatible implicit 
declaration of built-in function ‘memcpy’
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -fomit-frame-pointer -O2 
-fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY -c -o mem.o 
/home/max/src/usplash/svgalib/gl/mem.c
rm -f libvgagl.a
ar rcs libvgagl.a grlib.o driver.o line.o palette.o scale.o text.o font8x8.o 
cbitmap.o mem.o 
make[4]: Leaving directory `/home/max/src/usplash/svgalib/staticlib'
make[3]: Leaving directory `/home/max/src/usplash/svgalib/staticlib'
make[2]: Leaving directory `/home/max/src/usplash/svgalib'
/usr/bin/make -C svgalib staticlib/libvga.a
make[2]: Entering directory `/home/max/src/usplash/svgalib'
(cd staticlib/; \
         /usr/bin/make -f /home/max/src/usplash/svgalib/src/Makefile libvga.a \
                srcdir="/home/max/src/usplash/svgalib" DLLFLAGS="" \
        )
make[3]: Entering directory `/home/max/src/usplash/svgalib/staticlib'
echo '# Module dependencies' >>.depend.src
cc -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-MM /home/max/src/usplash/svgalib/src/vga.c 
/home/max/src/usplash/svgalib/src/vgadraw.c 
/home/max/src/usplash/svgalib/src/vgaclear.c 
/home/max/src/usplash/svgalib/src/vgaline.c 
/home/max/src/usplash/svgalib/src/vgapix.c 
/home/max/src/usplash/svgalib/src/vgapal.c 
/home/max/src/usplash/svgalib/src/vgacol.c 
/home/max/src/usplash/svgalib/src/vgamodesel.c 
/home/max/src/usplash/svgalib/src/vgamisc.c 
/home/max/src/usplash/svgalib/src/vgadump.c 
/home/max/src/usplash/svgalib/src/vgaconvplanar.c 
/home/max/src/usplash/svgalib/src/vgaaccel.c 
/home/max/src/usplash/svgalib/src/timing.c 
/home/max/src/usplash/svgalib/src/vgaregs.c 
/home/max/src/usplash/svgalib/src/interface.c 
/home/max/src/usplash/svgalib/src/accel.c 
/home/max/src/usplash/svgalib/src/vgabgpage.c 
/home/max/src/usplash/svgalib/src/vgabgvt.c 
/home/max/src/usplash/svgalib/src/vgapci.c >>.depend.src
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE 
-DROOT_VC_SHORTCUT -DINCLUDE_VESA_DRIVER -c -o vga.o 
/home/max/src/usplash/svgalib/src/vga.c
/home/max/src/usplash/svgalib/src/vga.c: In function ‘restoretextmode’:
/home/max/src/usplash/svgalib/src/vga.c:1336: warning: implicit declaration of 
function ‘usplash_restore_font’
/home/max/src/usplash/svgalib/src/vga.c: In function 
‘__svgalib_releasevt_signal’:
/home/max/src/usplash/svgalib/src/vga.c:1659: warning: implicit declaration of 
function ‘usplash_done’
/home/max/src/usplash/svgalib/src/vga.c:1682: warning: implicit declaration of 
function ‘usplash_restore_console’
/home/max/src/usplash/svgalib/src/vga.c: In function ‘vga_setmode’:
/home/max/src/usplash/svgalib/src/vga.c:2239: warning: unused variable ‘ret’
/home/max/src/usplash/svgalib/src/vga.c: At top level:
/home/max/src/usplash/svgalib/src/vgaversion.h:2: warning: ‘versionstr’ defined 
but not used
/home/max/src/usplash/svgalib/src/vga.c:315: warning: ‘release_acquire’ defined 
but not used
/home/max/src/usplash/svgalib/src/vga.c:447: warning: ‘mouse_mode’ defined but 
not used
/home/max/src/usplash/svgalib/src/vga.c:1135: warning: ‘restore_text’ defined 
but not used
/home/max/src/usplash/svgalib/src/vga.c:2218: warning: ‘prepareforfontloading’ 
defined but not used
/home/max/src/usplash/svgalib/src/vga.c:2227: warning: ‘fontloadingcomplete’ 
defined but not used
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgadraw.o /home/max/src/usplash/svgalib/src/vgadraw.c
/home/max/src/usplash/svgalib/src/vgadraw.c: In function ‘vga_drawscansegment’:
/home/max/src/usplash/svgalib/src/vgadraw.c:514: warning: pointer targets in 
passing argument 1 of ‘RGB_swapped_memcpy’ differ in signedness
/home/max/src/usplash/svgalib/src/vgadraw.c:514: warning: pointer targets in 
passing argument 2 of ‘RGB_swapped_memcpy’ differ in signedness
/home/max/src/usplash/svgalib/src/vgadraw.c:545: warning: pointer targets in 
passing argument 1 of ‘RGB_swapped_memcpy’ differ in signedness
/home/max/src/usplash/svgalib/src/vgadraw.c:545: warning: pointer targets in 
passing argument 2 of ‘RGB_swapped_memcpy’ differ in signedness
/home/max/src/usplash/svgalib/src/vgadraw.c:548: warning: pointer targets in 
passing argument 1 of ‘RGB_swapped_memcpy’ differ in signedness
/home/max/src/usplash/svgalib/src/vgadraw.c:548: warning: pointer targets in 
passing argument 2 of ‘RGB_swapped_memcpy’ differ in signedness
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgaclear.o /home/max/src/usplash/svgalib/src/vgaclear.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgaline.o /home/max/src/usplash/svgalib/src/vgaline.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgapix.o /home/max/src/usplash/svgalib/src/vgapix.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgapal.o /home/max/src/usplash/svgalib/src/vgapal.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgacol.o /home/max/src/usplash/svgalib/src/vgacol.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgamodesel.o /home/max/src/usplash/svgalib/src/vgamodesel.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgamisc.o /home/max/src/usplash/svgalib/src/vgamisc.c
/home/max/src/usplash/svgalib/src/vgamisc.c: In function ‘vga_waitevent’:
/home/max/src/usplash/svgalib/src/vgamisc.c:327: warning: unused variable ‘fd’
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgadump.o /home/max/src/usplash/svgalib/src/vgadump.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgaconvplanar.o /home/max/src/usplash/svgalib/src/vgaconvplanar.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgaaccel.o /home/max/src/usplash/svgalib/src/vgaaccel.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o timing.o /home/max/src/usplash/svgalib/src/timing.c
/home/max/src/usplash/svgalib/src/timing.c:692: warning: ‘GTF_calcTimings’ 
defined but not used
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgaregs.o /home/max/src/usplash/svgalib/src/vgaregs.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o interface.o /home/max/src/usplash/svgalib/src/interface.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o accel.o /home/max/src/usplash/svgalib/src/accel.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgabgpage.o /home/max/src/usplash/svgalib/src/vgabgpage.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgabgvt.o /home/max/src/usplash/svgalib/src/vgabgvt.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgapci.o /home/max/src/usplash/svgalib/src/vgapci.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vgadrv.o /home/max/src/usplash/svgalib/src/vgadrv.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o modetab.o /home/max/src/usplash/svgalib/src/modetab.c
cc -Wall -Wstrict-prototypes  -I/home/max/src/usplash/svgalib/include -I. 
-I/home/max/src/usplash/svgalib/src -I/home/max/src/usplash/svgalib/src/config 
-fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -fPIC -DNO_ASSEMBLY 
-DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -g -c 
-o vesa.o /home/max/src/usplash/svgalib/src/vesa.c
/home/max/src/usplash/svgalib/src/vesa.c: In function ‘vesa_getmodeinfo’:
/home/max/src/usplash/svgalib/src/vesa.c:119: warning: cast from pointer to 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c:120: warning: cast from pointer to 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c: In function ‘vesa_modeavailable’:
/home/max/src/usplash/svgalib/src/vesa.c:170: warning: unused variable 
‘modeinfo’
/home/max/src/usplash/svgalib/src/vesa.c:169: warning: unused variable 
‘modetiming’
/home/max/src/usplash/svgalib/src/vesa.c:168: warning: unused variable ‘info’
/home/max/src/usplash/svgalib/src/vesa.c: In function ‘vesa_setmode’:
/home/max/src/usplash/svgalib/src/vesa.c:226: warning: cast from pointer to 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c:227: warning: cast from pointer to 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c: In function ‘vesa_test’:
/home/max/src/usplash/svgalib/src/vesa.c:281: warning: cast from pointer to 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c: In function ‘vesa_init’:
/home/max/src/usplash/svgalib/src/vesa.c:437: warning: cast from pointer to 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c:460: warning: cast to pointer from 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c:467: warning: cast from pointer to 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c:468: warning: cast from pointer to 
integer of different size
/home/max/src/usplash/svgalib/src/vesa.c: At top level:
/home/max/src/usplash/svgalib/src/vesa.c:34: warning: ‘vesa_regs_size’ defined 
but not used
/home/max/src/usplash/svgalib/src/vesa.c:37: warning: ‘LRMI_mem1’ defined but 
not used
rm -f libvga.a
ar rcs libvga.a vga.o vgadraw.o vgaclear.o vgaline.o vgapix.o vgapal.o vgacol.o 
vgamodesel.o vgamisc.o vgadump.o vgaconvplanar.o vgaaccel.o timing.o vgaregs.o 
interface.o accel.o vgabgpage.o vgabgvt.o vgapci.o      vgadrv.o modetab.o 
vesa.o 
make[3]: Leaving directory `/home/max/src/usplash/svgalib/staticlib'
make[2]: Leaving directory `/home/max/src/usplash/svgalib'
/usr/bin/make -C bogl libbogl.a
make[2]: Entering directory `/home/max/src/usplash/bogl'
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o arrow.o -c arrow.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o boml.o -c boml.c
boml.c: In function ‘inc’:
boml.c:334: warning: division by zero
boml.c: At top level:
boml.c:331: warning: ‘inc’ defined but not used
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o bowl.o -c bowl.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o symbol.o -c symbol.c
./bdftobogl helvB12.bdf > helvB12.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o helvB12.o -c helvB12.c
./bdftobogl helvR10.bdf > helvR10.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o helvR10.o -c helvR10.c
./bdftobogl timBI18.bdf > timBI18.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o timBI18.o -c timBI18.c
./pngtobogl tux75.png > tux75.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o tux75.o -c tux75.c
cc -O2 -g -D_GNU_SOURCE -fPIC -I../ -Wall -D_GNU_SOURCE -DBOGL_CFB_FB=1 
-DBOGL_VGA16_FB=1 -o bowl-boxes.o -c bowl-boxes.c
bowl-boxes.c:169:2: warning: #warning FIXME: mono detection
bowl-boxes.c:187:2: warning: #warning FIXME: kver test in stderrToTTY
bowl-boxes.c: In function ‘tz_dialogBox’:
bowl-boxes.c:489: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
rm -f libbogl.a
ar rcs libbogl.a bogl.o bogl-font.o bogl-cfb.o bogl-pcfb.o bogl-tcfb.o 
bogl-vga16.o arrow.o boml.o bowl.o symbol.o helvB10.o helvB12.o helvR10.o 
timBI18.o tux75.o bowl-boxes.o
rm tux75.c helvR10.c helvB12.c timBI18.c
make[2]: Leaving directory `/home/max/src/usplash/bogl'
gcc -Wl,-soname=libusplash.so.0 -shared -o libusplash.so.0 libusplash.o 
usplash-testcard.o usplash-testcard-theme.o usplash_svga.o usplash_bogl.o 
bogl/helvB10.o svgalib/staticlib/libvgagl.a svgalib/staticlib/libvga.a 
bogl/libbogl.a -ldl -lx86
ln -sf libusplash.so.0 libusplash.so
gcc -Ibogl -g -Wall -fPIC -DSVGA -c usplash.c -o usplash.o
gcc -g -Wall -fPIC -DSVGA  -o usplash usplash.o -L. -lusplash
gcc -Ibogl -g -Wall -fPIC -DSVGA -o usplash_write.o -c usplash_write.c
gcc -g -Wall -fPIC -DSVGA  -o usplash_write usplash_write.o
rm usplash-testcard.c bogl/pngtobogl
make[1]: Leaving directory `/home/max/src/usplash'
touch build-stamp
 fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
/usr/bin/make install DESTDIR=/home/max/src/usplash/debian/tmp
make[1]: Entering directory `/home/max/src/usplash'
/usr/bin/install -c -d /home/max/src/usplash/debian/tmp/sbin 
/home/max/src/usplash/debian/tmp/usr/sbin /home/max/src/usplash/debian/tmp/lib 
/home/max/src/usplash/debian/tmp/usr/include 
/home/max/src/usplash/debian/tmp/usr/bin
/usr/bin/install -c -m 755 usplash /home/max/src/usplash/debian/tmp/sbin
/usr/bin/install -c -m 755 usplash_write /home/max/src/usplash/debian/tmp/sbin
/usr/bin/install -c -m 755 usplash_down /home/max/src/usplash/debian/tmp/sbin
/usr/bin/install -c -m 755 update-usplash-theme 
/home/max/src/usplash/debian/tmp/usr/sbin
/usr/bin/install -c -m 755 libusplash.so.0 
/home/max/src/usplash/debian/tmp/lib/libusplash.so.0
ln -sf /lib/libusplash.so.0 /home/max/src/usplash/debian/tmp/lib/libusplash.so
/usr/bin/install -c -m 755 bogl/pngtobogl 
/home/max/src/usplash/debian/tmp/usr/bin/pngtousplash
/usr/bin/install: cannot stat `bogl/pngtobogl': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/max/src/usplash'
make: *** [install] Error 2

Reply via email to