From unknown Wed Jun 18 00:14:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#53679 <53679@debbugs.gnu.org> To: bug#53679 <53679@debbugs.gnu.org> Subject: Status: [PATCH] gnu: fontmanager: depend on python3 Reply-To: bug#53679 <53679@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:14:37 +0000 retitle 53679 [PATCH] gnu: fontmanager: depend on python3 reassign 53679 guix-patches submitter 53679 Ryan Sundberg severity 53679 normal tag 53679 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 01 00:56:00 2022 Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 05:56:00 +0000 Received: from localhost ([127.0.0.1]:41512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEm91-00068o-Tz for submit@debbugs.gnu.org; Tue, 01 Feb 2022 00:56:00 -0500 Received: from lists.gnu.org ([209.51.188.17]:49096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEm8z-00068g-NW for submit@debbugs.gnu.org; Tue, 01 Feb 2022 00:55:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59308) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEm8y-0000Xi-It for guix-patches@gnu.org; Tue, 01 Feb 2022 00:55:57 -0500 Received: from mail.arctype.co ([138.68.9.245]:58387) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nEm8w-0002Dm-J0 for guix-patches@gnu.org; Tue, 01 Feb 2022 00:55:56 -0500 Received: from authenticated-user (mail.arctype.co [138.68.9.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.arctype.co (Postfix) with ESMTPSA id 4AB9013B100; Tue, 1 Feb 2022 05:55:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=arctype.co; s=mail; t=1643694921; bh=j7/E5BCThlHLHH0HLHhFvN6khcDvQrcUVkcilu6VUE4=; h=From:To:Cc:Subject:Date:From; b=G3xB02NTQvV2Lx3iObT3SZYPKKZQIYT1UoGpk8UHSchD9Ze2h/9lGD1uDK9v6iA06 QIsm1+cwCBSOj76n+1Lire8ohfmsiz+yV9GX/BMWliytqORVPz75uQ7FM/WO2AKub0 ZfwscfuOqXbEuRUNpntOTKPwmU0BAyZnoms5ak859uikkXfRrGGXZGsCoQm3uYO4k6 GHkJxTSU+hMxSHiyPBE2GE+uwOJ7amSpE1Z9XZXOu+MXxufBJzbho7a/tBjShSs/70 +/PvjNRa+G6GJJVSgCrSf+56/L/7efCxzYDZr9Dj1+Y89LlQLxkcWeIQj4QTU8Ffhx ryuJ0ZeUvkL8Q== From: Ryan Sundberg To: guix-patches@gnu.org Subject: [PATCH] gnu: fontmanager: depend on python3 Date: Mon, 31 Jan 2022 21:55:12 -0800 Message-Id: <20220201055512.6391-1-ryan@arctype.co> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=138.68.9.245; envelope-from=ryan@arctype.co; helo=mail.arctype.co X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Ryan Sundberg X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 01 03:13:33 2022 Received: (at 53679) by debbugs.gnu.org; 1 Feb 2022 08:13:33 +0000 Received: from localhost ([127.0.0.1]:41627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEoI9-0001dw-H7 for submit@debbugs.gnu.org; Tue, 01 Feb 2022 03:13:33 -0500 Received: from lepiller.eu ([89.234.186.109]:42512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEoI7-0001di-Eo for 53679@debbugs.gnu.org; Tue, 01 Feb 2022 03:13:32 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id a554b3f4; Tue, 1 Feb 2022 08:13:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:in-reply-to:references:message-id:mime-version :content-type:content-transfer-encoding; s=dkim; bh=7N6zDJw1r4ni vUDn041BQaZ3AEBfkRXE1+v/vJpmLaY=; b=I6HngBvpRr/6KuYo6ytCJUdjXNs1 IwkTLpSMm9Ssqe1836bRHeTd6y7MLzaMxV9m2f/a8tITVgGbeNOw7IzZltqVxmNC DrVo7eUKmhogAtwMRPc/BhHRhInSbJP4sO1WncMqJnk1Ulg7Mb+VYFjvEO4ZHFuW HkQM9Pe7UfN1DeIiZEHFn4t6M88vjRHx7fuy2T0dBjrBtyb2cTxEhnqA5b3vq7ZA PTu9hkbficRjRcBffBIbkZgX8HU+H9YBpyi+DPKh1zUizIfBkRcEwMinnL9DM8Lo Bngu+5PND4jpLCY1lNLq1JObHRs0LlxCaacv97X5+7VL5fczSuz7KCd+JA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 38a96ab2 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 1 Feb 2022 08:13:27 +0000 (UTC) Date: Tue, 01 Feb 2022 09:13:23 +0100 From: Julien Lepiller To: Ryan Sundberg , Ryan Sundberg via Guix-patches via , 53679@debbugs.gnu.org Subject: Re: [bug#53679] [PATCH] gnu: fontmanager: depend on python3 User-Agent: K-9 Mail for Android In-Reply-To: <20220201055512.6391-1-ryan@arctype.co> References: <20220201055512.6391-1-ryan@arctype.co> Message-ID: <794D5F18-6369-4C17-9911-DEF294C6B6D0@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----2ZMOKE81DICJFRBHQZ14GAL2G8IDH1 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53679 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------2ZMOKE81DICJFRBHQZ14GAL2G8IDH1 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I believe I fixed this very issue yesterday=2E Can you confirm? Also, when adding a tool that is used during the build, you should use nat= ive-inputs instead, or cross-builds will fail=2E On February 1, 2022 6:55:12 AM GMT+01:00, Ryan Sundberg via Guix-patches v= ia wrote: >This package requires python3 on the path to sucessfully build: > > Program python found: NO > =2E=2E/source/meson=2Ebuild:45:0: ERROR: python3 not found > >* gnu/packages/fontutils=2Escm (fontmanager)[inputs]: Add python-3 >--- > gnu/packages/fontutils=2Escm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/gnu/packages/fontutils=2Escm b/gnu/packages/fontutils=2Escm >index bc082de3d3=2E=2E5a92f752d1 100644 >--- a/gnu/packages/fontutils=2Escm >+++ b/gnu/packages/fontutils=2Escm >@@ -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=2Egithub=2Eio/") >--=20 >2=2E34=2E0 > > > > ------2ZMOKE81DICJFRBHQZ14GAL2G8IDH1 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I believe I fixed this very issue yesterday=2E= Can you confirm?

