From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.help Subject: Re: A problem with compiling a fresh Emacs Date: Sat, 02 Jan 2021 07:25:12 +0100 Message-ID: <87r1n3ua7r.wl-herbert@gojira.at> References: <87czyngbnd.fsf@mbork.pl> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32077"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/28.0 Mule/6.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jan 02 07:27:25 2021 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 1kvaNp-0008Fy-0v for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Jan 2021 07:27:25 +0100 Original-Received: from localhost ([::1]:35376 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kvaNn-0001ct-UQ for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Jan 2021 01:27:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kvaMI-0001cn-9w for help-gnu-emacs@gnu.org; Sat, 02 Jan 2021 01:25:50 -0500 Original-Received: from mail.bsd4all.net ([94.130.200.20]:51086) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kvaMD-00086X-2w for help-gnu-emacs@gnu.org; Sat, 02 Jan 2021 01:25:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1609568723; bh=jfTiaaC99IpbBZxKhHoEamJtHGXytAVdv4WQ6PyYP0o=; h=Date:Message-ID:From:To:Subject:MIME-Version:Content-Type; b=vVWu8JkBfbuYCaYvx1ii7++OOmU3OvlyspXseM/sZJHbvEdNChC4DWV8jTjSRBM3+ XfsBn1PTE0NtcJBMVjrgyyt1KXPRV8EBzdVo3qJUFCeQKWZnYHRPMjSeWA2BFJgcS/ OwcoXAkLYCms66/DQg6vkcwd9y7+FLV2v9Nlr51zG7fy47DEgzUcuRhJP+fazuMjUf 0eErl5bAai/NMZAYRlIDD/CUobR+To9qIfiiLrUgrGHngpJDqhoM7dxQEu73+XVanb u4TDfFSMqXzELRvinpsfsaqcfoOHtmf9UV7EyT5n62xL+NMHaQkK+NI+B9Rt7aLdbA UwEBDLJ8sTHAw== In-Reply-To: <87czyngbnd.fsf@mbork.pl> Received-SPF: pass client-ip=94.130.200.20; envelope-from=herbert@gojira.at; helo=mail.bsd4all.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.help:126955 Archived-At: On Sat, 02 Jan 2021 06:17:58 +0100, Marcin Borkowski wrote: > > Hi all, > > I did `make bootstrap' on a fresh `master' (commit 0f561ee553) and after > a few minutes I got this: > > --8<---------------cut here---------------start------------->8--- > ELC cedet/semantic/wisent/javascript.elc > ELC cedet/semantic/wisent/java-tags.elc > ELC cedet/semantic/wisent/java-tags-wy.elc I don't see this line in my build log. > In toplevel form: > cedet/semantic/wisent/java-tags-wy.el:54:17: Error: Bad input grammar ^^^^^^^^^^^^^^^ This file does not exist in my checkout. > make[3]: *** [Makefile:295: cedet/semantic/wisent/java-tags-wy.elc] Error 1 > make[3]: Leaving directory '/home/mbork/others-works/emacs/emacs/lisp' > make[2]: *** [Makefile:318: compile-main] Error 2 > make[2]: Leaving directory '/home/mbork/others-works/emacs/emacs/lisp' > make[1]: *** [Makefile:411: lisp] Error 2 > make[1]: Leaving directory '/home/mbork/others-works/emacs/emacs' > make: *** [Makefile:1126: bootstrap] Error 2 > --8<---------------cut here---------------end--------------->8--- > > Am I doing something wrong? Have you checked 'git status' and 'git diff'? -- Herbert