Your message dated Fri, 8 Jul 2005 13:13:57 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Closing
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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Jun 2005 20:15:59 +0000
>From [EMAIL PROTECTED] Tue Jun 21 13:15:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from oxygen.oit.gatech.edu [130.207.167.63] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DkpA7-0005Nk-00; Tue, 21 Jun 2005 13:15:59 -0700
Received: by oxygen.oit.gatech.edu (Postfix, from userid 0)
        id B8DEDB00EA21; Tue, 21 Jun 2005 16:15:58 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Rick <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dfsbuild: fails to build image on i386, testing and unstable
X-Mailer: reportbug 3.15
Date: Tue, 21 Jun 2005 16:15:58 -0400
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: dfsbuild
Version: 0.6.19
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-mppe
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dfsbuild depends on:
ii  apt-move             4.2.23              Maintain Debian packages in a pack
ii  bash                 3.0-15              The GNU Bourne Again SHell
ii  cdebootstrap         0.3.4               Bootstrap a Debian system
ii  cramfsprogs          1.1-6               Tools for CramFs (Compressed ROM F
ii  debconf              1.4.51              Debian configuration management sy
ii  grub                 0.95+cvs20040624-17 GRand Unified Bootloader
ii  libc6                2.3.2.ds1-22        GNU C Library: Shared libraries an
ii  mkisofs              4:2.01+01a01-4      Creates ISO-9660 CD-ROM filesystem
ii  ucf                  1.18                Update Configuration File: preserv

dfsbuild recommends no packages.

-- no debconf information


under both testing (which cdeboot has other issues with because of "etch")
and unstable, dfbuild fails at relatively the same place. 

My command line syntax is 
oxygen:/mnt2# strace -f -o /tmp/foo dfsbuild -c /etc/dfsbuild/dfs.cfg -w 
/mnt2/new_image

And I can make the 300+MB strace output available, if needed.

oxygen:/mnt2/new_image/image/var/log# tail -70 bootstrap.log
O: .
O:
O: Setting up console-tools (0.2.3dbs-56) ...
P: Configuring package console-tools
O:
O: Setting up base-config (2.65) ...
P: Configuring package base-config
O:
O: Errors were encountered while processing:
O:  exim4-config
O:  exim4-base
O:  exim4-daemon-light
O:  at
O: E
O: :
O:
O: S
O: u
O: b
O: -
O: p
O: r
O: o
O: c
O: e
O: s
O: s
O:
O: /
O: u
O: s
O: r
O: /
O: b
O: i
O: n
O: /
O: d
O: p
O: k
O: g
O:
O: r
O: e
O: t
O: u
O: r
O: n
O: e
O: d
O:
O: a
O: n
O:
O: e
O: r
O: r
O: o
O: r
O:
O: c
O: o
O: d
O: e
O:
O: (
O: 1
O: )
O:
E: Couldn't install root!


oxygen:/mnt2/new_image/image/var/log# tail dpkg.log
2005-06-21 19:39:29 status unpacked console-tools 1:0.2.3dbs-56
2005-06-21 19:39:29 status unpacked console-tools 1:0.2.3dbs-56
2005-06-21 19:39:29 status unpacked console-tools 1:0.2.3dbs-56
2005-06-21 19:39:29 status unpacked console-tools 1:0.2.3dbs-56
2005-06-21 19:39:29 status half-configured console-tools 1:0.2.3dbs-56
2005-06-21 19:39:29 status installed console-tools 1:0.2.3dbs-56
2005-06-21 19:39:29 status unpacked base-config 2.65
2005-06-21 19:39:29 status unpacked base-config 2.65
2005-06-21 19:39:29 status half-configured base-config 2.65
2005-06-21 19:39:30 status installed base-config 2.65

oxygen:/etc# cat dfsbuild/dfs.cfg
# arch-tag: Default configuration file
# Copyright (c) 2004 John Goerzen

[DEFAULT]
######################################################################
# Overall settings, set defaults for all archs
######################################################################

# Name of generated disc
name = Debian From Scratch (DFS)

# Version of generated disc
version = 0.6.19

# Person that built it
builder = John Goerzen <[EMAIL PROTECTED]>

# Repositories to mirror.  Details about each one are configured below.
dlrepos = unstable

# Repository to build the CD with.  Must be in above list.
suite = unstable

# Whether or not to use zftree compression on ISO image
compress = no

# Files to never compress if the above is yes
# If a dir is given, that dir and everything below is not compressed
dontcompress = /boot
        /etc/*boot*
        /opt/dfsruntime/initrd.dfs

# Location of dfsbuild support files
libdir = /usr/lib/dfsbuild

# Location of docs for CD
docdir = /usr/share/doc/dfsbuild

# Bootloader to place on CD.  Choices are:
# grub-hd              GRUB with ElTorito hard disk emulation (not working yet)
# grub-no-emul         "raw" ElTorito image
# aboot                Alpha SRM bootloader
# yaboot               PowerPC bootloader
# (usually set in arch area)
#bootloader = grub-no-emul


# Packages to install on live FS, on all archs, besides base system
allpackages = util-linux parted dmsetup
        reiser4progs reiserfsprogs jfsutils xfsprogs xfsdump
        e2tools e2fsprogs e2undel dosfstools mtools hfsutils ntfstools
        hfsplus mkisofs cdrecord dvd+rw-tools ocaml hugs ghc6 perl
        vim nano joe kernel-package libncurses5-dev
        ftp ssh telnet elinks less zip unzip tar info man-db manpages-dev
        manpages cdebootstrap diff patch gawk tcpdump bash tcsh
        coreutils module-init-tools modutils rsh-client tftp 
        traceroute iputils-tracepath strace iputils-ping iptraf
        iproute ipchains ipfwadm iptables ifupdown ppp dhcp-client
        bind9-host whois dnsutils rsync rdiff-backup mutt netcat
        cpio buffer alien bzip2 dpkg-dev devscripts afbackup busybox-static
        dash sash usbutils pciutils hotplug discover 
        buffer cramfsprogs minicom hdparm binutils
        ntpdate ext2resize disktype mt-st ddrescue
        umsdos recover dvhtool ms-sys lde 
        smbclient dpkg-repack
        devscripts debhelper amanda-client dump e2fsprogs gs-esp
        emacs21-nox mtr-tiny python-dev build-essential g++
        wget lftp lynx pppoeconf pppoe pppconfig pcmcia-cs
        wireless-tools lrzsz cu debconf tla unison star
        mt-st tob afio pax dvbackup mtx 
        grep-dctrl
        lsof 
        sysutils udftools epic4 screen gnupg mdadm
        macutils dar dfsbuild
        cvs subversion darcs lvm2 kernel-image-2.6.12-rc6

# Default mirror for "repo" sections
#mirror = http://localhost/apt-cacher/ftp.debian.org/debian
#mirror = http://mirrors/debian
mirror = http://http.us.debian.org/debian


# Devices to probe for CD
devices = scd0 scd1 scd2 scd3 scd4 hda hdb hdc hdd hde hdf hdg

# Files to place on the ramdisk
ramdisk_files = /etc/resolv.conf
        /etc/lvm*
        /etc/pcmcia
        /tmp
        /var/tmp
        /dev
        /etc/fstab
        /var/lock
        /var/run
        /var/state
        /etc/exports
        /etc/ppp
        /etc/chatscripts
        /root
        /etc/network
        /var/lib/misc

# Directories to create on live fs
makedirs = /root/.elinks

# Files to delete from live fs
deletefiles = /etc/rcS.d/*discover 
        /etc/rcS.d/*hotplug
        /etc/rcS.d/*lvm

######################################################################
# Arch settings: i386
######################################################################

[i386]
# Name of any kernel images to install directly from your current filesystem
#kernels = /boot/vmlinuz-2.6.6-amd64

# Modules to copy from host filesystem
# modules = /lib/modules/*

# Debs from local fs to unpack on live FS (will not be configured)
#unpackdebs = #/usr/src/kernel-image-2.6.7_dfs.1.0_i386.deb
        #/usr/src/kernel-image-2.6.6_dfs.1.1_i386.deb
#        /usr/src/kernel-image-2.6.6-amd64_dfs.1.2_amd64.deb 
#        /usr/src/kernel-image-2.6.6-amd64-scsi-sata_dfs.0.6.3_amd64.deb
#       /usr/src/kernel-image-2.4.27_dfs.1.0_i386.deb
#       /usr/src/kernel-image-2.6.12-rc6-smp-sata_10.00.Custom_i386.deb
unpackdebs = /usr/src/kernel-image-2.6.12-rc6.deb

# Override default to also get amd64
#dlrepos = amd64 stable testing unstable
dlrepos = unstable

# Other packages to install besides the list in DEFAULT
packages = %(allpackages)s grub lilo read-edid testdisk gpart ftape-util

# Debs from local fs to isntall on live fs
installdebs = /usr/src/kernel-image-2.6.12-rc6-smp-sata_10.00.Custom_i386.deb

# Bootloader (see options under default)
bootloader = grub-no-emul

# Extra lines for grub config
#grubconfig = default 1

######################################################################
# Arch settings: amd64
######################################################################

[amd64]
# Name of any kernel images to install directly from your current filesystem
#kernels = /boot/vmlinuz-2.6.6-amd64

# Modules to copy from host filesystem
# modules = /lib/modules/*

# Debs from local fs to unpack on live FS (will not be configured)
unpackdebs = /usr/src/kernel-image-2.6.6-amd64_dfs.1.2_amd64.deb 
        /usr/src/kernel-image-2.6.6-amd64-scsi-sata_dfs.0.6.3_amd64.deb

# Override default to use amd64 repo only
dlrepos = amd64 

# Other packages to install besides the list in DEFAULT
packages = %(allpackages)s grub read-edid 

# Debs from local fs to isntall on live fs
# installdebs = 

# Bootloader (see options under default)
bootloader = grub-no-emul

# Extra lines for grub config
#grubconfig = default 1

######################################################################
# Arch settings: alpha
######################################################################

[alpha]
# Name of any kernel images to install directly from your current filesystem
#kernels = /boot/vmlinuz-2.6.6-amd64

# Modules to copy from host filesystem
# modules = /lib/modules/*

# Debs from local fs to unpack on live FS (will not be configured)
unpackdebs =  
/home/jgoerzen/programs/kernel/kernel-image-2.6.6_dfs.1.0_alpha.deb

# Other packages to install besides the list in DEFAULT
packages = %(allpackages)s aboot gpart ftape-util

# Debs from local fs to isntall on live fs
# (presently broken)
# installdebs = 

# Bootloader (see options under default)
bootloader = aboot

######################################################################
# Arch settings: powerpc
######################################################################

[powerpc]
# Name of any kernel images to install directly from your current filesystem
#kernels = /boot/vmlinuz-2.6.6-powerpc

# Modules to copy from host filesystem
# modules = /lib/modules/*

# Debs from local fs to unpack on live FS (will not be configured)
unpackdebs = /usr/src/kernel-image-2.6.6_dfs.1.0_powerpc.deb

# Other packages to install besides the list in DEFAULT
packages = %(allpackages)s yaboot pbbuttonsd mac-fdisk powerpc-utils
        mkvmlinuz

# Debs from local fs to isntall on live fs
# installdebs = 

# Bootloader (see options under default)
bootloader = yaboot

######################################################################
# Repository configuration
######################################################################

# Repositories to download
[repo stable]
suite = stable

[repo testing]
suite = testing

[repo unstable]
suite = unstable

[repo amd64]
suite = unstable
# Override default mirror
mirror = http://debian-amd64.alioth.debian.org/pure64/
# Override default arch
arch = amd64

######################################################################
# Text to add to existing files
######################################################################

[appendfiles]
/etc/network/interfaces = iface eth0 inet dhcp
  iface eth1 inet dhcp
  iface eth2 inet dhcp
  iface wlan0 inet dhcp
  iface wlan1 inet dhcp
  iface wlan2 inet dhcp
  iface ath0 inet dhcp

/etc/issue = Welcome to Debian From Scratch (DFS)
 .
 To login, supply username "root" and just press Enter if asked for a
 password.

/root/.bashrc = export WWW_HOME="file:///opt/dfsruntime/home.html"
 dfshints

#/etc/passwd = root:x:0:0:root:/root:/bin/bash
#/etc/group = adm:x:4:


######################################################################
# Files to create or truncate
######################################################################

[createfiles]
/etc/hostname = dfs

/etc/syslog.conf = *.*             /dev/tty8
 *.info                            /dev/tty7

######################################################################
# Symlinks to create (from = to format)
######################################################################

[symlinks]
/etc/mtab = /proc/mounts

---------------------------------------
Received: (at 315310-done) by bugs.debian.org; 8 Jul 2005 18:14:31 +0000
>From [EMAIL PROTECTED] Fri Jul 08 11:14:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gatekeeper.excelhustler.com (excelhustler.com) [68.99.114.105] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DqxMt-0000Qr-00; Fri, 08 Jul 2005 11:14:31 -0700
Received: from wile.internal.excelhustler.com ([192.168.1.34] ident=postfix)
        by excelhustler.com with esmtp
        (Exim 4.50)
        id 1DqxMM-0002wZ-LM; Fri, 08 Jul 2005 13:14:00 -0500
Received: by wile.internal.excelhustler.com (Postfix, from userid 1000)
        id 974E579182; Fri,  8 Jul 2005 13:13:57 -0500 (CDT)
Date: Fri, 8 Jul 2005 13:13:57 -0500
From: John Goerzen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Closing
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by Exiscan on excelhustler.com at Fri, 08 Jul 2005 13:14:00 
-0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-1.0 required=4.0 tests=BAYES_01,ONEWORD autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Reporter confirmed this was not a dfsbuild bug


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to