From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Issue building on MSWindows + msys Date: Thu, 16 Nov 2023 07:45:01 +0200 Message-ID: <831qcqqmjm.fsf@gnu.org> References: <83il63q82s.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16866"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Nov 16 06:46:02 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r3VCS-00048R-PA for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 16 Nov 2023 06:46:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r3VBh-0007xn-1e; Thu, 16 Nov 2023 00:45:13 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r3VBe-0007xd-2D for help-gnu-emacs@gnu.org; Thu, 16 Nov 2023 00:45:10 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r3VBd-0003z5-Qa for help-gnu-emacs@gnu.org; Thu, 16 Nov 2023 00:45:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=047Rlz2wTRJQh1N32tlUyE7U1/goDGo34Rqi7SPAqd4=; b=DxCoHjuewsKf x3XcSzliev71ie3xXShcGy/NQYL1txaEbIaoLq+PslFVyuLQfxpNMTFzrcQ++rtJ644NO5QwdU7BG 7ewKoDIkovfbfsJxxK898FuwT3Re9Eyrs4yrp/GRRjIt+3DGusVn8+33aMcOgasb892Ev5GgUwhX5 aFkyB5rCi53gxspjpMG0HQCBu4Std9vzLofyZctw3Ot63FwPmJveQV4u7gXMExW6QoxADUU27NBHL i9SHWP9+mCIFLBTkURzCxj818SXLB59CJuwFFExgumvvo3BjgVFuaHjRud0+Hbc9RQ6RveveUZ0vp rX5I4GDKICYl21JHIhdTjQ==; In-Reply-To: (message from Ergus on Wed, 15 Nov 2023 23:00:03 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145541 Archived-At: > Date: Wed, 15 Nov 2023 23:00:03 +0100 > From: Ergus > > >Did you update any of your system utilities (like Grep) or libraries > >lately? > > > Hi Eli: > > I made a clean msys2 install and installed the same packages I had before. Everything from the official msys repositories I asked whether some of the system utilities and libraries are now different from what they were before the clean install. Because some of those updates, and not some change in Emacs, could be the reason for the problem you see. For example, if you now have the latest version of GCC, try to downgrade to the previous major GCC release, and see if that helps. > The issue is weird because the compilation continues after the error, and completes apparently successfully (ignoring the errors). Except if I try 'make -j' In that case the error aborts the build. This could mean some issue with Make or with Bash. But it's hard to say without seeing the full output of the build that continues. (In general, this should be discussed on the bug tracker, not here.) > After compiling and installing, the new emacs installation actually works, but it shows some issues. However, I will double check them before opening a bug report. For example the history search (up arrow) in the mini buffer is not working and says that there is no history match... (But the history file is there and is not corrupted) It should have been a bug report to begin with.