From unknown Sun Jun 15 16:02:33 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#68937 <68937@debbugs.gnu.org> To: bug#68937 <68937@debbugs.gnu.org> Subject: Status: [PATCH 0/3] Orca fixes Reply-To: bug#68937 <68937@debbugs.gnu.org> Date: Sun, 15 Jun 2025 23:02:33 +0000 retitle 68937 [PATCH 0/3] Orca fixes reassign 68937 guix-patches submitter 68937 Dariqq severity 68937 normal tag 68937 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 10:46:28 2024 Received: (at submit) by debbugs.gnu.org; 5 Feb 2024 15:46:28 +0000 Received: from localhost ([127.0.0.1]:52097 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX1Ax-0005lE-Ir for submit@debbugs.gnu.org; Mon, 05 Feb 2024 10:46:28 -0500 Received: from lists.gnu.org ([2001:470:142::17]:58242) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX1Aq-0005kl-Bj for submit@debbugs.gnu.org; Mon, 05 Feb 2024 10:46:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rX1AY-00043z-3f for guix-patches@gnu.org; Mon, 05 Feb 2024 10:46:02 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rX1AN-0000WP-AE for guix-patches@gnu.org; Mon, 05 Feb 2024 10:46:01 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 814F2240107 for ; Mon, 5 Feb 2024 16:45:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707147944; bh=fqwWOptNvVs0g+iQ3dIoVupoJA4NQ8hEL68xGWE+wBA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=dBK1cGNnTZrLg0I83hbKjUXuoBXD0WmDXeJL1TJwTDpaTFjGxjgaDeMkgXAy1tajm 68SdK9SBtwYcRmawJm1JO8gcZ5Z1kFf1t+cA3nKc0zzg2gsOA6qzykbOxyYvyvKCVu eV9X9zOda3MJ86SK8ChFqK/l2ihrJmF4lOgSO4gGX8ygFePgXZUkpC1QGxTQ6zRLCa d3iqmdK3K/cRU5pmideXYiD13Sv1lZ4Y3sDRPn3Aii023SDV9u54hqej1To4xCOEeb YuoT4K9vRSnwJErSqncInGAW1UbS/ZghEPkOjEGY0wZA8qBzioPxMRJMapSXvQD+pb 16oV7ngZm1m4g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TT9h80n7Yz6tsf; Mon, 5 Feb 2024 16:45:44 +0100 (CET) From: Dariqq To: guix-patches@gnu.org Subject: [PATCH 0/3] Orca fixes Date: Mon, 5 Feb 2024 15:44:52 +0000 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Raghav Gururajan , Vivien Kraus Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=dariqq@posteo.net; helo=mout02.posteo.de 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_NONE=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: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: Dariqq 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: -0.0 (/) Hi, As reported in https://issues.guix.gnu.org/64357 orca currently fails to run. The issue seems to be that the 'import pyatspi' statement fails when at-spi2-atk is in 'GI_TYPELIB_PATH' with the changes to the '__init__.py' done in the python-pyatspi guix package. I have removed the at-spi2-atk package and at least orca is not complaining. Then there was also the issue that orca was not able to find the orca modules which was solved by adding them to GUIX_PYTHONPATH. This makes orca able to run again. I also added some of the optional dependencies to orca which required fixing the brltty package first. Dariqq (3): gnu: orca: Fix invocation errors. gnu: brltty: Fix python package install. gnu: orca: Add more optional dependencies. gnu/packages/accessibility.scm | 10 +++++++- gnu/packages/gnome.scm | 46 +++++++++++++++++++++------------- 2 files changed, 37 insertions(+), 19 deletions(-) base-commit: 179bb57d2532ee6b81791e078b0f782cbf88cb84 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 10:49:43 2024 Received: (at 68937) by debbugs.gnu.org; 5 Feb 2024 15:49:44 +0000 Received: from localhost ([127.0.0.1]:52109 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX1E7-0005wS-Ho for submit@debbugs.gnu.org; Mon, 05 Feb 2024 10:49:43 -0500 Received: from mout02.posteo.de ([185.67.36.66]:38089) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX1E5-0005w4-GK for 68937@debbugs.gnu.org; Mon, 05 Feb 2024 10:49:42 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id CC69F240101 for <68937@debbugs.gnu.org>; Mon, 5 Feb 2024 16:49:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707148162; bh=C0pPQa0mnHq3V6R67c9JunGAzKde0KCFRRfMbgnULQ8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=Pd2zpfGVRSHhoMtDIDXvq6efYd8UQdTdpNkzDzgAVM8VNmxq06dVTGNw+ZkoestQq LKx0Mi89tp4f/ibvRQTJGvWcOPJ2yslAb/hcFrIvBNicvl1B5ZezyIdBqoqZAD1Eho xGPmKdDIvsm9b+bldmxiHFLFJqeSaPUOeNeYASGQ9arA2Ajr4WFXvJUbQAsyENhuGZ gtm8HGzCkh1zIcxbwzNMQT250EBHJ1mR3Pi+4ke9yqkSst6t3SeDAfcvX9JE6fJtx1 VxAh5GejuRKtAnNOM7llJD+ZyY2SPuGgRH7Lc2aOS2Q6Sie1a8BvWpHoy4LCkfMw5O Z2MR6IuoMyECA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TT9mL2BCFz6txY; Mon, 5 Feb 2024 16:49:21 +0100 (CET) From: Dariqq To: 68937@debbugs.gnu.org Subject: [PATCH 1/3] gnu: orca: Fix invocation errors. Date: Mon, 5 Feb 2024 15:48:36 +0000 Message-ID: <83fc1fec3f3d3dab016081c7bbcc9055361a503d.1707146219.git.dariqq@posteo.net> In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Raghav Gururajan , Vivien Kraus Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68937 Cc: Dariqq 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: -3.3 (---) at-spi2-atk causes 'import pyatspi' to fail. Add orca libraries to GUIX_PYTHONPATH such that the orca modules can be found. * gnu/pacakges/gnome.scm (orca)[inputs]: Remove at-spi2-atk. [phases] wrap-orca: Add self to GUIX_PYTHONPATH. Change-Id: I3a2cd1a410a4c391c6263df2d29b9ec75ecc8da4 --- gnu/packages/gnome.scm | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6f22529dd7..0d3fcbe086 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11115,30 +11115,36 @@ (define-public orca "097pyav3z5ssic8vwd7v1s7vynpycdpyfr324rr6c7mfzq5vmp7s")))) (build-system glib-or-gtk-build-system) (arguments - '(#:phases - (modify-phases %standard-phases - (add-before 'configure 'qualify-xkbcomp - (lambda* (#:key inputs #:allow-other-keys) - (let ((xkbcomp (string-append - (assoc-ref inputs "xkbcomp") "/bin/xkbcomp"))) - (substitute* "src/orca/orca.py" - (("'xkbcomp'") (format #f "'~a'" xkbcomp)))))) - (add-after 'install 'wrap-orca - (lambda* (#:key outputs #:allow-other-keys) - (wrap-program (search-input-file outputs "bin/orca") - `("GI_TYPELIB_PATH" ":" prefix - (,(getenv "GI_TYPELIB_PATH"))) - `("GST_PLUGIN_SYSTEM_PATH" ":" prefix - (,(getenv "GST_PLUGIN_SYSTEM_PATH"))) - `("GUIX_PYTHONPATH" ":" prefix - (,(getenv "GUIX_PYTHONPATH"))))))))) + (list + #:phases + #~(modify-phases %standard-phases + (add-before 'configure 'qualify-xkbcomp + (lambda* (#:key inputs #:allow-other-keys) + (let ((xkbcomp (string-append + (assoc-ref inputs "xkbcomp") "/bin/xkbcomp"))) + (substitute* "src/orca/orca.py" + (("'xkbcomp'") (format #f "'~a'" xkbcomp)))))) + (add-after 'set-install 'wrap-orca + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (pylib (string-append out "/lib/python" + #$(version-major+minor + (package-version (this-package-input "python"))) + "/site-packages"))) + (wrap-program (search-input-file outputs "bin/orca") + `("GI_TYPELIB_PATH" ":" prefix + (,(getenv "GI_TYPELIB_PATH"))) + `("GST_PLUGIN_SYSTEM_PATH" ":" prefix + (,(getenv "GST_PLUGIN_SYSTEM_PATH"))) + `("GUIX_PYTHONPATH" ":" prefix + (,(getenv "GUIX_PYTHONPATH") ,pylib))))))))) (native-inputs (list gettext-minimal itstool pkg-config libxml2)) (inputs - (list at-spi2-atk + (list ;; at-spi2-atk bash-minimal gsettings-desktop-schemas gstreamer -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 10:49:48 2024 Received: (at 68937) by debbugs.gnu.org; 5 Feb 2024 15:49:48 +0000 Received: from localhost ([127.0.0.1]:52113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX1EB-0005wi-UX for submit@debbugs.gnu.org; Mon, 05 Feb 2024 10:49:48 -0500 Received: from mout01.posteo.de ([185.67.36.65]:54977) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX1EA-0005wF-5F for 68937@debbugs.gnu.org; Mon, 05 Feb 2024 10:49:46 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 7F84624002D for <68937@debbugs.gnu.org>; Mon, 5 Feb 2024 16:49:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707148167; bh=pHsyTJuqTugzLfkMaT4akfoxkPL8mOE0DTt7xVQOnQ0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=LdlwaccBQVvN0DF1juAhM/1hsfXURfJXyZnzkyYM1UHZMPcMBWd1esN5UE1i2I8du pDWVrQvDFnX0n1oPWYzLqceOAPhSnw1Z+arVVORfs3P2EFLqlwuPEpW/a0hCr8sSMr 4Mk0nq6Ikz5rej38jO/L8O5tM+8BX9Yo5p5TZiU7SNSftKaXw8YCnu36pCqOQfj7dd NNuCMTjYQNOgxX5g23v3fFBavtHQFtjlrsuigDwZ7AGwpLGABONHWvixpT7BkerzRa 0MscJdfadIQ4s6Y0mukAoGjwF+3BFMtpczud9t5WeorzgauGFdzww/EzYMumQ2G6eD M/HRrQGLztBag== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TT9mQ6ldYz6txh; Mon, 5 Feb 2024 16:49:26 +0100 (CET) From: Dariqq To: 68937@debbugs.gnu.org Subject: [PATCH 2/3] gnu: brltty: Fix python package install. Date: Mon, 5 Feb 2024 15:48:37 +0000 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68937 Cc: Dariqq 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: -3.3 (---) The python package is not being installed properly due to install directory not being on PYTHONPATH. * gnu/packages/accessibility.scm (brltty)[phases]: Add add-install-to-pythonpath-phase. [modules, imported-modules]: Add (guix build python-build-system). Change-Id: Ia9a24f872d82c3e582413eb1d9fc4df3e0979916 --- gnu/packages/accessibility.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index 0b5fb79f13..1b5fd6db50 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm @@ -129,6 +129,11 @@ (define-public brltty "PYTHON_ROOT=/" (string-append "TCL_DIR=" #$output "/lib") "INSTALL_WRITABLE_DIRECTORY=no-thanks") + #:imported-modules `((guix build python-build-system) + ,@%glib-or-gtk-build-system-modules) + #:modules '((guix build utils) + (guix build glib-or-gtk-build-system) + ((guix build python-build-system) #:prefix python:)) #:phases #~(modify-phases %standard-phases (add-after 'unpack 'fix-errors @@ -142,7 +147,10 @@ (define-public brltty (string-append "extra_link_args = ['-Wl,-rpath=" #$output "/lib'], " - "extra_compile_args = ")))))))) + "extra_compile_args = "))))) + (add-before 'install 'set-pythonpath + (assoc-ref python:%standard-phases + 'add-install-to-pythonpath))))) (native-inputs (list clisp python-cython -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 10:49:50 2024 Received: (at 68937) by debbugs.gnu.org; 5 Feb 2024 15:49:50 +0000 Received: from localhost ([127.0.0.1]:52117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX1EE-0005wx-Bp for submit@debbugs.gnu.org; Mon, 05 Feb 2024 10:49:50 -0500 Received: from mout02.posteo.de ([185.67.36.66]:60313) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX1EC-0005wR-H7 for 68937@debbugs.gnu.org; Mon, 05 Feb 2024 10:49:48 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 45B20240104 for <68937@debbugs.gnu.org>; Mon, 5 Feb 2024 16:49:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707148170; bh=q5jFFd20dvV04pQDjkvwhPKPngCjD1rWg5L23wp1Uh0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=BzeBnxcV/kDrVQ7Y/SId+mZCDwqWKm4h7T4k6h9r8vuc++kVyisyXzdEVpjgvrmoT 94T6dcYURCFz8G8kUfi3DYzA9DosP5EmoFuBLbwWYXHQZXYi0e0xU7I7yWTXzn+BIO mFzJqmOaio8jLkM1Y7tI0r3fbj623d06p7+b9AsxdB1Oe9kEXUJHnx+Z+gVTxHKDeW bK/j09SUCVY6gNYpSxLGdwgvDuO1YO+ZCocsjS6efQ6yUvpdO9NSaald7uEARhZUAx td0MjLr2rVmcoVWehLlSkAcgwnR+U63HbAA5MyoiDN7CqID5jGuAInY5+LWcwCqtag ttjV2L+nDjo9g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TT9mT5hjWz6tsf; Mon, 5 Feb 2024 16:49:29 +0100 (CET) From: Dariqq To: 68937@debbugs.gnu.org Subject: [PATCH 3/3] gnu: orca: Add more optional dependencies. Date: Mon, 5 Feb 2024 15:48:38 +0000 Message-ID: <64370b3682c06e45ed6302b3eb17f29ad64acbda.1707146219.git.dariqq@posteo.net> In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Raghav Gururajan , Vivien Kraus Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68937 Cc: Dariqq 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: -3.3 (---) * gnu/packages/gnome.scm (orca)[inputs]: Add brltty, liblouis and liblouis:python. Change-Id: Idb375693a8cca7ffd89f591c50e2651d63e4ea62 --- gnu/packages/gnome.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0d3fcbe086..835fabb34b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -95,6 +95,7 @@ (define-module (gnu packages gnome) #:use-module (gnu packages) + #:use-module (gnu packages accessibility) #:use-module (gnu packages admin) #:use-module (gnu packages aidc) #:use-module (gnu packages aspell) @@ -11145,12 +11146,15 @@ (define-public orca libxml2)) (inputs (list ;; at-spi2-atk + brltty bash-minimal gsettings-desktop-schemas gstreamer gst-plugins-base gst-plugins-good gtk+ + liblouis + `(,liblouis "python") python python-pygobject python-pyatspi -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 11:50:35 2024 Received: (at 68937) by debbugs.gnu.org; 5 Feb 2024 16:50:35 +0000 Received: from localhost ([127.0.0.1]:52175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX2B1-0007hB-4h for submit@debbugs.gnu.org; Mon, 05 Feb 2024 11:50:35 -0500 Received: from planete-kraus.eu ([89.234.140.182]:50608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX2Ay-0007gv-Sm for 68937@debbugs.gnu.org; Mon, 05 Feb 2024 11:50:34 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 20963233; Mon, 5 Feb 2024 16:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniB; bh=yMXzBaTA3jasJ3Lwl359cAorb3U=; b=kHhZ0IdRkDgd6owXF6 PzBOZFMZbFf2LEjQi0iHMOceaO6x041DyWe1U+Uq64C9s7O1pjJgBCMScbYfhQaj DtXzHzlUtLUgQUkCWqoK8cnfCr4SwODDbuXgUaZTWve16QVcM8P6iqOC7HVpqC3Y KIRodbF1S5UQSUse/E2ijZLzxWRR7dtlSyixyfzBYizDYYbeA2u1roxa1XWhn3fR A8en+cjrkJWloXikGWALa+9bcSGjo585a7nt6a3i9FI4RBc8KOutFkbWuqALSgzC UrYlVHNs8GOoWLlfw4PyFdNA0Z1ZO2IBSSBhhoV+oO/WGI38VCl40/eMHxXwhZF7 4KWA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 026c445d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 5 Feb 2024 16:50:12 +0000 (UTC) Message-ID: Subject: Re: [bug#68937] [PATCH 0/3] Orca fixes From: Vivien Kraus To: Dariqq , 68937@debbugs.gnu.org Date: Mon, 05 Feb 2024 17:50:10 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68937 Cc: Raghav Gururajan , Liliana Marie Prikler , Maxim Cournoyer 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! Le lundi 05 f=C3=A9vrier 2024 =C3=A0 15:44 +0000, Dariqq a =C3=A9crit=C2=A0= : > As reported in https://issues.guix.gnu.org/64357=C2=A0orca currently fail= s > to run. I believe this specific issue does not arise anymore with orca 44.2 on gnome-team: it does some screen reading. Does it fix your issue? Otherwise, could you rebase your work on top of gnome-team=E2=80=AF? Best regards, Vivien From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 13:33:23 2024 Received: (at 68937) by debbugs.gnu.org; 5 Feb 2024 18:33:23 +0000 Received: from localhost ([127.0.0.1]:52280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX3mV-0001vU-8K for submit@debbugs.gnu.org; Mon, 05 Feb 2024 13:33:23 -0500 Received: from mout01.posteo.de ([185.67.36.65]:50783) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX3mO-0001vB-3q for 68937@debbugs.gnu.org; Mon, 05 Feb 2024 13:33:22 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 6E51B240027 for <68937@debbugs.gnu.org>; Mon, 5 Feb 2024 19:32:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707157976; bh=99ZQ6oBOl7m8BMgEAoXfzGRk9wJBLbT8QpoPJyLMHGc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:From:Content-Type: Content-Transfer-Encoding:From; b=Juu6fglwwP/9zR5+oFSkihuNaGlI+LPx/U4f5DO5nDAeayjx4eRhc2XVzM+k0i5zj OXP66190o9aFVFjH2FgkuHEpOFE/FQo2OETDZZlfb0kxbO0IXht9ZU4cMa0ZlNLwA7 smN2LwjHIt/MGjKhboal0LLLwG95P70nkNV5hiWRD9WvoJKdLp71GuPACz4mxd8cgc r5mdpfQV05+hCIWRDoAqoE+JEzy14+NYXzZTwIWGPG75/wAwGqKuyFo2G9+1rIjayB zHlHGkpO6hooVb2gIqE8yZRrq2BFk+yFRL0EV3cf4xUW8vOmlIg12IYVjYIbcs3arB qbq9a9By44ILg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TTFP30kJWz9rxL; Mon, 5 Feb 2024 19:32:55 +0100 (CET) Message-ID: <080f1519-1503-43cd-8ba5-8dfcfd7c1b05@posteo.net> Date: Mon, 5 Feb 2024 18:32:52 +0000 MIME-Version: 1.0 Subject: Re: [bug#68937] [PATCH 0/3] Orca fixes To: Vivien Kraus , 68937@debbugs.gnu.org References: Content-Language: en-US From: Dariqq In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68937 Cc: Raghav Gururajan , Liliana Marie Prikler , Maxim Cournoyer 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: -3.3 (---) Hi Vivien, I think I messed something up when I tried to check the gnome-team version earlier today. Checked again now and orca-44.2 is working. So please ignore patch 1. I'll rebase patches 2 and 3 on gnome-team enabling liblouis and brltty in orca and send them again. On 05.02.24 17:50, Vivien Kraus wrote: > Hello! > > Le lundi 05 février 2024 à 15:44 +0000, Dariqq a écrit : >> As reported in https://issues.guix.gnu.org/64357 orca currently fails >> to run. > I believe this specific issue does not arise anymore with orca 44.2 on > gnome-team: it does some screen reading. Does it fix your issue? > Otherwise, could you rebase your work on top of gnome-team ? > > Best regards, > > Vivien From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 13:50:12 2024 Received: (at 68937) by debbugs.gnu.org; 5 Feb 2024 18:50:12 +0000 Received: from localhost ([127.0.0.1]:52285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX42l-0002P1-3z for submit@debbugs.gnu.org; Mon, 05 Feb 2024 13:50:12 -0500 Received: from mout02.posteo.de ([185.67.36.66]:58299) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX42f-0002OF-EG for 68937@debbugs.gnu.org; Mon, 05 Feb 2024 13:50:09 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 4BA0E240103 for <68937@debbugs.gnu.org>; Mon, 5 Feb 2024 19:49:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707158986; bh=+Q2EOr0spvoWfbl1ydTp0XFOuB3k9JPp2aTq0kptgQY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=ZTSelau2ViB+PsXSoXI1VDp8x65NVTEQAEXCz+8nHdyUp+9hNCWFllpJk6RBdDbIz rqWEEdCs5iEtDdQS8P/5VEikOj3o0mJbLCjM50RCG6mAXuW4b9eJYM+Aon7FXmUrlT dffKlWbuWgWkYal8ws6/q+ttI4nKWPyoCygBkeRlOOdYbzojVuEHhLNLi+j4S8Prnf RmNpip2ym/egjAGOn9zOFZriXN/5VlGG1LvAyrKHO5XzA8ZRC5kgc9FA3bXFhuquW1 AZy02jjUX3s4juy4meq5cSosgzRiwlV9MFfo5ML9KSzHG2BAgjVjG5k5B+4btHO1wm F484N7nds0/fg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TTFmT5bXFz6tvk; Mon, 5 Feb 2024 19:49:45 +0100 (CET) From: Dariqq To: 68937@debbugs.gnu.org Subject: [PATCH gnome-team v2 1/2] gnu: brltty: Fix python package install. Date: Mon, 5 Feb 2024 18:49:06 +0000 Message-ID: <4ca1c965ff0adc7c230ced9fa344239a65ea096b.1707158947.git.dariqq@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68937 Cc: Dariqq 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: -3.3 (---) The python package is not being installed properly due to install directory not being in PYTHONPATH. * gnu/packages/accessibility.scm (brltty)[phases]: Add set-pythonpath-phase. [modules, imported-modules]: Add (guix build python-build-system). Change-Id: Ia9a24f872d82c3e582413eb1d9fc4df3e0979916 --- gnu/packages/accessibility.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index 0b5fb79f13..1b5fd6db50 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm @@ -129,6 +129,11 @@ (define-public brltty "PYTHON_ROOT=/" (string-append "TCL_DIR=" #$output "/lib") "INSTALL_WRITABLE_DIRECTORY=no-thanks") + #:imported-modules `((guix build python-build-system) + ,@%glib-or-gtk-build-system-modules) + #:modules '((guix build utils) + (guix build glib-or-gtk-build-system) + ((guix build python-build-system) #:prefix python:)) #:phases #~(modify-phases %standard-phases (add-after 'unpack 'fix-errors @@ -142,7 +147,10 @@ (define-public brltty (string-append "extra_link_args = ['-Wl,-rpath=" #$output "/lib'], " - "extra_compile_args = ")))))))) + "extra_compile_args = "))))) + (add-before 'install 'set-pythonpath + (assoc-ref python:%standard-phases + 'add-install-to-pythonpath))))) (native-inputs (list clisp python-cython base-commit: 179bb57d2532ee6b81791e078b0f782cbf88cb84 prerequisite-patch-id: ed5b340ccf58f8a244cea1fc6d0fa7891f050b4c prerequisite-patch-id: 859661d3e3d8d2b38c7e1fd6d41fcb0802c9f42b prerequisite-patch-id: 3bcb58cc3a4abfe8de03df072a986aae02f4d58a prerequisite-patch-id: ca3f642db204ee5838be2c4acd958108cbc8bbbf prerequisite-patch-id: b5df087d8f36682eb09016308e2e4e863e21ce55 prerequisite-patch-id: c033f1ca513f016a03dd70798daf5ae22a571f4e prerequisite-patch-id: 763f94b2928b4302bb5f8e36c57f9fe722f8b0a1 prerequisite-patch-id: bbd92c2436655af056b42b1fd38a70c6c5988a7b prerequisite-patch-id: 6f6a039602c12c3f2706a963acde36ce8d67e774 prerequisite-patch-id: 408580318952d964cc58b19b4dedc591316d8835 prerequisite-patch-id: 07eaa1e035c3d135190e9283ee013c924416bcc1 prerequisite-patch-id: dbeea7d72b1e2f3f5301e393809d94543691e34e prerequisite-patch-id: c5c0c4545533436ae13b26e87862711c33d19549 prerequisite-patch-id: c028c70785dc05428c7fc870cb57c993e6cdc03d prerequisite-patch-id: 76cb4a841f9944d879636f2390f337ed5d99b516 prerequisite-patch-id: f320c83fc9d787f287362957f2a3354b430157e1 prerequisite-patch-id: c270f9b14d870d93efa59b19aee864ccc887e4f1 prerequisite-patch-id: 0aa87afd2d3db26f941e8ff36540a80100b714cd prerequisite-patch-id: 6acbaf276141137e23c49b104d56728aaa87a71c prerequisite-patch-id: 3f2a9ccd05fcac9f92ba1c36a06449c51fd11e3c prerequisite-patch-id: 8dc0b2f09fe3c1b53125517ff04ea840d7cf660e prerequisite-patch-id: 2e8e624c67d1578eaf9bfe8bbae8cedc572f27d3 prerequisite-patch-id: 05243159aa075c9a858b5b62caf57f2100d3dc9a prerequisite-patch-id: 9d8b263a4c1cd80f2e3d7cb1ef99b87356f36237 prerequisite-patch-id: 55af5927f788cbe583c0af4235627525f6b319b7 prerequisite-patch-id: 9646541100c6f84794660d4c0ccb6f128a13d6a6 prerequisite-patch-id: d238e6781ad9fe767a604395b86068f2e18c72cc prerequisite-patch-id: 284e40d25e1d3cc23f960a8189057c919116418b prerequisite-patch-id: 26be4da59279cabe6de17a8e848b71cf26c68ade prerequisite-patch-id: 433eed3e1c28d4d735d2deea17748d929dd62e27 prerequisite-patch-id: 28624359f87053e7bfcc0c4205f6c5f72a72ed7c prerequisite-patch-id: ec17c22b89368b65d8282372083a21576cbcc5a8 prerequisite-patch-id: 6d20a7a2c86bde64038d3e887ffe8668d2b50233 prerequisite-patch-id: 388709973c645542e3e3919b655c4582e4efba83 prerequisite-patch-id: 939c99edaaebbcf04c00d099004421e548082316 prerequisite-patch-id: c27258fdbc2dce067cbcadc0cbb79255131e7b13 prerequisite-patch-id: 17b7d0a8a3e698b5dac1e6e83448876cf7ed828a prerequisite-patch-id: 904c70b8c150f8046b0779e1a109c89b58b1a6f3 prerequisite-patch-id: 4b1376cfe285b3ddabb88fab0ed8372effd33561 prerequisite-patch-id: 1fd04a0630ed00a31531385cb6b4ee457ff29713 prerequisite-patch-id: 3149ef71903b81ee78ed180cea370852705a3cac prerequisite-patch-id: a00ae3ccb3cf2ebdbbf16c749821cf3a047e3502 prerequisite-patch-id: c6e6bfe44465fbf1477a8d379f821926037c2b9e prerequisite-patch-id: ee43b1b9627833bd220c2a5987b1d4ca6ceeaf1c prerequisite-patch-id: b48031f5489b0678ac7b63458cc35385834655b4 prerequisite-patch-id: b78725cb6a55b8bad6fed6543afcc0f4ea2258e5 prerequisite-patch-id: 79d3b26df21d98db049bcfe5c490bb59d3ecfc18 prerequisite-patch-id: 1df991c5a2d7179fc7e32f9f316f2f8f68559fcc prerequisite-patch-id: c1db6d094e4db8b7f80435aafca9bdf032031020 prerequisite-patch-id: 3b086d1de09ffeeb2a19a18844870ab805bf0976 prerequisite-patch-id: bbe28b9c1c3bf81fc04a3afb7efa6b2c6225b526 prerequisite-patch-id: 1603794e087f2029e35146de926dc545270158c1 prerequisite-patch-id: b6e60ee23df6965a348155fac60f3100ef8eec92 prerequisite-patch-id: 60bf1bd4dcd8eca7c6c863cb136684131fd98ec4 prerequisite-patch-id: 5ed015644031851359e8a21e25d7bf2d8df7ca4b prerequisite-patch-id: 03e000c4f5960bf3ad3cedd7c1acb92debf360d3 prerequisite-patch-id: 40e17fe5582293c012b082ee3415eb554087ad1c prerequisite-patch-id: f7f572c592479418ae8725fb465ae9de1c522032 prerequisite-patch-id: 3bc90c257476e081cd78a9918df2b3325dd9c099 prerequisite-patch-id: 71239bee5842feb26bf4911abfcf72096c4de820 prerequisite-patch-id: 7fb9c71637325013458fb9e0fb3944c1ce688ff6 prerequisite-patch-id: e29601bd8f03343528d11683abb001e139cd2940 prerequisite-patch-id: 3b87b66790fff9b56425a49b1560745268cfcdce prerequisite-patch-id: d23613885262c5247ae2a9a86208eb8c517a3785 prerequisite-patch-id: fab6a79c81c74bba10e49c6dfe474a646b90f53d prerequisite-patch-id: ec2f003ad677abac8d29e9e7c027e3ed386dbc72 prerequisite-patch-id: c71398fedc2c57e1ee3c3fe11943a9b585d736e1 prerequisite-patch-id: eda020c860c2ad00e2ad23b4e6e6cf59be3f9771 prerequisite-patch-id: fab9bf6cfd010734c8a924b411aae7dab36416f1 prerequisite-patch-id: 35c0e1551e7485613e59c8ee341330d7184c8138 prerequisite-patch-id: f737376d7a6299f0ef208bdb37c4514c5fc78be5 prerequisite-patch-id: 00a2f322e48985c29fce92c46e6d52bff64ecc5e prerequisite-patch-id: 505b1f4e6d45a309f490364b2b26e9814557e9f0 prerequisite-patch-id: 7e8095ac718fa24d4b30665541bc43b0176f0826 prerequisite-patch-id: 2050870d2a02bd88db3132ebc57c066e1e66479b prerequisite-patch-id: d188d3be751a6424f043918aac8a6553ebdbddb0 prerequisite-patch-id: 927fadc84f66bad4b77399481234092774acd921 prerequisite-patch-id: 6bccb1df0e95ead678d1751b2890011f5b2c0b1f prerequisite-patch-id: d373ac5204fd6cdde481dc1749111d41ef82d9fc prerequisite-patch-id: ada5692119b44b09e922f22286b17d4ad42a3996 prerequisite-patch-id: bc62119939cc96b12beba7b3c63cf28e8c42d9d6 prerequisite-patch-id: 8acbe531cdfd6642aea0b48232c0cf0bc03bfd45 prerequisite-patch-id: 8e29e6eed6fd59a2348ecf5ff883d55557436ec2 prerequisite-patch-id: 1440bca20766bd62a5adf5c2d517c9672285f408 prerequisite-patch-id: 7f2e93eb35c1a5c118aa8e39a92413b5e05f23f5 prerequisite-patch-id: d05b4672ef9fa196833615de462873a3fb8d6fa0 prerequisite-patch-id: c0deb49456b7cd7652710eb873be14b07720a4ea prerequisite-patch-id: dfca7d9abc3417513768cc76f3ed499dc255ae93 prerequisite-patch-id: f60aa856b175de0bf39b57dcf09fe14dd930216e prerequisite-patch-id: d2f01c3cbbb0a5cee3a030d2ff9065769e521c88 prerequisite-patch-id: 30c68b89f5d2c6125eb067d7afbfe270f65901d1 prerequisite-patch-id: c62b68675eca65ffc5a468d51f722fa849609111 prerequisite-patch-id: 4b255e4703ee13191f76d3c88fee4e332b34e717 prerequisite-patch-id: 200a55f018acd42885dcb3cd10ec7b17524d8dd4 prerequisite-patch-id: 740030188becfa44082d7db8ad80d22fd4b9812b prerequisite-patch-id: 0784f6de04db7259fd57625821b58bb06c073595 prerequisite-patch-id: 7d7fc714725316b9e419529e3dcc4dbff3e2440a prerequisite-patch-id: 77d9e4820ae465e7b55baf865bca876f3dd6e7e5 prerequisite-patch-id: 3931d81d2155eb6c9bc99ea2d6d31a88377eda1c prerequisite-patch-id: 226444cea9d3b0974377ad049735cd82b44be03a prerequisite-patch-id: 1a7bf978a65eaae43a37fb40be6b4882652afb60 prerequisite-patch-id: efd150ce5309a68704db0bf22f477e93f231c0a9 prerequisite-patch-id: 3e54a72abd9d3b8ba43db1579ba3d03ad9f09235 prerequisite-patch-id: b37777e77370089c61c3e0cf1e77726fda827839 prerequisite-patch-id: 6d3d08c2f7a78de0a37aa439eee13eb4b8617e64 prerequisite-patch-id: d9f3cae36515204c9ed3b95108e510c0f65191b5 prerequisite-patch-id: 3bc4d0d28f6888944494494aeeac006b9b6c4069 prerequisite-patch-id: 0c122ec94fb2c0f9a2b416880f95e38a86119ce3 prerequisite-patch-id: 5648fb1ad60f3b49ed5e7942942b6780eb088c15 prerequisite-patch-id: 1cb3f92d09106b3f6136a18103a32e1801eeba41 prerequisite-patch-id: e69edd73b93d50e3c4ce78ac07af21b8743df518 prerequisite-patch-id: 83c27d6e791400fbf76220dc02a883d798ab72b0 prerequisite-patch-id: b2c8766578b5aeb5d9b1ba1722db93e8040e6a7a prerequisite-patch-id: d88a09d78da3fff7de925022f57b037dbdb7b114 prerequisite-patch-id: 5f72a047ed04a1a063b08904e6523212ce639bf2 prerequisite-patch-id: a6bbbc23395653f93da46ceebc2b065599978218 prerequisite-patch-id: ca443a72e9397405d895f633da92b048369ed8d2 prerequisite-patch-id: c779825b86ad4f937269a8995a1fcb162b7643b3 prerequisite-patch-id: 204d1437ea800649c0b9ec8752293b648a1b76db prerequisite-patch-id: e33d06cf9a54ec855a012ac1ecacfa96d4526234 prerequisite-patch-id: f7e817ec782e3fd72080a13e88b478856ce43061 prerequisite-patch-id: b2b43537a94135c4b391dea3d94afd430fbadab2 prerequisite-patch-id: 4e9418d9e01446f9af09ea648c98cddf176f6585 prerequisite-patch-id: 7951588c0febbb8fde6760ffeedcb1699622494e prerequisite-patch-id: 035166078defa4f877b741c8450eb458120d1f02 prerequisite-patch-id: 736cbb1f5793f0d9820ad6dfc234e245acbae4f1 prerequisite-patch-id: 373912cd7d9fd211a47fd7ca21b198a6c9dd6f61 prerequisite-patch-id: a33a49e27d7ae6920cac2bb7c62574ffa0438260 prerequisite-patch-id: 16c0225d5b4a8f29e4b4082bf093a608d7e8feca prerequisite-patch-id: d4db0cb458008d74283c90b56f2b9c8356c94b1f prerequisite-patch-id: 6252e5bb9e4601eac423d8e8d87b053a08e006b5 prerequisite-patch-id: 492c18d57b1212cb233e904821a04048d76c41db prerequisite-patch-id: a01a3b8f80597d326b9472c865c44043cee660a3 prerequisite-patch-id: 215ff75fb7c19ed6575de5070c969e1e0e0ae4a7 prerequisite-patch-id: 8adbbf85f71cb0d57a1bdc500e817c5746a45ff2 prerequisite-patch-id: 5b67c4f4e2814bc99973ff186a8cc3548c86414c prerequisite-patch-id: a304bad343795437fa7d15e2c05d00a5309c56b4 prerequisite-patch-id: fbf1b94f4567a1ad31f0b397d4bb9b2f1b10b832 prerequisite-patch-id: 8ec0b7cf85df5680263bdaa073987423b9dc4fbc prerequisite-patch-id: 06b9398e83abac37cea6d33db943c78e216031cd prerequisite-patch-id: d0a56199114201edef98ceb7756a61c70777f2c3 prerequisite-patch-id: 4e45ce1e84ba8c5ed0b7ef4a4e4f832b891bcf30 prerequisite-patch-id: b2fb314e72aa043cea19104ce8ccce4bf9eebed2 prerequisite-patch-id: 808dc065cf7c263ac4647f6dd2175b598661fd93 prerequisite-patch-id: 097f4656b855bdab82203aeebd46e55751ff029f prerequisite-patch-id: 65c2f49eeae0e05d201bfeb5dff5d1ab78de863f prerequisite-patch-id: 9960cdf6b425a8c91fc140d5bf6e5f8832f9df51 prerequisite-patch-id: 95a220c8e07d6264306a63a615739710968585c0 prerequisite-patch-id: 3de44279e1880b71bce0685d72d28d43334a2884 prerequisite-patch-id: 8d1a45af0d4d7f62972fb8e55b250c820314d8a2 prerequisite-patch-id: c86837319c9b4a863bb76c1cda3ad400f11f9c7f prerequisite-patch-id: fdcf33da7b5aa853025b83b56cae2cad32c40d20 prerequisite-patch-id: 6b34aba7833316d5b68c66c3523fa9e36fcd21ea prerequisite-patch-id: ea4f5585810504e1d9048d18be0279cdf915f7f7 prerequisite-patch-id: 2423d15d8a338cb27b2a09d1343c97efe157273e prerequisite-patch-id: 9ae0e5fe0509966acb8535d24445e2778ce3bf51 prerequisite-patch-id: 6c994d78a267679e41c64aca5e2a8eed9903c36a prerequisite-patch-id: f687a06414371dc1a5c13f62121085935f6420c4 prerequisite-patch-id: 37e6c6b7f27c55f93e63c25ae0c93aba6349974a prerequisite-patch-id: 7d6f1a77e5cb31bdf1f9c4e491413c95c52cff3f prerequisite-patch-id: dccc6c9860b8e2a024ab2ec2833f8385b7c8e75c prerequisite-patch-id: e5cb122207ec3784a270158758d0f5597b87e162 prerequisite-patch-id: 60b3204e84dc6d0f39ce2d994053c83e6333c80b prerequisite-patch-id: be468df07dd87b750ebd01ea72c8294dd93dce32 prerequisite-patch-id: 14d90fb9fb9a284cf216ec7b25f163c2323f5b10 prerequisite-patch-id: 3beb347bc9ee5c0d42a3fef154dc242b6ae8de52 prerequisite-patch-id: fc6d9920ccd676a132d8bc39a0343c40fcf5b4b4 prerequisite-patch-id: f772aa06c02d662e27dde01064c2aeb91f30de75 prerequisite-patch-id: cf70a422a2843416b013992cd3f10a079b0be77c prerequisite-patch-id: afd88f26d08ad2739660920664e02ffb171fa23f prerequisite-patch-id: a924258d5498386e29de73f7d914832dd3b9bc23 prerequisite-patch-id: 4da74e0a5f56a15a74003a298f39c7dc04684f46 prerequisite-patch-id: a24d17a4a1dbba014cba292a68ab04c179009788 prerequisite-patch-id: 623ac7167cda03b2b2024150c970f66fd9cfacf8 prerequisite-patch-id: 66096dcde9e0a2bcab91251fb5bcb929f55fc2f3 prerequisite-patch-id: 0834ca6f4e7f1ed91b5dcb679096a953a6e36273 prerequisite-patch-id: 919b22dd08bdb76c3ebd08a347e1a45cdb0f3abc prerequisite-patch-id: 4e81d066702a31f52b66cc61380e53328d051f05 prerequisite-patch-id: e24837c1d884ee3b844af167893b3af3ffae3271 prerequisite-patch-id: e17b70638d5785f41830a1931661b3c699919b14 prerequisite-patch-id: c9a7564bb18692bb75edd1c82c606097b7369175 prerequisite-patch-id: 9bdd1b43288d0a1aadb645239a641081d65a9aab prerequisite-patch-id: 91b98dc2926849839648897364e1e8a73b497a8c prerequisite-patch-id: 5abdad162e54bbbcf4dbabf4b65e37a466b9bec8 prerequisite-patch-id: 3ea932394de80964cfbd00f9a42ee895c283b579 prerequisite-patch-id: c89fc93b94e3d016abf0079eb968cfdac165bb71 prerequisite-patch-id: 26bf919c41ed99db72c5f9dde6951965954d06dd prerequisite-patch-id: 56932a70ebc21708a29e3ba612959e97d2fcec6d prerequisite-patch-id: 696dd5a1eef3390b2fc9260759f4e823095b7cc4 prerequisite-patch-id: 8acb223b366ce1052b5909a1cc84dbd92f845170 prerequisite-patch-id: 11bb1434480075c56070bdfe81a7ea586f083809 prerequisite-patch-id: 935e5543aed5b3dedab2f2e4bcd746cbe44c1979 prerequisite-patch-id: cdf58ef96f242ac9b7fb3ec41228e2677c8d3dc1 prerequisite-patch-id: 694adf20ebe3801425de5981d9c6e0ff1f7ddf65 prerequisite-patch-id: 47ccfc204c0a1e8ce90dfdda647427f58898e8cc prerequisite-patch-id: b3c112ce9f1a944c4027f238fec5dd53bdc6c78f prerequisite-patch-id: a87737bcc17ddd55ff943762d78daa80c04fb47b prerequisite-patch-id: 428205594c7452cf27b2d0ad2692a8ab9ebfe8e9 prerequisite-patch-id: e49ffb9c397ea15f15f46c85481cad94a6b82c84 prerequisite-patch-id: ec8cc1fb98508a144edd8793fa080f09a8ca8ecc prerequisite-patch-id: 4603ca2da4df56f3b096c60f7ec7a3929b490613 prerequisite-patch-id: b795e7a308e01afb89cf4b45f6f78247049c425d prerequisite-patch-id: 17b0b3147d53b78ccfd9dfacf85f5cec1a30b064 prerequisite-patch-id: 146ffdb644adf0c1aee974ef320bf15f7a34bfeb prerequisite-patch-id: 87b25c84afef2b12e64c143d047f90488d179051 prerequisite-patch-id: 95f513553ad6f3c7ea379a38b29b6627b0526791 prerequisite-patch-id: fbd7f0b666bcd262b8ab78bacc02896b7880cd2e prerequisite-patch-id: 687644a82d08839afb5311a4b0bc0adbff72c3a9 prerequisite-patch-id: 586021c6e6d3d88cb2b104f6276a0e1411418ad4 prerequisite-patch-id: 0bd2f5cd654acff9097d4db6343c31add1aba444 prerequisite-patch-id: e8b6782eaa5783cfc6ed74633ca8bfca5fd22715 prerequisite-patch-id: c1f9d5a5847172317f127ef2cf060b2c7776642a prerequisite-patch-id: 1a003082f34cf4c6caa25831c4ad54662c4b3742 prerequisite-patch-id: 55f7564592f742af4647acf7e9dc130d1053998e prerequisite-patch-id: 8612d6272b770be2a70a6cb13204e1e956f23994 prerequisite-patch-id: 1bda02a6348b07be551e2436e85ee98a9fd07ac5 prerequisite-patch-id: b53f65d35b432e862c039a73a3f8cc45e8237619 prerequisite-patch-id: 86d26e4da00383ca8e2d39a78526478e81e96e3d prerequisite-patch-id: fb10ee740a80c0b98e6a99822d40f00a692b0303 prerequisite-patch-id: 459c6ce9ec2c24895adf58bd782651aa9d2a5066 prerequisite-patch-id: 104e8f2e3d921fe5d3c0b8d1ebef0e7287f610a2 prerequisite-patch-id: 03dfe78d55bcdda49c848983d42f756f0ea46253 prerequisite-patch-id: c07df1eba4e1eb4164e9ee2dfea98e87f37db9d0 prerequisite-patch-id: 9ffa6ffc4685a018708cc59c9ca486053a650a10 prerequisite-patch-id: a3ac6a1216c46c150094c564c2fbf9f8de388d5d prerequisite-patch-id: 1834790cfc097140def7a9a267cdd5e7959c780a prerequisite-patch-id: e3453cb8f9287c7d756395c00b33b045e5f41171 prerequisite-patch-id: f442d394fc2659ae6a0ac23d52e01fe3d95950e3 prerequisite-patch-id: 1a1422ce491a34c2440c0d269edc81e477926da0 prerequisite-patch-id: 4c2d1f29c87c1860df096f4e60a4844acf473d15 prerequisite-patch-id: 63885d40c4250fdf0baa4d9a332930f44fb60f6d prerequisite-patch-id: d8f66f7e5ab39b504e82c4b77b6e33b5dfecc30d prerequisite-patch-id: 3faeeda7e58b64d088b388b6ebb44b927964912b prerequisite-patch-id: 8d89cba602755d198f968f4c593227c2fc058a49 prerequisite-patch-id: 6eaa8be74ebd15d327259697b32817ba2c92a27e prerequisite-patch-id: bdc66a66311d117b55b6c7f54e1d449a6edfaa91 prerequisite-patch-id: 1149223da2cb5aac992625e902e02040a0111227 prerequisite-patch-id: d665511d5ab86b4b57740e83121ebfef37935fbd prerequisite-patch-id: 7f71dc1070b11cece6b34b8c6acb421d8757949b -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 13:50:21 2024 Received: (at 68937) by debbugs.gnu.org; 5 Feb 2024 18:50:21 +0000 Received: from localhost ([127.0.0.1]:52289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX42v-0002PP-BY for submit@debbugs.gnu.org; Mon, 05 Feb 2024 13:50:21 -0500 Received: from mout01.posteo.de ([185.67.36.65]:60847) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX42r-0002P9-Tu for 68937@debbugs.gnu.org; Mon, 05 Feb 2024 13:50:19 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4C416240027 for <68937@debbugs.gnu.org>; Mon, 5 Feb 2024 19:49:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707158999; bh=llbKsohslECyCMIsOI9E+pOKHK5Wz68ahJJS9kL2Hvo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=GB47rRGbaJj3Nyux6gqIM2DR1VjKleJ/oV4SWwYq93kZfNgod3sY8IlRcKa3CT8da J1xks4WpS6oB80OzO+ND+Ehg2dtqmZO6wxcJLLfDgaUVYgpQbuf+8Kt9I1sCKbPmhF AwveZmBfEl4lwi3HyjOMaCLOVIoLUqg54gIvwirb+qSaEFRXWXOvVdbQ7pn/sJFPaF MDP1V8Qi1I4nUyqQugmAWnB6CiBxcnFaHw8O3XybLh0oDUf2lJ1R+xkr+RkFvh8uYb r4dAsoAIV9t3izDarxqoA4jUadbksr40Nhv14ZODNCBco4hlZBGLYkWdECnjHFHOyG 5NvXv5CjIbQKQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TTFmk6WZdz6tm4; Mon, 5 Feb 2024 19:49:58 +0100 (CET) From: Dariqq To: 68937@debbugs.gnu.org Subject: [PATCH gnome-team v2 2/2] gnu: orca: Add optional dependencies. Date: Mon, 5 Feb 2024 18:49:07 +0000 Message-ID: <7271174da7926d5abe65e017e465fbf15ab10787.1707158947.git.dariqq@posteo.net> In-Reply-To: <4ca1c965ff0adc7c230ced9fa344239a65ea096b.1707158947.git.dariqq@posteo.net> References: <4ca1c965ff0adc7c230ced9fa344239a65ea096b.1707158947.git.dariqq@posteo.net> MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Raghav Gururajan , Vivien Kraus Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 68937 Cc: Dariqq 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: -3.3 (---) * gnu/packages/gnome.scm (orca)[inputs]: Add brltty, liblouis and liblouis:python. Change-Id: Idb375693a8cca7ffd89f591c50e2651d63e4ea62 --- gnu/packages/gnome.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e98f4ac15f..26aeefff4c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -95,6 +95,7 @@ (define-module (gnu packages gnome) #:use-module (gnu packages) + #:use-module (gnu packages accessibility) #:use-module (gnu packages admin) #:use-module (gnu packages aidc) #:use-module (gnu packages aspell) @@ -11259,12 +11260,15 @@ (define-public orca libxml2)) (inputs (list at-spi2-core + brltty bash-minimal gsettings-desktop-schemas gstreamer gst-plugins-base gst-plugins-good gtk+ + liblouis + `(,liblouis "python") procps ; for pgrep python python-pygobject -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 10 03:13:04 2024 Received: (at 68937) by debbugs.gnu.org; 10 Feb 2024 08:13:05 +0000 Received: from localhost ([127.0.0.1]:51360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYiTw-0003Gz-GC for submit@debbugs.gnu.org; Sat, 10 Feb 2024 03:13:04 -0500 Received: from planete-kraus.eu ([89.234.140.182]:38558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYiTu-0003GB-GF; Sat, 10 Feb 2024 03:13:03 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 13b1a7b0; Sat, 10 Feb 2024 08:12:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:date:content-type :content-transfer-encoding:mime-version; s=albinoniB; bh=m0zxH/f uxg79oDH7jiGNwMQCX2E=; b=a1ei+LWRBQ8Dr+AB3JOlWiw8NJHUsP0AL/qRb/x c2Gb8eerEeYm+7RwD2lB9E+Xk91tipxUrs64kccGdU1fat2Aexw5xUgCh//QdR89 TraozO+2MMnyF+5GVODV3WJA1/GBhYU6tnwd8RJaisoyVsdl3bW23K4JjDPBMK00 9LvccAakO4UTDvFfMdgZhquZ7L+tWenUpa8dsM8xYicQgVM15SzQDJmBKROnXyx4 uJDteIum00V44EdRC4mpLUMZgWuZtUzR5SmxnJNlnvt53hs359bdg/x11CL99KAl gdjyFoexhsmy7c38N6pMhyN5nIcKty4zhtXvoOadrGXibeA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 907cf45c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 10 Feb 2024 08:12:39 +0000 (UTC) Message-ID: <14bda2dd47fc43c425538d529f298a000d405f4e.camel@planete-kraus.eu> Subject: QA review for 68937 From: Vivien Kraus To: control@debbugs.gnu.org, 68937@debbugs.gnu.org Date: Sat, 10 Feb 2024 09:12:38 +0100 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68937 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 (-) user guix usertag 68937 + reviewed-looks-good thanks Guix QA review form submission: The new lint warning is Guix=E2=80=99 fault I think. I checked orca and it still reads the screen correctly. I=E2=80=99m not a regular user of orca. I=E2=80=99m not a maintainer, I=E2=80=99m not a committer. I=E2=80=99m a re= latively new member of the GNOME team. I=E2=80=99ve been involved as I asked for the patches to be rebased on gnom= e- team. Items marked as checked: Package builds, Commit messages From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 10 06:25:13 2024 Received: (at 68937) by debbugs.gnu.org; 10 Feb 2024 11:25:13 +0000 Received: from localhost ([127.0.0.1]:33855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYlTt-0005sw-1U for submit@debbugs.gnu.org; Sat, 10 Feb 2024 06:25:13 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:43111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYlIv-0005LP-6M for 68937@debbugs.gnu.org; Sat, 10 Feb 2024 06:13:54 -0500 Received: from localhost (unknown [217.155.61.229]) by mira.cbaines.net (Postfix) with ESMTPSA id D8ADC27BBE2; Sat, 10 Feb 2024 11:13:35 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0d6c4f78; Sat, 10 Feb 2024 11:13:34 +0000 (UTC) References: <14bda2dd47fc43c425538d529f298a000d405f4e.camel@planete-kraus.eu> User-agent: mu4e 1.10.7; emacs 29.1 From: Christopher Baines To: Vivien Kraus , Dariqq Subject: Re: [bug#68937] QA review for 68937 Date: Sat, 10 Feb 2024 11:11:44 +0000 In-reply-to: <14bda2dd47fc43c425538d529f298a000d405f4e.camel@planete-kraus.eu> Message-ID: <8734u0d12b.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68937 Cc: 68937@debbugs.gnu.org, guix-patches@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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Vivien Kraus via Guix-patches via writes: > user guix > usertag 68937 + reviewed-looks-good > thanks > > Guix QA review form submission: > The new lint warning is Guix=E2=80=99 fault I think. > > I checked orca and it still reads the screen correctly. I=E2=80=99m not a > regular user of orca. > > I=E2=80=99m not a maintainer, I=E2=80=99m not a committer. I=E2=80=99m a = relatively new member > of the GNOME team. > > I=E2=80=99ve been involved as I asked for the patches to be rebased on gn= ome- > team. > > Items marked as checked: Package builds, Commit messages Thanks both, unfortunately QA is not very useful for gnome-team at the moment since it hasn't started building it. The builds for this issue were also blocked by builtin:git-download related failures. The changes look fine to me though, so I've pushed both patches to gnome-team as 952c691b51f8f5d56df69686c2785414709c7949. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXHWlxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XePEhAAiTY8qhEgxbIuWgsg1yPtyp/oAWob/yVa 5d48+ADJVQfaOXS/vycmiKS5dMNb4VMtxsCUOPHEqwxTzs1hE/Z5R6/+zeoWGjeP YxXrmXg47dDSCzUo1DSzRngpvMbm9x/3Wf1MwN9JH/hUc/unp4ay5IPXbz+jtlqY ur2d/a3v1jSF+gJ5VABjLQUWWsLqXu2NLQQ2ohYxQ0O08QqmYNXNGqruuLaCZoMY T4QE4ztCoEEOCMJNitVnaAa+wb96WU7Kc9Q7zbJVLtseoKx+ZhiaVuPCqM3sHb7y nK3aumjp8KcEXPrrhpBb+rN6dFFGao8Rh+QjSnkD0VcHQt6B4Qc4q6IF3tYryonM HbV6awiU6kE4bzmwNXMmw5l6Ve6ywzZY5A4cPhzPzSsDTEGhcphHeXO+5T5HvJu7 itqG0iz4fnQCPcv4JfnaaZZTm6LYBawxTxEQagSDrIWNYolk0nRwa8cd8UByQOzm 9zQnYvZtkhyaBhXntcA8OGufwc5+fLeX5K8B7jftq1/kxL9sjSUR9VnbokjocmOY F6IGyOI8TJoPw7QYLqdGG5Q7wArh1ih1S5hD9547gb5H0Xso2hZvi6WI+T27JIUI vaw5QSKAkP5Oe113hbI9U1/DqNKAlBZ+OdGksauc/vtk9pHlJH2P5VeEQZVl7gPj fqsTALSxxFU= =YvxC -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 10 06:25:14 2024 Received: (at 68937-done) by debbugs.gnu.org; 10 Feb 2024 11:25:14 +0000 Received: from localhost ([127.0.0.1]:33857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYlTt-0005sz-Ie for submit@debbugs.gnu.org; Sat, 10 Feb 2024 06:25:14 -0500 Received: from mira.cbaines.net ([212.71.252.8]:43108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYlSG-0005kf-O9 for 68937-done@debbugs.gnu.org; Sat, 10 Feb 2024 06:23:33 -0500 Received: from localhost (unknown [217.155.61.229]) by mira.cbaines.net (Postfix) with ESMTPSA id 239F727BBE2 for <68937-done@debbugs.gnu.org>; Sat, 10 Feb 2024 11:15:31 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id fd6b1c05 for <68937-done@debbugs.gnu.org>; Sat, 10 Feb 2024 11:15:30 +0000 (UTC) References: <14bda2dd47fc43c425538d529f298a000d405f4e.camel@planete-kraus.eu> <8734u0d12b.fsf@cbaines.net> User-agent: mu4e 1.10.7; emacs 29.1 From: Christopher Baines To: 68937-done@debbugs.gnu.org Subject: Re: [bug#68937] QA review for 68937 Date: Sat, 10 Feb 2024 11:15:08 +0000 In-reply-to: <8734u0d12b.fsf@cbaines.net> Message-ID: <87y1bsbmel.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68937-done 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Christopher Baines writes: > [[PGP Signed Part:Good signature from 5E28A33B0B84F577 Christopher Baines= (trust ultimate) created at 2024-02-10T11:13:32+0000 us= ing RSA]] > > Vivien Kraus via Guix-patches via writes: > >> user guix >> usertag 68937 + reviewed-looks-good >> thanks >> >> Guix QA review form submission: >> The new lint warning is Guix=E2=80=99 fault I think. >> >> I checked orca and it still reads the screen correctly. I=E2=80=99m not a >> regular user of orca. >> >> I=E2=80=99m not a maintainer, I=E2=80=99m not a committer. I=E2=80=99m a= relatively new member >> of the GNOME team. >> >> I=E2=80=99ve been involved as I asked for the patches to be rebased on g= nome- >> team. >> >> Items marked as checked: Package builds, Commit messages > > Thanks both, unfortunately QA is not very useful for gnome-team at the > moment since it hasn't started building it. The builds for this issue > were also blocked by builtin:git-download related > failures. > > The changes look fine to me though, so I've pushed both patches to > gnome-team as 952c691b51f8f5d56df69686c2785414709c7949. Forgot to close. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXHWtJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfStA//S/gsWr2AmatLWqgIpncau4x4XfXgtWQd hmALuXcU8Z/vMbyuO+5/O/ni0aV1FScD33HbMfJds4V+0Iew1uSHsdoNAcQRE1g0 B3Eo8ljoR11CbF/+YgCsXn4u9W8ubZrGyEXyf5YsZXB98QUMzFCfT/CRcFirCtDu /nZeV7k0WQekiHwjDA0mnjodKEDQ9ckUzvUryYnXnfh0fxV5wfl3F7YNdsYbmHkW 9IX/Vhh1Zhz6FvQ6LM7PBl4wBcvp5q6eHdN8qiGr5lfkprTxeXY8kTcfSB5cH05M nkSqeXqb2DSCnnWHeCn2bcdXZtEl/z2R99mjTvhniGPo8R4KXWDEsQS1YG+fvuWS sb700UxNeKi0dSgvS6cX2zYGIlpusoZkI0L8fsUvOhcCxhSsyGEMubbUB0tUsZRp /AUMLlYuLNloYZwiITzptLe3M7uPaDdAZDWOUvTvOALY9va6RGlKXYGVvBOMufBU GrauHvA0ZUKDyIU+TDyO/wdnRJ1FYn/Iqi/1xAM9RWTawmAqgwYzNe2ABP06fZqL ivHhY5zEzGrLVDb3Dhu4qyGMYZvWVNOIe6Wz+N99qtVNHAvoRMogm2+k4rnp12sd zLAA+0ogmoo/mgvqrhNkaZKLo/9fYpd/w2uwBIHneqOOcKFDG3UKH2v+gvsQ+h5/ ZkuTW6cPGvY= =nBKp -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 16 14:51:26 2024 Received: (at 68937) by debbugs.gnu.org; 16 Feb 2024 19:51:26 +0000 Received: from localhost ([127.0.0.1]:60241 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rb4F3-0005fR-PU for submit@debbugs.gnu.org; Fri, 16 Feb 2024 14:51:26 -0500 Received: from mail-qk1-f179.google.com ([209.85.222.179]:42485) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rb4F0-0005fA-Fh for 68937@debbugs.gnu.org; Fri, 16 Feb 2024 14:51:24 -0500 Received: by mail-qk1-f179.google.com with SMTP id af79cd13be357-7874a96a0a8so18803685a.1 for <68937@debbugs.gnu.org>; Fri, 16 Feb 2024 11:51:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1708112997; x=1708717797; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=SmvRFkCIzXq6p3tcpPeeQA/15ZzPRDobX7sLhDXZ5J8=; b=gIw6HIFPd3WpmSGyL8b5t65H2svycZ44T6fzk/Gd/p8rMd09qNGrBaf+nBqs9yDGem QZC/pUj82FNgrGf3fIT1EH4fJwyqwcvusPn6xZqAPnpO3krFLkpw4UKueXkhqEUM5EH3 8x3JpsdkO99Z8lbXO6V5oNSm2N01x9spKX4zSPJqJpSe0JBAcyDY/c2T/p43XqwlZaE9 Qk3BxM7Lhc9+iFZddLvis7C/vf6zo1rt1PZ8E1DNUofq09jcsSSkAKbt7UHi/M8av3qw +4/m9uB2EMOEGMKCLnbuEUFMbtcC6rbCUshUeieUwDu3vsg8DSdwxM+EVn/KGDWyFxQh Chtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708112997; x=1708717797; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=SmvRFkCIzXq6p3tcpPeeQA/15ZzPRDobX7sLhDXZ5J8=; b=q9MvCF9BzmOI8DTv+Shk5vZiRWS+FbHMqimAkrDZVIaDAb/EWoFq4C6KskbAbxbgsE pBalEtWliWVQQtdAkdSeV4DHlVXLsyaWDfdfzCFv1qg3Oi3jAUX7KqkHrI9/UeMXovY6 K0AX/cZFlCkjeJ8X8JHhMBGaJStme0i+44ncGeSybG8mbyW3r7615J41ydL963kSsL3f zNw2CgN5rxCHkmirmlm0uZ1KUFLVewpbYex/diS3u4m9MXEt0DYWmbvoUU4IBaqZrdxB RlzcC2M7+Z83smHvsZbJSI7+MPaN1lJ4FrnCDeVnDtx0F5c4/oEUsWT0N7yywG5ll1D5 ER9g== X-Gm-Message-State: AOJu0YzPHYPoqGeQGGCybS7aWTubFxlpoCg0AYw1SLLh0Il4eE3YE6k+ 9GeSWFI5IGD9vf/x4p1O3jud4Gxah9+wfxHyLQXa0u+2+myugnKa4ab5j+RCr4E= X-Google-Smtp-Source: AGHT+IHdttzDnZj92XJEuWm4sDqY1O/DMY/krvFVnzJYlnZseGoIMy+gOK9BIfo0OSEKA6P7x29D9A== X-Received: by 2002:a05:620a:383:b0:787:21ed:6990 with SMTP id q3-20020a05620a038300b0078721ed6990mr13949370qkm.39.1708112997621; Fri, 16 Feb 2024 11:49:57 -0800 (PST) Received: from hurd (dsl-148-13.b2b2c.ca. [66.158.148.13]) by smtp.gmail.com with ESMTPSA id i1-20020a05620a144100b007873ac0ac56sm234847qkl.59.2024.02.16.11.49.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Feb 2024 11:49:57 -0800 (PST) From: Maxim Cournoyer To: Dariqq Subject: Re: [bug#68937] [PATCH gnome-team v2 2/2] gnu: orca: Add optional dependencies. In-Reply-To: <7271174da7926d5abe65e017e465fbf15ab10787.1707158947.git.dariqq@posteo.net> (dariqq@posteo.net's message of "Mon, 5 Feb 2024 18:49:07 +0000") References: <4ca1c965ff0adc7c230ced9fa344239a65ea096b.1707158947.git.dariqq@posteo.net> <7271174da7926d5abe65e017e465fbf15ab10787.1707158947.git.dariqq@posteo.net> Date: Fri, 16 Feb 2024 14:49:55 -0500 Message-ID: <87il2orxy4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 68937 Cc: Raghav Gururajan , 68937@debbugs.gnu.org, Vivien Kraus , Liliana Marie Prikler 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.9 (--) Dariqq writes: > * gnu/packages/gnome.scm (orca)[inputs]: Add brltty, liblouis and liblouis:python. > > Change-Id: Idb375693a8cca7ffd89f591c50e2651d63e4ea62 Reviewed-by: Maxim Cournoyer -- Thanks, Maxim From unknown Sun Jun 15 16:02:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 16 Mar 2024 11:24:08 +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