Re: compilation using git needs 10 minutes and fails

2024-04-24 Thread Tassilo Horn
Uwe Brauer writes: Hi Uwe, I think that everything should be resolved now: - building without git or not from a git clone - build depends on ChangeLog which cannot be generated - generate auctex-autoloads.el (formerly loaddefs.el) in a way compatible with emacs 27.1 Please test! >>

Re: compilation using git needs 10 minutes and fails

2024-04-24 Thread Uwe Brauer
> Uwe Brauer writes: > This is one reason why you can't compile the current main branch. This > doesn't explain the error: > fatal: not a git repository (or any of the parent directories): .git > I suspect this has something to do with your Git-Mercurial > setup/workflow. But let sort thin

Re: compilation using git needs 10 minutes and fails

2024-04-24 Thread Arash Esbati
Uwe Brauer writes: > This function is not defined. > > emacs-version is a variable defined in ‘C source code’. > > Its value is "29.0.50" > > Version numbers of this version of Emacs. > > But > > , > | emacs-repository-version is a variable defined in ‘version.el’. > | > | Its value is "7bf

Re: compilation using git needs 10 minutes and fails

2024-04-24 Thread Uwe Brauer
>>> "AE" == Arash Esbati writes: > Yes, and we have to find out why. If the Emacs you're using to compile > AUCTeX doesn't have the function above, we can stop right away. So > please make you have an recent version at hand, then we can proceed. On a second thought: do you and does anybody kno

Re: compilation using git needs 10 minutes and fails

2024-04-24 Thread Uwe Brauer
>>> "AE" == Arash Esbati writes: > Uwe Brauer writes: >> Well, it compiled from master but 29.0.5 so pre 29.1 > What do you see if you do: > • emacs -Q > • C-h f loaddefs-generate-batch RET in scratch This function is not defined. --8<---cut here---start--

Re: compilation using git needs 10 minutes and fails

2024-04-24 Thread Arash Esbati
Uwe Brauer writes: > Well, it compiled from master but 29.0.5 so pre 29.1 What do you see if you do: • emacs -Q • C-h f loaddefs-generate-batch RET in scratch This is what I get: --8<---cut here---start->8--- loaddefs-generate-batch is an autoloaded Lis

Re: compilation using git needs 10 minutes and fails

2024-04-23 Thread Uwe Brauer
>>> "AE" == Arash Esbati writes: > Uwe Brauer writes: >> Time needed 56 sec on my X1 Thinkpad form 2017 >> >> I switched to main >> >> 1) make distclean >> 2) git switch main >> 3) make >> 4) after 10 min! I obtain >> >> Error: void-function (loaddefs-generate-batch) >> mapbacktrace(#f(compil

Re: compilation using git needs 10 minutes and fails

2024-04-23 Thread Arash Esbati
Uwe Brauer writes: > Time needed 56 sec on my X1 Thinkpad form 2017 > > I switched to main > > 1) make distclean > 2) git switch main > 3) make > 4) after 10 min! I obtain > > Error: void-function (loaddefs-generate-batch) > mapbacktrace(#f(compiled-function (evald func args fla

compilation using git needs 10 minutes and fails

2024-04-23 Thread Uwe Brauer
So I cloned with git and did the following Master 1) git switch master 2) make distclean 3) ./autogen.sh 4) ./configure 5) make Time needed 56 sec on my X1 Thinkpad form 2017 I switched to main 1) make distclean 2) git switch main 3) make 4) after 10 min!