GNU bug report logs -
#61995
[PATCH] gnu: graphene: fix cross-compile.
Previous Next
Reported by: Z572 <873216071 <at> qq.com>
Date: Mon, 6 Mar 2023 06:52:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.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 61995 in the body.
You can then email your comments to 61995 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61995
; Package
guix-patches
.
(Mon, 06 Mar 2023 06:52:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Z572 <873216071 <at> qq.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 06 Mar 2023 06:52:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm(graphene): fix cross-compile.
[arguments]: <#:configure-flags>: use 'disabled' replace 'false' with
introspection option.
---
gnu/packages/gtk.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f575194c73..e985e161b1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -34,6 +34,7 @@
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
;;; Copyright © 2022 Petr Hodina <phodina <at> protonmail.com>
;;; Copyright © 2023 Sergiu Ivanov <sivanov <at> colimite.fr>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2516,7 +2517,7 @@ (define-public graphene
"-Dinstalled_tests=false"
,@(if (%current-target-system)
;; Introspection requires running binaries for 'host' on 'build'.
- '("-Dintrospection=false")
+ '("-Dintrospection=disabled")
'()))))
(native-inputs
`(("git" ,git-minimal/pinned)
--
2.39.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61995
; Package
guix-patches
.
(Thu, 16 Mar 2023 18:47:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Z572 via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/gtk.scm(graphene): fix cross-compile.
> [arguments]: <#:configure-flags>: use 'disabled' replace 'false' with
> introspection option.
> ---
> gnu/packages/gtk.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
I've tweaked the commit message and pushed this to master as
1820dc7ce6945569db4ef6e265764705e6aabc48.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Thu, 16 Mar 2023 18:47:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Z572 <873216071 <at> qq.com>
:
bug acknowledged by developer.
(Thu, 16 Mar 2023 18:47:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 14 Apr 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.