We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package: emacs28 Version: 28.1~1.git5a223c7f2e-kk2+20.04
lsb_release -a
Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal
Evaluating the following gives Native complation is *not* available
Native complation is *not* available
(if (and (fboundp 'native-comp-available-p) (native-comp-available-p)) (message "Native compilation is available") (message "Native complation is *not* available"))
emacs -nw -q --batch --eval '(message system-configuration-options)'
--build=x86_64-linux-gnu --prefix=/usr ’--includedir=${prefix}/include’ ’--mandir=${prefix}/share/man’ ’--infodir=${prefix}/share/info’ --sysconfdir=/etc --localstatedir=/var --disable-silent-rules ’--libdir=${prefix}/lib/x86_64-linux-gnu’ ’--libexecdir=${prefix}/lib/x86_64-linux-gnu’ --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/28.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/28.1/site-lisp:/usr/share/emacs/site-lisp --program-suffix=28 --with-modules --with-file-notification=inotify --with-mailutils --with-harfbuzz --with-json --with-x=yes --with-x-toolkit=gtk3 --with-lcms2 --with-cairo --with-xpm=yes --with-gif=yes --with-gnutls=yes --with-jpeg=yes --with-png=yes --with-tiff=yes --with-xwidgets ’CFLAGS=-g -O2 -fdebug-prefix-map=/build/emacs28-QewFgN/emacs28-28.1~1.git5a223c7f2e=. -fstack-protector-strong -Wformat -Werror=format-security -no-pie’ ’CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2’ ’LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro -no-pie’
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! --with-native-compilation has been temporarily disabled until #23 can be resolved; there are details in that issue.
--with-native-compilation
I've also added a note about this to the release notes, which are perhaps what made you expect that --native-compilation would be enabled.
--native-compilation
Sorry for the trouble!
Sorry, something went wrong.
No branches or pull requests
lsb_release -a
Evaluating the following gives
Native complation is *not* available
emacs -nw -q --batch --eval '(message system-configuration-options)'
The text was updated successfully, but these errors were encountered: