unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
@ 2021-11-18 21:33 Kaelyn Takata via Guix-patches via
  2021-11-18 21:50 ` Kaelyn via Guix-patches via
  2021-11-21  8:05 ` bug#51957: [PATCH core-updates-frozen] " Ricardo Wurmus
  0 siblings, 2 replies; 3+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2021-11-18 21:33 UTC (permalink / raw)
  To: 51957; +Cc: Kaelyn Takata

* 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






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
  2021-11-18 21:33 [bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2 Kaelyn Takata via Guix-patches via
@ 2021-11-18 21:50 ` Kaelyn via Guix-patches via
  2021-11-21  8:05 ` bug#51957: [PATCH core-updates-frozen] " Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Kaelyn via Guix-patches via @ 2021-11-18 21:50 UTC (permalink / raw)
  To: 51957@debbugs.gnu.org

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#51957: [PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
  2021-11-18 21:33 [bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2 Kaelyn Takata via Guix-patches via
  2021-11-18 21:50 ` Kaelyn via Guix-patches via
@ 2021-11-21  8:05 ` Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2021-11-21  8:05 UTC (permalink / raw)
  To: 51957-done

Thank you, I applied the patch to core-updates-frozen.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-21  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 21:33 [bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2 Kaelyn Takata via Guix-patches via
2021-11-18 21:50 ` Kaelyn via Guix-patches via
2021-11-21  8:05 ` bug#51957: [PATCH core-updates-frozen] " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).