unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59512: gtk-4.8.1 grafting fails
@ 2022-11-23  9:55 Marek Paśnikowski via Bug reports for GNU Guix
  2022-11-28 20:36 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Paśnikowski via Bug reports for GNU Guix @ 2022-11-23  9:55 UTC (permalink / raw)
  To: 59512

Evidence:

applying 20 grafts for gtk-4.8.1 ...
grafting '/gnu/store/vgm4f5k65kn6nwdlhziwzlgc0pli18d7-gtk-4.8.1-bin' -> '/gnu/store/ar0qphva0q53vavqqihgi4pq46f4z1z4-gtk-4.8.1-bin'...
grafting '/gnu/store/vp4ybqhxdrf4b2fk37c0s72g6iafqsmz-gtk-4.8.1-doc' -> '/gnu/store/7hfq1hbhfsmzjil433cjd8mngvxd05xv-gtk-4.8.1-doc'...
ERROR: In procedure fport_fill_input: Input/output error
builder for `/gnu/store/f8sjy3w9c1a9cdndkvflpbqnic7rik8g-gtk-4.8.1.drv' failed with exit code 1

Workaround:

guix system reconfigure --no-grafts




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

* bug#59512: gtk-4.8.1 grafting fails
  2022-11-23  9:55 bug#59512: gtk-4.8.1 grafting fails Marek Paśnikowski via Bug reports for GNU Guix
@ 2022-11-28 20:36 ` Ludovic Courtès
  2022-11-29 12:37   ` Marek Paśnikowski via Bug reports for GNU Guix
       [not found]   ` <ynDv8mSs5lee6fcgZBylSKmMdeONoE5wxBFq-SIlPtrogPPoG3C3PB3r_nTqQFOoiYN9kUdABTNFqTZxounpc91IWlkvlZh7OCRSeiTOdw0=@protonmail.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-11-28 20:36 UTC (permalink / raw)
  To: Marek Paśnikowski; +Cc: 59512

Hi,

Marek Paśnikowski <marekpasnikowski@protonmail.com> skribis:

> grafting '/gnu/store/vp4ybqhxdrf4b2fk37c0s72g6iafqsmz-gtk-4.8.1-doc' -> '/gnu/store/7hfq1hbhfsmzjil433cjd8mngvxd05xv-gtk-4.8.1-doc'...
> ERROR: In procedure fport_fill_input: Input/output error

This indicates an error while writing to your storage device, which
could be due to a failing device.

Does /var/log/messages contains hints of input/output errors?

> guix system reconfigure --no-grafts

Note that the effect of this is that important security updates will be
missing.  This is not recommended.

Thanks,
Ludo’.




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

* bug#59512: gtk-4.8.1 grafting fails
  2022-11-28 20:36 ` Ludovic Courtès
@ 2022-11-29 12:37   ` Marek Paśnikowski via Bug reports for GNU Guix
       [not found]   ` <ynDv8mSs5lee6fcgZBylSKmMdeONoE5wxBFq-SIlPtrogPPoG3C3PB3r_nTqQFOoiYN9kUdABTNFqTZxounpc91IWlkvlZh7OCRSeiTOdw0=@protonmail.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Marek Paśnikowski via Bug reports for GNU Guix @ 2022-11-29 12:37 UTC (permalink / raw)
  To: 59512

------- Original Message -------
On poniedziałek, 28 listopada 2022 21:36, Ludovic Courtès <ludo@gnu.org> wrote:


>
>
> Hi,
>
> Marek Paśnikowski marekpasnikowski@protonmail.com skribis:
>
> > grafting '/gnu/store/vp4ybqhxdrf4b2fk37c0s72g6iafqsmz-gtk-4.8.1-doc' -> '/gnu/store/7hfq1hbhfsmzjil433cjd8mngvxd05xv-gtk-4.8.1-doc'...
> > ERROR: In procedure fport_fill_input: Input/output error
>
>
> This indicates an error while writing to your storage device, which
> could be due to a failing device.
>
> Does /var/log/messages contains hints of input/output errors?

Yes, there is one node with a wrong checksum. On the internet I found [[https://forums.unraid.net/topic/92704-solved-btrfs-csum-error/][a matching topic on Unraid Forum]].

I checked RAM with Memtest (it passed) and then identified the
broken file.  So far, I think I got "lucky" and had a "cosmic ray"
kind of event - I do remember a single failure of resume-from-suspend some time ago.

I should be able to heal the system by deleting the bit-flipped
file and reinstalling gtk.  Does Guix have the ability to remove or
rewrite a specific file in its store?  The file is rooted in the
system configuration - not in a profile.

Thank you for your help.  I would also like to suggest a tweak to
the error message - to make the file system failure more obvious.




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

* bug#59512: gtk-4.8.1 grafting fails
       [not found]   ` <ynDv8mSs5lee6fcgZBylSKmMdeONoE5wxBFq-SIlPtrogPPoG3C3PB3r_nTqQFOoiYN9kUdABTNFqTZxounpc91IWlkvlZh7OCRSeiTOdw0=@protonmail.com>
@ 2022-12-02 13:15     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-12-02 13:15 UTC (permalink / raw)
  To: Marek Paśnikowski; +Cc: 59512-done

Hi,

Marek Paśnikowski <marekpasnikowski@protonmail.com> skribis:

> I should be able to heal the system by deleting the bit-flipped
> file and reinstalling gtk.  Does Guix have the ability to remove or
> rewrite a specific file in its store?  The file is rooted in the
> system configuration - not in a profile.

‘guix gc --verify=repair’ can do that, but only for items that are
substitutable (grafts are not substitutable).

Closing the bug, thanks!

Ludo’.




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

end of thread, other threads:[~2022-12-02 13:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23  9:55 bug#59512: gtk-4.8.1 grafting fails Marek Paśnikowski via Bug reports for GNU Guix
2022-11-28 20:36 ` Ludovic Courtès
2022-11-29 12:37   ` Marek Paśnikowski via Bug reports for GNU Guix
     [not found]   ` <ynDv8mSs5lee6fcgZBylSKmMdeONoE5wxBFq-SIlPtrogPPoG3C3PB3r_nTqQFOoiYN9kUdABTNFqTZxounpc91IWlkvlZh7OCRSeiTOdw0=@protonmail.com>
2022-12-02 13:15     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).