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:40:28 +0200 Message-ID: <83wn6wr5oz.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26492"; 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:41:00 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 1p4kvK-0006cM-RD for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Dec 2022 16:40:59 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p4kuz-0002UT-9H; Mon, 12 Dec 2022 10:40:38 -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 1p4kup-0002Sz-Ll for emacs-devel@gnu.org; Mon, 12 Dec 2022 10:40:28 -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 1p4kun-0007lw-Ow; Mon, 12 Dec 2022 10:40:25 -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=kkg3fwC9yV6hZqZFmqEtaROWH4IqkkxcTQ9HXEhuxVM=; b=LZN6NphNBbVI NVXgAXjOeVyXdGYXSygGJ3wqsIgwFNK1ikzAzwb1+DHexI4zKpy7ka0J87Avsdu5BE15hBbhSzvG7 Mi3RMzLPb7usqYJl0NcLVjiOyzQaw90wc8wOomqh9TskrcsXeCliaKHmC3u6PeIm5mZXPPyajWOec ZHH/TtlzxLkj1SB/2kkwTm7OSO970FeoJfHgXkayMqxM2rQoOsXGvF5RceDV9+lWaQnD6ad5EZRDv ZUIQiqfSLKgoHvlg3cjMY/uwOGMdJ1s91MJ2fTDf3AuKgz58i1foCWjjipPJvBarxR+WKLnmjMw52 4Mi7ApUwQ3yoiPrAnkTLxg==; 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 1p4kun-00082A-9S; Mon, 12 Dec 2022 10:40:25 -0500 In-Reply-To: (message from Loreno Heer on Mon, 12 Dec 2022 16:26:44 +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:301244 Archived-At: > From: Loreno Heer > Date: Mon, 12 Dec 2022 16:26:44 +0100 > > MinGW build on master fails with Error 127: > > > make[3]: Leaving directory '/home/User/src/emacs/admin/charsets' > > rm -f bootstrap-emacs.pdmp > > ./temacs --batch -l loadup --temacs=pbootstrap \ > > --bin-dest /home/User/emacs-master-x86_64-full/bin/ --eln-dest /home/User/emacs-master-x86_64-full/lib/emacs/30.0.50/ > > make[2]: *** [Makefile:915: bootstrap-emacs.pdmp] Error 127 AFAIK, "error 127" means "command not found". Do you have temacs.exe in the src directory? Did you see any other warnings or errors during the build? Anyway, it doesn't fail here. When was the last time the build fro master worked for you, and what changed on your system since then? Some libraries or the compiler got updated, perhaps?