Also, when adding a tool that is used during the b= uild, you should use native-inputs instead, or cross-builds will fail=2E
On February 1, 2022 6:55:12 AM GMT+01:00, R= yan Sundberg via Guix-patches via <guix-patches@gnu=2Eorg> wrote:
This package requires python3 on the pa=
th to sucessfully build:

Program python found: NO
=2E=2E/= source/meson=2Ebuild:45:0: ERROR: python3 not found

* gnu/packages/f= ontutils=2Escm (fontmanager)[inputs]: Add python-3
gnu/packages/fontuti= ls=2Escm | 1 +
1 file changed, 1 insertion(+)

diff --git a/gnu/p= ackages/fontutils=2Escm b/gnu/packages/fontutils=2Escm
index bc082de3d3= =2E=2E5a92f752d1 100644
--- a/gnu/packages/fontutils=2Escm
+++ b/gnu/= packages/fontutils=2Escm
@@ -906,6 +906,7 @@ (define-public fontmanager<= br> ("gtk+" ,gtk+)
("json-glib" ,json-glib)
("lib= soup" ,libsoup-minimal-2)
+ ("python" ,python-3)
("sqlite= " ,sqlite)
("webkitgtk" ,webkitgtk-with-libsoup2)))
(home-= page "https://fontmanager=2Egithub=2Eio/")
--
2=2E34=2E0




