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

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

bug#71773: closed ([PATCH] gnu: gtk: Fix build on aarch64.)


From: GNU bug Tracking System
Subject: bug#71773: closed ([PATCH] gnu: gtk: Fix build on aarch64.)
Date: Fri, 26 Jul 2024 17:27:02 +0000

Your message dated Fri, 26 Jul 2024 19:26:28 +0200
with message-id <87ikwsawu3.fsf@gnu.org>
and subject line Re: [bug#71773] [PATCH] gnu: gtk: Fix build on aarch64.
has caused the debbugs.gnu.org bug report #71773,
regarding [PATCH] gnu: gtk: Fix build on aarch64.
to be marked as done.

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


-- 
71773: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71773
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gtk: Fix build on aarch64. Date: Tue, 25 Jun 2024 15:14:16 +0200
See <https://gitlab.gnome.org/GNOME/gtk/-/commit/b916c4dac1075572>.

* gnu/packages/gtk.scm (gtk)[arguments]<#:configure-flags>: Rename failing
test suite to match upstream change.

Change-Id: Ibdf03a94e71f72283a093cba6d5a328004defa5c
---
I didn’t try rebuilding all dependents but this should be harmless.
Thanks!

 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 56763cd835..5bd574120e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1183,7 +1183,7 @@ (define-public gtk
                             ;; also disabled these, see:
                             ;; 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050075
                             "--no-suite=wayland_failing"
-                            "--no-suite=wayland_gles_failing")
+                            "--no-suite=wayland_gles2_failing")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file

base-commit: 78d946b01162fbe986c6768800e8cfd6e70e67e5
-- 
2.45.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#71773] [PATCH] gnu: gtk: Fix build on aarch64. Date: Fri, 26 Jul 2024 19:26:28 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Timotej Lazar <timotej.lazar@araneo.si> skribis:

> See <https://gitlab.gnome.org/GNOME/gtk/-/commit/b916c4dac1075572>.
>
> * gnu/packages/gtk.scm (gtk)[arguments]<#:configure-flags>: Rename failing
> test suite to match upstream change.
>
> Change-Id: Ibdf03a94e71f72283a093cba6d5a328004defa5c

Hi!  I pushed a variant thereof as
72e586fcae78e467d01e2add09c1db26be6bfa93, with the goal of avoiding
rebuilds on other architectures.

Thank you!

Ludo’.


--- End Message ---

reply via email to

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