From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas Schmitt" Subject: bug#33639: ISO installer image is broken on i686 Date: Fri, 21 Dec 2018 22:42:14 +0100 Message-ID: <25824683177226565276@scdbackup.webframe.org> References: <87pntumwy8.fsf@gnu.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gaSZW-0003II-Kk for bug-guix@gnu.org; Fri, 21 Dec 2018 16:43:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gaSZS-0001fT-M0 for bug-guix@gnu.org; Fri, 21 Dec 2018 16:43:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54607) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gaSZS-0001fL-JE for bug-guix@gnu.org; Fri, 21 Dec 2018 16:43:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pntumwy8.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: bug-xorriso@gnu.org Cc: 33639@debbugs.gnu.org Hi, > ‘lstat’ Probably this. > but that’s not quite a “shell”. If i could reproduce the problem then i would want a long time visible message about how large the ISO image file is after grub-mkrescue has ended successfully. This would give an opportunity to compare the size as produced in the VM with the size later perceived on the host machine (which is a VM, too, in my case). If the sizes differ, then the VM contraption is to blame. If the size is too small already in the VM that ran grub-mkrescue, then xorriso or the VM operating system are to blame. Since i am not yet able to reproduce the problem, i propose that you add the necessary code to then end of make-iso9660-image in gnu/build/vm.scm. Such a report message cannot harm, given the existing verbosity of the ISO build command. Next time you make an ISO, retrieve the last size messages of xorriso: ISO image produced: 500069 sectors Written to medium : 500069 sectors at LBA 0 the new message about the ISO image file size in bytes, and the size of the ISO image file size when it is finally ready for exposure in the web. (I have to stress that the problem is not fixed but only got a band aid of which it is not known whether its size will always be large enough.) Have a nice day :) Thomas