GNU bug report logs -
#53679
[PATCH] gnu: fontmanager: depend on python3
Previous Next
Reported by: Ryan Sundberg <ryan <at> arctype.co>
Date: Tue, 1 Feb 2022 05:56:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
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 53679 in the body.
You can then email your comments to 53679 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#53679
; Package
guix-patches
.
(Tue, 01 Feb 2022 05:56:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ryan Sundberg <ryan <at> arctype.co>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 01 Feb 2022 05:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This package requires python3 on the path to sucessfully build:
Program python found: NO
../source/meson.build:45:0: ERROR: python3 not found
* gnu/packages/fontutils.scm (fontmanager)[inputs]: Add python-3
---
gnu/packages/fontutils.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index bc082de3d3..5a92f752d1 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -906,6 +906,7 @@ (define-public fontmanager
("gtk+" ,gtk+)
("json-glib" ,json-glib)
("libsoup" ,libsoup-minimal-2)
+ ("python" ,python-3)
("sqlite" ,sqlite)
("webkitgtk" ,webkitgtk-with-libsoup2)))
(home-page "https://fontmanager.github.io/")
--
2.34.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53679
; Package
guix-patches
.
(Tue, 01 Feb 2022 08:14:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 53679 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi, I believe I fixed this very issue yesterday. Can you confirm?
Also, when adding a tool that is used during the build, you should use native-inputs instead, or cross-builds will fail.
On February 1, 2022 6:55:12 AM GMT+01:00, Ryan Sundberg via Guix-patches via <guix-patches <at> gnu.org> wrote:
>This package requires python3 on the path to sucessfully build:
>
> Program python found: NO
> ../source/meson.build:45:0: ERROR: python3 not found
>
>* gnu/packages/fontutils.scm (fontmanager)[inputs]: Add python-3
>---
> gnu/packages/fontutils.scm | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
>index bc082de3d3..5a92f752d1 100644
>--- a/gnu/packages/fontutils.scm
>+++ b/gnu/packages/fontutils.scm
>@@ -906,6 +906,7 @@ (define-public fontmanager
> ("gtk+" ,gtk+)
> ("json-glib" ,json-glib)
> ("libsoup" ,libsoup-minimal-2)
>+ ("python" ,python-3)
> ("sqlite" ,sqlite)
> ("webkitgtk" ,webkitgtk-with-libsoup2)))
> (home-page "https://fontmanager.github.io/")
>--
>2.34.0
>
>
>
>
[Message part 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53679
; Package
guix-patches
.
(Tue, 01 Feb 2022 08:15:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Thu, 24 Feb 2022 02:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ryan Sundberg <ryan <at> arctype.co>
:
bug acknowledged by developer.
(Thu, 24 Feb 2022 02:55:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 53679-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Julien Lepiller <julien <at> lepiller.eu> writes:
> Hi, I believe I fixed this very issue yesterday. Can you confirm?
>
> Also, when adding a tool that is used during the build, you should use
> native-inputs instead, or cross-builds will fail.
Works fine for me, after adding gsettings-desktop-schemas as an input in
45d0c82dcc7380e78472dd819981a5025f6157e5 (otherwise I'd get a error due
to a missing schema on my non-GNOME machine).
Closing.
Thanks!
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 24 Mar 2022 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.