* A problem with compiling a fresh Emacs
@ 2021-01-02 5:17 Marcin Borkowski
2021-01-02 5:45 ` Lars Ingebrigtsen
2021-01-02 6:25 ` Herbert J. Skuhra
0 siblings, 2 replies; 4+ messages in thread
From: Marcin Borkowski @ 2021-01-02 5:17 UTC (permalink / raw)
To: Help Gnu Emacs mailing list
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
In toplevel form:
cedet/semantic/wisent/java-tags-wy.el:54:17: Error: Bad input grammar
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?
TIA,
--
Marcin Borkowski
http://mbork.pl
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: A problem with compiling a fresh Emacs
2021-01-02 5:17 A problem with compiling a fresh Emacs Marcin Borkowski
@ 2021-01-02 5:45 ` Lars Ingebrigtsen
2021-01-02 6:25 ` Herbert J. Skuhra
1 sibling, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-01-02 5:45 UTC (permalink / raw)
To: Marcin Borkowski; +Cc: Help Gnu Emacs mailing list
Marcin Borkowski <mbork@mbork.pl> writes:
> I did `make bootstrap' on a fresh `master' (commit 0f561ee553) and after
> a few minutes I got this:
>
> ELC cedet/semantic/wisent/javascript.elc
> ELC cedet/semantic/wisent/java-tags.elc
> ELC cedet/semantic/wisent/java-tags-wy.elc
>
> In toplevel form:
> cedet/semantic/wisent/java-tags-wy.el:54:17: Error: Bad input grammar
> make[3]: *** [Makefile:295: cedet/semantic/wisent/java-tags-wy.elc] Error 1
I'm unable to reproduce this with a "make -j16 bootstrap" (on Debian
bullseye, if that makes any difference).
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: A problem with compiling a fresh Emacs
2021-01-02 5:17 A problem with compiling a fresh Emacs Marcin Borkowski
2021-01-02 5:45 ` Lars Ingebrigtsen
@ 2021-01-02 6:25 ` Herbert J. Skuhra
2021-01-02 7:37 ` Pankaj Jangid
1 sibling, 1 reply; 4+ messages in thread
From: Herbert J. Skuhra @ 2021-01-02 6:25 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: A problem with compiling a fresh Emacs
2021-01-02 6:25 ` Herbert J. Skuhra
@ 2021-01-02 7:37 ` Pankaj Jangid
0 siblings, 0 replies; 4+ messages in thread
From: Pankaj Jangid @ 2021-01-02 7:37 UTC (permalink / raw)
To: Herbert J. Skuhra; +Cc: help-gnu-emacs
"Herbert J. Skuhra" <herbert@gojira.at> writes:
>> --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?
>
I think this is related to the bug that I reported earlier
today.
Bug-id: 45605
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-01-02 7:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-02 5:17 A problem with compiling a fresh Emacs Marcin Borkowski
2021-01-02 5:45 ` Lars Ingebrigtsen
2021-01-02 6:25 ` Herbert J. Skuhra
2021-01-02 7:37 ` Pankaj Jangid
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).