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.devel Subject: Re: MinGW build on master fails with Error 127 Date: Mon, 12 Dec 2022 17:56:32 +0200 Message-ID: <83tu20r4y7.fsf@gnu.org> References: <83wn6wr5oz.fsf@gnu.org> <0c9519c9-add7-9fb1-ac7f-2f20e1916d65@bluewin.ch> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29051"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Loreno Heer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 12 16:57:06 2022 Return-path: Envelope-to: ged-emacs-devel@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 1p4lAv-0007HI-5L for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Dec 2022 16:57:05 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p4lAQ-0005bb-Uc; Mon, 12 Dec 2022 10:56:34 -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 1p4lAQ-0005bK-4g for emacs-devel@gnu.org; Mon, 12 Dec 2022 10:56:34 -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 1p4lAO-0003pH-5h; Mon, 12 Dec 2022 10:56:32 -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=G5KQejtoISpgGUthHhLd98GMJhRACb2kP/5GrLHVreM=; b=kNd7COsk7YDK dgYKOU+kDqp1YvhREO4TuJrENbN/7DsIc15kC4gVdeAPGs33HMz6Hq3S62zAC+h/Bz+A8XBV6Duu6 C1LzivIozOW01hCQeKDcNJl4Tay4kQIB1/pZW3qelXXHVtUM/sGw8mM+Nj63ixj9AUQJec6DUha+r j/TvIYPjeAAj+26gxDlUZHHtpeCzvOYNBnPL2r9wUPJ4GNnQIMKp2gE2eZprFPPGD82mUpCbDqXqs J5kEYm8Cj00pAkMWGRIJfIEHv3Vw0h1gM5KmfBoB4nLd8wObcAsjQrnmVmc/b31mQoDNFY8vlvEKz ij7ku2fVEwTPoyTKE2lQxg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4lAN-0001hf-E8; Mon, 12 Dec 2022 10:56:31 -0500 In-Reply-To: <0c9519c9-add7-9fb1-ac7f-2f20e1916d65@bluewin.ch> (message from Loreno Heer on Mon, 12 Dec 2022 16:44:02 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301248 Archived-At: > Date: Mon, 12 Dec 2022 16:44:02 +0100 > Cc: emacs-devel@gnu.org > From: Loreno Heer > > Yes, temacs is in the src directory. There were some warnings and notes > but no other errors. I just updated mingw and the git repo today. Which parts of MinGW got updated? Did Make get updated? or Bash? > Here is the full build output: I see nothing out of ordinary here, except the final failure. What happens if you run this command: ./temacs --batch -l loadup --temacs=pbootstrap --bin-dest /mingw64/bin/ --eln-dest /mingw64/lib/emacs/30.0.50/ manually, from the MSYS Bash prompt in the src directory -- does it succeed?