Your message dated Tue, 25 Mar 2008 09:02:21 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469085: fixed in live-helper 1.0~a41-1
has caused the Debian Bug report #469085,
regarding live-helper: md5sum can't handle all filenames
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.)


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

When including files in the binary image which have strange characters
in them (I think even spaces, but certainly quotes), lh_binary_md5sum
chokes due to xargs parsing those characters.  The problematic line is

        find . -type f | sort | grep -v 'isolinux/isolinux.bin' | grep
        -v 'boot/grub/stage2_eltorito' | xargs -I{} md5sum "{}" >
        ../md5sum.txt

The error message (when having files with quotes) suggests using the -0
option.  This is a good idea, but needs '\0'-separated fields.  So the
line becomes:

        find . -type f | sort | grep -v 'isolinux/isolinux.bin' | grep
        -v 'boot/grub/stage2_eltorito' | while read file ; do echo -en
        "$file\0" ; done | xargs -0 -I{} md5sum "{}" > ../md5sum.txt

I'm not entirely sure if there're bashisms in there, but I don't think
so.  I tested this (with bash) and it can indeed handle files with
spaces and quotes in their names.

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: live-helper
Source-Version: 1.0~a41-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~a41-1.diff.gz
  to pool/main/l/live-helper/live-helper_1.0~a41-1.diff.gz
live-helper_1.0~a41-1.dsc
  to pool/main/l/live-helper/live-helper_1.0~a41-1.dsc
live-helper_1.0~a41-1_all.deb
  to pool/main/l/live-helper/live-helper_1.0~a41-1_all.deb
live-helper_1.0~a41.orig.tar.gz
  to pool/main/l/live-helper/live-helper_1.0~a41.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: Mon, 24 Mar 2008 00:00:00 +0100
Source: live-helper
Binary: live-helper
Architecture: source all
Version: 1.0~a41-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 live-helper - Debian Live build scripts
Closes: 469085 471873
Changes: 
 live-helper (1.0~a41-1) unstable; urgency=medium
 .
   [ Daniel Baumann ]
   * Fixing md5sum.txt creation to not fail on filenames with
     whitespaces, thanks to Bas Wijnen <[EMAIL PROTECTED]> (Closes:
     #469085).
   * Updating copy instructions in example sources to match current
     state.
   * Updating credits.
   * Switching default of LH_APT from aptitude to apt for >= lenny.
   * Correcting wrong logic on handling secure apt.
   * Including 686 kernel flavour on i386 too, but defaulting (still) to
     486 for compatibility reasons.
 .
   [ Chris Lamb ]
   * lh_chroot_hacks: Ensure initrds are group- and world- readable
   * Allow LH_ENCRYPTION="disabled" to disable encryption
   * lh_binary_encryption: Rework and fix broken AES encryption routines
   * lh_binary_rootfs: Remove
   * lh_binary_debian-installer: Preseed by repacking initrd in some
     situations
   * lh_binary_debian-installer: Merge pool/netboot determining logic
   * lh_binary_debian-installer: Remove "local"-oriented bashisms
     (Closes: #471873).
   * lists/gnome-core: Add gnome-themes
   * lh_chroot_linux-image: Install dependencies differently when using
     aptitude
   * lh_binary_debian-installer: Don't use --no-clobber for downloading
     files
   * lh_binary_debian-installer: Only create package pools when necessary
   * lh_binary_debian-installer: Re-enable d-i on netboot images
   * hooks/stripped: Clean Lintian and Linda overrides in 'stripped' hook
 .
   [ Cyril Brulebois ]
   * Fix various typos.
Files: 
 0bef199eb660ad4afb1f65706645e942 854 misc optional live-helper_1.0~a41-1.dsc
 29e15c02912f7363c0585e6256c961c7 1937744 misc optional 
live-helper_1.0~a41.orig.tar.gz
 3a474efaa875e54a55761d6ba6e0c738 12239 misc optional 
live-helper_1.0~a41-1.diff.gz
 7e08b57b59d1eb06f9c6e528775b4b96 1883200 misc optional 
live-helper_1.0~a41-1_all.deb

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

iD8DBQFH6L2p+C5cwEsrK54RAm6RAJ9pGx0LiItlsUofWa7LlL5LJDXxtQCfUJEn
adIDitsmeY7sYdaaHWai4HA=
=O2fu
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to