------2ZMOKE81DICJFRBHQZ14GAL2G8IDH1-- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 23 21:54:46 2022 Received: (at 53679-done) by debbugs.gnu.org; 24 Feb 2022 02:54:46 +0000 Received: from localhost ([127.0.0.1]:46974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nN4HG-0002ae-0f for submit@debbugs.gnu.org; Wed, 23 Feb 2022 21:54:46 -0500 Received: from mail-qk1-f179.google.com ([209.85.222.179]:39868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nN4HD-0002aS-VS for 53679-done@debbugs.gnu.org; Wed, 23 Feb 2022 21:54:44 -0500 Received: by mail-qk1-f179.google.com with SMTP id t21so760003qkg.6 for <53679-done@debbugs.gnu.org>; Wed, 23 Feb 2022 18:54:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=WyfVSgskfDq2a3OKgf9dGcwQIH/yoVt/cNFTV+rH6Bs=; b=dRqd8pH8y+uoLzZyMQ+x7uLzkkVNmUyS6dxQKDD+IMC+4T00q+m2waO4vx9N+/NFAz u/b2ln7K0ntIyGCDmukyUpYlvPkwWF8AxCX+Mb5dnAlkobDQ64LTY/d0tNYhYZ+Js38u pP/MqGMLfbyW8TuHO4E/2fnFTjIPoe7MUgPGU/GK+YUPL701seR8JBa1VluicgfCdCmt DG56C39OKCdYbsT0diQqdh8eGZCEgzHic0dsV+V+TNZ/7F5UVkdiQqDb5yRRvcQxcSGU xswD0O8t3KEfURnwJAaDG9lIbPpOm6+y9cexiBiI4HJma3lUEpschVwjD7uctrfsVxG5 wjqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=WyfVSgskfDq2a3OKgf9dGcwQIH/yoVt/cNFTV+rH6Bs=; b=iGk27N2RgirlUyXQjHKeeSIKMzMnrp/MJem8LdratDvLaw04wz2HcQoiVNrP/2vcup h+7D2/NbInerl86bjSNLywtCzyLu1mngj+ZO8KKBcYSodCqBYM/tuFAPeRIrHeInEQCz JF+bFxyoPxIUW2uPdw8qnrUAHiUaN/t/vc7YDvKC8a/TxHEqXLvJdm1SviT/R9wcAJ8I 91pyGwpcHkMBV9X0WFZ1ZSMquc+i566+rL2QnMLI3RQ7w6AHW+aWKrmZBgaGAXjEHeEi 8kebuqCK4ydInyF/GcHSU29P9gPn8yw0CpEBVdzfcm+Xfeo7kTejil1t5Da68T2bqEAy kbww== X-Gm-Message-State: AOAM532se5O/RO+LBy4HwkBle9vPICtcnXVX5AiksArob7lJ0gnh1Rto 95kyY5GkUknIv7WTDZW9hrDM0QwS+0Y= X-Google-Smtp-Source: ABdhPJyUom7H6HlwlcwYS5kozbYvIvuIHfl0sLPK54P55tND23Ptb0tsy812IS790J2F23xLkElaZA== X-Received: by 2002:a37:6882:0:b0:5f1:7fc6:ae89 with SMTP id d124-20020a376882000000b005f17fc6ae89mr431191qkc.422.1645671278131; Wed, 23 Feb 2022 18:54:38 -0800 (PST) Received: from hurd (dsl-156-1.b2b2c.ca. [66.158.156.1]) by smtp.gmail.com with ESMTPSA id p14sm803996qtn.93.2022.02.23.18.54.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Feb 2022 18:54:37 -0800 (PST) From: Maxim Cournoyer To: Julien Lepiller Subject: Re: bug#53679: [PATCH] gnu: fontmanager: depend on python3 References: <20220201055512.6391-1-ryan@arctype.co> <794D5F18-6369-4C17-9911-DEF294C6B6D0@lepiller.eu> Date: Wed, 23 Feb 2022 21:54:36 -0500 In-Reply-To: <794D5F18-6369-4C17-9911-DEF294C6B6D0@lepiller.eu> (Julien Lepiller's message of "Tue, 01 Feb 2022 09:13:23 +0100") Message-ID: <877d9lm0sz.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53679-done Cc: ryan@arctype.co, 53679-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Julien Lepiller 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 From unknown Wed Jun 18 00:14:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 24 Mar 2022 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator