Package: gfxboot
Version: 4.1.40-1
Severity: wishlist
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

while your package is ANAIS for kfreebsd-*, it builds fine there (at
least on kfreebsd-i386), so you may want to add both architectures so
that it's tried on the buildds. I'm attaching a build log just in case.

It'd also be nice to request addition of your package with the “final”
set of architectures to P-a-s.

Thanks for considering.

Mraw,
KiBi.
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package gfxboot
dpkg-buildpackage: source version 4.1.40-1
dpkg-buildpackage: source changed by Daniel Baumann <dan...@debian.org>
dpkg-buildpackage: host architecture kfreebsd-i386
 fakeroot debian/rules clean
dh clean --with quilt
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
dh_auto_clean
make[2]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
make: Entering an unknown directory
make: *** themes/upstream: No such file or directory.  Stop.
make: Leaving an unknown directory
make -C doc distclean
make[3]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40/doc'
rm -rf *~ *.pdf *.html gfxboot.txt reference.xml *.dsl *.local
make[3]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40/doc'
make: Entering an unknown directory
make: *** themes/example*: No such file or directory.  Stop.
make: Leaving an unknown directory
make[2]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
/usr/bin/make -C doc clean
make[2]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40/doc'
rm -rf *~ *.pdf *.html gfxboot.txt reference.xml *.dsl *.local
make[2]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40/doc'
make[1]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
   dh_quilt_unpatch
Removing patch 04-dump-malloc-screen-size.patch
Restoring bincode.asm

Removing patch 03-bdf.patch
Restoring gfxboot-font.c

Removing patch 02-ctype.patch
Restoring gfxboot-compile.c

Removing patch 01-asprintf.patch
Restoring gfxboot-compile.c

No patches applied
   dh_clean
 debian/rules build
dh build --with quilt
   dh_testdir
   dh_quilt_patch
Applying patch 01-asprintf.patch
patching file gfxboot-compile.c

Applying patch 02-ctype.patch
patching file gfxboot-compile.c

Applying patch 03-bdf.patch
patching file gfxboot-font.c
Hunk #1 succeeded at 920 (offset 75 lines).

Applying patch 04-dump-malloc-screen-size.patch
patching file bincode.asm
Hunk #1 succeeded at 551 (offset 5 lines).
Hunk #2 succeeded at 2869 (offset 141 lines).

Now at patch 04-dump-malloc-screen-size.patch
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
dh_auto_build
make[2]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
gcc -g -Wall -Wno-pointer-sign -O2 -fomit-frame-pointer bin2c.c -o bin2c
../mk_vocabulary -c >vocabulary.h
../mk_vocabulary -a >vocabulary.inc
bin/trace_context bincode.asm
  32 bit: 16226 (of 16777)
nasm -f elf -O99 -o bincode.o -l bincode.lst bincode.asm
bincode.asm:3547: warning: signed byte value exceeds bounds
as --32 -ahlsn=jpeg.lst -o jpeg.o jpeg.S
ld -m elf_i386 --section-start .text=0 --oformat binary -Map bincode.map -o bincode bincode.o jpeg.o
../bin2c bincode >bincode.h
gcc -g -Wall -Wno-pointer-sign -O2 -fomit-frame-pointer gfxboot-compile.c -o gfxboot-compile
gfxboot-compile.c: In function 'parse_config':
gfxboot-compile.c:1001: warning: passing argument 1 of 'next_word' from incompatible pointer type
gfxboot-compile.c: In function 'optimize_code':
gfxboot-compile.c:1284: warning: value computed is not used
gcc -g -Wall -Wno-pointer-sign -O2 -fomit-frame-pointer -I /usr/include/freetype2 -lfreetype gfxboot-font.c -o gfxboot-font
gcc -g -Wall -Wno-pointer-sign -O2 -fomit-frame-pointer addblack.c -o addblack
make[2]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
/usr/bin/make -C doc doc
make[2]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40/doc'
../mkdoc ../bincode.asm >reference.xml
xmlto html-nochunks gfxboot.xml
xmlto txt gfxboot.xml
make[2]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40/doc'
make[1]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
   dh_auto_test
 fakeroot debian/rules binary
