[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master a3cba47416: Tweak MAIN_FIRST/ja-dic compilation
From: |
Stefan Kangas |
Subject: |
Re: master a3cba47416: Tweak MAIN_FIRST/ja-dic compilation |
Date: |
Wed, 1 Jun 2022 11:19:42 +0200 |
Lars Ingebrigtsen <larsi@gnus.org> writes:
> branch: master
> commit a3cba47416ebc78e775d01a01955a03aa06df3b0
> Author: Lars Ingebrigtsen <larsi@gnus.org>
> Commit: Lars Ingebrigtsen <larsi@gnus.org>
>
> Tweak MAIN_FIRST/ja-dic compilation
I'm not sure if it's this change or something else, but the merge from
emacs-28 to master failed this morning with:
make[2]: Entering directory '/home/skangas/wip/emacs/leim'
/bin/mkdir -p ../lisp/leim/ja-dic
GEN ../lisp/leim/ja-dic/ja-dic.el
Match data clobbered by buffer modification hooks
Error: error ("Match data clobbered by buffer modification hooks")
mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode
-0xa83e3aa0051781f>))
debug-early-backtrace()
debug-early(error (error "Match data clobbered by buffer modification hooks"))
replace-match("/")
skkdic-convert("/home/skangas/wip/emacs/leim/SKK-DIC/SKK-JISYO.L"
"/home/skangas/wip/emacs/lisp/leim/ja-dic")
batch-skkdic-convert()
command-line-1(("-l" "ja-dic-cnv" "--eval" "(setq max-specpdl-size
5000)" "-f" "batch-skkdic-convert" "-dir" "./../lisp/leim/ja-dic"
"SKK-DIC/SKK-JISYO.L"))
command-line()
normal-top-level()
make[2]: *** [Makefile:135: ../lisp/leim/ja-dic/ja-dic.el] Error 255
make[2]: Leaving directory '/home/skangas/wip/emacs/leim'
make[1]: *** [Makefile:161: generate-ja-dic] Error 2
make[1]: Leaving directory '/home/skangas/wip/emacs/lisp'
make: *** [Makefile:456: lisp] Error 2
- Re: master a3cba47416: Tweak MAIN_FIRST/ja-dic compilation,
Stefan Kangas <=