GNU bug report logs - #51957
[PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.

Previous Next

Package: guix-patches;

Reported by: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>

Date: Thu, 18 Nov 2021 21:34:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.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 51957 in the body.
You can then email your comments to 51957 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#51957; Package guix-patches. (Thu, 18 Nov 2021 21:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kaelyn Takata <kaelyn.alexi <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 18 Nov 2021 21:34:01 GMT) Full text and rfc822 format available.

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

From: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Subject: [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
Date: Thu, 18 Nov 2021 21:33:14 +0000
* gnu/packages/xfce.scm (xfce-weather-plugin)[inputs]: Depend on
libsoup-minimal-2 as the current version only supports libsoup2.
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c9efdc6efe..91b67d9a0d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2118,7 +2118,7 @@ (define-public xfce4-weather-plugin
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("gtk+" ,gtk+)
-       ("libsoup" ,libsoup)
+       ("libsoup" ,libsoup-minimal-2)
        ("libxfce4ui" ,libxfce4ui)
        ("libxml2" ,libxml2)
        ("xfce4-panel" ,xfce4-panel)))
-- 
2.33.1






Information forwarded to guix-patches <at> gnu.org:
bug#51957; Package guix-patches. (Thu, 18 Nov 2021 21:51:02 GMT) Full text and rfc822 format available.

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

From: Kaelyn <kaelyn.alexi <at> protonmail.com>
To: "51957 <at> debbugs.gnu.org" <51957 <at> debbugs.gnu.org>
Subject: [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
Date: Thu, 18 Nov 2021 21:50:00 +0000
I forgot to update the subject line before sending the email. This patch is based on core-updates-frozen, fixing a build issue I encountered:

checking pkg-config is at least version 0.9.0... yes
checking for libsoup-2.4 >= 2.42.0... not found
*** The required package libsoup-2.4 was not found on your system.
*** Please install libsoup-2.4 (atleast version 2.42.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
error: in phase 'configure': uncaught exception:
%exception #<&invoke-error program: "/gnu/store/vx6vfbmmazvfi7vp8xyjn2mcyylvw9gn-bash-minimal-5.1.8/bin/bash" arguments: ("./configure" "CONFIG_SHELL=/gnu/store/vx6vfbmmazvfi7vp8xyjn2mcyylvw9gn-bash-minimal-5.1.8/bin/bash" "SHELL=/gnu/store/vx6vfbmmazvfi7vp8xyjn2mcyylvw9gn-bash-minimal-5.1.8/bin/bash" "--prefix=/gnu/store/sf3l4yvm4hg2h1778kp10hzhmcbg4axq-xfce4-weather-plugin-0.11.0" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu") exit-status: 1 term-signal: #f stop-signal: #f>
phase `configure' failed after 1.3 seconds





Changed bug title to '[PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.' from '[PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.' Request was from Kaelyn <kaelyn.alexi <at> protonmail.com> to control <at> debbugs.gnu.org. (Sat, 20 Nov 2021 17:19:01 GMT) Full text and rfc822 format available.

Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Sun, 21 Nov 2021 08:11:01 GMT) Full text and rfc822 format available.

Notification sent to Kaelyn Takata <kaelyn.alexi <at> protonmail.com>:
bug acknowledged by developer. (Sun, 21 Nov 2021 08:11:01 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 51957-done <at> debbugs.gnu.org
Subject: [PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by
 depending on libsoup2.
Date: Sun, 21 Nov 2021 08:05:44 +0000
Thank you, I applied the patch to core-updates-frozen.

-- 
Ricardo




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

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

Previous Next


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