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: strange build problem with missing -by.el and -wy.el files Date: Tue, 01 Nov 2022 18:48:14 +0200 Message-ID: <8335b2d3jl.fsf@gnu.org> References: <87bkprbq6u.fsf@no.workgroup> <83v8nzcg0v.fsf@gnu.org> <87r0ymhegi.fsf@no.workgroup> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9494"; 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 Tue Nov 01 18:05:31 2022 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 1opuhe-0002Dn-MR for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 01 Nov 2022 18:05:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1opuRD-0000GG-5D; Tue, 01 Nov 2022 12:48:31 -0400 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 1opuRA-0000G4-Hy for help-gnu-emacs@gnu.org; Tue, 01 Nov 2022 12:48:28 -0400 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 1opuR8-00011N-L4 for help-gnu-emacs@gnu.org; Tue, 01 Nov 2022 12:48:27 -0400 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=QveFDGdvFyOtBXdpPoyg5Khy6A4PyIOe1VX0pYy/YnI=; b=V7SFtIs5aioV gjvfQkKuh71nUvtjw4IWV65f5RAr8Ybu1Kq+2fbOI4u5I5uKG8PE6O/tZ0LP6k0DnfEyOUjZq/GkJ CU3FRHXdSJRzedAQZWncCL/YhLrUcAVkzNrDCpfJphcSOYGKs8Qgh+pVQyw5WYWTCltPXVn4So9ou B9WZlGpYTpiVhkaI5JemsCZnIEPGvHHI0/iuEUdhUyTuwy8jM6bA1kvZByPUPfD49C98cH8Xpiyd6 H1fDY0YEEQiiFpf3iXi2gI8SBq9j4IW8sXgC+9CocSQJ7/PrKLtKl8/FfSdQ5UKzIs7KrsGDzpql8 cYNQy72TraCUppxj6Xaejw==; 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 1opuR8-0000ko-46 for help-gnu-emacs@gnu.org; Tue, 01 Nov 2022 12:48:26 -0400 In-Reply-To: <87r0ymhegi.fsf@no.workgroup> (message from Gregor Zattler on Tue, 01 Nov 2022 16:38:53 +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: , Original-Sender: "help-gnu-emacs" Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:140556 Archived-At: > From: Gregor Zattler > Date: Tue, 01 Nov 2022 16:38:53 +0100 > > > You need to understand why c-by.el is not generated as part of the > > build. It's supposed to be generated by the rules in > > admin/grammars/Makefile.in, which run early on during the build. It > > is run via the rule in lisp/Makefile.in for the target "semantic", > > look around line 415 in that file. Why doesn't that happen in your > > case? > > Because I get "Args out of range: "master", 0, 7" > errors when building these files: So you need to understand why this happens. Perhaps some stale files from previous builds, or some other problem? E.g., what happens if you delete lisp/cedet/semantic/grm-wy-boot.elc?