Your message dated Fri, 11 Apr 2014 23:19:35 +0000 with message-id <[email protected]> and subject line Bug#632331: fixed in simple-cdd 0.4.0 has caused the Debian Bug report #632331, regarding .udebs or .packages files which are empty or all commented out cause install to fail 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.) -- 632331: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632331 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: simple-cdd Version: 0.3.14 Severity: minor Hello, I commented out all udebs from my .udebs file and got a big red screen saying: "loading simple-cdd-profiles failed for unknown reasons. Aborting". Investigating the issue I traced it down to simple-cdd-profiles' postinst: [...] set -e [...] echo "Queuing udebs for profile: $p" wanted_packages="$(egrep -v ^# $p.udebs)" anna-install $wanted_packages || true [...] echo "Queuing packages for profile: $p" wanted_packages="$(egrep -v ^# $p.packages)" [...] Egrep exits with 1 in case no lines are found, and since it's running under set -e, this terminates the script. A possible fix is to switch to sed instead of grep: wanted_packages="$(sed -n '/^[^#]/p')" test -z "$wanted_packages" || anna-install $wanted_packages || true Ciao, Enrico -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages simple-cdd depends on: ii apt-utils 0.8.14.1 APT utility programs ii dctrl-tools 2.18 Command-line tools to process Debi ii debian-cd 3.1.6 Tools for building (Official) Debi ii debootstrap 1.0.32 Bootstrap a basic Debian system ii lsb-release 3.2-27 Linux Standard Base version report ii python 2.6.6-14 interactive high-level object-orie ii reprepro 4.6.0-1 Debian package repository producer ii rsync 3.0.8-1 fast remote file copy program (lik ii wget 1.12-3.1 retrieves files from the web Versions of packages simple-cdd recommends: ii edos-debcheck 1.0-9 Check package dependencies (transi ii edos-distcheck [edos-debchec 1.4.2-12+b1 Checks whether dependencies of pac Versions of packages simple-cdd suggests: ii qemu-kvm 0.14.1+dfsg-1 Full virtualization on x86 hardwar -- no debconf information
--- End Message ---
--- Begin Message ---Source: simple-cdd Source-Version: 0.4.0 We believe that the bug you reported is fixed in the latest version of simple-cdd, which is due to be installed in the Debian FTP archive. 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. Vagrant Cascadian <[email protected]> (supplier of updated simple-cdd 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: SHA512 Format: 1.8 Date: Fri, 11 Apr 2014 15:29:48 -0700 Source: simple-cdd Binary: simple-cdd simple-cdd-profiles Architecture: source all Version: 0.4.0 Distribution: unstable Urgency: medium Maintainer: Simple-CDD Developers <[email protected]> Changed-By: Vagrant Cascadian <[email protected]> Description: simple-cdd - create custom debian-installer CDs simple-cdd-profiles - simple-cdd profile selection (udeb) Closes: 626609 632331 635744 640343 650149 664189 701963 707603 Changes: simple-cdd (0.4.0) unstable; urgency=medium . * build-simple-cdd: - Add --keyring option for verifying keys, defaulting to /usr/share/keyrings/debian-archive-keyring.gpg. - Add commandline option to build a DVD image by default. Thanks to Gustavo Ortiz Uriburu for the patch. - Add profile-specific .conf files to generated images. - Use newer preseeding for setting keyboard layout. Thanks to Gustavo Ortiz Uriburu for the patch. - Support debian-cd's OUT variable (Closes: #664189). Thanks to Vlad 'mend0za' Shakhov. - Use an updates mirrors by default, and allow user to set an alternate mirror. . * profiles/default.preseed: - Update example to disable security updates (Closes: #626609). - Add examples for updates and backports. . * profiles/ltsp.preseed: - ltsp-client-builder options no longer require --mount-cdrom, and needs "--updates-mirror none" - Use /media/cdrom when building ltsp chroot. . * profiles/default.downloads: - Remove localization-config and type-handling, as they are no longer available (Closes: #701963). Thanks to Raphaƫl Hertzog. - Add grub-pc and grub-efi, remove grub. - Add console-setup, to support alternate keyboard layouts. (Closes: #635744) . * profiles/vserver.*: - Remove vserver profile, as the kernel is no longer available. . * tools/mirror/reprepro: - Allow setting verify_release_keys from keyring file. . * tools/mirror/reprepro, tools/build/debian-cd: - Switch to using dose-debcheck from dose-distcheck package to verify package installability (Closes: #707603). - Support dose-debcheck dependency checking between components (i.e. non-free, contrib) by checking all Packages files for a given architecture in a single pass. Thanks to Martin von Wittich and Tom. (Closes: #650149). . * simple-cdd-profiles: - Handle when .udebs or .packages files are empty or only contain comments (Closes: #632331). Thanks to Enrico Zini. . * Document BOOT_TIMEOUT in simple-cdd.conf.detailed (Closes: #640343). . * Update Standards-Version to 3.9.5: - Set simple-cdd-profiles to "Package-Type: udeb". - Remove obsolete DM-Upload-Allowed field. - Update Vcs-* headers. Checksums-Sha1: 89bbd7e9615123de0640c0b9da14124e311cf8e7 1761 simple-cdd_0.4.0.dsc b578d6724be831951f9d432ea8ad15971f7a0a04 28044 simple-cdd_0.4.0.tar.xz 14c8e1a02daf430cb335f9ed647ed66ea3fd753a 31832 simple-cdd_0.4.0_all.deb 2a50ca983000d18619cefabd6bc6ad3305a81f3e 2116 simple-cdd-profiles_0.4.0_all.udeb Checksums-Sha256: 22ae3538de461f4d3b747a7c8f4c0aa24b330f57748feeb1ba6fb32743369fca 1761 simple-cdd_0.4.0.dsc e62c501e2f2fb736152553a695f6b789c2323f69329fd5163f45cfba80977cbb 28044 simple-cdd_0.4.0.tar.xz 9bbbd1c0d038cfb6e07a933dcc7af7dc836f327a5666df0ba07d733b1644d577 31832 simple-cdd_0.4.0_all.deb acfe2a814a5ae41fb00c59d5c39c7c256f4f4547ff0552ea7ba941b632deb6e2 2116 simple-cdd-profiles_0.4.0_all.udeb Files: aadb2097a7d2c9a818b87caea90ff6b2 1761 misc extra simple-cdd_0.4.0.dsc 992f7cd990c48398d0bfa5f25a436daa 28044 misc extra simple-cdd_0.4.0.tar.xz 0d5c65f2ecfc42ece254f0bd720720d8 31832 misc extra simple-cdd_0.4.0_all.deb dd20c0a895a8dd3e042963fae96a76b6 2116 debian-installer extra simple-cdd-profiles_0.4.0_all.udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTSHTuAAoJELeLgtSBS5G2y58P+gPRX5BNG0Yqwh3zcIRNOpnT glItzF9WhulHBM/0cyeQ5cX3FqSwlV/6PbzBrK1zQGCD/tJJrpKYwutaPyqOkQBm wjsi+7Unxu7HN/9fNSGKT+GZbppIR0+YmD4spb5h3VjlmZaUouv6YdT8gJZBk3ZF 7MY7LF/Lqts1Q0fZP8aaOmFyWZFClMKq5vi7LRAdPKBNhyAjsTGDCM3jsLbmFsg1 b0RnYYxAtGtya//HeDt7P/dd0He6hijkQ18WduBZQxw/Px7AzeJHqumIgbsVEEmf Wf3w/7fG3gOTAjGp3K8Vs9FtZkV0v09tK4JD+mN0S2z6sA8XBjsT+C4/nH/5Tcaa 19gygjLH06047DWGirXG8CrdYioDoiFsBsYcbOcnqLo/h43WpwQ1dpe1ni3Bj+QE CvLTa7S/ONpkdDokwXzvqIURwpmqkSB9uXMPN2veI4Z6NTWbMFx6WMvvFe2EQJz+ NxXJjK5fxM9rr5gtfi8QlKj78LLZ0LUhSfuJUhCIpxGgnbB+9erWnQpZ4iIzLYaF H8bzSxscynWasanrADYGxt6p+b/WOhXpb3OAd4kevb2aGkmNG4x+cJ6+ndcid1Z7 VztaazxwtMOqdux1vmkZowGOM59KGXNgeemhfD3FyD11kR3p8uJjL67bDRmo1mkA e0VtzY/dYr7QBimuMCHj =AjAW -----END PGP SIGNATURE-----
--- End Message ---

