all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#33639: ISO installer image is broken on i686
@ 2018-12-06  0:02 Ludovic Courtès
  2018-12-06  7:19 ` Ludovic Courtès
  2018-12-06  9:35 ` swedebugia
  0 siblings, 2 replies; 128+ messages in thread
From: Ludovic Courtès @ 2018-12-06  0:02 UTC (permalink / raw)
  To: 33639

Hello,

The ISO installer image as produced on commit
4a0b87f0ec5b6c2dcf82b372dd20ca7ea6acdd9c by

  guix system disk-image --file-system-type=iso9660 \
    -s i686-linux gnu/system/install.scm

contains unreadable file(s), at least /var/guix/db/db.sqlite.

The build at <https://hydra.gnu.org/build/3151513> (2018-11-12,
64461ba20a07a0cf3197de3e97cb44e0f66cebdc) seems is the only occurrence
of the problem I could find on the build farms: while running the
installation off the ISO image, it fails like this:

--8<---------------cut here---------------start------------->8---
+ guix --version
guix (GNU Guix) 0.15.0-6.f9a8fce
Copyright (C) 2018 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
+ export GUIX_BUILD_OPTIONS=--no-grafts
+ GUIX_BUILD_OPTIONS=--no-grafts
+ guix build isc-dhcp
[   95.076694] attempt to access beyond end of device
[   95.080672] sr0: rw=524288, want=2118580, limit=2115840
[   95.082317] attempt to access beyond end of device
[   95.083730] sr0: rw=0, want=2118332, limit=2115840
[   95.097050] attempt to access beyond end of device
[   95.098175] sr0: rw=0, want=2118332, limit=2115840
guix build: error: build failed: cannot open Nix database `/var/guix/db/db.sqlite'
--8<---------------cut here---------------end--------------->8---

Indeed, if you spawn the image and run “cat /var/guix/db/db.sqlite”, it
fails with EIO and “attempt to access beyond end of device.”  I suspect
the bugs Mark reported at <https://issues.guix.info/issue/33362> and
<https://issues.guix.info/issue/33555> are related.

My guess is that the bug has always existed on ‘core-updates’ since
<https://berlin.guixsd.org/build/662745> (‘master’, 2018-11-30, i.e.,
just before ‘core-updates’ was merged) shows a successful installation.

I tried running the ISO image in qemu-system-{x86_64,i386}, with and
without KVM, and the I/O errors are always there, including with a
pre-core-updates QEMU.

I tried reverting xorriso to 1.4.8 to no avail (which is not surprising
since xorriso was upgraded on 2018-09-18 and the successful installation
above which 2018-11-30.)

At this point I can only suspect a toolchain issue, probably binutils or
libc since gcc didn’t change.

Thoughts?

This is holding the 0.16.0 release and I’m unavailable to do it next
week and with little time over the next few days.  Thus I’m considering
exceptionally releasing without the i686 GuixSD install image; thoughts?
The rest is all fine and ready to ship.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 128+ messages in thread

end of thread, other threads:[~2019-04-28 12:53 UTC | newest]

Thread overview: 128+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-06  0:02 bug#33639: ISO installer image is broken on i686 Ludovic Courtès
2018-12-06  7:19 ` Ludovic Courtès
2018-12-06 10:34   ` Ludovic Courtès
2018-12-06 14:08     ` Thomas Schmitt
2018-12-06 15:34       ` Ludovic Courtès
2018-12-06 16:59         ` Thomas Schmitt
2018-12-15 18:40         ` Thomas Schmitt
2018-12-15 19:24           ` Thomas Schmitt
2018-12-16 15:52           ` Ludovic Courtès
2018-12-16 16:52             ` Thomas Schmitt
2018-12-18 11:16               ` Ludovic Courtès
2018-12-18 21:45                 ` Thomas Schmitt
2018-12-19 14:05                   ` Ludovic Courtès
2018-12-19 14:51                     ` Thomas Schmitt
2018-12-20 13:38                       ` Thomas Schmitt
2018-12-21 20:44                         ` Ludovic Courtès
2018-12-21 21:42                           ` Thomas Schmitt
2019-04-07 20:18                             ` pelzflorian (Florian Pelz)
2019-04-07 21:35                               ` Thomas Schmitt
2019-04-08  8:50                                 ` Ludovic Courtès
2019-04-09 22:13                                   ` pelzflorian (Florian Pelz)
2019-04-10 11:17                                     ` Thomas Schmitt
2019-04-10 21:23                                       ` pelzflorian (Florian Pelz)
2019-04-12 21:26                                       ` Ludovic Courtès
2019-04-13  6:37                                         ` Thomas Schmitt
2019-04-13 13:46                                         ` pelzflorian (Florian Pelz)
2019-04-13 16:20                                           ` Thomas Schmitt
2019-04-14 21:43                                             ` Ludovic Courtès
2019-04-15  6:07                                               ` pelzflorian (Florian Pelz)
2019-04-15  8:16                                               ` Thomas Schmitt
2019-04-15  8:35                                                 ` Thomas Schmitt
2019-04-19 11:40                                             ` bug#35283: ISO images are not reproducible Ludovic Courtès
2019-04-19 12:46                                               ` Thomas Schmitt
2019-04-20 22:57                                                 ` Ludovic Courtès
2019-04-21  8:17                                                   ` Thomas Schmitt
2019-04-21 16:42                                                     ` Ludovic Courtès
2019-04-21 18:44                                                       ` Thomas Schmitt
2019-04-20 23:03                                                 ` bug#35283: [PATCH] mformat: initialize boot sector before writing it Ludovic Courtès
2019-04-21 16:32                                                 ` bug#35283: [PATCH] grub-mkrescue: Allow users to specify a FAT serial number Ludovic Courtès
2019-04-14 15:47                                           ` bug#33639: ISO installer image is broken on i686 Ludovic Courtès
2019-04-15 16:54                                           ` pelzflorian (Florian Pelz)
2019-04-15 17:55                                             ` Thomas Schmitt
2019-04-16  9:57                                               ` Gábor Boskovits
2019-04-16 13:40                                                 ` ISO installer image: GPT versus MBR partitions (was bug#33639) Thomas Schmitt
2019-04-16 16:32                                                   ` pelzflorian (Florian Pelz)
2019-04-16 17:57                                                     ` ISO installer image: GPT versus MBR partitions Thomas Schmitt
2019-04-16 19:55                                                       ` pelzflorian (Florian Pelz)
2019-04-16 20:31                                                         ` pelzflorian (Florian Pelz)
2019-04-16 21:15                                                           ` Thomas Schmitt
2019-04-17  8:59                                                             ` pelzflorian (Florian Pelz)
2019-04-17 10:23                                                               ` Thomas Schmitt
2019-04-17 10:30                                                                 ` pelzflorian (Florian Pelz)
2019-04-17 15:51                                                                 ` Thomas Schmitt
2019-04-17 22:35                                                                   ` pelzflorian (Florian Pelz)
2019-04-18  6:32                                                                     ` Thomas Schmitt
2019-04-18  7:00                                                                       ` Thomas Schmitt
2019-04-18  7:07                                                                         ` pelzflorian (Florian Pelz)
2019-04-18  8:13                                                                           ` Thomas Schmitt
2019-04-18 12:19                                                                             ` pelzflorian (Florian Pelz)
2019-04-18 13:50                                                                               ` Thomas Schmitt
2019-04-18 21:28                                                                                 ` Thomas Schmitt
2019-04-19  7:29                                                                                   ` pelzflorian (Florian Pelz)
2019-04-19  8:03                                                                                 ` pelzflorian (Florian Pelz)
2019-04-19  9:01                                                                                   ` Thomas Schmitt
2019-04-19  9:39                                                                                     ` pelzflorian (Florian Pelz)
2019-04-19 10:58                                                                                       ` Thomas Schmitt
2019-04-19 14:57                                                                                         ` pelzflorian (Florian Pelz)
2019-04-19 11:30                                                                                     ` pelzflorian (Florian Pelz)
2019-04-19 18:33                                                                                       ` pelzflorian (Florian Pelz)
2019-04-19 19:23                                                                                         ` Thomas Schmitt
2019-04-20 10:26                                                                                           ` pelzflorian (Florian Pelz)
2019-04-20 10:50                                                                                             ` Thomas Schmitt
2019-04-20 11:16                                                                                               ` Thomas Schmitt
2019-04-20 11:29                                                                                                 ` Thomas Schmitt
2019-04-20 14:23                                                                                                   ` Thomas Schmitt
2019-04-20 14:54                                                                                                     ` pelzflorian (Florian Pelz)
2019-04-20 15:17                                                                                                       ` pelzflorian (Florian Pelz)
2019-04-20 15:33                                                                                                       ` pelzflorian (Florian Pelz)
2019-04-20 16:32                                                                                                         ` Thomas Schmitt
2019-04-21  7:58                                                                                                           ` pelzflorian (Florian Pelz)
2019-04-21  9:35                                                                                                             ` Thomas Schmitt
2019-04-21 11:10                                                                                                               ` pelzflorian (Florian Pelz)
2019-04-21 11:16                                                                                                             ` Thomas Schmitt
2019-04-21 11:56                                                                                                               ` pelzflorian (Florian Pelz)
2019-04-21 12:27                                                                                                                 ` Thomas Schmitt
2019-04-21 14:11                                                                                                                   ` pelzflorian (Florian Pelz)
2019-04-21 14:36                                                                                                                     ` Thomas Schmitt
2019-04-22 13:11                                                                                                                       ` Thomas Schmitt
2019-04-23 16:40                                                                                                                   ` pelzflorian (Florian Pelz)
2019-04-23 17:23                                                                                                                     ` Thomas Schmitt
2019-04-17 12:24                                                           ` Ludovic Courtès
2019-04-17 13:42                                                             ` pelzflorian (Florian Pelz)
2019-04-23 18:14                                                   ` Thomas Schmitt
2019-04-23 19:50                                                     ` pelzflorian (Florian Pelz)
2019-04-23 20:18                                                       ` Thomas Schmitt
2019-04-23 21:43                                                         ` pelzflorian (Florian Pelz)
2019-04-24  6:56                                                           ` Thomas Schmitt
2019-04-24  9:13                                                             ` pelzflorian (Florian Pelz)
2019-04-24 10:34                                                               ` Thomas Schmitt
2019-04-24 22:13                                                                 ` Danny Milosavljevic
2019-04-25  7:07                                                                   ` Thomas Schmitt
2019-04-25  9:45                                                                   ` pelzflorian (Florian Pelz)
2019-04-25 13:44                                                                     ` Thomas Schmitt
2019-04-25 14:59                                                                       ` Danny Milosavljevic
2019-04-25 16:22                                                                         ` Thomas Schmitt
2019-04-25 17:55                                                                           ` Danny Milosavljevic
2019-04-25 18:46                                                                             ` Thomas Schmitt
2019-04-25 19:01                                                                               ` Danny Milosavljevic
2019-04-25 16:34                                                                     ` Ludovic Courtès
2019-04-26 11:34                                                                       ` pelzflorian (Florian Pelz)
2019-04-26 14:41                                                                         ` Ludovic Courtès
2019-04-26 15:30                                                                           ` pelzflorian (Florian Pelz)
2019-04-26 13:57                                                                       ` Thomas Schmitt
2019-04-27 13:20                                                                         ` Ludovic Courtès
2019-04-27 16:24                                                                           ` Thomas Schmitt
2019-04-28 12:53                                                                             ` Ludovic Courtès
2019-04-25 11:49                                                               ` pelzflorian (Florian Pelz)
2019-04-25 15:09                                                                 ` Thomas Schmitt
2019-04-25 15:58                                                                   ` pelzflorian (Florian Pelz)
2019-04-25 16:40                                                                     ` Thomas Schmitt
2019-04-16  9:57                                               ` bug#33639: ISO installer image is broken on i686 Gábor Boskovits
2019-04-16 21:01                                             ` Ludovic Courtès
2019-04-17  9:03                                               ` pelzflorian (Florian Pelz)
2018-12-06 16:28       ` Ludovic Courtès
2018-12-06 17:29         ` Thomas Schmitt
2018-12-07 22:51           ` Ludovic Courtès
2018-12-08 12:42             ` Thomas Schmitt
2018-12-06  9:35 ` swedebugia

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.