Your message dated Tue, 20 Nov 2012 23:47:28 +0000 with message-id <[email protected]> and subject line Bug#693718: fixed in debootstrap 1.0.44 has caused the Debian Bug report #693718, regarding debootstrap: wrong 'for' in kldstat checks for freebsd 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.) -- 693718: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693718 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: debootstrap Version: 1.0.42 In the deboostrap scripts the string in sh: " for module in "linprocfs fdescfs tmpfs linsysfs"; do " it is interpreted as one string, so kldstat -m "$module" > /dev/null 2>&1 is always produce warning. Please remove double quotes for fix problem: --- /usr/local/sbin/debootstrap.bak 2012-11-19 19:44:00.529532488 +0400 +++ /usr/local/sbin/debootstrap 2012-11-19 19:48:17.165541277 +0400 @@ -437,7 +437,7 @@ fi if [ "$HOST_OS" = "kfreebsd" ] || [ "$HOST_OS" = "freebsd" ]; then - for module in "linprocfs fdescfs tmpfs linsysfs"; do + for module in linprocfs fdescfs tmpfs linsysfs; do kldstat -m "$module" > /dev/null 2>&1 || warning SANITYCHECK "Probably required module %s is not loaded" "$module" done fi
--- End Message ---
--- Begin Message ---Source: debootstrap Source-Version: 1.0.44 We believe that the bug you reported is fixed in the latest version of debootstrap, 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. Cyril Brulebois <[email protected]> (supplier of updated debootstrap 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.8 Date: Tue, 20 Nov 2012 23:55:53 +0100 Source: debootstrap Binary: debootstrap debootstrap-udeb Architecture: source all Version: 1.0.44 Distribution: unstable Urgency: low Maintainer: Debian Install System Team <[email protected]> Changed-By: Cyril Brulebois <[email protected]> Description: debootstrap - Bootstrap a basic Debian system debootstrap-udeb - Bootstrap the Debian system (udeb) Closes: 693718 Changes: debootstrap (1.0.44) unstable; urgency=low . * Remove double quotes to fix for loop on GNU/kFreeBSD, thanks to Oleg Ginzburg (Closes: #693718). Checksums-Sha1: aaf7983ec9a565922243c8eda1e12248e0aed5fb 1149 debootstrap_1.0.44.dsc 58f94407ee8edb9e6d537c8c5b89ce86c903d593 58467 debootstrap_1.0.44.tar.gz 8a95ad7905a0e6eba5408799d22233d1ab0f25f2 62676 debootstrap_1.0.44_all.deb 339e274c6283034555483280ce2b8d902d1095d9 18002 debootstrap-udeb_1.0.44_all.udeb Checksums-Sha256: 624520a5f2a872ecf42ea1f990a30c8cec59be5adc732b2084b0b92c03c55399 1149 debootstrap_1.0.44.dsc 3a620a6caff157b8d46955024451f100d129dd41a2fe3fd1734f662e59a2c00b 58467 debootstrap_1.0.44.tar.gz 4642d1f91da44e702055a8de608d78716d6fc9df488c6cdf0a316fdb5a25e472 62676 debootstrap_1.0.44_all.deb 7c326faf444b85a136a332a5e5760a67a6572e3f091c97e599b723a265205ee6 18002 debootstrap-udeb_1.0.44_all.udeb Files: dab11c018f71dca94c864f7bb0ab132f 1149 admin extra debootstrap_1.0.44.dsc 73d965abf163b31002f754e3a5322a52 58467 admin extra debootstrap_1.0.44.tar.gz 678511a33a9943c747c1a75b4d6f7d6f 62676 admin extra debootstrap_1.0.44_all.deb 69393ee88f494b4a745eac69943996a8 18002 debian-installer extra debootstrap-udeb_1.0.44_all.udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlCsEuMACgkQeGfVPHR5Nd1AZgCfZTW82me2ha/z+FKU6VmyB3Tm iKsAnirS8Sf0mmN970wOMqQrqqWykr9N =abSB -----END PGP SIGNATURE-----
--- End Message ---

