Your message dated Tue, 26 Feb 2008 17:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457595: fixed in live-helper 1.0~a38-1
has caused the Debian Bug report #457595,
regarding live-helper: lh_chroot_resolv confused by symlink to (nonexistent) 
/etc/resolvconf/run/resolv.conf
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
457595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457595
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: live-helper
Version: 1.0~a37-2

I'm trying to build a live USB stick that uses resolvconf whereas I
don't use it on the host system.  So chroot/etc/resolv.conf is a
symlink to the (nonexistent) /etc/resolvconf/run/resolv.conf (this is
how resolvconf functions).  The lh_chroot_resolv stage produces the
following error:

P: Configuring file /etc/resolv.conf
cp: cannot create regular file `chroot/etc/resolv.conf': No such file or 
directory

and lh_chroot aborts.  I suggest doing something like the attached
patch.

-- 
     David A. Madore
    ([EMAIL PROTECTED],
     http://www.madore.org/~david/ )
--- lh_chroot_resolv.orig	2007-11-19 17:58:35.000000000 +0100
+++ lh_chroot_resolv	2007-12-23 20:36:14.000000000 +0100
@@ -49,7 +49,7 @@
 		# Creating lock file
 		Create_lockfile .lock
 
-		if [ -f chroot/etc/resolv.conf ]
+		if [ -f chroot/etc/resolv.conf ] || [ -L chroot/etc/resolv.conf ]
 		then
 			# Save resolv file
 			mv chroot/etc/resolv.conf chroot/etc/resolv.conf.orig

--- End Message ---
--- Begin Message ---
Source: live-helper
Source-Version: 1.0~a38-1

We believe that the bug you reported is fixed in the latest version of
live-helper, which is due to be installed in the Debian FTP archive:

live-helper_1.0~a38-1.diff.gz
  to pool/main/l/live-helper/live-helper_1.0~a38-1.diff.gz
live-helper_1.0~a38-1.dsc
  to pool/main/l/live-helper/live-helper_1.0~a38-1.dsc
live-helper_1.0~a38-1_all.deb
  to pool/main/l/live-helper/live-helper_1.0~a38-1_all.deb
live-helper_1.0~a38.orig.tar.gz
  to pool/main/l/live-helper/live-helper_1.0~a38.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated live-helper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 26 Feb 2008 13:33:00 +0100
Source: live-helper
Binary: live-helper
Architecture: source all
Version: 1.0~a38-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 live-helper - Debian Live helper programs
Closes: 444565 453360 454553 457595 457740
Changes: 
 live-helper (1.0~a38-1) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * Implement -u/--usage function in lh_clean (Closes: #454553)
   * Implement -v/--version and -h/--help in lh_clean.
   * Remove 'ssl' package references from mini and minimal hooks.
   * Don't prompt when autoremoving packages in minimal hooks.
   * Don't put more than one glob on a 'for' line, unless they are
     guaranteed
   * Refactor installing file to binary/pool/main/./.* functionality.
   * Remove conditionals, as an expansion never 'fails': it just
   * Move installing binary.deb/archives/*.deb.
   * Use Install_file for udebs.
   * Refactor d-i udeb handling with better failure mode (Closes:
     #444565)
   * Re-add guards against bogus 'for' shell expansion.
   * Re-order hooks such that local hooks are executed first. (Closes:
     #453360)
   * Remove trailing newline from syslinux splash screens. (Closes:
     #457740)
   * Remove duplicated 'irpas' package in rescue list.
   * Use C-style 'include' in lists (backwards compatible).
 .
   [ Daniel Baumann ]
   * New upstream release.
   * Fixing typing error in Makefile.
   * Also removing manpage cache in cleanup.
   * Fixed incomplete fdisk parameter list in lh_config --help.
   * Don't fail silently when extern executables are configured but not
     present.
   * Fixing changelog email address.
   * Bumping standards version.
   * Removing mkisofs from recommends, not needed anymore.
   * Updating rules.
   * Checking LH_APT when using mini and minimal package lists.
   * Adding example binary hook to copy live-helper and its config based
     on the idea from Tzafrir Cohen <[EMAIL PROTECTED]>.
   * Adding lh_local based on the idea from Tzafrir Cohen
     <[EMAIL PROTECTED]>.
   * Addjusting lh helper to be called from lh_local.
   * Switching to GPL3+.
   * Removing discover from standard-x11 list, udev does the same.
   * Don't fail if resolv.conf is a symlink, thanks to David Madore
     <[EMAIL PROTECTED]> (Closes: #457595).
   * Fixing changelog.
   * Consistently using the pipe as seperator in sed commands now.
   * Checking for /sys/class rather than /sys/kernel, avoids problem when
     running under OpenVZ which doesn't have sys/kernel, thanks to
     Takeshi Yaegashi <[EMAIL PROTECTED]>.
   * Using ftp.us.debian.org rather than ftp.debian.org, see
     http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.
   * Fixing typo, thanks to Fathi Boudra <[EMAIL PROTECTED]>.
   * Merging old live-package debian changelog into current debian
     changelog.
   * Merging old live-package debian changelog entry for testing upload.
   * Renaming mini flavour to stripped to avoid confusion, thanks to
     Fathi Boudra <[EMAIL PROTECTED]> and Ben Armstrong <[EMAIL PROTECTED]>.
   * Installing initramfs generator from local-packages, if available.
   * Removing install call for old changelog, which is not needed
     anymore.
   * Correcting wrong installation attempt of initramfs generator from
     local-packages.
   * Working arround aptitude behaviour of removing packages rather than
     to installing missing depends when using initramfs generator from
     local-packages.
   * Removing unintendet set -x.
   * Fixing typo.
   * Adding apt/aptitude options.
   * Renaming extra bootstrap indices to chroot.
   * Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing
     dedicated LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only.
   * Improving etch compat warnings.
   * Fixing aptitude typo.
   * Fixing quoting with chroot wrapper calls.
   * Re-adding additional indices updated, otherwise we wouldn't honor
     thirdparty repositories (anymore).
   * Updating devel-live package list.
 .
   [ Otavio Salvador ]
   * bootstrap: adds support to debootstrap 1.0.7
   * bootstrap: use minbase flavour when LH_PACKAGES_LISTS is set to
     minimal
   * binary: do not fail if parameters.txt isn't available
   * chroot: don't fail if /dev/pts is already mounted
   * debian: add mtd-tools in suggests field since it's used when jffs2
     is choosen
   * lh_source_debian: add mtd-tools since it provides mkfs.jffs2
     application
   * lh_config: add jffs2 in supported filesystems
   * lh_binary_encryption: add jffs2 as not supported filesystem
   * lh_binary_rootfs: add support to generate jffs2 filesystem
Files: 
 598393db7852f5ed589ee49a07207803 854 misc optional live-helper_1.0~a38-1.dsc
 40c2e0cc8582b790e450c577e66c9542 1936202 misc optional 
live-helper_1.0~a38.orig.tar.gz
 bcc59f105418570548f19634494598eb 11061 misc optional 
live-helper_1.0~a38-1.diff.gz
 4ee003ae06fba55a918f8852b2c05d40 1880308 misc optional 
live-helper_1.0~a38-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHxE3r+C5cwEsrK54RAs8XAJ43RSdV9d0DOIrAvOzCnhTwZXWDNQCaAu4q
Vc5e0S5Z0FuM5G/I05ynDvk=
=FsYJ
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to