[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#70387: marked as done ([CVS-fixed] build dependancy for debhelper)



Your message dated 21 Nov 2000 00:26:01 -0500
with message-id <oapujphp5i.fsf@arroz.fake>
and subject line bugs closed in boot-floppies 2.2.18
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at maintonly) by bugs.debian.org; 28 Aug 2000 02:30:39 +0000
>From goswin.brederlow@student.uni-tuebingen.de Sun Aug 27 21:30:38 2000
Return-path: <goswin.brederlow@student.uni-tuebingen.de>
Received: from (ngi.de) [::ffff:195.243.0.244] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 13TEh4-0002lN-00; Sun, 27 Aug 2000 21:30:38 -0500
Received: (qmail 30497 invoked from network); 28 Aug 2000 02:25:11 -0000
Received: from p3e9e1487.dip0.t-ipconnect.de (HELO dual.intern.brederlow.de) (62.158.20.135)
  by 195.243.0.244 with SMTP; 28 Aug 2000 02:25:11 -0000
Received: from mrvn by dual.intern.brederlow.de with local (Exim 3.12 #1 (Debian))
	id 13TMB0-0003yt-00
	for <maintonly@bugs.debian.org>; Mon, 28 Aug 2000 12:30:02 +0200
From: Goswin Brederlow <goswin.brederlow@student.uni-tuebingen.de>
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: automatic build fails for potato
Message-Id: <E13TMB0-0003yt-00@dual.intern.brederlow.de>
Date: Mon, 28 Aug 2000 12:30:02 +0200
Delivered-To: maintonly@bugs.debian.org

Package: boot-floppies
Version: N/A; reported 2000-08-28
Severity: normal


*** explain.txt
I compiled all packages that have no "Build-Depends" in potato/main/Sources.gz.
Your package failed to build together with about 1700 other packages.

Since you have no "Build-Depends" you eigther forgot that your package
build-depends on something (like debhelper?) or you don't know about
build dependencies.

The releavnt fields are descibed in:
http://www.at.debian.org/doc/packaging-manuals/packaging.html/ch-relationships.html#s8.7

Please add build dependencies to your package or correct what ever else
caused the package not to build. If you already did so for woody, please
just close this bug report. If your Package is one of the rare cases with
a Build-Depends-Indep and I overlooked it, also please just close.

May the Source be with you.
			Goswin

The compilation logfiles follows:
*** boot-floppies/boot-floppies.log
Reading Package Lists...
Building Dependency Tree...
Need to get 2666kB of source archives.
Get:1 ftp://alpha potato/main boot-floppies 2.2.16 (dsc) [605B]
Get:2 ftp://alpha potato/main boot-floppies 2.2.16 (tar) [2665kB]
Fetched 2666kB in 2s (897kB/s)
dpkg-source: extracting boot-floppies in boot-floppies-2.2.16
dpkg-source: extracting boot-floppies in boot-floppies-2.2.16
dpkg-buildpackage: source package is boot-floppies
dpkg-buildpackage: source version is 2.2.16
dpkg-buildpackage: source maintainer is Adam Di Carlo <aph@debian.org>
 debian/rules clean DEB_BUILD_ARCH=i386 DEB_BUILD_GNU_CPU=i386 DEB_BUILD_GNU_SYSTEM=linux DEB_BUILD_GNU_TYPE=i386-linux DEB_HOST_ARCH=i386 DEB_HOST_GNU_CPU=i386 DEB_HOST_GNU_SYSTEM=linux DEB_HOST_GNU_TYPE=i386-linux
test -f rootdisk.sh -a -f debian/rules
make -i distclean
find: /archive/debian/Incoming/: No such file or directory
find: /archive/debian/local/: No such file or directory
find: /archive/debian/dists/potato/main/binary-i386: No such file or directory
make[1]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16'
make -C utilities distclean
make[2]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities'
rm -f *.o *.bak
set -e; for i in libfdisk dbootstrap busybox writemaps lowmemrd; do make -C $i clean; done
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/libfdisk'
rm -f fdisk.o partbl_msdos.o partbl_osf.o partbl_sun.o partbl_amiga.o partbl_atari.o partbl_mac.o libfdisk.a testing.o
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/libfdisk'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap'
set -e;					\
  touch -a lang.h;			\
  echo ".depend/util : util.c" > .depend/util; \
  echo >> .depend/util;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' util.c |		\
    sed -e 's,\(util\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(util\.c\),.translated/\1,' >> .depend/util; \
  touch -m .depend/util;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/tzconfig : tzconfig.c" > .depend/tzconfig; \
  echo >> .depend/tzconfig;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' tzconfig.c |		\
    sed -e 's,\(tzconfig\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(tzconfig\.c\),.translated/\1,' >> .depend/tzconfig; \
  touch -m .depend/tzconfig;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/select_not_mounted : select_not_mounted.c" > .depend/select_not_mounted; \
  echo >> .depend/select_not_mounted;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' select_not_mounted.c |		\
    sed -e 's,\(select_not_mounted\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(select_not_mounted\.c\),.translated/\1,' >> .depend/select_not_mounted; \
  touch -m .depend/select_not_mounted;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/release_notes : release_notes.c" > .depend/release_notes; \
  echo >> .depend/release_notes;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' release_notes.c |		\
    sed -e 's,\(release_notes\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(release_notes\.c\),.translated/\1,' >> .depend/release_notes; \
  touch -m .depend/release_notes;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/reboot_system : reboot_system.c" > .depend/reboot_system; \
  echo >> .depend/reboot_system;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' reboot_system.c |		\
    sed -e 's,\(reboot_system\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(reboot_system\.c\),.translated/\1,' >> .depend/reboot_system; \
  touch -m .depend/reboot_system;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/powermac : powermac.c" > .depend/powermac; \
  echo >> .depend/powermac;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' powermac.c |		\
    sed -e 's,\(powermac\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(powermac\.c\),.translated/\1,' >> .depend/powermac; \
  touch -m .depend/powermac;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/pcmcia : pcmcia.c" > .depend/pcmcia; \
  echo >> .depend/pcmcia;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' pcmcia.c |		\
    sed -e 's,\(pcmcia\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(pcmcia\.c\),.translated/\1,' >> .depend/pcmcia; \
  touch -m .depend/pcmcia;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/partition_config : partition_config.c" > .depend/partition_config; \
  echo >> .depend/partition_config;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' partition_config.c |		\
    sed -e 's,\(partition_config\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(partition_config\.c\),.translated/\1,' >> .depend/partition_config; \
  touch -m .depend/partition_config;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/netconfig : netconfig.c" > .depend/netconfig; \
  echo >> .depend/netconfig;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' netconfig.c |		\
    sed -e 's,\(netconfig\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(netconfig\.c\),.translated/\1,' >> .depend/netconfig; \
  touch -m .depend/netconfig;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/net-fetch : net-fetch.c" > .depend/net-fetch; \
  echo >> .depend/net-fetch;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' net-fetch.c |		\
    sed -e 's,\(net-fetch\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(net-fetch\.c\),.translated/\1,' >> .depend/net-fetch; \
  touch -m .depend/net-fetch;
net-fetch.c:30: warning: No include path in which to find newt.h
set -e;					\
  touch -a lang.h;			\
  echo ".depend/main_menu : main_menu.c" > .depend/main_menu; \
  echo >> .depend/main_menu;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' main_menu.c |		\
    sed -e 's,\(main_menu\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(main_menu\.c\),.translated/\1,' >> .depend/main_menu; \
  touch -m .depend/main_menu;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/main : main.c" > .depend/main; \
  echo >> .depend/main;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' main.c |		\
    sed -e 's,\(main\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(main\.c\),.translated/\1,' >> .depend/main; \
  touch -m .depend/main;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/losetup : losetup.c" > .depend/losetup; \
  echo >> .depend/losetup;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' losetup.c |		\
    sed -e 's,\(losetup\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(losetup\.c\),.translated/\1,' >> .depend/losetup; \
  touch -m .depend/losetup;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/kbdconfig : kbdconfig.c" > .depend/kbdconfig; \
  echo >> .depend/kbdconfig;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' kbdconfig.c |		\
    sed -e 's,\(kbdconfig\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(kbdconfig\.c\),.translated/\1,' >> .depend/kbdconfig; \
  touch -m .depend/kbdconfig;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/interactive_shell : interactive_shell.c" > .depend/interactive_shell; \
  echo >> .depend/interactive_shell;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' interactive_shell.c |		\
    sed -e 's,\(interactive_shell\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(interactive_shell\.c\),.translated/\1,' >> .depend/interactive_shell; \
  touch -m .depend/interactive_shell;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/http-fetch : http-fetch.c" > .depend/http-fetch; \
  echo >> .depend/http-fetch;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' http-fetch.c |		\
    sed -e 's,\(http-fetch\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(http-fetch\.c\),.translated/\1,' >> .depend/http-fetch; \
  touch -m .depend/http-fetch;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/floppy_merge : floppy_merge.c" > .depend/floppy_merge; \
  echo >> .depend/floppy_merge;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' floppy_merge.c |		\
    sed -e 's,\(floppy_merge\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(floppy_merge\.c\),.translated/\1,' >> .depend/floppy_merge; \
  touch -m .depend/floppy_merge;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/extract_kernel : extract_kernel.c" > .depend/extract_kernel; \
  echo >> .depend/extract_kernel;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' extract_kernel.c |		\
    sed -e 's,\(extract_kernel\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(extract_kernel\.c\),.translated/\1,' >> .depend/extract_kernel; \
  touch -m .depend/extract_kernel;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/extract_base : extract_base.c" > .depend/extract_base; \
  echo >> .depend/extract_base;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' extract_base.c |		\
    sed -e 's,\(extract_base\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(extract_base\.c\),.translated/\1,' >> .depend/extract_base; \
  touch -m .depend/extract_base;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/choose_medium : choose_medium.c" > .depend/choose_medium; \
  echo >> .depend/choose_medium;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' choose_medium.c |		\
    sed -e 's,\(choose_medium\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(choose_medium\.c\),.translated/\1,' >> .depend/choose_medium; \
  touch -m .depend/choose_medium;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/choose_lang : choose_lang.c" > .depend/choose_lang; \
  echo >> .depend/choose_lang;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' choose_lang.c |		\
    sed -e 's,\(choose_lang\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(choose_lang\.c\),.translated/\1,' >> .depend/choose_lang; \
  touch -m .depend/choose_lang;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/boxes : boxes.c" > .depend/boxes; \
  echo >> .depend/boxes;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' boxes.c |		\
    sed -e 's,\(boxes\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(boxes\.c\),.translated/\1,' >> .depend/boxes; \
  touch -m .depend/boxes;
boxes.c:8: warning: No include path in which to find slang.h
boxes.c:9: warning: No include path in which to find newt.h
set -e;					\
  touch -a lang.h;			\
  echo ".depend/bootconfig : bootconfig.c" > .depend/bootconfig; \
  echo >> .depend/bootconfig;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' bootconfig.c |		\
    sed -e 's,\(bootconfig\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(bootconfig\.c\),.translated/\1,' >> .depend/bootconfig; \
  touch -m .depend/bootconfig;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/block_device : block_device.c" > .depend/block_device; \
  echo >> .depend/block_device;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' block_device.c |		\
    sed -e 's,\(block_device\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(block_device\.c\),.translated/\1,' >> .depend/block_device; \
  touch -m .depend/block_device;
set -e;					\
  touch -a lang.h;			\
  echo ".depend/baseconfig : baseconfig.c" > .depend/baseconfig; \
  echo >> .depend/baseconfig;				\
  gcc -MM -D_GNU_SOURCE -DBUILDTIME='"2000.08.28-05:17+0000"' -DARCH='"i386"' -DARCHNAME='"i386"' -DKERNEL_VERSION_CODE=131584 -DKVER='""' baseconfig.c |		\
    sed -e 's,\(baseconfig\)\.o[ :]*,\1.o \1.test.o : ,g' | \
    sed -e 's,\(baseconfig\.c\),.translated/\1,' >> .depend/baseconfig; \
  touch -m .depend/baseconfig;
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap'
make -C po clean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/po'
rm -f *.mo *.trm *~ C.po
rm -rf utf
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/po'
make -C langs clean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/langs'
rm -f english.xml russian.xml polish.xml portuguese.xml french.xml czech.xml german.xml hungarian.xml turkish.xml japanese.xml swedish.xml *.o lc list bf-info langs.c langs.asm list iconv.so *.pyc 
rm -rf doc.html bf-localization.txt
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/langs'
rm -rf targetdir_test
rm -f dbootstrap dbootstrap_g *.o *_test .translated/*
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox'
rm -f busybox.links *~ *.o core
rm -rf _install
cd tests && make clean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox/tests'
rm -rf cp_tests cp_*.{gnu,bb} cp
rm -rf ln_tests ln_*.{gnu,bb} ln
rm -rf mv_tests mv_*.{gnu,bb} mv
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox/tests'
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/writemaps'
rm -f core *.o analyze.c loadkeys.c loadkeys
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/writemaps'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/lowmemrd'
rm -f *.o 
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/lowmemrd'
rm -f floppy_split
set -e; for i in libfdisk dbootstrap busybox writemaps lowmemrd; do make -C $i distclean; done
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/libfdisk'
rm -f fdisk.o partbl_msdos.o partbl_osf.o partbl_sun.o partbl_amiga.o partbl_atari.o partbl_mac.o libfdisk.a testing.o
rm -f  *.depend
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/libfdisk'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap'
make -C po clean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/po'
rm -f *.mo *.trm *~ C.po
rm -rf utf
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/po'
make -C langs clean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/langs'
rm -f english.xml russian.xml polish.xml portuguese.xml french.xml czech.xml german.xml hungarian.xml turkish.xml japanese.xml swedish.xml *.o lc list bf-info langs.c langs.asm list iconv.so *.pyc 
rm -rf doc.html bf-localization.txt
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/langs'
rm -rf targetdir_test
rm -f dbootstrap dbootstrap_g *.o *_test .translated/*
make -C po maintainer-clean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/po'
rm -f *.mo *.trm *~ C.po
rm -rf utf
rm -f dbootstrap.pot
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/po'
make -C langs distclean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/langs'
rm -f english.xml russian.xml polish.xml portuguese.xml french.xml czech.xml german.xml hungarian.xml turkish.xml japanese.xml swedish.xml *.o lc list bf-info langs.c langs.asm list iconv.so *.pyc 
rm -rf doc.html bf-localization.txt
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap/langs'
rm -f .depend/* lang.h .translated/* test.trm C.mo kbddefault.h
rm -f .tmp.*		# legacy translated files
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/dbootstrap'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox'
rm -f busybox.links *~ *.o core
rm -rf _install
cd tests && make clean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox/tests'
rm -rf cp_tests cp_*.{gnu,bb} cp
rm -rf ln_tests ln_*.{gnu,bb} ln
rm -rf mv_tests mv_*.{gnu,bb} mv
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox/tests'
rm -f busybox
cd tests && make distclean
make[4]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox/tests'
rm -rf cp_tests cp_*.{gnu,bb} cp
rm -rf ln_tests ln_*.{gnu,bb} ln
rm -rf mv_tests mv_*.{gnu,bb} mv
make[4]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox/tests'
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/busybox'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/writemaps'
rm -f core *.o analyze.c loadkeys.c loadkeys
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/writemaps'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/lowmemrd'
rm -f *.o 
rm -f linuxrc zcat
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities/lowmemrd'
make[2]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/utilities'
make -C documentation distclean
make[2]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/documentation'
rm -rf arch
rm -f messages.ent dynamic.ent
rm -f dynamic_*.ent
rm -f index.en.html install.en.txt install.html/install.en.html dselect-beginner.html/dselect-beginner.en.html dselect-beginner.en.txt cfdisk.txt fdisk.txt install.en.pdf
rm -rf install*.html dselect-beginner*.html release-notes*.html
rm -f *fdisk*.txt release-notes*.txt dselect-beginner*.txt install*.txt
rm -f messages*.ent
rm -f *~ *.log *.aux *.bak *.out *.sasp *.toc *.tex *.dvi *.pdf *.ps
rm -f *.sasp-* \#*
set -e ; for dir in `find . -type d -mindepth 1 -maxdepth 1`; do\
    [ ! -f $dir/Makefile ] || make -C "$dir" clean		;\
done
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/documentation/fi'
rm -f sanakirja.englanti-suomi sanakirja.suomi-englanti
rm -f dictionary-finnish-english.ent dictionary-english-finnish.ent
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/documentation/fi'
make[3]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/documentation/ru'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/documentation/ru'
rm -f  *.orig
make[2]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/documentation'
make -C powerpc-specials clean
make[2]: Entering directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/powerpc-specials'
rm -f install-*.txt BootX* bootvars* yaboot* ybin*
make[2]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16/powerpc-specials'
rm -f *.bin *.tgz sys_map*.gz config*.gz linux* modcont* core	\
	base-contents.txt 			\
	root*.tar.gz silo1440k* tftpboot*.img *.tmp *.o
rm -f `find -name \*~` disks-i386
rm -f `find -name '.#*'`
rm -rf release updates check_basedeps /var/tmp/boot-floppies
make[1]: Leaving directory `/mnt/raid0/builder/tmp/boot-floppies-2.2.16'
dh_clean
make: dh_clean: Command not found
make: *** [clean] Error 127
Build command 'cd boot-floppies-2.2.16 && dpkg-buildpackage -b -uc' failed.
E: Child process failed


-- System Information
Debian Release: 2.2
Architecture: i386
Kernel: Linux dual 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686


---------------------------------------
Received: (at 70387-done) by bugs.debian.org; 21 Nov 2000 05:25:23 +0000
>From adam@onshore.com Mon Nov 20 23:25:23 2000
Return-path: <adam@onshore.com>
Received: from (burrito.onshore.com) [64.22.101.122] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 13y5vm-0004F0-00; Mon, 20 Nov 2000 23:25:22 -0600
Received: from arroz.fake (localhost [127.0.0.1])
	by burrito.onshore.com (Postfix) with ESMTP
	id CCB6F93802; Tue, 21 Nov 2000 00:26:01 -0500 (EST)
Sender: apharris@burrito.onshore.com
To: 31865-done@bugs.debian.org, 40775-done@bugs.debian.org,
	49172-done@bugs.debian.org, 64823-done@bugs.debian.org,
	70387-done@bugs.debian.org, 70871-done@bugs.debian.org,
	71532-done@bugs.debian.org, 72870-done@bugs.debian.org,
	74322-done@bugs.debian.org, 76408-done@bugs.debian.org,
	77425-done@bugs.debian.org, 77459-done@bugs.debian.org
Subject: bugs closed in boot-floppies 2.2.18
From: Adam Di Carlo <adam@onshore.com>
Date: 21 Nov 2000 00:26:01 -0500
Message-ID: <oapujphp5i.fsf@arroz.fake>
Lines: 72
User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: 70387-done@bugs.debian.org

   
The bug you filed against the boot-floppies package has been closed in
the most recent boot-floppies, 2.2.18, now in Potato (for i386
anyhow).  The changelog for that version is included.

Please let us know if you still have the problem, even in the newest
version.  

Thank you for helping Debian build a better installation systenm.

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>

 boot-floppies (2.2.18) stable; urgency=low
 .
   * build with Debian 2.2r1 plus updates (closes: Bug#77459)
   * Adam Di Carlo:
     - i386 and sparc use kernel 2.2.18pre21
       (closes: Bug#77425)
     - Makefiles: clean is a bit cleaner
     - release.sh (i386): also put kernel configs in TOP/<flavor> (hey,
       it's a small file); don't leave stranded release/kernel-config file,
       put it in the bf-common tarball
     - rootdisk.sh: add pcd0 device mknod (closes: Bug#74322), which
       MAKEDEV doesn't know about; add gscd and cm206cd devices; remove
       some hacks on device creation due to bugs fixed in MAKEDEV
     - dbootstrap: quiet bootarg makes more things shut up; disable the
       check for root filesystem being on extended partition while LILO is
       going on the MBR, because LILO supports this now (closes: Bug#64823);
       add new fullscreen_execlog utility function
     - debian/control: add Build-Depends and Build-Depends-Indep
       (closes: Bug#70387); remove required package from depends
     - documentation: fix links to dselect-beginner (closes: Bug#72870);
       add a section in the first chapter talking about where to get Debian
       (closes: Bug#71532); other corrections (closes: Bug#70871); fix
       linux history link (closes: Bug#76408); enable Polish and Russian
       documentation now that newer debiandoc-sgml is in Potato; give
       example TFTP file name on SPARC (closes: Bug#40775); mention
       problems with booting from IPX (closes: Bug#49172); when reporting
       bugs on i386, you must report the flavor
   * Josip Rodin:
     - documentation: update non-US package numbers
   * Eric VanBuggenhaut: French updates
   * Marcin Owsiany <porridge@pandora.info.bielsko.pl>:
     - Polish updates
     - documentation/doc-check script added to help translators stay
       up-to-date
     - LANGUAGE_CHOOSER integration (closes: Bug#31865) detailed
       descriptions follow
 .
       NOTE: i18n integration is not quite complete, but it is very very
             close; it has specifically been kept out of the mainline
             version due to some bugs which are expected to be fixed shortly
 .
     - moved bf-utf from its module to utilities, modified relevant files
       accordingly
     - Makefile: added conditional build time depends on libpng2-dev
       and libpopt-dev
     - rootdisk.sh: uses LANGUAGE_CHOOSER for compact and idepci i386 flavors,
       in which case it: uses more blocks, adds  fb0 ptyp ptyq ptyr ptys
       devices, includes a font for bterm, includes a wrapper 'udbootstrap'
       and modifies inittab accordingly, includes libutf8_plug.so, bterm,
       all messages files, lc-enabled dbootstrap
       removed redundand '$' from awk invocations
     - utilities/bogl/Makefile: added bterm's font reduction to build process
     - utilitise/dbootstrap/Makefile: added rules necessary for creation of
       'dbootstrap-lc' - a language-chooser enabled dbootstrap, added configure
       runs to generation of libnewt and libslang
     - utilities/dbootstrap/po/Makefile: build both normal and utf messages
       files by default
     - added removal of necessary files to clean rules
   * Gleydson Mazioli da Silva: Portuguese updates



Reply to: