From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 18 03:31:19 2020 Received: (at submit) by debbugs.gnu.org; 18 Nov 2020 08:31:19 +0000 Received: from localhost ([127.0.0.1]:33929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfIs2-0004hR-NL for submit@debbugs.gnu.org; Wed, 18 Nov 2020 03:31:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:46648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfIs1-0004hK-MO for submit@debbugs.gnu.org; Wed, 18 Nov 2020 03:31:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfIrz-0007yZ-Kl for guix-patches@gnu.org; Wed, 18 Nov 2020 03:31:17 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:59061) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfIru-0004de-N0 for guix-patches@gnu.org; Wed, 18 Nov 2020 03:31:14 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.axione.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B7A282000C; Wed, 18 Nov 2020 08:31:04 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: astroid: Fix inputs. Date: Wed, 18 Nov 2020 09:30:57 +0100 Message-Id: <20201118083057.22752-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.200; envelope-from=tanguy@bioneland.org; helo=relay7-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/18 03:31:05 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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/mail.scm (astroid)[native-inputs]: Remove gsettings-desktop-schemas. [propagated-inputs]: Add adwaita-icon-theme and gsettings-desktop-schemas. --- gnu/packages/mail.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c5f4472c83..adf83f7948 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -761,7 +761,6 @@ mailpack. What can alterMIME do? (invoke "ninja" "install")))))) (native-inputs `(("glib-networking" ,glib-networking) - ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gnupg" ,gnupg) ("ninja" ,ninja) ("pkg-config" ,pkg-config) @@ -780,6 +779,9 @@ mailpack. What can alterMIME do? ("python" ,python-wrapper) ("python-pygobject" ,python-pygobject) ("webkitgtk" ,webkitgtk))) + (propagated-inputs + `(("adwaita-icon-theme" ,adwaita-icon-theme) ; Required for the thread view + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas))) ; Required to start (home-page "https://astroidmail.github.io/") (synopsis "GTK frontend to the notmuch mail system") (description -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 18 05:04:00 2020 Received: (at 44720) by debbugs.gnu.org; 18 Nov 2020 10:04:00 +0000 Received: from localhost ([127.0.0.1]:34186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfKJk-0000pM-2n for submit@debbugs.gnu.org; Wed, 18 Nov 2020 05:04:00 -0500 Received: from flashner.co.il ([178.62.234.194]:58902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfKJh-0000p2-NP for 44720@debbugs.gnu.org; Wed, 18 Nov 2020 05:03:58 -0500 Received: from localhost (unknown [141.226.15.169]) by flashner.co.il (Postfix) with ESMTPSA id CCAD74005F; Wed, 18 Nov 2020 10:03:50 +0000 (UTC) Date: Wed, 18 Nov 2020 12:03:06 +0200 From: Efraim Flashner To: Tanguy Le Carrour Subject: Re: [bug#44720] [PATCH] gnu: astroid: Fix inputs. Message-ID: <20201118100306.GA20593@E5400> References: <20201118083057.22752-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9Ek0hoCL9XbhcSqy" Content-Disposition: inline In-Reply-To: <20201118083057.22752-1-tanguy@bioneland.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 44720 Cc: 44720@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 (-) --9Ek0hoCL9XbhcSqy Content-Type: multipart/mixed; boundary="lEGEL1/lMxI0MVQ2" Content-Disposition: inline --lEGEL1/lMxI0MVQ2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Can you try the attached patch? It wraps the binary in GI_TYPELIB_PATH instead of propagating gsettings-desktop-schemas. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --lEGEL1/lMxI0MVQ2 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-astroid-Fix-build.patch" Content-Transfer-Encoding: quoted-printable =46rom c2ca21180acd1f655b71040bf3266761bb27d2cf Mon Sep 17 00:00:00 2001 =46rom: Tanguy Le Carrour Date: Wed, 18 Nov 2020 09:30:57 +0100 Subject: [PATCH] gnu: astroid: Fix build. * gnu/packages/mail.scm (astroid)[arguments]: Add phase to wrap binary in GI_TYPELIB_PATH. [propagated-inputs]: Add adwaita-icon-theme. Signed-off-by: Efraim Flashner --- gnu/packages/mail.scm | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 59f49d1247..741130eab6 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -729,7 +729,10 @@ mailpack. What can alterMIME do? #t)))) (build-system cmake-build-system) (arguments - `(#:configure-flags (list "-GNinja") + `(#:modules ((guix build cmake-build-system) + (guix build utils) + (ice-9 match)) + #:configure-flags (list "-GNinja") #:phases (modify-phases %standard-phases (add-after 'unpack 'skip-markdown-test @@ -759,7 +762,22 @@ mailpack. What can alterMIME do? #t)) (replace 'install (lambda _ - (invoke "ninja" "install")))))) + (invoke "ninja" "install"))) + (add-after 'install 'wrap-with-GI_TYPELIB_PATH + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (paths (map (match-lambda + ((outputs . directory) + (let ((girepodir (string-append + directory + "/lib/girepository-1.0= "))) + (if (file-exists? girepodir) + girepodir + #f)))) + inputs))) + (wrap-program (string-append out "/bin/astroid") + `("GI_TYPELIB_PATH" ":" prefix ,(filter identity paths)))) + #t))))) (native-inputs `(("glib-networking" ,glib-networking) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) @@ -781,6 +799,8 @@ mailpack. What can alterMIME do? ("python" ,python-wrapper) ("python-pygobject" ,python-pygobject) ("webkitgtk" ,webkitgtk))) + (propagated-inputs + `(("adwaita-icon-theme" ,adwaita-icon-theme))) ; Required for the thr= ead view (home-page "https://astroidmail.github.io/") (synopsis "GTK frontend to the notmuch mail system") (description --=20 2.29.2 --lEGEL1/lMxI0MVQ2-- --9Ek0hoCL9XbhcSqy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+08VYACgkQQarn3Mo9 g1Fhdw//aN2iP/kJlE7U5eWJ20j8hKNOBEYiBfpGMJfY+64IWV2t3slaj022H5oK oGr+LL3fGWqVUirRpeGqmQY67M8iVzlWJJ8PRCNtrsxmuMoDcJ39nnjvrp0xXyLf wPCrtdtAYC4aDjbiDcti1JpMjH0/IINl4O/FGkPJF0Ck+hqUMLgu2VuqfxCHi7KS Z1QG6pOJ2mPTkpKIpIfU+GkAyVU5u1NeaxVZyDlunWJaK9n1YbfQWKg3NCzmKchg vh5G01yA424f2yv4ruA1/O4BUL8IG4xp9mfPHADx3AcRMU+0IZJfzpEqIlJx4ty3 bob4O0131S+TvyhJgdO6MNblIg716s7qWtCW2Y0hijWvNVxLPaOmuBFXW+ZJhPuE YNZKYKyaSNWDvEkAvhhXthkyaihbE41yKyVE5FIZkJc877CEI1fTtN/GjIrkI63w pI63jizB3Uo/DfhBaQ8K8eJzOfNCj1XnVtgdCW+gt+mmAsVNmMsnav36iGNO+jXl 4fsKI8IkoOTWcWQHBawnELeXko7cUikV77nLo6PELm5XQh/76Y9RsK9v0H4YFWC2 p2AtNGL2XVfDPF07fj9G8OYUYgVUGRrPF5cLJ8gQG7/G+b4qPlPFdFHchPRwuSVn 7sgzcQWEs4+MVLPb8ryljzirr3IgqqMbup2Z8jC8CcXtx+AdzUo= =PJUp -----END PGP SIGNATURE----- --9Ek0hoCL9XbhcSqy-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 18 05:22:44 2020 Received: (at 44720) by debbugs.gnu.org; 18 Nov 2020 10:22:44 +0000 Received: from localhost ([127.0.0.1]:34281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfKbs-0001L9-8n for submit@debbugs.gnu.org; Wed, 18 Nov 2020 05:22:44 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:54747) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfKbo-0001Kg-4g for 44720@debbugs.gnu.org; Wed, 18 Nov 2020 05:22:42 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 07FEA60002; Wed, 18 Nov 2020 10:22:32 +0000 (UTC) Date: Wed, 18 Nov 2020 11:22:30 +0100 From: Tanguy LE CARROUR Subject: Re: [bug#44720] [PATCH] gnu: astroid: Fix inputs. To: Efraim Flashner References: <20201118083057.22752-1-tanguy@bioneland.org> <20201118100306.GA20593@E5400> In-Reply-To: <20201118100306.GA20593@E5400> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1605694859.a6kz43zy47.astroid@melmoth.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44720 Cc: 44720@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 (-) Hi, Excerpts from Efraim Flashner's message of November 18, 2020 11:03 am: > Can you try the attached patch? It wraps the binary in GI_TYPELIB_PATH > instead of propagating gsettings-desktop-schemas. Nop, does not work! :-( I still get the following error message on startup: ``` (astroid:7236): GLib-GIO-ERROR **: 11:19:11.738: Settings schema 'org.gnome= .desktop.interface' is not installed ``` --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 18 05:51:28 2020 Received: (at 44720) by debbugs.gnu.org; 18 Nov 2020 10:51:28 +0000 Received: from localhost ([127.0.0.1]:34368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfL3f-00026I-Pa for submit@debbugs.gnu.org; Wed, 18 Nov 2020 05:51:28 -0500 Received: from flashner.co.il ([178.62.234.194]:59044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfL3d-000264-IL for 44720@debbugs.gnu.org; Wed, 18 Nov 2020 05:51:26 -0500 Received: from localhost (unknown [141.226.15.169]) by flashner.co.il (Postfix) with ESMTPSA id ECF8A4064E; Wed, 18 Nov 2020 10:51:18 +0000 (UTC) Date: Wed, 18 Nov 2020 12:50:45 +0200 From: Efraim Flashner To: Tanguy LE CARROUR Subject: Re: [bug#44720] [PATCH] gnu: astroid: Fix inputs. Message-ID: <20201118105045.GB31988@E5400> References: <20201118083057.22752-1-tanguy@bioneland.org> <20201118100306.GA20593@E5400> <1605694859.a6kz43zy47.astroid@melmoth.none> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="s9fJI615cBHmzTOP" Content-Disposition: inline In-Reply-To: <1605694859.a6kz43zy47.astroid@melmoth.none> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 44720 Cc: 44720@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 (-) --s9fJI615cBHmzTOP Content-Type: multipart/mixed; boundary="0eh6TmSyL6TZE2Uz" Content-Disposition: inline --0eh6TmSyL6TZE2Uz Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 18, 2020 at 11:22:30AM +0100, Tanguy LE CARROUR wrote: > Hi, >=20 >=20 > Excerpts from Efraim Flashner's message of November 18, 2020 11:03 am: > > Can you try the attached patch? It wraps the binary in GI_TYPELIB_PATH > > instead of propagating gsettings-desktop-schemas. >=20 > Nop, does not work! :-( >=20 > I still get the following error message on startup: >=20 > ``` > (astroid:7236): GLib-GIO-ERROR **: 11:19:11.738: Settings schema 'org.gno= me.desktop.interface' is not installed > ``` >=20 I have another patch to try! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --0eh6TmSyL6TZE2Uz Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-astroid-Fix-build.patch" Content-Transfer-Encoding: quoted-printable =46rom 57765196f855fe1a0674bfc48f2cdb5995d1c891 Mon Sep 17 00:00:00 2001 =46rom: Tanguy Le Carrour Date: Wed, 18 Nov 2020 09:30:57 +0100 Subject: [PATCH] gnu: astroid: Fix build. * gnu/packages/mail.scm (astroid)[arguments]: Add phase to wrap binary in GI_TYPELIB_PATH. Add 'glib-or-gtk-compile-schemas and 'glib-or-gtk-wrap phases from the glib-or-gtk build system. [propagated-inputs]: Add adwaita-icon-theme. Signed-off-by: Efraim Flashner --- gnu/packages/mail.scm | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 59f49d1247..1e2dd4035b 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -729,7 +729,13 @@ mailpack. What can alterMIME do? #t)))) (build-system cmake-build-system) (arguments - `(#:configure-flags (list "-GNinja") + `(#:modules ((guix build cmake-build-system) + ((guix build glib-or-gtk-build-system) #:prefix glib-or-= gtk:) + (guix build utils) + (ice-9 match)) + #:imported-modules ((guix build glib-or-gtk-build-system) + ,@%cmake-build-system-modules) + #:configure-flags (list "-GNinja") #:phases (modify-phases %standard-phases (add-after 'unpack 'skip-markdown-test @@ -759,7 +765,26 @@ mailpack. What can alterMIME do? #t)) (replace 'install (lambda _ - (invoke "ninja" "install")))))) + (invoke "ninja" "install"))) + (add-after 'install 'wrap-with-GI_TYPELIB_PATH + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (paths (map (match-lambda + ((outputs . directory) + (let ((girepodir (string-append + directory + "/lib/girepository-1.0= "))) + (if (file-exists? girepodir) + girepodir + #f)))) + inputs))) + (wrap-program (string-append out "/bin/astroid") + `("GI_TYPELIB_PATH" ":" prefix ,(filter identity paths)))) + #t)) + (add-after 'install 'glib-or-gtk-compile-schemas + (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-compile-sc= hemas)) + (add-after 'install 'glib-or-gtk-wrap + (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap))))) (native-inputs `(("glib-networking" ,glib-networking) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) @@ -781,6 +806,8 @@ mailpack. What can alterMIME do? ("python" ,python-wrapper) ("python-pygobject" ,python-pygobject) ("webkitgtk" ,webkitgtk))) + (propagated-inputs + `(("adwaita-icon-theme" ,adwaita-icon-theme))) ; Required for the thr= ead view (home-page "https://astroidmail.github.io/") (synopsis "GTK frontend to the notmuch mail system") (description --=20 2.29.2 --0eh6TmSyL6TZE2Uz-- --s9fJI615cBHmzTOP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+0/IIACgkQQarn3Mo9 g1HoFxAArOL4YQFA4YvVDMUiftcWd0fCse1giXWue46iSNbmIQhX3ykzEpoTDR26 MMeM88bdxorwWNtjYZn5HIWfxHawCN2gufNzDzCDHHSfefHa8E1s+1VdaccOwX1J LVwgvO/tM+ja8Ao26LuyN+qwy9niqXzJsbUWGAcAzZaZTXmqFSOBi6DsmrUJc9bq qvv8hHxlRlWal6iMa2UNtcXOu+21SvsYj4SwLemkmtlA0Y5KyyuwY5Zc0qw8SMAV jVgBCd/xmbo8sEZasXfwSeeAaJh4oBgGXVjZkbkiRd3WRaeaFT9FlZPJM9Wp1gHU /dOtziyacl8R1xApOAgHEa++6pSmxuTTkOt+DQTsZqgPJiBbloov+XqVS3njwn0E +yqaNYd3641salLWj3kUT7Gkx0o3Y+Jqp42YysGAQ8ppeaXxgVmMkF1wqxlTIYyV mDxExC6B+c7nJYjbov7is2JQw+aluy1i3a6ftnlQlJwbN2C7eGZpol2VU0aTfsyG xP1IMAwvvi8RPfq3Fz/OW1BUGztXLDDTEIi42F2XoXY8F9m2i6RYIFHaOc/0ve5J oeciaqG5l/qpiftqSS/HFIM1sScRdi0f/o10ayfGrZbxz1MJ/y16BFjGlbqiTBSl XrM2mYarWDu/gFreWkeSUaxACz5ZW/1TjRBv4Fi+3VL/N9URL40= =GAE3 -----END PGP SIGNATURE----- --s9fJI615cBHmzTOP-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 18 08:58:26 2020 Received: (at 44720) by debbugs.gnu.org; 18 Nov 2020 13:58:26 +0000 Received: from localhost ([127.0.0.1]:34575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfNyc-0002Ts-5c for submit@debbugs.gnu.org; Wed, 18 Nov 2020 08:58:26 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:37669) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfNya-0002Tf-98 for 44720@debbugs.gnu.org; Wed, 18 Nov 2020 08:58:24 -0500 Received: from localhost (static-176-185-184-238.axione.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id E3B5210000D; Wed, 18 Nov 2020 13:58:16 +0000 (UTC) Date: Wed, 18 Nov 2020 14:58:13 +0100 From: Tanguy LE CARROUR Subject: Re: [bug#44720] [PATCH] gnu: astroid: Fix inputs. To: Efraim Flashner References: <20201118083057.22752-1-tanguy@bioneland.org> <20201118100306.GA20593@E5400> <1605694859.a6kz43zy47.astroid@melmoth.none> <20201118105045.GB31988@E5400> In-Reply-To: <20201118105045.GB31988@E5400> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1605707829.wdx7p9q27y.astroid@melmoth.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 44720 Cc: 44720@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.7 (-) Hi, Excerpts from Efraim Flashner's message of November 18, 2020 11:50 am: > On Wed, Nov 18, 2020 at 11:22:30AM +0100, Tanguy LE CARROUR wrote: >> Excerpts from Efraim Flashner's message of November 18, 2020 11:03 am: >> > Can you try the attached patch? It wraps the binary in GI_TYPELIB_PATH >> > instead of propagating gsettings-desktop-schemas. >>=20 >> Nop, does not work! :-( >>=20 >> I still get the following error message on startup: >>=20 >> ``` >> (astroid:7236): GLib-GIO-ERROR **: 11:19:11.738: Settings schema 'org.gn= ome.desktop.interface' is not installed >> ``` >>=20 >=20 > I have another patch to try! And this one works fine! I'll have to read it again, just to make sure I understand everything! ^_^' Thanks --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 18 09:16:38 2020 Received: (at 44720-done) by debbugs.gnu.org; 18 Nov 2020 14:16:38 +0000 Received: from localhost ([127.0.0.1]:34599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfOGE-0002zU-9x for submit@debbugs.gnu.org; Wed, 18 Nov 2020 09:16:38 -0500 Received: from flashner.co.il ([178.62.234.194]:59522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfOGB-0002zF-9z for 44720-done@debbugs.gnu.org; Wed, 18 Nov 2020 09:16:37 -0500 Received: from localhost (unknown [141.226.15.169]) by flashner.co.il (Postfix) with ESMTPSA id C48424005F; Wed, 18 Nov 2020 14:16:28 +0000 (UTC) Date: Wed, 18 Nov 2020 16:15:55 +0200 From: Efraim Flashner To: Tanguy LE CARROUR Subject: Re: [bug#44720] [PATCH] gnu: astroid: Fix inputs. Message-ID: <20201118141555.GA2306@E5400> References: <20201118083057.22752-1-tanguy@bioneland.org> <20201118100306.GA20593@E5400> <1605694859.a6kz43zy47.astroid@melmoth.none> <20201118105045.GB31988@E5400> <1605707829.wdx7p9q27y.astroid@melmoth.none> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <1605707829.wdx7p9q27y.astroid@melmoth.none> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 44720-done Cc: 44720-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 (-) --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 18, 2020 at 02:58:13PM +0100, Tanguy LE CARROUR wrote: > Hi, >=20 >=20 > Excerpts from Efraim Flashner's message of November 18, 2020 11:50 am: > > On Wed, Nov 18, 2020 at 11:22:30AM +0100, Tanguy LE CARROUR wrote: > >> Excerpts from Efraim Flashner's message of November 18, 2020 11:03 am: > >> > Can you try the attached patch? It wraps the binary in GI_TYPELIB_PA= TH > >> > instead of propagating gsettings-desktop-schemas. > >>=20 > >> Nop, does not work! :-( > >>=20 > >> I still get the following error message on startup: > >>=20 > >> ``` > >> (astroid:7236): GLib-GIO-ERROR **: 11:19:11.738: Settings schema 'org.= gnome.desktop.interface' is not installed > >> ``` > >>=20 > >=20 > > I have another patch to try! >=20 > And this one works fine! I'll have to read it again, just to make sure I > understand everything! ^_^' Yay! The short version is 'wrap-with-GI_TYPELIB_PATH makes sure the TYPELIB path is set correctly. When you said the settings schema was missing I figured it needed the compile-schema phase from the glib-or-gtk build-system, and it almost definitely needed the 'wrap phase =66rom glib-or-gtk also. >=20 > Thanks >=20 NP :) Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+1LJsACgkQQarn3Mo9 g1FbBxAAkvK0/RR4q5OkMBnxDc8Giq+bQaA0KUsFzsAk5C2HYm0My4C33lNoXRbH SCprQuBe30/oxTNHrJWdY8zvgBS1KSWjicEmskl2VVdtcLaUwkkm5zw5ZhyNgISp 5DaQT6tJc4bUIRASQN9Jlj0FD6FnSuQw+8gWXnrSklJbDGMkEZ0UiVlzwet+zPal jWLMUpXLwDBywciT6uj5IVAR6HLF5uip84CgcELIa9TaJnHROINJFfwsDgWrQBYz VSt1L9Ew/Ww6IIfg703ItB0x7aTvgteUN/MHllAQvcmFrzQW/oHPImK+0Q+7ad1w uEv9Ra5IJ2NJVSSexKm3oIBJAA+laKslpv9ry6A0pYYrAM6foqJ22UlGJZLJ8e4j gOtxZm2Edgg6U6FfxTIMyHX0UKMhQQYe1FpvOHkvX5BISuxY7gpe6AxVZe/5waN7 W4yk9kiuJty/uSyApWWXnWYPiM0YrpmoZwP3fQ+dxbjQ6gVXkMp7ViUSPGOsejDK q0/RPxtHzR3jUTqe2gnfybo2IHY8OfahxinswGYwtGMmc8rtKFujpC3+0OJs8yHa 0h5SJPqulqC+Hbh6EXv+2+z5hGRBIhavTfkB2xKhaCaFdQvGQcbIuBFYcxvWvefb oj5WTBMZfftYQLSpWVN7QtmxoVkaLxDAasrRwB6B/FyME4Mdgpw= =22SX -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- From unknown Thu Jun 19 14:04:44 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, 17 Dec 2020 12:24:06 +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