From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Current master does not work with sr-speedbar package (W64 build) Date: Thu, 06 Dec 2018 08:48:22 +0200 Message-ID: <83sgzb6thl.fsf@gnu.org> References: <1723869815.291238.1543945851468@mail.libero.it> <831s6x9ntx.fsf@gnu.org> <1892341033.303375.1543966279338@mail.libero.it> <835zw7961j.fsf@gnu.org> <1181980169.366424.1544051247329@mail.libero.it> <1298940000.367008.1544054841362@mail.libero.it> <1656202803.371924.1544055173175@mail.libero.it> <378532877.386939.1544057690279@mail.libero.it> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1544078828 12746 195.159.176.226 (6 Dec 2018 06:47:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2018 06:47:08 +0000 (UTC) Cc: sebastian_rose@gmx.de, hong@topbug.net, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 06 07:47:04 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gUnR5-00038S-PZ for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2018 07:46:59 +0100 Original-Received: from localhost ([::1]:39141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUnT8-0002SK-OM for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2018 01:49:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUnSw-0002RZ-Fw for emacs-devel@gnu.org; Thu, 06 Dec 2018 01:49:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUnSr-0007lD-D8 for emacs-devel@gnu.org; Thu, 06 Dec 2018 01:48:54 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUnST-0007Qr-D1; Thu, 06 Dec 2018 01:48:27 -0500 Original-Received: from [176.228.60.248] (port=2103 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gUnSS-0000Ee-Vn; Thu, 06 Dec 2018 01:48:25 -0500 In-reply-to: <378532877.386939.1544057690279@mail.libero.it> (message from Angelo Graziosi on Thu, 6 Dec 2018 01:54:50 +0100 (CET)) 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-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231671 Archived-At: > Date: Thu, 6 Dec 2018 01:54:50 +0100 (CET) > From: Angelo Graziosi > Cc: emacs-devel@gnu.org, sebastian_rose@gmx.de, hong@topbug.net > > I think the Windows build has defects which you do not see if you use Emacs from its build directory. Could be. But it also could be that the Windows-specific issue is in sr-speedbar. We won't know that until we understand the root cause of the error message, so let's focus on that, okay? > I build from emacs-master.tar.gz. Where (in which local directory) do you unpack emacs-master.tar.gz? > After > > cd emacs-master > ./autogen.sh > > ./configure --prefix="/c/LocalApps/Emacs" \ > --build=x86_64-w64-mingw32 \ > --without-imagemagick \ > --without-dbus \ > --without-pop \ > --with-modules > > make -j 3 > make DESTDIR=/tmp/emacs-master/inst install > > I create a tar-ball > > cd /tmp/emacs-master/inst/c/LocalApps > tar -caf Emacs-bin.tar.gz Emacs > > and install it as > > tar -xvof Emacs-bin.tar.gz -C /c/LocalApps And then you delete the /tmp/emacs-master tree, is that right? > I have uninstalled the sr-speedbar and tried to reinstall it, but this fails because Emacs tries to set permission to c:/msys64/tmp/src which, usually, does not exist. Some change in the last month caused this. For this problem, please also produce a Lisp backtrace and post it. It is very hard to try to analyze a problem without some minimal details, and this is one of them.