[PATCH] gnu: kdeclarative: Fix build.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220808233308.12491-1-mike@rohleder.de
For some reasons check phase fails w/o libxinerama.

* gnu/packages/kde-frameworks.scm (kdeclarative)[native-inputs]:
Add libxinerama.
---
gnu/packages/kde-frameworks.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 391db94f3a..76e16e0ae6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2021 Alexandros Theodotou <alex@zrythm.org>
+;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2272,7 +2273,7 @@ (define-public kdeclarative
(propagated-inputs
(list kconfig kpackage))
(native-inputs
- (list extra-cmake-modules pkg-config xorg-server-for-tests))
+ (list extra-cmake-modules libxinerama pkg-config xorg-server-for-tests))
(inputs
(list kauth
kbookmarks
--
2.37.1
宋文武 wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 57062@debbugs.gnu.org)
878rnyrzqv.fsf@envs.net
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> For some reasons check phase fails w/o libxinerama.

Hello, I get the build pass without libxinerama, maybe other issue?
Michael Rohleder wrote 3 years ago
(name . 宋文武)(address . iyzsong@envs.net)(address . 57062-close@debbugs.gnu.org)
87y1vy6tgh.fsf@rohleder.de
Hi,

宋文武 <iyzsong@envs.net> writes:
Toggle quote (2 lines)
> Hello, I get the build pass without libxinerama, maybe other issue?

Yes, I'm sorry!
-> close.

--
Zeit ist das Feuer, in dem wir verbrennen. (Gene Roddenberry)
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmLxxl8RHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyV+nwf8C6TYRwMmJoD4ASPKdDkY4PjhLrAuPUi4
gRzQNOP8s+eSMZz12hMLXzKZim45CY2okMpOIZ4zywF4VlWd+ro+CN5F0Gh5UUx4
me5Xbk2owmlYFaIZaavJuN/FJS8paAAjxN23yU4//uYPxRCa3E0K4VqM6TWc45jj
yXOCjutzX9jWQTRn1hiyEVTPSE9dOU859z4tEUfGCq8YGXu/063+am3gChYurxLS
BDlBZCW/lMwsFsmEqjpkep8KNBj34GjgoYJQ1gm1k8m/JcwNKKg6mHuNpLZg35pK
yvXl28dlxKzgIAkHUE8SGyNbhlCKiM4Sgp8ow9jnGYOulOmQkG9P4A==
=YKGa
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 57062@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57062
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help