From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 Dec 2016 13:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 25221@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.148206651213802 (code B ref -1); Sun, 18 Dec 2016 13:09:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Dec 2016 13:08:32 +0000 Received: from localhost ([127.0.0.1]:45537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cIbCW-0003aU-9D for submit@debbugs.gnu.org; Sun, 18 Dec 2016 08:08:31 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cIbCV-0003aB-5h for submit@debbugs.gnu.org; Sun, 18 Dec 2016 08:08:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIbCH-0006tW-7U for submit@debbugs.gnu.org; Sun, 18 Dec 2016 08:08:14 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59764) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cIbCH-0006tS-4s for submit@debbugs.gnu.org; Sun, 18 Dec 2016 08:08:13 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIbCF-0007aQ-Qr for bug-gnu-emacs@gnu.org; Sun, 18 Dec 2016 08:08:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIbCB-0006sq-3m for bug-gnu-emacs@gnu.org; Sun, 18 Dec 2016 08:08:11 -0500 Received: from smtp203.alice.it ([82.57.200.99]:36357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIbCA-0006sP-NF for bug-gnu-emacs@gnu.org; Sun, 18 Dec 2016 08:08:07 -0500 Received: from [192.168.1.101] (95.235.230.214) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 585272C800CB561F for bug-gnu-emacs@gnu.org; Sun, 18 Dec 2016 14:08:03 +0100 From: Angelo Graziosi Message-ID: Date: Sun, 18 Dec 2016 14:07:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) I recently enabled and installed WSL (Windows Subsystem for Linux) in Windows 10 [1] and so tried to build Emacs. Building Emacs master hangs [2]. So tried emacs-25 branch (+release and testing). This branch builds if one adopts the work around suggested in /et/PROBLEMS and from the WEB [3]: echo 0 | sudo tee /proc/sys/kernel/randomize_va_space ./autogen.sh ./configure --prefix=/opt/emacs --without-x make... It also seems to work but trying to install packages from MELPA/ELPA fails. More precisely, in emacs25: M-x package-list-packages After the "Package refresh done" I cannot type anything nor I can quit (C-x C-c). If I do, for example pressing the down arrow key, in the packages buffer I see something like this [...] [1]+ Stopped emacs25ailable melpa No description available... angelo@MYPC~ 20151026.1233 available melpa play 2048 in Emacs.. $ 4clojure 20131014.1507 available melpa.. [...] At this point I can only try to kill Emacs. It is as if Emacs were reduced to background (C-z), and a 'fg' seems to resurrect it but is unusable (I have to close the WSL bash window). Now, at the moment, enabling and installing WSL installs Ubuntu 14.04 and one can install other Ubuntu packages with apt-get. So I installed the emacs24-nox packages which works without this Packages manager issue! Then for sanity check I did a build of emacs-24.3.tar.gz (the same version offered by WSL-Ubuntu) and it works as expected (also the packages Manager). So the issue seems to regards only emacs-25 branch. Ciao, Angelo. ----- [1] https://msdn.microsoft.com/it-it/commandline/wsl/install_guide https://msdn.microsoft.com/it-it/commandline/wsl/faq [2] http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00427.html [3] http://stackoverflow.com/questions/38905344/windows-bash-emacs-build-fail-memory-protection-enabled From unknown Sat Aug 09 09:36:57 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Angelo Graziosi Subject: bug#25221: closed (Packages manager not working in WSL emacs-25 build) Message-ID: References: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> X-Gnu-PR-Message: they-closed 25221 X-Gnu-PR-Package: emacs Reply-To: 25221@debbugs.gnu.org Date: Sun, 25 Dec 2016 01:15:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1482628502-24461-1" This is a multi-part message in MIME format... ------------=_1482628502-24461-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #25221: Packages manager not working in WSL emacs-25 build which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 25221@debbugs.gnu.org. --=20 25221: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D25221 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1482628502-24461-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 25221-done) by debbugs.gnu.org; 25 Dec 2016 01:14:14 +0000 Received: from localhost ([127.0.0.1]:54175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cKxOA-0006LH-0Q for submit@debbugs.gnu.org; Sat, 24 Dec 2016 20:14:14 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:33562) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cKxO8-0006L3-El for 25221-done@debbugs.gnu.org; Sat, 24 Dec 2016 20:14:12 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id E85E216006D; Sat, 24 Dec 2016 17:14:06 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id YGez7sezUVab; Sat, 24 Dec 2016 17:14:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 40DF916009E; Sat, 24 Dec 2016 17:14:06 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id fHubWzuD1oBL; Sat, 24 Dec 2016 17:14:06 -0800 (PST) Received: from [192.168.1.9] (unknown [47.153.178.162]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 1963716006D; Sat, 24 Dec 2016 17:14:06 -0800 (PST) To: Angelo Graziosi From: Paul Eggert Subject: Packages manager not working in WSL emacs-25 build Organization: UCLA Computer Science Department Message-ID: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> Date: Sat, 24 Dec 2016 17:14:05 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.1 (---) X-Debbugs-Envelope-To: 25221-done Cc: 25221-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.1 (---) > So the issue seems to regards only emacs-25 branch. Yes, and in that case let's declare victory and close out this bug report, as the bug is fixed in master and we're not likely to port Emacs 25 to WSL. ------------=_1482628502-24461-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Dec 2016 13:08:32 +0000 Received: from localhost ([127.0.0.1]:45537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cIbCW-0003aU-9D for submit@debbugs.gnu.org; Sun, 18 Dec 2016 08:08:31 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cIbCV-0003aB-5h for submit@debbugs.gnu.org; Sun, 18 Dec 2016 08:08:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIbCH-0006tW-7U for submit@debbugs.gnu.org; Sun, 18 Dec 2016 08:08:14 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59764) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cIbCH-0006tS-4s for submit@debbugs.gnu.org; Sun, 18 Dec 2016 08:08:13 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIbCF-0007aQ-Qr for bug-gnu-emacs@gnu.org; Sun, 18 Dec 2016 08:08:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIbCB-0006sq-3m for bug-gnu-emacs@gnu.org; Sun, 18 Dec 2016 08:08:11 -0500 Received: from smtp203.alice.it ([82.57.200.99]:36357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIbCA-0006sP-NF for bug-gnu-emacs@gnu.org; Sun, 18 Dec 2016 08:08:07 -0500 Received: from [192.168.1.101] (95.235.230.214) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 585272C800CB561F for bug-gnu-emacs@gnu.org; Sun, 18 Dec 2016 14:08:03 +0100 To: bug-gnu-emacs@gnu.org From: Angelo Graziosi Subject: Packages manager not working in WSL emacs-25 build Message-ID: Date: Sun, 18 Dec 2016 14:07:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) I recently enabled and installed WSL (Windows Subsystem for Linux) in Windows 10 [1] and so tried to build Emacs. Building Emacs master hangs [2]. So tried emacs-25 branch (+release and testing). This branch builds if one adopts the work around suggested in /et/PROBLEMS and from the WEB [3]: echo 0 | sudo tee /proc/sys/kernel/randomize_va_space ./autogen.sh ./configure --prefix=/opt/emacs --without-x make... It also seems to work but trying to install packages from MELPA/ELPA fails. More precisely, in emacs25: M-x package-list-packages After the "Package refresh done" I cannot type anything nor I can quit (C-x C-c). If I do, for example pressing the down arrow key, in the packages buffer I see something like this [...] [1]+ Stopped emacs25ailable melpa No description available... angelo@MYPC~ 20151026.1233 available melpa play 2048 in Emacs.. $ 4clojure 20131014.1507 available melpa.. [...] At this point I can only try to kill Emacs. It is as if Emacs were reduced to background (C-z), and a 'fg' seems to resurrect it but is unusable (I have to close the WSL bash window). Now, at the moment, enabling and installing WSL installs Ubuntu 14.04 and one can install other Ubuntu packages with apt-get. So I installed the emacs24-nox packages which works without this Packages manager issue! Then for sanity check I did a build of emacs-24.3.tar.gz (the same version offered by WSL-Ubuntu) and it works as expected (also the packages Manager). So the issue seems to regards only emacs-25 branch. Ciao, Angelo. ----- [1] https://msdn.microsoft.com/it-it/commandline/wsl/install_guide https://msdn.microsoft.com/it-it/commandline/wsl/faq [2] http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00427.html [3] http://stackoverflow.com/questions/38905344/windows-bash-emacs-build-fail-memory-protection-enabled ------------=_1482628502-24461-1-- From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Dec 2016 01:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Paul Eggert Cc: 25221-done@debbugs.gnu.org Received: via spool by 25221-done@debbugs.gnu.org id=D25221.148262976626650 (code D ref 25221); Sun, 25 Dec 2016 01:37:01 +0000 Received: (at 25221-done) by debbugs.gnu.org; 25 Dec 2016 01:36:06 +0000 Received: from localhost ([127.0.0.1]:54182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cKxjJ-0006vm-Sk for submit@debbugs.gnu.org; Sat, 24 Dec 2016 20:36:06 -0500 Received: from smtp202.alice.it ([82.57.200.98]:7400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cKxjH-0006vG-Ie for 25221-done@debbugs.gnu.org; Sat, 24 Dec 2016 20:36:04 -0500 Received: from [192.168.1.101] (95.235.230.214) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 585D503D002FC3E3; Sun, 25 Dec 2016 02:35:56 +0100 References: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> From: Angelo Graziosi Message-ID: <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> Date: Sun, 25 Dec 2016 02:35:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) 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.6 (--) I don't understand. Have you commit something to master that fixes this? Maybe I wasn't clear but the issue regards Emacs > 24.X or, if you prefer, Emacs >= 25.X. Also master is affected, at least the build I did from master on 20161221_095705 (commit cf6ce9a1fe320ebe5b): this commit fixes the issue with the hanging of temacs but not that regarding the Packages Manager... When I opened this bug report the build of master under WSL were not fixed, yet. And I didn't expect it would be fixed soon, so I wrote only about 25-branch. I am afraid I wasn't so clear... Angelo Il 25/12/2016 02:14, Paul Eggert ha scritto: >> So the issue seems to regards only emacs-25 branch. > > Yes, and in that case let's declare victory and close out this bug > report, as the bug is fixed in master and we're not likely to port Emacs > 25 to WSL. From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Dec 2016 03:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Angelo Graziosi Cc: eggert@cs.ucla.edu, 25221@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 25221-submit@debbugs.gnu.org id=B25221.14826368685828 (code B ref 25221); Sun, 25 Dec 2016 03:35:01 +0000 Received: (at 25221) by debbugs.gnu.org; 25 Dec 2016 03:34:28 +0000 Received: from localhost ([127.0.0.1]:54207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cKzZs-0001Vw-J4 for submit@debbugs.gnu.org; Sat, 24 Dec 2016 22:34:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:55375) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cKzZq-0001Ve-Lo for 25221@debbugs.gnu.org; Sat, 24 Dec 2016 22:34:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cKzZg-0007E1-TB for 25221@debbugs.gnu.org; Sat, 24 Dec 2016 22:34:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKzZg-0007Dn-Pd; Sat, 24 Dec 2016 22:34:16 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4822 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cKzZg-0004JL-1P; Sat, 24 Dec 2016 22:34:16 -0500 Date: Sun, 25 Dec 2016 05:33:59 +0200 Message-Id: <83h95sy95k.fsf@gnu.org> From: Eli Zaretskii In-reply-to: <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> (message from Angelo Graziosi on Sun, 25 Dec 2016 02:35:52 +0100) References: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.1 (--------) 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: -8.1 (--------) > From: Angelo Graziosi > Date: Sun, 25 Dec 2016 02:35:52 +0100 > Cc: 25221-done@debbugs.gnu.org > > Maybe I wasn't clear but the issue regards Emacs > 24.X or, if you > prefer, Emacs >= 25.X. Also master is affected, at least the build I did > from master on 20161221_095705 (commit cf6ce9a1fe320ebe5b): this commit > fixes the issue with the hanging of temacs but not that regarding the > Packages Manager... > > When I opened this bug report the build of master under WSL were not > fixed, yet. And I didn't expect it would be fixed soon, so I wrote only > about 25-branch. IMO, WSL is still a moving target, not yet stabilized enough for us to attempt to support it on the release branch. From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: Paul Eggert Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Dec 2016 08:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Angelo Graziosi Cc: 25221@debbugs.gnu.org Received: via spool by 25221-submit@debbugs.gnu.org id=B25221.1482653033900 (code B ref 25221); Sun, 25 Dec 2016 08:04:01 +0000 Received: (at 25221) by debbugs.gnu.org; 25 Dec 2016 08:03:53 +0000 Received: from localhost ([127.0.0.1]:54282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cL3mb-0000ES-4F for submit@debbugs.gnu.org; Sun, 25 Dec 2016 03:03:53 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:50882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cL3mZ-0000ED-Jy for 25221@debbugs.gnu.org; Sun, 25 Dec 2016 03:03:51 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 46B6916006D; Sun, 25 Dec 2016 00:03:46 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id NfBUCs9uxstS; Sun, 25 Dec 2016 00:03:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 9D06416009E; Sun, 25 Dec 2016 00:03:45 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PpSC5Tdk24de; Sun, 25 Dec 2016 00:03:45 -0800 (PST) Received: from [192.168.1.9] (unknown [47.153.178.162]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 7F36C16006D; Sun, 25 Dec 2016 00:03:45 -0800 (PST) References: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <298b3b2f-d217-5e77-dbd7-312604cebdd8@cs.ucla.edu> Date: Sun, 25 Dec 2016 00:03:45 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.1 (---) 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.1 (---) Angelo Graziosi wrote: > I am afraid I wasn't so clear... Apparently not. I understood your remark "the issue seems to regards only emacs-25 branch" as meaning that the bug occurs only in the emacs-25 branch. If the bug (whatever it is) is also present in the master branch, then I will reopen the bug report. As Eli says, we don't care about the bug in the emacs-25 branch. From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Dec 2016 12:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Paul Eggert Cc: 25221@debbugs.gnu.org Received: via spool by 25221-submit@debbugs.gnu.org id=B25221.148267002910656 (code B ref 25221); Sun, 25 Dec 2016 12:48:02 +0000 Received: (at 25221) by debbugs.gnu.org; 25 Dec 2016 12:47:09 +0000 Received: from localhost ([127.0.0.1]:54350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cL8Cj-0002lo-Cc for submit@debbugs.gnu.org; Sun, 25 Dec 2016 07:47:09 -0500 Received: from smtp203.alice.it ([82.57.200.99]:64366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cL8Ci-0002lc-62 for 25221@debbugs.gnu.org; Sun, 25 Dec 2016 07:47:08 -0500 Received: from [192.168.1.101] (95.235.230.214) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 585D504C0038BDF3; Sun, 25 Dec 2016 13:47:00 +0100 References: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> <298b3b2f-d217-5e77-dbd7-312604cebdd8@cs.ucla.edu> From: Angelo Graziosi Message-ID: <4ab8a2e9-3392-99f9-4381-d303863c25d1@alice.it> Date: Sun, 25 Dec 2016 13:46:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <298b3b2f-d217-5e77-dbd7-312604cebdd8@cs.ucla.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) 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.6 (--) I have built the last master (e5ef59b87da5) but it has the same packages manager issue. Notice the issue occurs only when Emacs is run in a console. See: http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00813.html (notice, also, that, for the moment, WSL does not support GUI apps but one can works around this installing and running Xming or vcXSrv) In any case, Happy Holidays! Angelo Il 25/12/2016 09:03, Paul Eggert ha scritto: > Angelo Graziosi wrote: >> I am afraid I wasn't so clear... > > Apparently not. I understood your remark "the issue seems to regards > only emacs-25 branch" as meaning that the bug occurs only in the > emacs-25 branch. If the bug (whatever it is) is also present in the > master branch, then I will reopen the bug report. As Eli says, we don't > care about the bug in the emacs-25 branch. From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 14 Apr 2017 22:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 25221@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149220919015336 (code B ref -1); Fri, 14 Apr 2017 22:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Apr 2017 22:33:10 +0000 Received: from localhost ([127.0.0.1]:47554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cz9m6-0003zF-VN for submit@debbugs.gnu.org; Fri, 14 Apr 2017 18:33:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37257) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cz9m5-0003yk-QQ for submit@debbugs.gnu.org; Fri, 14 Apr 2017 18:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cz9lz-0003i9-8z for submit@debbugs.gnu.org; Fri, 14 Apr 2017 18:33:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55989) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cz9lz-0003hw-67 for submit@debbugs.gnu.org; Fri, 14 Apr 2017 18:32:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cz9lx-0001JD-Ld for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2017 18:32:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cz9lu-0003fQ-IX for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2017 18:32:57 -0400 Received: from smtp201.alice.it ([82.57.200.97]:18741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cz9lu-0003dT-6J for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2017 18:32:54 -0400 Received: from [192.168.1.102] (79.35.224.245) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 58E37286088C7303 for bug-gnu-emacs@gnu.org; Sat, 15 Apr 2017 00:32:52 +0200 References: From: Angelo Graziosi Message-ID: <818375e4-0390-683a-6f26-7491aa3962c0@alice.it> Date: Sat, 15 Apr 2017 00:32:28 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.5 (----) 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: -4.5 (----) Just for the record.. After the upgrade to Win10 Creators Update (clean Reset from Anniversary). I reinstalled WSL that now is Ubuntu 16.04 and so Emacs. The package installed is 24.5.1. While with previous installation (WSL-Ubuntu 14.04, Emacs-24.3), Emacs worked fine, also with the package manager, now it shows the same issues I had with Emacs-25 branch or Emacs-master.. It seems I can't install/upgrade Elpa/Melpa packages any more... The only good news is that it seems that Emacs can be built without the "echo 0 | sudo tee /proc/sys/kernel/randomize_va_space" workaround.. Any suggestion about how to upgrade Elpa/Melpa packages? I am using ~/.emacs.d from previous installation and M-x package-list-packages shows that there are packages to be upgraded but trying to type "Ux" breaks Emacs. TIA, Angelo. Il 18/12/2016 14:07, Angelo Graziosi ha scritto: > I recently enabled and installed WSL (Windows Subsystem for Linux) in > Windows 10 [1] and so tried to build Emacs. > > Building Emacs master hangs [2]. So tried emacs-25 branch (+release and > testing). This branch builds if one adopts the work around suggested in > /et/PROBLEMS and from the WEB [3]: > > echo 0 | sudo tee /proc/sys/kernel/randomize_va_space > ./autogen.sh > ./configure --prefix=/opt/emacs --without-x > make... > > It also seems to work but trying to install packages from MELPA/ELPA fails. > > More precisely, in emacs25: > > M-x package-list-packages > > After the "Package refresh done" I cannot type anything nor I can quit > (C-x C-c). If I do, for example pressing the down arrow key, in the > packages buffer I see something like this > > [...] > [1]+ Stopped emacs25ailable melpa No description > available... > angelo@MYPC~ 20151026.1233 available melpa play 2048 in Emacs.. > $ 4clojure 20131014.1507 available melpa.. > [...] > > At this point I can only try to kill Emacs. It is as if Emacs were > reduced to background (C-z), and a 'fg' seems to resurrect it but is > unusable (I have to close the WSL bash window). > > Now, at the moment, enabling and installing WSL installs Ubuntu 14.04 > and one can install other Ubuntu packages with apt-get. So I installed > the emacs24-nox packages which works without this Packages manager issue! > > Then for sanity check I did a build of emacs-24.3.tar.gz (the same > version offered by WSL-Ubuntu) and it works as expected (also the > packages Manager). > > So the issue seems to regards only emacs-25 branch. > > > Ciao, > Angelo. > > > ----- > [1] https://msdn.microsoft.com/it-it/commandline/wsl/install_guide > https://msdn.microsoft.com/it-it/commandline/wsl/faq > > [2] http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00427.html > > [3] > http://stackoverflow.com/questions/38905344/windows-bash-emacs-build-fail-memory-protection-enabled > From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: npostavs@users.sourceforge.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 17 Jul 2017 02:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Angelo Graziosi Cc: lorenzo.adyns@openmailbox.org, 25221@debbugs.gnu.org Received: via spool by 25221-submit@debbugs.gnu.org id=B25221.150025729530950 (code B ref 25221); Mon, 17 Jul 2017 02:09:02 +0000 Received: (at 25221) by debbugs.gnu.org; 17 Jul 2017 02:08:15 +0000 Received: from localhost ([127.0.0.1]:42962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWvSJ-000838-K4 for submit@debbugs.gnu.org; Sun, 16 Jul 2017 22:08:15 -0400 Received: from mail-it0-f48.google.com ([209.85.214.48]:35157) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWvSG-00082u-Kb for 25221@debbugs.gnu.org; Sun, 16 Jul 2017 22:08:14 -0400 Received: by mail-it0-f48.google.com with SMTP id v202so43262319itb.0 for <25221@debbugs.gnu.org>; Sun, 16 Jul 2017 19:08:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=luHkfJlT0qTCA7zS+4D4dTKYDnEDL+Q5VWK+2/HD0xs=; b=aKj+osGMzfcWicSViP3alX+t+5mdOZUA+iup9yGyK3BBjB44KFLwB0nGXiia/gfi6U 1dGvLSp0YTO9fVmRYbnMQXesiOaL0frIbIh26d1/OqiaU8PCVFd7mrC51/hiGjkTYUIF kW/dj7SMDLBwoVrOl4Zdav10hSbqy4psQP2mLh7Fa7L3q1C4Gn2f5BHdBZsziG7Cv0/K jKXvDwjYZRtpY7tueHhVH6TZnCIYIIeciSVjXbz//X/ZhNYNLaJAUjvb980czE47NVu0 hsP7/iBWeKU34fNiavw3l56wvXYvoCoxUVOhy5Opt2YfQbwCAvDrcJcwzINZSlfrTFIb Q+2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=luHkfJlT0qTCA7zS+4D4dTKYDnEDL+Q5VWK+2/HD0xs=; b=AXbIRavj7/PEfXVBFGPs9O42HbqyzXPsz+fKuZMsS3Y7KpHM9jRhvAiL/DRy713V2Q uq05mLZ2JZlTddO6rr8St5Hovkh9X81p21cYLuDd7MvTOKwcTAzhdoyrO7qUkk7EqJQG nB2LTJN4zi2fD/twQMyUxMIxeg1dklsXxfFWodsNSUvjmvuSRRveNmzE86JWeJGLKMET Db+tRjiiwqh8yx+NLwXn1kTFDZQ51fuTc+NK6+bv0mVEr+TWPb1uc/oJFFzMvGbI47OK MyrapzyyAFD9PzgzKNGIyCDwWfMLHevq7Gao0SH0BrHlhZZZW1v6VqHVoPjhUvU2qLIc 4P8w== X-Gm-Message-State: AIVw111UHNuMEMcVySKPdXA8rrUMDFsHsnWGny7hAlBvYZ9TzM8OzU+9 RcDcE9s19ZK8Vgxf X-Received: by 10.36.233.66 with SMTP id f63mr3511993ith.61.1500257286832; Sun, 16 Jul 2017 19:08:06 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id e12sm8408385ioj.8.2017.07.16.19.08.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 16 Jul 2017 19:08:06 -0700 (PDT) From: npostavs@users.sourceforge.net References: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> <298b3b2f-d217-5e77-dbd7-312604cebdd8@cs.ucla.edu> <4ab8a2e9-3392-99f9-4381-d303863c25d1@alice.it> Date: Sun, 16 Jul 2017 22:09:40 -0400 In-Reply-To: <4ab8a2e9-3392-99f9-4381-d303863c25d1@alice.it> (Angelo Graziosi's message of "Sun, 25 Dec 2016 13:46:53 +0100") Message-ID: <87bmojbyqj.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) 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.7 (/) Angelo Graziosi writes: > I have built the last master (e5ef59b87da5) but it has the same > packages manager issue. > > Notice the issue occurs only when Emacs is run in a console. See: > > http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00813.html > > (notice, also, that, for the moment, WSL does not support GUI apps but > one can works around this installing and running Xming or vcXSrv) Lorenzo reports that the package manager is functional on WSL now. Can you confirm? From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 17 Jul 2017 12:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: npostavs@users.sourceforge.net Cc: lorenzo.adyns@openmailbox.org, 25221@debbugs.gnu.org Received: via spool by 25221-submit@debbugs.gnu.org id=B25221.150029529711679 (code B ref 25221); Mon, 17 Jul 2017 12:42:01 +0000 Received: (at 25221) by debbugs.gnu.org; 17 Jul 2017 12:41:37 +0000 Received: from localhost ([127.0.0.1]:43362 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dX5LF-00032J-Gc for submit@debbugs.gnu.org; Mon, 17 Jul 2017 08:41:37 -0400 Received: from smtp202.alice.it ([82.57.200.98]:20920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dX5LB-000323-A7 for 25221@debbugs.gnu.org; Mon, 17 Jul 2017 08:41:36 -0400 Received: from [192.168.1.102] (82.55.219.93) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5966842F04DA4CA0; Mon, 17 Jul 2017 14:41:26 +0200 References: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> <298b3b2f-d217-5e77-dbd7-312604cebdd8@cs.ucla.edu> <4ab8a2e9-3392-99f9-4381-d303863c25d1@alice.it> <87bmojbyqj.fsf@users.sourceforge.net> From: Angelo Graziosi Message-ID: <47fa2b7e-81d3-3b79-68e4-8a242b999bff@alice.it> Date: Mon, 17 Jul 2017 14:41:12 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <87bmojbyqj.fsf@users.sourceforge.net> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.8 (--) 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.8 (--) Il 17/07/2017 04:09, npostavs@users.sourceforge.net ha scritto: > Angelo Graziosi writes: > >> I have built the last master (e5ef59b87da5) but it has the same >> packages manager issue. >> >> Notice the issue occurs only when Emacs is run in a console. See: >> >> http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00813.html >> >> (notice, also, that, for the moment, WSL does not support GUI apps but >> one can works around this installing and running Xming or vcXSrv) > > Lorenzo reports that the package manager is functional on WSL now. Can > you confirm? > NO, I can't. Here I always see the same issue with Emacs > 24.3. But has Lorenzo a recipe to get his results? What Emacs version? How is this version built? etc.. *Remember* I am speaking of Emacs running in a console, without X... Ciao, Angelo. From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: Packages manager not working in WSL emacs-25 build Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 19 Jul 2017 15:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lorenzo , npostavs@users.sourceforge.net Cc: 25221@debbugs.gnu.org Received: via spool by 25221-submit@debbugs.gnu.org id=B25221.150047702618828 (code B ref 25221); Wed, 19 Jul 2017 15:11:02 +0000 Received: (at 25221) by debbugs.gnu.org; 19 Jul 2017 15:10:26 +0000 Received: from localhost ([127.0.0.1]:48003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dXqcM-0004tc-42 for submit@debbugs.gnu.org; Wed, 19 Jul 2017 11:10:26 -0400 Received: from smtp203.alice.it ([82.57.200.99]:37227) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dXqcK-0004tO-0n for 25221@debbugs.gnu.org; Wed, 19 Jul 2017 11:10:24 -0400 Received: from [192.168.1.102] (82.55.219.93) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5929F50222F02F58; Wed, 19 Jul 2017 17:10:10 +0200 References: <6c69f4eb-4910-f3f4-f7b3-732f16fa1f51@cs.ucla.edu> <26a4cce0-68c7-de8f-6b35-8eb780a99c41@alice.it> <298b3b2f-d217-5e77-dbd7-312604cebdd8@cs.ucla.edu> <4ab8a2e9-3392-99f9-4381-d303863c25d1@alice.it> <87bmojbyqj.fsf@users.sourceforge.net> <47fa2b7e-81d3-3b79-68e4-8a242b999bff@alice.it> From: Angelo Graziosi Message-ID: <5117d03b-abf9-9854-64a6-6ffd5ab6ea09@alice.it> Date: Wed, 19 Jul 2017 17:10:03 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) 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.3 (--) Il 19/07/2017 15:15, Lorenzo ha scritto: > Hi, > > WSL: > > I am also running Emacs on console, but haven't built it myself. Using > the one from the debian repositories, which is version 24.3.1 Indeed, 24.3 works as expected! I installed sr-speedbar etc. In the versions greater than that [*], the packages manager does not work! Please, reread my post.. Angelo --- [*] For example, in current WSL (Win10 CU, Ubunto 16.04), apt install emacs[-nox] installs (from debian repos) 24.5.1 (> 24.3), and here the packages manager does not work... the same with the builds of master.. The last version I find it works, in console, is 24.3! From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 24 14:03:39 2017 Received: (at control) by debbugs.gnu.org; 24 Jul 2017 18:03:40 +0000 Received: from localhost ([127.0.0.1]:54587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZhhj-0003nD-NW for submit@debbugs.gnu.org; Mon, 24 Jul 2017 14:03:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZhhi-0003mr-9H for control@debbugs.gnu.org; Mon, 24 Jul 2017 14:03:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZhhc-0002X3-JL for control@debbugs.gnu.org; Mon, 24 Jul 2017 14:03:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZhhc-0002Wz-GZ for control@debbugs.gnu.org; Mon, 24 Jul 2017 14:03:32 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dZhhc-0004gi-AP for control@debbugs.gnu.org; Mon, 24 Jul 2017 14:03:32 -0400 Subject: control message for bug 27804 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Mon, 24 Jul 2017 14:03:32 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.8 (-------) X-Debbugs-Envelope-To: control 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: -7.8 (-------) merge 25221 27804 From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 13 19:16:35 2017 Received: (at control) by debbugs.gnu.org; 14 Nov 2017 00:16:35 +0000 Received: from localhost ([127.0.0.1]:39118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eEOu3-00081t-Ew for submit@debbugs.gnu.org; Mon, 13 Nov 2017 19:16:35 -0500 Received: from mail-it0-f41.google.com ([209.85.214.41]:39998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eEOu1-00081f-VK for control@debbugs.gnu.org; Mon, 13 Nov 2017 19:16:34 -0500 Received: by mail-it0-f41.google.com with SMTP id 72so11629362itl.5 for ; Mon, 13 Nov 2017 16:16:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=e6WQHAzRG4u0vFWJPwc5r6edL/Zx0uANbx0X6NiYyK8=; b=pdShowlx+uketBixTnxMHB6WgV9N23aC+D4O3iKBhlYZCBczRanNebpvWO/mTXs4Pd YlEHayYRdidMi8KgqhdiMWqxtVG9l+BkmO8aZg7LtoCG8J1QqlrMq71d7S2UkXRGp51L ZtrDb2Jz/EeeIG4vAmAwWbqPdgvC0wPQdJ6yaBkUtxz1ASBNixzSsj7mP6kYAbxtERMA SgAsQIAwniTytfRuJRhTPR8zM3ir9P79voZl8/Yn0vRJKFP2EEMFMXqoXZWNf073AdeU BI/ejamDKCooYl9JNthZMCJGVFy0l3FZbEH75DWRRdwOfXM4wG1z+dL1sGhs0gyJ6Gy0 PAPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=e6WQHAzRG4u0vFWJPwc5r6edL/Zx0uANbx0X6NiYyK8=; b=bM6vP+CtDdDpRJk+jz4Yvd2UdDJ9fi3z/Bw1jCaA5mpkEsqcMuTNNtLsyFO0QW0Haw PcyhaYePkaqzEC5W2AZli/X6RRKOJ+HaauFYSQHlvqFLPrKlgVzjuwi/GHiw1H5WnIzA CCrFzX4LA2cRoBTyBEzpAwd3jq2ICNwD+VobfHniuxMO9Lof/DWM2XA6sfa43OB7NgAx 0HJlSYKs3W6CyXldvNetKgptjjXb8KkwvGyi6jPZaNo9O5v+bfwx/Uk3ziv7tIA/K8fv qNFlcyx7wPusQFdnRJJoPiNbKrLcFu7VEMO7r2ogOqUxiSnTrhFhaLidySwwL4DMWeKo XdLw== X-Gm-Message-State: AJaThX4lrYwfmT4mbq28q4N63FSPR0E5e3rrYqh9g7OGWdljz8gZel39 l07V4E9fpnKHnxlmifN5442qwg== X-Google-Smtp-Source: AGs4zMYBhbw5Y6ldh8wii8k7hrRG6Wiz/zBlMosVITEPjkHk0DEhRRaArbmgDz6q7+fPsmO0Yud6rQ== X-Received: by 10.36.86.142 with SMTP id o136mr13208826itb.68.1510618588414; Mon, 13 Nov 2017 16:16:28 -0800 (PST) Received: from zebian ([45.2.119.34]) by smtp.googlemail.com with ESMTPSA id p3sm776613itc.39.2017.11.13.16.16.27 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 13 Nov 2017 16:16:27 -0800 (PST) From: Noam Postavsky To: control@debbugs.gnu.org Subject: control message for bug #25221 Date: Mon, 13 Nov 2017 19:16:26 -0500 Message-ID: <871sl13eat.fsf@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: control 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.7 (/) retitle 25221 [WSL] emacs 24.4+ in console suspends itself on M-x list-packages quit From unknown Sat Aug 09 09:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25221: bug#27804: 26.0.50; Emacs backgrounds itself during package-list-packages on WSL References: In-Reply-To: Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Oct 2019 14:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25221 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Josh Howard Cc: 27804@debbugs.gnu.org, Eli Zaretskii , 25221@debbugs.gnu.org, Angelo Graziosi Received: via spool by 25221-submit@debbugs.gnu.org id=B25221.157080417915417 (code B ref 25221); Fri, 11 Oct 2019 14:30:02 +0000 Received: (at 25221) by debbugs.gnu.org; 11 Oct 2019 14:29:39 +0000 Received: from localhost ([127.0.0.1]:60096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIvvH-00040Z-3o for submit@debbugs.gnu.org; Fri, 11 Oct 2019 10:29:39 -0400 Received: from mail-pl1-f173.google.com ([209.85.214.173]:34230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIvvF-000409-Oa; Fri, 11 Oct 2019 10:29:38 -0400 Received: by mail-pl1-f173.google.com with SMTP id k7so4566759pll.1; Fri, 11 Oct 2019 07:29:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=FnFQjTJ2VDwi285uF7rumT336f8/996JOZFWWDM6210=; b=pfo1vxgXXMrVOcw+bpwm+cs6cVc77PyLBhx8IFpaHSYddtNoSdEVHwlThYbZ8lqqty Lhk618JfiYWtwymbj1aAMWxr+OuHIRUS3VL3VuOLbM0Wr9T/Fhg5W5wEWVORoFxf3tkL dgthC7I9GCeoQ9tTzF/oeHCTd734tdyf/1VUs1z/P4VXJdvc9I/vSRtAizkMHLtqCiXJ hcSIEKbt6cVPvOOC9+ix1/iac9NDylb99Ca5/XazPPwJ6yImk1wFa8G+rHAIoxXhtT2E TtLWRiYhlPYDpaaNT39QHCRBJ/CzWzYlTo6v0LWkZQgfFxOQFvVRKEBvf18y1GQVJjRk XfhQ== X-Gm-Message-State: APjAAAUY017fn8FEoesWHtCKR8OdoC74KJn5NN18dKwrGSsLdRvM5Dn1 wgEFq5mV+xAdCc/5vc8D+LG7qNE6ZrnhgTxvw3w= X-Google-Smtp-Source: APXvYqyhAkxiH8D+uFJoqZGWA0ieQta3Lokg+WStzQQMSknk7kL0U5p9MACi55XA0a6Af4G8V3Btxqx6RJtt/ChIt3E= X-Received: by 2002:a17:902:ac98:: with SMTP id h24mr15695330plr.128.1570804171984; Fri, 11 Oct 2019 07:29:31 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Fri, 11 Oct 2019 16:29:21 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) 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.7 (/) tags 27804 + notabug close 27804 quit Eli Zaretskii writes: > Emacs gets a signal that causes it to background. The problem is why > the signal is delivered, and its cause is outside Emacs, could be the > WSL itself, could be ncurses when it runs on WSL, could be something > else. But definitely not Emacs. Eli Zaretskii writes: >> Eli Zaretskii wrote: >> > Definitely not an Emacs problem. [...] > And even if some change in Emacs exposed that bug, it doesn't yet mean > the bug is in Emacs. Josh Howard writes: >> From: Eli Zaretskii >> Sent: Tuesday, July 25, 2017 11:34 AM [...] >> OK, but meanwhile I understand that a later build of WSL fixed some >> terminal-related bugs, and the problem is now gone. > > Both of these appear to be true. The WSL has a fix which seems to > address the problem and 24.3 does not display the issue. Something > happened between 24.3 and now which causes Emacs to tickle this bug, > but it may not be relevant. >From the above, this doesn't seem to be a bug in Emacs, and has been fixed in later versions of WSL. I'm therefore closing this as notabug. If that's incorrect, please reopen the bug report. Best regards, Stefan Kangas