The PKGBUILD is just a glorified bash script, this one just activates or deactivates compiling options shipped by the Emacs source code, reading it should give you an idea of how Emacs is compiled And, well, it is already compiled from Git. El dom., 27 de sep. de 2020 a la(s) 00:15, Andrea Corallo (akrl@sdf.org) escribió: > Jorge Javier Araya Navarro writes: > > > hi, I have this "bug". I compiled gccemacs using this PKGBUILD: > > > > > https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=emacs-pgtk-native-comp-git > > > > with the following settings in the PKGBUILD set as follows: > > LTO="YES" > > FAST_BOOT="YES" > > > > and this is my Emacs configuration: > > > > https://gitlab.com/shackra/emacs > > Well I'm not an archlinux user and I've no idea how the aur mechanism > works exactly. I fear the best place to ask for that is not here but > where bug for arch packages are collected. > > Have you tried compiling from git? Perhaps you can give it a try so we > can see if the error persist there. > > You can just use something like to compile and start it: > > ===== > git clone git://git.savannah.gnu.org/emacs.git -b feature/native-comp > emacs > cd emacs > ./autogen.sh > ./configure --with-nativecomp > make > ./src/emacs -Q > ===== > > Andrea >