dh binary --with quilt
   dh_testroot
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
dh_auto_install -- DESTDIR=/srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp
make[2]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
install -d -m 755 /srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp/usr/sbin
perl -p -e 's/<VERSION>/4.1.40/' gfxboot >gfxboot~
install -m 755 gfxboot~ /srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp/usr/sbin/gfxboot
install -m 755 gfxtest /srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp/usr/sbin
install -m 755 gfxboot-compile gfxboot-font /srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp/usr/sbin
cp: cannot stat `themes/upstream/bootlogo': No such file or directory
sh: /srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp/etc/bootsplash/themes/upstream/cdrom/bootlogo: No such file or directory
sh: ../bootlogo: No such file or directory
install: cannot stat `themes/upstream/message': No such file or directory
install: cannot stat `themes/upstream/po/*.tr': No such file or directory
install: cannot stat `themes/upstream/help-boot/*.hlp': No such file or directory
total saved size: 0
     empty files: 0
cp: cannot stat `themes/openSUSE/bootlogo': No such file or directory
sh: /srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp/etc/bootsplash/themes/openSUSE/cdrom/bootlogo: No such file or directory
sh: ../bootlogo: No such file or directory
install: cannot stat `themes/openSUSE/message': No such file or directory
install: cannot stat `themes/openSUSE/po/*.tr': No such file or directory
install: cannot stat `themes/openSUSE/help-boot/*.hlp': No such file or directory
total saved size: 0
     empty files: 0
cp: cannot stat `themes/SLES/bootlogo': No such file or directory
sh: /srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp/etc/bootsplash/themes/SLES/cdrom/bootlogo: No such file or directory
sh: ../bootlogo: No such file or directory
install: cannot stat `themes/SLES/message': No such file or directory
install: cannot stat `themes/SLES/po/*.tr': No such file or directory
install: cannot stat `themes/SLES/help-boot/*.hlp': No such file or directory
total saved size: 0
     empty files: 0
cp: cannot stat `themes/SLED/bootlogo': No such file or directory
sh: /srv/storage/kibi/hack/gfxboot-4.1.40/debian/tmp/etc/bootsplash/themes/SLED/cdrom/bootlogo: No such file or directory
sh: ../bootlogo: No such file or directory
install: cannot stat `themes/SLED/message': No such file or directory
install: cannot stat `themes/SLED/po/*.tr': No such file or directory
install: cannot stat `themes/SLED/help-boot/*.hlp': No such file or directory
total saved size: 0
     empty files: 0
make[2]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
install -D -m 0644 doc/gfxboot.8 debian/gfxboot/usr/share/man/man1/gfxboot.1
# Correcting program location
mv debian/tmp/usr/sbin debian/tmp/usr/bin
sed -i -e 's|^.TH GFXBOOT 8|.TH GFXBOOT 1|' debian/gfxboot/usr/share/man/man1/gfxboot.1
# Removing useless files
rm -rf debian/tmp/etc
make[1]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
   debian/rules override_dh_install
make[1]: Entering directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
dh_install --fail-missing
make[1]: Leaving directory `/srv/storage/kibi/hack/gfxboot-4.1.40'
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_installcatalogs
   dh_installcron
   dh_installdebconf
   dh_installemacsen
   dh_installifupdown
   dh_installinfo
   dh_pysupport
   dh_installinit
   dh_installmenu
   dh_installmime
   dh_installmodules
   dh_installlogcheck
   dh_installlogrotate
   dh_installpam
   dh_installppp
   dh_installudev
   dh_installwm
   dh_installxfonts
   dh_bugfiles
   dh_lintian
   dh_gconf
   dh_icons
   dh_perl
   dh_usrlocal
   dh_link
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: unused substitution variable ${perl:Depends}
dpkg-gencontrol: warning: unused substitution variable ${perl:Depends}
   dh_md5sums
   dh_builddeb
dpkg-deb: building package `gfxboot' in `../gfxboot_4.1.40-1_kfreebsd-i386.deb'.
dpkg-deb: building package `gfxboot-dev' in `../gfxboot-dev_4.1.40-1_kfreebsd-i386.deb'.
 dpkg-genchanges -b >../gfxboot_4.1.40-1_kfreebsd-i386.changes
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
Now running lintian...
Finished running lintian.
Now signing changes and any dsc files...
 signfile gfxboot_4.1.40-1_kfreebsd-i386.changes Daniel Baumann <dan...@debian.org>
gpg: WARNING: using insecure memory!
gpg: please see http://www.gnupg.org/faq.html for more information
gpg: skipped "Daniel Baumann <dan...@debian.org>": secret key not available
gpg: /tmp/debsign.FLRKtFlU/gfxboot_4.1.40-1_kfreebsd-i386.changes: clearsign failed: secret key not available
debsign: gpg error occurred!  Aborting....

Reply via email to