GNU bug report logs -
#78604
[PATCH 0/2] gnu: signond: Fix finding libraries.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Tue, 27 May 2025 09:31:01 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 May 2025 15:51:46 +0800
with message-id <87r007x3al.fsf <at> z572.online>
and subject line Re: [bug#78604] [PATCH v2 1/2] gnu: signond: Remove qtbase from native-inputs.
has caused the debbugs.gnu.org bug report #78604,
regarding [PATCH 0/2] gnu: signond: Fix finding libraries.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78604: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78604
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This patchset removes duplicate native-input (qtbase, which is added already by
qt-build-system) and then fixes executing signond.
Sughosha (2):
gnu: signond: Remove qtbase from native-inputs.
gnu: signond: Fix finding libraries.
gnu/packages/qt.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
base-commit: e7d73a08d569904f8a71db5b84f5fafaf0dff188
--
2.49.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/qt.scm (signond)[native-inputs]: Remove qtbase-5.
> (signond-qt6): Remove qtbase.
>
> Change-Id: If83258b2b5d7f93c5f2b7d1fc214ae64d4893bc5
> ---
> gnu/packages/qt.scm | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
> index 49c014870ba..0bd262341f3 100644
> --- a/gnu/packages/qt.scm
> +++ b/gnu/packages/qt.scm
> @@ -5888,7 +5888,7 @@ (define-public signond
> (base32
> "0k6saz5spys4a4p6ws0ayrjks2gqdqvz7zfmlhdpz5axha0gbqq4"))))
> (build-system qt-build-system)
> - (native-inputs (list doxygen pkg-config qtbase-5 qttools-5))
> + (native-inputs (list doxygen pkg-config qttools-5))
> (inputs (list dbus glib libaccounts-glib))
> (arguments
> (list #:tests? #f ; Figure out how to run tests
> @@ -5938,7 +5938,6 @@ (define-public signond-qt6
> (base32
> "13cgdf6hhi2z3c8sax79dwi7450n8h228kpyl2w5lx0xglb2savq"))))
> (native-inputs (modify-inputs (package-native-inputs signond)
> - (delete "qtbase")
> (replace "qttools" qttools)))
> (arguments
> (substitute-keyword-arguments (package-arguments signond)
>
> base-commit: c15f786f8936502249b639220997094fdbf7f1e8
pushed, and Readd validate-runpath phase.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 43 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.