Your message dated Wed, 20 Sep 2017 09:00:41 +0000
with message-id <e1duas5-0008ig...@fasolo.debian.org>
and subject line Bug#865586: fixed in live-build 1:20170920
has caused the Debian Bug report #865586,
regarding live-build: binary_hdd failed with mkfs.vfat error
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 ow...@bugs.debian.org
immediately.)


-- 
865586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865586
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: live-build
Version: 1:20170213
Severity: important

Dear Maintainer,

   The 'lb binary_hdd' script halt with a mkfs.vfat error when build a FAT32 or 
FAT16 hdd image
   
   With a simple live-build config, I launched the whole building process that 
halt with this error (that is not shown as error):

   [2017-06-22 20:12:00] lb binary_hdd
   P: Begin building binary hdd image...
   0+0 records in
   0+0 records out
   0 bytes copied, 2.743e-05 s, 0.0 kB/s
   !!! The following error/warning messages can be ignored !!!
   P: Mounting /dev/loop1 with offset 0
   1+0 records in
   1+0 records out
   440 bytes copied, 0.0265552 s, 16.6 kB/s
   P: Mounting /dev/loop1 with offset 1048576
   mkfs.fat 4.1 (2017-01-24)
   mkfs.vfat: Partitions or virtual mappings on device '/dev/loop1', not making 
filesystem (use -I to override)
   P: Begin unmounting filesystems...
   P: Saving caches...
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done


   It seems that mkfs.vfat gives the answer: '-I' in command call


-- Package-specific info:

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages live-build depends on:
ii  debootstrap  1.0.90

Versions of packages live-build recommends:
ii  apt-utils                       1.4.6
ii  cpio                            2.11+dfsg-6
ii  live-boot-doc                   1:20170112
ii  live-config-doc                 5.20170316
ii  live-manual-html [live-manual]  2:20151217.1
ii  wget                            1.19.1-3

live-build suggests no packages.

-- no debconf information
--- binary_hdd-orig     2017-06-22 20:16:11.927603985 +0200
+++ binary_hdd  2017-06-22 20:16:39.211437132 +0200
@@ -223,13 +223,13 @@
 
        fat16)
                MKFS="vfat"
-               MKFS_OPTIONS="-F 16 -n ${LB_HDD_LABEL}"
+               MKFS_OPTIONS="-F 16 -n ${LB_HDD_LABEL} -I"
                MOUNT_OPTIONS=""
                ;;
 
        fat32)
                MKFS="vfat"
-               MKFS_OPTIONS="-F 32 -n ${LB_HDD_LABEL}"
+               MKFS_OPTIONS="-F 32 -n ${LB_HDD_LABEL} -I"
                MOUNT_OPTIONS=""
                ;;
 

--- End Message ---
--- Begin Message ---
Source: live-build
Source-Version: 1:20170920

We believe that the bug you reported is fixed in the latest version of
live-build, 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 865...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <hert...@debian.org> (supplier of updated live-build 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 20 Sep 2017 10:01:42 +0200
Source: live-build
Binary: live-build
Architecture: source
Version: 1:20170920
Distribution: unstable
Urgency: medium
Maintainer: Debian Live <debian-l...@lists.debian.org>
Changed-By: Raphaël Hertzog <hert...@debian.org>
Description:
 live-build - Live System Build Components
Closes: 865586 873513 873640
Changes:
 live-build (1:20170920) unstable; urgency=medium
 .
   * Auto-update version strings in manual pages.
   * Update default value of PREPARER to correct the embedded URL.
   * Pass --partscan to losetup to clean up partition devices lingering
     from former operations. Closes: #865586
     Thanks to Matthijs Kooijman <matth...@stdin.nl> for the patch.
   * Fix multiple issues with LB_BUILD_WITH_CHROOT=false. Closes: #873513
     Thanks to Matthijs Kooijman <matth...@stdin.nl> for the patch.
   * Fix size calculation when we use FAT filesystems that do not support
     hardlinks. Closes: #873640
     Thanks to Matthijs Kooijman <matth...@stdin.nl> for the patch.
   * Replace "kirkwood" and "orion5x" armel flavors with the new
     "marvell" (as done by the linux source package since its version 4.4).
Checksums-Sha1:
 ca796fe66659ad0c88482d23d25f198f180d17b6 1384 live-build_20170920.dsc
 9a53ae227e81f49da64d65b74a8b550cb0a762cf 354112 live-build_20170920.tar.xz
 fac412dc0ec56fe242ba9521b304743420a59fdf 5227 
live-build_20170920_source.buildinfo
Checksums-Sha256:
 ad96beda68a715906bb12aa71bdd760476cd370d8ae6b56b91bc15f141dbe031 1384 
live-build_20170920.dsc
 b62a7df886c3efb3e5f647aeb33adc696349cdbfe96cad91421f628261effe51 354112 
live-build_20170920.tar.xz
 21f0f2e47e1c90813eeb9d05c205fef8ff0d2b8a5ebadf8fc6ecdced5335d759 5227 
live-build_20170920_source.buildinfo
Files:
 b20201aa6476c64e991806ce07882ef9 1384 misc optional live-build_20170920.dsc
 904af9cd4123ddbab8086638cad69d08 354112 misc optional 
live-build_20170920.tar.xz
 1451ad2c13bc0fe990a9a4668f402b04 5227 misc optional 
live-build_20170920_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAlnCIIwACgkQA4gdq+vC
mrlTdAgAkWjizKIfYLY4TjkXAN2ch/nDc1Zuz/Nw5NR7b9Z21mikY88B+Y62v3p1
rYDmDFHflWsHwBCBru4zr/ohXfa63hGHAu4UxAUgWufPvfZuEfNSmoVC/FPMpwuO
aLdBmqeQsBDZlFoc4i34+3lkItLkMv7XZjZkdHTqtlzde3KrICLj+5eFpamZI01Z
QJFOZPPjwl/RFiTBP16c2gEplb4yd0YXmFZx2qFkjYr8lS3VOSOPQVzLbBc+eDSP
XUO5XrGukM0dOKIb8LF4MUuaogNAMEKkCuXss/qzQFzxwMzdFQUDBsys2rirOlMj
pbT+zqb0KNiphVLce+3nzXwl+NgoQg==
=0nEx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to