emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57933: closed (Gtk is unsupported on i686-linux)


From: GNU bug Tracking System
Subject: bug#57933: closed (Gtk is unsupported on i686-linux)
Date: Mon, 10 Oct 2022 15:41:01 +0000

Your message dated Mon, 10 Oct 2022 17:40:45 +0200
with message-id <87o7ujznya.fsf@gnu.org>
and subject line Re: bug#57933: Gtk is unsupported on i686-linux
has caused the debbugs.gnu.org bug report #57933,
regarding Gtk is unsupported on i686-linux
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57933: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57933
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Gtk is unsupported on i686-linux Date: Mon, 19 Sep 2022 13:41:26 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

I had the following error while trying out `make release` for
`i686-linux` specifically.

--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 17139, user nixbld
guix system: warning: 'disk-image' is deprecated: use 'image' instead
guix system: error: package gvfs@1.50.2 does not support i686-linux
+ rm -f t-guix-system-16656 t-guix-system-error-16656 
/tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656/config.scm 
/tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656/my-torrc
+ rmdir /tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656
FAIL tests/guix-system.sh (exit status: 1)
--8<---------------cut here---------------end--------------->8---

Turns out, Gtk is unsupported on i686-linux which is problematic to
build the desktop.tmpl image.

--8<---------------cut here---------------start------------->8---
mathieu@meije ~/guix [env]$ make -j8 && ./pre-inst-env guix build gtk -s 
i686-linux
gnu/packages/gtk.scm:1182:2: warning: package gtk@4.8.0 does not support 
i686-linux
--8<---------------cut here---------------end--------------->8---

That's because `gst-plugins-bad` and `librsvg-bootstrap` both refer to
`librsvg` which depends on Rust which is only supported on x86_64-linux.

There are other packages in (gnu packages gnome) relying on librsvg
directly. I'm not sure what's our best option here. Use
librsvg-for-system for the entire desktop.tmpl closure?

Thanks,

Mathieu



--- End Message ---
--- Begin Message --- Subject: Re: bug#57933: Gtk is unsupported on i686-linux Date: Mon, 10 Oct 2022 17:40:45 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Ludovic Courtès <ludo@gnu.org> skribis:

> I pushed things to make ‘gst-plugins-bad’ supported on i686-linux:
>
> 27a3a5d193 gnu: svt-hevc: Mark as supported on x86_64-linux only.
> e3362e249a gnu: directfb: Remove input labels.
> 3714c8bdcd gnu: gst-plugins-bad: Use 'librsvg-for-system'.
> c3b0be1fa2 gnu: directfb: Use 'librsvg-for-system'.
>
> But now there’s an ‘openexr’ test failure on i686.
>
> And GTK has another path to unsupported software on i686-linux.

Thanks to GNUtoo’s work in <https://issues.guix.gnu.org/57931>, this is
now fixed:

  75e24eec1e * gnu: gtk: Use librsvg-2.40 for non-x86_64.
  4133e50026 * gnu: openexr: Skip failing tests on i686.
  831e038dff * gnu: openexr: Apply 'guix style'.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]