From: AllenDang <allengnr@gmail.com>
To: 42486@debbugs.gnu.org
Subject: bug#42486: 28.0.50; Bug of feature/native-comp branch. Error message native-compile-async: Symbol’s value as variable is void: comp-native-path-postfix
Date: Thu, 23 Jul 2020 12:59:52 +0800 [thread overview]
Message-ID: <m24kpyltbr.fsf@AllenDangMacBookPro.local.i-did-not-set--mail-host-address--so-tickle-me> (raw)
Under MacOS v10.15.5
1. Launch Emacs GUI.
2. Scratch buffer, input (native-compile-async "~/.emacs.d/elpa/" 4 t).
3. M-x eval-buffer
Error message native-compile-async: Symbol’s value as variable is void:
comp-native-path-postfix appear in bottom message line.
The branch information is:
commit 37e0dbc97242a69da9f02039f5635261a307659a (HEAD -> feature/native-comp, origin/feature/native-comp, list)
Merge: 907618b3b5 5d2a83ea0e
Author: Andrea Corallo <akrl@sdf.org>
Date: Sun Jul 19 20:39:27 2020 +0100
Merge remote-tracking branch 'savannah/master' into HEAD
diff --cc lisp/gnus/gnus.el
index 89d5d12054,69f2bb2799..c411ec7deb
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@@ -4126,12 -4140,11 +4140,12 @@@ prompt the user for the name of an NNT
;; file.
(unless (string-match "^Gnus" gnus-version)
(load "gnus-load" nil t))
- (unless (byte-code-function-p (symbol-function 'gnus))
- (message "You should byte-compile Gnus")
+ (unless (or (byte-code-function-p (symbol-function 'gnus))
+ (subr-native-elisp-p (symbol-function 'gnus)))
+ (message "You should compile Gnus")
(sit-for 2))
(let ((gnus-action-message-log (list nil)))
- (gnus-1 arg dont-connect slave)
+ (gnus-1 arg dont-connect child)
(gnus-final-warning)))
(declare-function debbugs-gnu "ext:debbugs-gnu"
In GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.6.0, NS appkit-1894.60 Version 10.15.6 (Build 19G73))
of 2020-07-23 built on AllenDangMacBookPro.local
Repository revision: 37e0dbc97242a69da9f02039f5635261a307659a
Repository branch: feature/native-comp
Windowing system distributor 'Apple', version 10.3.1894
System Description: Mac OS X 10.15.6
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Mark set
file-name-as-directory: Symbol’s value as variable is void: comp-native-path-postfix
Configured using:
'configure LDFLAGS=-L/usr/local/lib/gcc/10'
Configured features:
JPEG TIFF GIF PNG RSVG GLIB NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS NS MODULES THREADS JSON PDUMPER LCMS2
Important settings:
value of $LC_ALL: en_US.UTF-8
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec password-cache epa epg epg-config gnus-util rmail
rmail-loaddefs text-property-search time-date mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils comp pcase
derived subr-x rx cl-seq cl-macs cl-extra help-mode easymenu seq
byte-opt gv cl-loaddefs cl-lib bytecomp byte-compile cconv tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/ns-win
ns-win ucs-normalize mule-util term/common-win tool-bar dnd fontset
image regexp-opt fringe tabulated-list replace newcomment text-mode
elisp-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors frame minibuffer cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads kqueue cocoa ns
lcms2 multi-tty make-network-process emacs)
Memory information:
((conses 16 90836 8976)
(symbols 48 8094 1)
(strings 32 18835 1532)
(string-bytes 1 625861)
(vectors 16 11587)
(vector-slots 8 138705 11517)
(floats 8 23 17)
(intervals 56 198 0)
(buffers 992 10))
next reply other threads:[~2020-07-23 4:59 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-23 4:59 AllenDang [this message]
2020-07-23 6:53 ` bug#42486: 28.0.50; Bug of feature/native-comp branch. Error message native-compile-async: Symbol’s value as variable is void: comp-native-path-postfix Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23 7:22 ` Dang Allen
2020-07-23 7:30 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23 7:35 ` Dang Allen
2020-07-23 7:46 ` Dang Allen
2020-07-23 7:54 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23 7:59 ` Dang Allen
2020-07-23 9:01 ` Dang Allen
2020-07-23 9:53 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23 10:01 ` Dang Allen
2020-07-23 10:21 ` Dang Allen
2020-07-23 10:41 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23 11:44 ` Dang Allen
2020-07-23 12:04 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m24kpyltbr.fsf@AllenDangMacBookPro.local.i-did-not-set--mail-host-address--so-tickle-me \
--to=allengnr@gmail.com \
--cc=42486@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.