GNU bug report logs -
#51689
emacs -nw under native-compilation errors out
Previous Next
Reported by: Han Boetes <han <at> boetes.org>
Date: Mon, 8 Nov 2021 16:46:02 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 51689 <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 8 Nov 2021 17:44:54 +0100
> From: Han Boetes <han <at> boetes.org>
>
> I compiled emacs with native compilation on OpenBSD-7.0 amd64 like this:
>
> export CC=egcc \
> CPP="ecpp" \
> CPPFLAGS="-I/usr/local/include" \
> LDFLAGS="-L/usr/local/lib"
> ./autogen.sh
> ./configure --without-makeinfo --without-x --mandir=/usr/local/man --with-native-compilation
> gmake
>
> egcc (GCC) 11.2.0, is just gcc-11 which is traditionally installed as
> egcc to avoid conflicts with the usually somewhat older gcc in base.
>
>
> Now if I start emacs with:
>
> emacs -nw -Q ~/.config/emacs/init.el
>
> The file init.el is not loaded and I get a single error message:
>
> Symbol’s function definition is void: regexp-opt-group
Please try the latest emacs-28 branch, I hope this problem is now
fixed. But you will need to perform a complete bootstrap.
This bug report was last modified 3 years and 187 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.