From unknown Mon Aug 18 14:26:06 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#45272 <45272@debbugs.gnu.org> To: bug#45272 <45272@debbugs.gnu.org> Subject: Status: GNOME Builder: Global search, autocompletion, documentation don't work Reply-To: bug#45272 <45272@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:26:06 +0000 retitle 45272 GNOME Builder: Global search, autocompletion, documentation d= on't work reassign 45272 guix submitter 45272 Luis Felipe severity 45272 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 16 12:24:56 2020 Received: (at submit) by debbugs.gnu.org; 16 Dec 2020 17:24:56 +0000 Received: from localhost ([127.0.0.1]:33631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpaXo-0006uV-5A for submit@debbugs.gnu.org; Wed, 16 Dec 2020 12:24:56 -0500 Received: from lists.gnu.org ([209.51.188.17]:41676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpaXj-0006uL-9l for submit@debbugs.gnu.org; Wed, 16 Dec 2020 12:24:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kpaXg-0004P1-2M for bug-guix@gnu.org; Wed, 16 Dec 2020 12:24:49 -0500 Received: from mail-02.mail-europe.com ([51.89.119.103]:41530) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kpaXd-0008TE-Fr for bug-guix@gnu.org; Wed, 16 Dec 2020 12:24:47 -0500 Date: Wed, 16 Dec 2020 17:24:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1608139478; bh=1I/QLn9sV5jZc3ojf+ODnvuIS/FKL7MmegAmPiMj01s=; h=Date:To:From:Reply-To:Subject:From; b=SsBPh79NRs7BI3ZoTC69iX2sC9nueqMS6UdWnprZELzzTOGMj2JlDzCbgvK9zpuQy JHChZYwILJdv6KaTUdufO7pQoFmEJxa4pgVjI+mB9baW8tW+kJtMTvX347Zwxl5lA0 lL4ItEIUt4qVrkGVKgdpmpEd7S/QwEtFB64t0Sas= To: "bug-guix@gnu.org" From: Luis Felipe Subject: GNOME Builder: Global search, autocompletion, documentation don't work Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=51.89.119.103; envelope-from=luis.felipe.la@protonmail.com; helo=mail-02.mail-europe.com X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) AC_FROM_MANY_DOTS=1.867, BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit 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: , Reply-To: Luis Felipe Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Various features described in GNOME Builder documentation (https://builder.= readthedocs.io/en/latest/exploring.html) don't seem to work, even though th= eir corresponding extensions are enabled (in Settings =E2=86=92 Extensions)= . So far, I've only identified Global search, autocompletion, documentation o= n hover. I tried these in Python code only. I assumed these features are failing for the same reason, so I'm reporting = them together. ## Steps to reproduce: Search for a function in your Python project 1. Start GNOME Builder 2. Click on the "Select a Folder..." button 3. Locate the folder of your project and click "Open" 4. Press Ctrl + . to focus the search box 5. Start typing the name of a function you know is defined in the project s= ource code ## Expected result You see the function suggested in the results. ## Unexpected result The suggested results don't include the function. Searching only seems to s= uggest filenames that include your search terms; definitions in the source = code, like classes and functions, seem to be excluded. ## Steps to reproduce: Autocompletion in a Python file 1. Open a Python file 2. Type "Hello". (that's hello in double quotes, followed by a dot) ## Expected result A list of methods for string objects is displayed after you type the dot. ## Unexpected result The list is not displayed at all. ## Steps to reproduce: Documentation on hovering over a Python method 1. Open a Python file 2. Type "Hello {}".format("World") 3. Hover over the "format" method or place the caret on it and press F2 ## Expected result A box appears over the method displaying its documentation. ## Unexpected result The box is not displayed at all. ## System information guix 08d8c2d gnome-builder 3.36.1 ## Additional information I see the following output when I start gnome-builder from a terminal: ``` $ gnome-builder sh: getent: command not found 11:21:17.5362 ide-application-plugins[ 18651]: CRITICAL: = Cannot enable Python 3 plugins: Typelib file for namespace 'Dazzle', versio= n '1.0' not found 11:21:17.5405 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5407 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5407 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5407 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5407 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5408 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5408 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5409 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5409 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5410 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5410 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5410 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5411 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5411 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5411 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5412 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5412 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5412 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5419 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5420 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5480 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5505 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5507 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:17.5507 libpeas[ 18651]: WARNING: = The 'python3' plugin loader has not been enabled 11:21:19.8003 ide-device-manager[ 18651]: WARNING: = GbpQemuDeviceProvider: binfmt is missing from /proc/mounts 11:21:20.0893 gbp-sysprof-workspace-addin[ 18651]: WARNING: = Sysprof-3 is not supported, will not enable profiler: GDBus.Error:org.freed= esktop.DBus.Error.ServiceUnknown: The name org.gnome.Sysprof3 was not provi= ded by any .service files ``` --- Luis Felipe L=C3=B3pez Acevedo https://luis-felipe.gitlab.io/ From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 06:53:51 2020 Received: (at 45272) by debbugs.gnu.org; 18 Dec 2020 11:53:51 +0000 Received: from localhost ([127.0.0.1]:37883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqEKU-0000qu-HW for submit@debbugs.gnu.org; Fri, 18 Dec 2020 06:53:50 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:28661) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqEKP-0000qh-Mg for 45272@debbugs.gnu.org; Fri, 18 Dec 2020 06:53:49 -0500 Received: from nijino.local (217-149-174-13.nat.highway.telekom.at [217.149.174.13]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Cy6hP72TSz3xQh; Fri, 18 Dec 2020 12:53:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1608292422; bh=WOBpv4ePWamSJrXzf1M2vA2VVIW403ehyl3VQHj4Hm0=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=OnJbOKdUEpP6IsTxNeUB0kBAV/om6W2nnN/TRnHqpPwlDdQYH2dDYNklx0XpuENfL n++JIb7zh2dfzSBa5HhXnz4mXlPXBkbmo2OcvaxS5YUkyHy+gmXe/88krxEQnKu0cJ N9WQtQ2iE2R4g0BZk9Qs/UYFnUGD4VfgF6cnJizY= Message-ID: <2342003d9ca418f44de27437e41e39b7a85d703d.camel@student.tugraz.at> Subject: Re: GNOME Builder: Global search, autocompletion, documentation don't work From: Leo Prikler To: Luis Felipe Date: Fri, 18 Dec 2020 12:53:40 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45272 Cc: 45272@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: -3.3 (---) Hello Luis, After long trial and error I have failed to find a way of enabling this feature. Getting the necessary environment variables into GNOME Builder is doable, albeit not without issues. In particular, naively setting GI_TYPELIB_PATH from build – which would normally be the sane thing to do – sets you up for a runtime error. However, even after you've somehow weasled the correct paths into all the environment variables, getting them propagated into the IDE workers is a nightmare, that I wish no one. I tried deleting the line, that unsets the environment, I tried explicitly setting it to false; nothing works. If someone else wants to take this bug, go ahead, otherwise I suggest dropping Python support from our builds of GNOME Builder so as to not cause confusion in such a manner. Regards, Leo Am Mittwoch, den 16.12.2020, 17:24 +0000 schrieb Luis Felipe: > Various features described in GNOME Builder documentation ( > https://builder.readthedocs.io/en/latest/exploring.html) don't seem > to work, even though their corresponding extensions are enabled (in > Settings → Extensions). > > So far, I've only identified Global search, autocompletion, > documentation on hover. I tried these in Python code only. > > I assumed these features are failing for the same reason, so I'm > reporting them together. > > > ## Steps to reproduce: Search for a function in your Python project > > 1. Start GNOME Builder > 2. Click on the "Select a Folder..." button > 3. Locate the folder of your project and click "Open" > 4. Press Ctrl + . to focus the search box > 5. Start typing the name of a function you know is defined in the > project source code > > ## Expected result > > You see the function suggested in the results. > > ## Unexpected result > > The suggested results don't include the function. Searching only > seems to suggest filenames that include your search terms; > definitions in the source code, like classes and functions, seem to > be excluded. > > > > ## Steps to reproduce: Autocompletion in a Python file > > 1. Open a Python file > 2. Type "Hello". (that's hello in double quotes, followed by a dot) > > ## Expected result > > A list of methods for string objects is displayed after you type the > dot. > > ## Unexpected result > > The list is not displayed at all. > > > > ## Steps to reproduce: Documentation on hovering over a Python method > > 1. Open a Python file > 2. Type "Hello {}".format("World") > 3. Hover over the "format" method or place the caret on it and press > F2 > > ## Expected result > > A box appears over the method displaying its documentation. > > ## Unexpected result > > The box is not displayed at all. > > > > ## System information > > guix 08d8c2d > gnome-builder 3.36.1 > > > > ## Additional information > > I see the following output when I start gnome-builder from a > terminal: > > ``` > $ gnome-builder > sh: getent: command not found > 11:21:17.5362 ide-application-plugins[ 18651]: > CRITICAL: Cannot enable Python 3 plugins: Typelib file for namespace > 'Dazzle', version '1.0' not found > 11:21:17.5405 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5407 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5407 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5407 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5407 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5408 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5408 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5409 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5409 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5410 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5410 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5410 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5411 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5411 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5411 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5412 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5412 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5412 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5419 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5420 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5480 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5505 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5507 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:17.5507 libpeas[ > 18651]: WARNING: The 'python3' plugin loader has not been enabled > 11:21:19.8003 ide-device-manager[ > 18651]: WARNING: GbpQemuDeviceProvider: binfmt is missing from > /proc/mounts > 11:21:20.0893 gbp-sysprof-workspace-addin[ > 18651]: WARNING: Sysprof-3 is not supported, will not enable > profiler: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The > name org.gnome.Sysprof3 was not provided by any .service files > ``` > > > --- > Luis Felipe López Acevedo > https://luis-felipe.gitlab.io/ > From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 09:17:19 2020 Received: (at 45272) by debbugs.gnu.org; 18 Dec 2020 14:17:19 +0000 Received: from localhost ([127.0.0.1]:38188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqGZK-0000Gq-Od for submit@debbugs.gnu.org; Fri, 18 Dec 2020 09:17:19 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:38837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqGZJ-0000Gj-6m for 45272@debbugs.gnu.org; Fri, 18 Dec 2020 09:17:17 -0500 Received: from localhost.localdomain (217-149-174-13.nat.highway.telekom.at [217.149.174.13]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Cy9t23yrVz1LBCl; Fri, 18 Dec 2020 15:17:14 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4Cy9t23yrVz1LBCl DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1608301034; bh=DYyoykNreLPSYNolhvNScUaczm8K820BrNNehhVZ1sc=; h=From:To:Cc:Subject:Date:From; b=iLCadweDBeGRC4G0vs5CHq4VndLl3WreD+a0kjf8wrObgZsmtqln1zkhuU9xqQJxG 2ZnVnb1gf9uQDXvnz0n7fL1JlsKZswHHmFoscKgXNo/XExWPdQs88gzOkv3sS1Wtji YKfpvrGfnqvWuOcWdiOill2Z8npEsfKu8IX7CSyk= From: Leo Prikler To: 45272@debbugs.gnu.org Subject: [PATCH] gnu: gnome-builder: Disable jedi plugin. Date: Fri, 18 Dec 2020 15:16:56 +0100 Message-Id: <20201218141655.31972-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45272 Cc: luis.felipe.la@protonmail.com 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 (---) As pointed out in #45272, it is broken. * gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add -Dplugin_jedi=false. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5a166d1b86..9f37c605be 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11876,6 +11876,7 @@ libraries. Applications do not need to be recompiled--or even restarted.") "-Dplugin_clang=false" "-Dplugin_flatpak=false" "-Dplugin_glade=false" + "-Dplugin_jedi=false" ;; ... except this one. "-Dplugin_update_manager=false") #:phases -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 11:50:02 2020 Received: (at 45272) by debbugs.gnu.org; 18 Dec 2020 16:50:02 +0000 Received: from localhost ([127.0.0.1]:39812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqIx8-0006ch-9q for submit@debbugs.gnu.org; Fri, 18 Dec 2020 11:50:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqIx7-0006c9-8I for 45272@debbugs.gnu.org; Fri, 18 Dec 2020 11:50:01 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35492) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqIx0-0007Hm-4D; Fri, 18 Dec 2020 11:49:54 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53504 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kqIwz-00068w-MH; Fri, 18 Dec 2020 11:49:53 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Leo Prikler Subject: Re: bug#45272: [PATCH] gnu: gnome-builder: Disable jedi plugin. References: <20201218141655.31972-1-leo.prikler@student.tugraz.at> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Frimaire an 229 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 18 Dec 2020 17:49:51 +0100 In-Reply-To: <20201218141655.31972-1-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Fri, 18 Dec 2020 15:16:56 +0100") Message-ID: <87o8ir9hzk.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45272 Cc: 45272@debbugs.gnu.org, luis.felipe.la@protonmail.com 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! Leo Prikler skribis: > As pointed out in #45272, it is broken. Please add this as a comment above =E2=80=9C-Dplugin_jedi=3Dfalse=E2=80=9D = (refer to the bug by URL so there=E2=80=99s no ambiguity). > * gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add > -Dplugin_jedi=3Dfalse. Otherwise LGTM, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 12:03:05 2020 Received: (at 45272) by debbugs.gnu.org; 18 Dec 2020 17:03:06 +0000 Received: from localhost ([127.0.0.1]:39816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqJ9i-0006wS-GS for submit@debbugs.gnu.org; Fri, 18 Dec 2020 12:03:05 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:6948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqJ9h-0006w3-4U for 45272@debbugs.gnu.org; Fri, 18 Dec 2020 12:03:01 -0500 Received: from localhost.localdomain (217-149-174-13.nat.highway.telekom.at [217.149.174.13]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4CyFYF59X5z1LBCr; Fri, 18 Dec 2020 18:02:57 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4CyFYF59X5z1LBCr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1608310977; bh=BPtK6PhX8WwTj7wS+i5M8PeKwn69ZWW6GTUOIlFaH6g=; h=From:To:Cc:Subject:Date:From; b=B6ga6nrGZG9v0WOk3wGLPn9ONAYwm2oYXjZQbUL5LuGWObQ4q5vAkBL9/Y+/54hkU 86Uypz+v6MkCH1sl3kieowU3lU1YlEzO9WE2hrKuwqCBoKUktROfBst+DP7GQ1CCif G81+D+3XvPeEO0kmavEunU2JY80o2UTvjQHUxyW8= From: Leo Prikler To: 45272@debbugs.gnu.org Subject: [PATCH v2] gnu: gnome-builder: Disable jedi plugin. Date: Fri, 18 Dec 2020 18:01:54 +0100 Message-Id: <20201218170153.17443-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45272 Cc: luis.felipe.la@protonmail.com, ludo@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: -3.3 (---) As pointed out in #45272, it is broken. * gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add -Dplugin_jedi=false. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5a166d1b86..a533480b42 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11876,6 +11876,7 @@ libraries. Applications do not need to be recompiled--or even restarted.") "-Dplugin_clang=false" "-Dplugin_flatpak=false" "-Dplugin_glade=false" + "-Dplugin_jedi=false" ; disabled due to #45272 ;; ... except this one. "-Dplugin_update_manager=false") #:phases -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 12:10:09 2020 Received: (at 45272) by debbugs.gnu.org; 18 Dec 2020 17:10:10 +0000 Received: from localhost ([127.0.0.1]:39824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqJGb-00076Y-De for submit@debbugs.gnu.org; Fri, 18 Dec 2020 12:10:09 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:33503) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqJGZ-00076K-B0 for 45272@debbugs.gnu.org; Fri, 18 Dec 2020 12:10:08 -0500 Received: from nijino.local (217-149-174-13.nat.highway.telekom.at [217.149.174.13]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4CyFjR5LYlz3xQW; Fri, 18 Dec 2020 18:10:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1608311404; bh=RXQInNPXLOpj824ZMsoGIbJ3z7UUP2NgHmyj8bPH1GY=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=BautmnVJJTkmHXkO8AsfxlDcoPijVbvOVaafUw1vpNDEe7dJlv2tlTU4OJICv2ZsU jeZ6/Leou6bLVPx98Njr2f7/vI5WGGMrfoVQIMBL1J+8RjmFAxbkIzYL9pDuR1oh0Z Wu+mbOpEsyCwaySlrwmduCMhVAR3kPowVKHBoXYA= Message-ID: Subject: Re: bug#45272: [PATCH] gnu: gnome-builder: Disable jedi plugin. From: Leo Prikler To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Date: Fri, 18 Dec 2020 18:10:02 +0100 In-Reply-To: <87o8ir9hzk.fsf@gnu.org> References: <20201218141655.31972-1-leo.prikler@student.tugraz.at> <87o8ir9hzk.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45272 Cc: 45272@debbugs.gnu.org, luis.felipe.la@protonmail.com 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 (---) Am Freitag, den 18.12.2020, 17:49 +0100 schrieb Ludovic Courtès: > Hi! > > Leo Prikler skribis: > > > As pointed out in #45272, it is broken. > > Please add this as a comment above “-Dplugin_jedi=false” (refer to > the > bug by URL so there’s no ambiguity). I feel like a side comment as in v2 would be wiser, so as to not disrupt the sentence started before and to keep the sentiment, that it should be enabled once someone has figured out, how to do so. Of course, the side does not offer enough space for the full URL, so that's bad. Would it suffice to add the URL to the commit message, so one could `git blame` me? Regards, Leo From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 19 06:50:27 2020 Received: (at 45272) by debbugs.gnu.org; 19 Dec 2020 11:50:27 +0000 Received: from localhost ([127.0.0.1]:40906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqakk-0003du-Ty for submit@debbugs.gnu.org; Sat, 19 Dec 2020 06:50:27 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:52270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqakj-0003dl-1o for 45272@debbugs.gnu.org; Sat, 19 Dec 2020 06:50:26 -0500 Received: from localhost.localdomain (217-149-174-13.nat.highway.telekom.at [217.149.174.13]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4CykZ54rCGz1LWny; Sat, 19 Dec 2020 12:50:21 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4CykZ54rCGz1LWny DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1608378621; bh=wtJLWJTtzCoVuX+gYF3yfjvgluCmxHjyFAswZ7MXUB4=; h=From:To:Cc:Subject:Date:From; b=OikF+qiGGaUNDa+ZMLrcNRmRok5gHWMBJRhUuSR8lYEQ+0KUnD84REzfqBqSz4s+w /1K3Mgw9lbXAZA9KC5OgaVytS5EmveHHkNjofzaTZ/YlRqm8v5vZMwlxcPuXh+2Q3U LTf7puSwwt8Mc5md4TXstaNGHhAoI0cFS9oWs9m4= From: Leo Prikler To: 45272@debbugs.gnu.org Subject: [PATCH v3] gnu: gnome-builder: Disable jedi plugin. Date: Sat, 19 Dec 2020 12:50:01 +0100 Message-Id: <20201219115000.8569-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45272 Cc: luis.felipe.la@protonmail.com, ludo@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: -3.3 (---) As pointed out in #45272, it is broken. * gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add -Dplugin_jedi=false. --- gnu/packages/gnome.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5a166d1b86..f90c0b92a6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11876,6 +11876,9 @@ libraries. Applications do not need to be recompiled--or even restarted.") "-Dplugin_clang=false" "-Dplugin_flatpak=false" "-Dplugin_glade=false" + ;; XXX: This one has been shown not to work in + ;; + "-Dplugin_jedi=false" ;; ... except this one. "-Dplugin_update_manager=false") #:phases -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 21 09:30:29 2020 Received: (at 45272-done) by debbugs.gnu.org; 21 Dec 2020 14:30:29 +0000 Received: from localhost ([127.0.0.1]:46612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krMCj-0001Au-CQ for submit@debbugs.gnu.org; Mon, 21 Dec 2020 09:30:29 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krMCf-0001AD-OC for 45272-done@debbugs.gnu.org; Mon, 21 Dec 2020 09:30:27 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38481) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krMCX-0002FU-CW; Mon, 21 Dec 2020 09:30:17 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36916 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1krMCT-0007Rr-TG; Mon, 21 Dec 2020 09:30:15 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Leo Prikler Subject: Re: [PATCH v3] gnu: gnome-builder: Disable jedi plugin. References: <20201219115000.8569-1-leo.prikler@student.tugraz.at> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 1 =?utf-8?Q?Niv=C3=B4se?= an 229 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 21 Dec 2020 15:30:12 +0100 In-Reply-To: <20201219115000.8569-1-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Sat, 19 Dec 2020 12:50:01 +0100") Message-ID: <87lfdr6xl7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45272-done Cc: luis.felipe.la@protonmail.com, 45272-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: -3.3 (---) Hi, Leo Prikler skribis: > As pointed out in #45272, it is broken. > > * gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add > -Dplugin_jedi=3Dfalse. Perfect. :-) Applied, thanks! Ludo=E2=80=99. From unknown Mon Aug 18 14:26:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 19 Jan 2021 12:24:07 +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