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

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

bug#52490: closed ([PATCH WIP] gnu: gitg: Fix compilation.)


From: GNU bug Tracking System
Subject: bug#52490: closed ([PATCH WIP] gnu: gitg: Fix compilation.)
Date: Wed, 15 Dec 2021 19:44:01 +0000

Your message dated Wed, 15 Dec 2021 20:43:14 +0100
with message-id <f04ec216ad871b9c21a01c6fe05c20f8dea807f5.camel@gmail.com>
and subject line Re: [PATCH WIP] gnu: gitg: Fix compilation.
has caused the debbugs.gnu.org bug report #52490,
regarding [PATCH WIP] gnu: gitg: Fix compilation.
to be marked as done.

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


-- 
52490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52490
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH WIP] gnu: gitg: Fix compilation. Date: Tue, 14 Dec 2021 22:01:48 +0100
* gnu/packages/gnome.scm (gitg)[#:meson]: Use meson-0.59.
[#tests?] Disable.
[inputs]: Use libsoup-minimal-2.
[native-inputs]: Add xorg-server-for-tests.
---
Hi ladies,

as of the core-updates-frozen merge, gitg fails to build on master.
The package below still runs on GNOME 3 as before the merge, but tests
now fail with no clear reason as to why; I tried spawing an Xvfb, but to
no avail.  Help welcome.

Cheers

 gnu/packages/gnome.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5f46eb4d63..767d983285 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11294,7 +11294,11 @@ (define-public gitg
                 "0npg4kqpwl992fgjd2cn3fh84aiwpdp9kd8z7rw2xaj2iazsm914"))))
     (build-system meson-build-system)
     (arguments
-     `(#:glib-or-gtk? #t
+     `(#:meson ,meson-0.59
+       #:glib-or-gtk? #t
+       ;; XXX: assertion 'GDK_IS_SCREEN (screen)' failed
+       ;; XXX: assertion 'datetime != NULL' failed
+       #:tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'disable-post-install-partially
@@ -11328,7 +11332,7 @@ (define-public gitg
            libgit2-glib
            libpeas
            libsecret
-           libsoup
+           libsoup-minimal-2
            libxml2))
     (native-inputs
      `(("glib:bin" ,glib "bin")
@@ -11336,7 +11340,8 @@ (define-public gitg
        ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)
-       ("vala" ,vala)))
+       ("vala" ,vala)
+       ("xorg-server" ,xorg-server-for-tests)))
     (synopsis "Graphical user interface for git")
     (description
      "gitg is a graphical user interface for git.  It aims at being a small,
-- 
2.34.0





--- End Message ---
--- Begin Message --- Subject: Re: [PATCH WIP] gnu: gitg: Fix compilation. Date: Wed, 15 Dec 2021 20:43:14 +0100 User-agent: Evolution 3.34.2
Nvm, I found a solution and pushed it.



--- End Message ---

reply via email to

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