GNU bug report logs - #58352
guix@1.3.0-30.17134b9 test failures on i686

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Fri, 7 Oct 2022 13:10:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58352 in the body.
You can then email your comments to 58352 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#58352; Package guix. (Fri, 07 Oct 2022 13:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ludovic Courtès <ludo <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 07 Oct 2022 13:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: bug-guix <at> gnu.org
Subject: guix <at> 1.3.0-30.17134b9 test failures on i686
Date: Fri, 07 Oct 2022 15:09:00 +0200
The guix <at> 1.3.0-30.17134b9 package has a test failure on i686-linux:

--8<---------------cut here---------------start------------->8---
+ for example in gnu/system/examples/*.tmpl
+ case "$example" in
+ options=
+ guix system -n disk-image gnu/system/examples/desktop.tmpl
accepted connection from pid 25354, user nixbld
guix system: warning: 'disk-image' is deprecated: use 'image' instead
guix system: error: package gvfs <at> 1.50.2 does not support i686-linux
+ rm -f t-guix-system-24535 t-guix-system-error-24535 /tmp/guix-build-guix-1.3.0-30.17134b9.drv-0/t-guix-system-24535/config.scm /tmp/guix-build-guix-1.3.0-30.17134b9.drv-0/t-guix-system-24535/my-torrc
+ rmdir /tmp/guix-build-guix-1.3.0-30.17134b9.drv-0/t-guix-system-24535
FAIL tests/guix-system.sh (exit status: 1)
--8<---------------cut here---------------end--------------->8---

This is because gvfs now indirectly pulls in librsvg and thus Rust:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env  guix graph --path gvfs librsvg -s i686-linux
gvfs <at> 1.50.2
gnome-online-accounts <at> 3.45.2
rest <at> 0.9.1
gtksourceview <at> 5.5.1
gtk <at> 4.8.1
gst-plugins-bad <at> 1.18.5
librsvg <at> 2.50.7
--8<---------------cut here---------------end--------------->8---

It is surprising to see ‘rest’ (a network lib) depend on
‘gtksourceview’; that’s for a demo program:

--8<---------------cut here---------------start------------->8---
$ ldd /gnu/store/6ghbgz1slh70g173rsyhlvs1clgsfva4-rest-0.9.1/bin/librest-demo | grep sourcevi
        libgtksourceview-5.so.0 => /gnu/store/ww28crn08wlg59ldfqhcgk1g8dhsf6cw-gtksourceview-5.5.1/lib/libgtksourceview-5.so.0 (0x00007fad0d574000)
--8<---------------cut here---------------end--------------->8---

I’ll probably tackle it from that angle.

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#58352; Package guix. (Fri, 07 Oct 2022 14:05:02 GMT) Full text and rfc822 format available.

Message #8 received at 58352 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 58352 <at> debbugs.gnu.org
Subject: Re: bug#58352: guix <at> 1.3.0-30.17134b9 test failures on i686
Date: Fri, 07 Oct 2022 16:03:43 +0200
Ludovic Courtès <ludo <at> gnu.org> skribis:

> This is because gvfs now indirectly pulls in librsvg and thus Rust:

It’s not the only one:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env  guix graph --path network-manager-applet librsvg -s i686-linux
network-manager-applet <at> 1.28.0
libnma <at> 1.10.2
gtk <at> 4.8.1
gst-plugins-bad <at> 1.18.5
librsvg <at> 2.50.7
--8<---------------cut here---------------end--------------->8---

This part is addressed by these commits:

  31708431c5 tests: Attempt to build 'desktop.tmpl' on all major architectures.
  06deab3321 gnu: libnma: Depend on GTK 4.x only on supported platforms.
  a52f39ad0c gnu: rest <at> 0.9.1: Remove dependency on gtksourceview and libadwaita.

Now the ‘guix’ package needs to be updated.

Ludo’.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 08 Oct 2022 12:38:02 GMT) Full text and rfc822 format available.

Notification sent to Ludovic Courtès <ludo <at> gnu.org>:
bug acknowledged by developer. (Sat, 08 Oct 2022 12:38:02 GMT) Full text and rfc822 format available.

Message #13 received at 58352-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 58352-done <at> debbugs.gnu.org
Subject: Re: bug#58352: guix <at> 1.3.0-30.17134b9 test failures on i686
Date: Sat, 08 Oct 2022 14:37:33 +0200
Ludovic Courtès <ludo <at> gnu.org> skribis:

> Now the ‘guix’ package needs to be updated.

Done in commit e49255ff18def1065f65194f679a1d07fd5a266e!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 06 Nov 2022 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.