GNU bug report logs - #52134
midori fails to build on core-updates-frozen

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Sat, 27 Nov 2021 05:48:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

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 52134 in the body.
You can then email your comments to 52134 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#52134; Package guix. (Sat, 27 Nov 2021 05:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 27 Nov 2021 05:48:02 GMT) Full text and rfc822 format available.

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

From: Jack Hill <jackhill <at> jackhill.us>
To: bug-guix <at> gnu.org
Subject: midori fails to build on core-updates-frozen
Date: Sat, 27 Nov 2021 00:47:28 -0500 (EST)
[Message part 1 (text/plain, inline)]
Hi Guix,

midori fails to build on core-updates-frozen commit 
d508c5baab16f99818e6514351ed0ab7ad9e8116 with that attatched build log.

Best,
Jack
[8fmnkpjdbnrxsq73002rki37hqzl99-midori-9.0.drv (application/octet-stream, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#52134; Package guix. (Sat, 27 Nov 2021 06:31:01 GMT) Full text and rfc822 format available.

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

From: Jack Hill <jackhill <at> jackhill.us>
To: 52134 <at> debbugs.gnu.org
Subject: [PATCH] gnu: midori: Adjust inputs.
Date: Sat, 27 Nov 2021 01:30:08 -0500
* gnu/packages/web-browsers.scm [use-modules]: Add (gnu packages base).
  (midori)[propogated-inputs]: Add desktop-file-utils and which.
  [inputs]: Replace webkit with webkit-with-libsoup2.
---
 gnu/packages/web-browsers.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 7ea2a9a9ec..50a41309d3 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -51,6 +51,7 @@ (define-module (gnu packages web-browsers)
   #:use-module (gnu packages)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages backup)
+  #:use-module (gnu packages base)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
@@ -125,10 +126,12 @@ (define-public midori
            (assoc-ref glib-or-gtk:%standard-phases
                       'glib-or-gtk-wrap)))))
     (native-inputs
-     `(("glib:bin" ,glib "bin")
+     `(("desktop-file-utils" ,desktop-file-utils) ;for tests
+       ("glib:bin" ,glib "bin")
        ("gtk+:bin" ,gtk+ "bin")
        ("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("which" ,which))) ;for tests
     (inputs
      `(("adwaita-icon-theme" ,adwaita-icon-theme)
        ("gcr" ,gcr)
@@ -139,10 +142,9 @@ (define-public midori
        ("json-glib" ,json-glib)
        ("libarchive" ,libarchive)
        ("libpeas" ,libpeas)
-       ("libsoup" ,libsoup)
        ("sqlite" ,sqlite)
        ("vala" ,vala)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk" ,webkitgtk-with-libsoup2)))
     (synopsis "Lightweight graphical web browser")
     (description "@code{Midori} is a lightweight, Webkit-based web browser.
 It features integration with GTK+3, configurable web search engine, bookmark
-- 
2.34.0





bug reassigned from package 'guix' to 'guix-patches'. Request was from Jack Hill <jackhill <at> jackhill.us> to control <at> debbugs.gnu.org. (Sat, 27 Nov 2021 06:32:02 GMT) Full text and rfc822 format available.

Added tag(s) patch. Request was from Jack Hill <jackhill <at> jackhill.us> to control <at> debbugs.gnu.org. (Sat, 27 Nov 2021 06:44:01 GMT) Full text and rfc822 format available.

Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sat, 27 Nov 2021 09:39:02 GMT) Full text and rfc822 format available.

Notification sent to Jack Hill <jackhill <at> jackhill.us>:
bug acknowledged by developer. (Sat, 27 Nov 2021 09:39:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 52134-done <at> debbugs.gnu.org
Subject: Re: bug#52134: [PATCH] gnu: midori: Adjust inputs.
Date: Sat, 27 Nov 2021 09:38:02 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as 9c4752bd3ef514090094c8bdd4cbc3afb38cf186.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 25 Dec 2021 12:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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