GNU bug report logs - #52490
[PATCH WIP] gnu: gitg: Fix compilation.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Tue, 14 Dec 2021 21:07:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 52490 in the body.
You can then email your comments to 52490 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 guix-patches <at> gnu.org:
bug#52490; Package guix-patches. (Tue, 14 Dec 2021 21:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 14 Dec 2021 21:07:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
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






Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Wed, 15 Dec 2021 19:44:01 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Wed, 15 Dec 2021 19:44:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 52490-done <at> debbugs.gnu.org
Subject: Re: [PATCH WIP] gnu: gitg: Fix compilation.
Date: Wed, 15 Dec 2021 20:43:14 +0100
Nvm, I found a solution and pushed it.





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

This bug report was last modified 3 years and 238 days ago.

Previous Next


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