From unknown Fri Aug 15 20:50:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#63062: 29.0.90; configure.ac : what's different `--with-native-compilation=aot' and `--with-native-compilation=yes' ? Resent-From: xiliuya Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Apr 2023 05:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63062 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 63062@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168240098129418 (code B ref -1); Tue, 25 Apr 2023 05:37:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Apr 2023 05:36:21 +0000 Received: from localhost ([127.0.0.1]:51027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prBLg-0007eP-Bf for submit@debbugs.gnu.org; Tue, 25 Apr 2023 01:36:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:35274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prBLd-0007eG-Li for submit@debbugs.gnu.org; Tue, 25 Apr 2023 01:36:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prBLd-0007q3-57 for bug-gnu-emacs@gnu.org; Tue, 25 Apr 2023 01:36:17 -0400 Received: from out30-74.freemail.mail.aliyun.com ([115.124.30.74]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prBLY-0002He-O9 for bug-gnu-emacs@gnu.org; Tue, 25 Apr 2023 01:36:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aliyun.com; s=s1024; t=1682400962; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; bh=rXrDhqr5upEdvRxzBn3oD8M3NbAkIC0QFAxJoIVR9o8=; b=V8GbRWavWSeVc7umuXRraCPlpe18cayyEWFbwU/WEp24iUfvVEq8vRbRspn9m3bktNZFmJZTEXacF4u3zyPeNf1yeOQil5qfTvZfFu7TUhGJiXAE+a1+XBvb7fcJDLlo8pe+/bAFVOW8vk8i6bPXBEp6A3Qkzb0JEHfPaRJch8A= X-Alimail-AntiSpam: AC=CONTINUE; BC=0.07359465|-1; CH=green; DM=|CONTINUE|false|; DS=CONTINUE|ham_system_inform|0.00208152-0.000316914-0.997602; FP=0|0|0|0|0|-1|-1|-1; HT=ay29a033018045176; MF=xiliuya@aliyun.com; NM=1; PH=DS; RN=1; RT=1; SR=0; TI=SMTPD_---0VgygnrU_1682400960; Received: from xiliuya-pc(mailfrom:xiliuya@aliyun.com fp:SMTPD_---0VgygnrU_1682400960) by smtp.aliyun-inc.com; Tue, 25 Apr 2023 13:36:01 +0800 User-agent: mu4e 1.10.3; emacs 29.0.90 From: xiliuya Date: Tue, 25 Apr 2023 12:44:19 +0800 Message-ID: <87o7nczfpc.fsf@aliyun.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=115.124.30.74; envelope-from=xiliuya@aliyun.com; helo=out30-74.freemail.mail.aliyun.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hello emacs maintainer: When I compiled the packages in the same system environment using the '--with-native-compilation=aot' and the '--with-native-compilation=yes' respectively, file lists differ only by a few `.ELN' For example, 'lisp/avoid.el' is only compiled to '.elc', does not compile all Lisp files as '.eln'. I checked `configure.ac`, This is not the same as an introduction. ```configure.ac 'yes' (or empty) means to enable it and compile natively preloaded Lisp files; 'no' means to disable it; 'aot' will make the build process compile all the Lisp files in the tree natively ahead of time. (This will usually be quite slow.) ``` In GNU Emacs 29.0.90 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.17.8) of 2023-04-25 built on xiliuya-pc Repository revision: 99add09d5e16a4fef752abedc3ee96989f1b9ae2 Repository branch: makepkg System Description: Arch Linux Configured using: 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games --with-modules --without-libotf --without-m17n-flt --without-gconf --with-native-compilation=aot --with-xinput2 --with-pgtk --without-xaw3d --with-sound=no --with-tree-sitter --without-gpm --without-compress-install '--program-transform-name=s/\([ec]tags\)/\1.emacs/' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection' LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB Important settings: value of $LANG: zh_CN.UTF-8 value of $XMODIFIERS: @im=fcitx locale-coding-system: utf-8 Major mode: ELisp Minor modes in effect: dimmer-mode: t default-text-scale-mode: t recentf-mode: t vertico-mode: t marginalia-mode: t winner-mode: t windmove-mode: t global-corfu-mode: t corfu-mode: t global-anzu-mode: t anzu-mode: t yas-global-mode: t yas-minor-mode: t elisp-slime-nav-mode: t paredit-mode: t aggressive-indent-mode: t highlight-quoted-mode: t flymake-mode: t display-line-numbers-mode: t display-fill-column-indicator-mode: t rainbow-delimiters-mode: t symbol-overlay-mode: t bug-reference-prog-mode: t goto-address-prog-mode: t savehist-mode: t electric-pair-mode: t delete-selection-mode: t global-auto-revert-mode: t global-so-long-mode: t mode-line-bell-mode: t global-page-break-lines-mode: t page-break-lines-mode: t whole-line-or-region-global-mode: t whole-line-or-region-local-mode: t hes-mode: t which-key-mode: t global-whitespace-cleanup-mode: t whitespace-cleanup-mode: t global-diff-hl-mode: t diff-hl-mode: t projectile-rails-global-mode: t projectile-mode: t ipretty-mode: t auto-compile-on-load-mode: t auto-compile-on-save-mode: t auto-compile-mode: t immortal-scratch-mode: t server-mode: t mu4e-column-faces-mode: t mu4e-modeline-mode: t diredfl-global-mode: t org-roam-db-autosync-mode: t shell-dirtrack-mode: t pyim-isearch-mode: t evil-escape-mode: t evil-mode: t evil-local-mode: t desktop-save-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t auto-save-visited-mode: t hs-minor-mode: t Load-path shadows: /home/xiliuya/.emacs.d/elpa-29.0/protobuf-mode-20230412.2243/protobuf-mode hides /usr/share/emacs/site-lisp/protobuf-mode /home/xiliuya/.emacs.d/elpa-29.0/transient-20230315.1520/transient hides /usr/share/emacs/29.0.90/lisp/transient /home/xiliuya/.emacs.d/lisp/erc-sasl hides /usr/share/emacs/29.0.90/lisp/erc/erc-sasl Features: (shadow emacsbug cl-print rainbow-mode help-fns radix-tree ibuffer-vc epa-file org-agenda vc-hg vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs executable dimmer face-remap default-text-scale recentf tree-widget orderless vertico marginalia winner windswap windmove tabify macrostep-c cmacexp cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs macrostep eglot external-completion array jsonrpc ert debug backtrace c-ts-mode c-ts-common info-colors org-mpv-notes mpv tq org-timer org-modern org-indent oc-basic ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view jka-compr image-mode exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi checkdoc disp-table corfu anzu yasnippet-snippets yasnippet elisp-slime-nav etags fileloop xref paredit aggressive-indent highlight-quoted package-lint-flymake package-lint let-alist imenu finder hideshow flymake-flycheck flycheck flymake-proc flymake display-line-numbers display-fill-column-indicator rainbow-delimiters symbol-overlay vc-git vc-darcs bug-reference goto-addr savehist elec-pair delsel autorevert filenotify so-long mode-line-bell page-break-lines whole-line-or-region highlight-escape-sequences which-key diminish whitespace-cleanup-mode whitespace diff-hl log-view pcvs-util vc-dir ewoc vc vc-dispatcher diff-mode projectile-rails rake inflections inf-ruby ruby-mode smie autoinsert projectile lisp-mnt grep compile ibuf-ext ibuffer ibuffer-loaddefs ipretty auto-compile immortal-scratch uptimes server init init-local init-evil init-org-crypt org-crypt init-backup backup-each-save init-mu4e authinfo mu4e-column-faces inline cus-edit cus-load mu4e mu4e-org mu4e-notification notifications mu4e-main mu4e-view gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum gnus-group gnus-undo gnus-start gnus-dbus dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int gnus-range gnus-win gnus nnheader range wid-edit mu4e-headers mu4e-compose mu4e-draft mu4e-actions mu4e-search mu4e-lists mu4e-bookmarks mu4e-mark mu4e-message shr pixel-fill kinsoku url-file svg xml dom flow-fill mule-util hl-line mu4e-contacts mu4e-update mu4e-folders mu4e-context mu4e-query-items mu4e-server mu4e-modeline mu4e-vars mu4e-helpers mu4e-config mu4e-window bookmark pp ido message yank-media dired-x diredfl dired dired-loaddefs rfc822 mml mml-sec epa epg rfc6068 epg-config gnus-util text-property-search mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader mu4e-obsolete smtpmail sendmail mail-utils trans-rpc elquery org-download url-http url-auth mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm puny gif-screencast erc-sasl erc-backend erc-common erc-compat header2 org-roam-protocol org-protocol org-roam-migrate org-roam-log org-roam-mode org-roam-capture org-roam-id org-roam-node org-roam-db emacsql-sqlite-builtin sqlite org-roam-utils org-roam-compat org-roam org-capture org-element org-persist xdg avl-tree generator org-attach org-id org-refile ob-sqlite ob-sql ob-shell shell ob-ruby ob-ipython cl f f-shortdoc s dash-functional ob-python python project treesit ob-plantuml ob-octave ob-latex ob-gnuplot ob-dot ob-ditaa ob-R org-clock org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete pcomplete comint ansi-osc org-list org-footnote org-faces org-entities time-date noutline outline ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs find-func cal-menu calendar cal-loaddefs org-version org-compat org-macs emacsql-sqlite emacsql-sqlite-common emacsql emacsql-compiler magit-section format-spec compat dash pyim-cregexp-utils pyim-dhashcache sort pyim-cstring async pyim-cregexp xr pyim-imobjs pyim-pinyin pyim-dcache pyim-pymap pyim-scheme pyim-common pyim-basedict pyim-dict evil-escape evil evil-keybindings evil-integration evil-maps evil-commands reveal evil-jumps evil-command-window evil-search evil-ex evil-types evil-macros evil-repeat evil-states evil-core advice evil-common thingatpt rect evil-digraphs evil-vars ring edmacro kmacro init-locales session sanityinc-tomorrow-bright-theme color-theme-sanityinc-tomorrow color init-direnv init-ledger init-dash init-folding init-misc init-common-lisp init-clojure-cider init-clojure init-slime init-lisp init-paredit init-nix init-terraform init-docker init-yaml init-toml init-rust init-nim init-j init-ocaml init-sql init-rails init-ruby init-purescript init-elm init-haskell init-python reformatter ansi-color init-http init-haml init-css init-html init-nxml init-org init-php init-javascript easy-mmode init-erlang erlang-start init-csv init-markdown init-textile init-crontab init-compile init-projectile init-github init-git init-darcs init-vc init-whitespace init-editing-utils init-mmm mmm-auto mmm-vars mmm-utils mmm-compat init-sessions desktop frameset init-windows init-corfu init-hippie-expand init-minibuffer init-recentf init-eglot init-flymake init-ibuffer ibuf-macs init-uniquify init-grep init-isearch init-dired init-gui-frames init-osx-keys init-themes init-xterm init-frame-hooks init-exec-path exec-path-from-shell init-elpa fullframe finder-inf nov-autoloads format-all-autoloads scratch-autoloads elquery-autoloads rainbow-delimiters-autoloads diff-hl-autoloads org-mpv-notes-autoloads mpv-autoloads consult-flycheck-autoloads origami-autoloads message-view-patch-autoloads disable-mouse-autoloads rainbow-mode-autoloads js-comint-autoloads cljsbuild-mode-autoloads nix-buffer-autoloads valign-autoloads dotenv-mode-autoloads rspec-mode-autoloads marginalia-autoloads esxml-autoloads csv-mode-autoloads docker-autoloads symbol-overlay-autoloads orderless-autoloads docker-compose-mode-autoloads lua-mode-autoloads affe-autoloads elein-autoloads git-timemachine-autoloads fullframe-autoloads sdcv-autoloads popup-autoloads tablist-autoloads nix-sandbox-autoloads dune-format-autoloads nixos-options-autoloads exec-path-from-shell-autoloads json-mode-autoloads json-snatcher-autoloads aio-autoloads org-msg-autoloads crontab-mode-autoloads flycheck-clojure-autoloads forge-autoloads vc-darcs-autoloads git-modes-autoloads color-theme-sanityinc-tomorrow-autoloads prettier-js-autoloads ledger-mode-autoloads elisp-slime-nav-autoloads bundler-autoloads windswap-autoloads sass-mode-autoloads haml-mode-autoloads showtip-autoloads diminish-autoloads ob-ipython-autoloads dash-functional-autoloads aggressive-indent-autoloads elm-test-runner-autoloads gnu-elpa-keyring-update-autoloads cl-libify-autoloads bug-reference-github-autoloads cape-autoloads dimmer-autoloads yaml-mode-autoloads pip-requirements-autoloads coffee-mode-autoloads protobuf-mode-autoloads cask-mode-autoloads kv-autoloads css-eldoc-autoloads elm-mode-autoloads writeroom-mode-autoloads visual-fill-column-autoloads git-link-autoloads htmlize-autoloads highlight-escape-sequences-autoloads ibuffer-vc-autoloads ipretty-autoloads terraform-mode-autoloads j-mode-autoloads httprepl-autoloads flycheck-relint-autoloads rg-autoloads flymake-flycheck-autoloads go-mode-autoloads gdscript-mode-autoloads kind-icon-autoloads add-node-modules-path-autoloads restclient-autoloads page-break-lines-autoloads shfmt-autoloads session-autoloads package-lint-flymake-autoloads package-lint-autoloads dap-mode-autoloads nginx-mode-autoloads paredit-autoloads nixpkgs-fmt-autoloads mode-line-bell-autoloads bongo-autoloads smarty-mode-autoloads dune-autoloads hcl-mode-autoloads bui-autoloads highlight-quoted-autoloads corfu-autoloads sudo-edit-autoloads flycheck-ledger-autoloads yapfify-autoloads org-transclusion-autoloads yari-autoloads org-cliplink-autoloads whitespace-cleanup-mode-autoloads erlang-autoloads psc-ide-autoloads company-autoloads ibuffer-projectile-autoloads dockerfile-mode-autoloads envrc-autoloads flycheck-rust-autoloads dhall-mode-autoloads multiple-cursors-autoloads psci-autoloads purescript-mode-autoloads nim-mode-autoloads flycheck-nimsuggest-autoloads nix-mode-autoloads closql-autoloads robe-autoloads move-dup-autoloads tuareg-autoloads caml-autoloads projectile-rails-autoloads rake-autoloads ruby-compilation-autoloads inf-ruby-autoloads vlf-autoloads pyim-basedict-autoloads info-colors-autoloads github-review-autoloads a-autoloads ghub-autoloads treepy-autoloads mmm-mode-autoloads yagist-autoloads yard-mode-autoloads projectile-autoloads diredfl-autoloads uptimes-autoloads default-text-scale-autoloads org-roam-ui-autoloads websocket-autoloads tagedit-autoloads svg-lib-autoloads github-clone-autoloads gh-autoloads marshal-autoloads logito-autoloads pcache-autoloads pyim-autoloads ruby-hash-syntax-autoloads toml-mode-autoloads live-py-mode-autoloads mu4e-column-faces-autoloads flycheck-nim-autoloads flycheck-autoloads xref-js2-autoloads slime-autoloads macrostep-autoloads lsp-docker-autoloads yaml-autoloads which-key-autoloads inheritenv-autoloads cider-autoloads sesman-autoloads queue-autoloads parseedn-autoloads parseclj-autoloads regex-tool-autoloads code-cells-autoloads php-mode-autoloads skewer-less-autoloads skewer-mode-autoloads js2-mode-autoloads simple-httpd-autoloads list-unicode-display-autoloads color-theme-sanityinc-solarized-autoloads pos-tip-autoloads rust-mode-autoloads relint-autoloads language-id-autoloads typescript-mode-autoloads org-download-autoloads auto-compile-autoloads sqlformat-autoloads reformatter-autoloads org-roam-autoloads emacsql-autoloads gnuplot-autoloads xr-autoloads magit-todos-autoloads pcre2el-autoloads magit-autoloads pcase magit-section-autoloads git-commit-autoloads with-editor-autoloads transient-autoloads hl-todo-autoloads async-autoloads git-blamed-autoloads textile-mode-autoloads haskell-mode-autoloads consult-eglot-autoloads org-pomodoro-autoloads alert-autoloads log4e-autoloads gntp-autoloads embark-consult-autoloads embark-autoloads org-modern-autoloads lsp-treemacs-autoloads lsp-mode-autoloads markdown-mode-autoloads spinner-autoloads treemacs-autoloads cfrs-autoloads posframe-autoloads hydra-autoloads lv-autoloads pfuture-autoloads ace-window-autoloads avy-autoloads ht-autoloads f-autoloads s-autoloads dash-autoloads unfill-autoloads yasnippet-snippets-autoloads yasnippet-autoloads anzu-autoloads browse-kill-ring-autoloads evil-escape-autoloads evil-autoloads goto-chg-autoloads wgrep-autoloads pkg-info-autoloads epl-autoloads inflections-autoloads switch-window-autoloads vertico-autoloads clojure-mode-autoloads epc-autoloads ctable-autoloads concurrent-autoloads deferred-autoloads immortal-scratch-autoloads command-log-mode-autoloads whole-line-or-region-autoloads commenter-autoloads consult-autoloads info compat-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source eieio eieio-core password-cache json map byte-opt url-vars init-site-lisp init-utils init-benchmarking derived comp comp-cstr warnings icons subr-x rx cl-seq cl-macs gv cl-extra help-mode cl-loaddefs cl-lib bytecomp byte-compile early-init china-util rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win pgtk-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine 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 emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 1357185 379317) (symbols 48 76439 17) (strings 32 280237 144928) (string-bytes 1 8545600) (vectors 16 112106) (vector-slots 8 2359229 931150) (floats 8 1998 1825) (intervals 56 35476 0) (buffers 984 139)) -- xiliuya :) From unknown Fri Aug 15 20:50:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#63062: 29.0.90; configure.ac : what's different `--with-native-compilation=aot' and `--with-native-compilation=yes' ? Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Apr 2023 08:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63062 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: xiliuya Cc: 63062@debbugs.gnu.org Received: via spool by 63062-submit@debbugs.gnu.org id=B63062.168241005813922 (code B ref 63062); Tue, 25 Apr 2023 08:08:02 +0000 Received: (at 63062) by debbugs.gnu.org; 25 Apr 2023 08:07:38 +0000 Received: from localhost ([127.0.0.1]:51189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prDi5-0003cU-O8 for submit@debbugs.gnu.org; Tue, 25 Apr 2023 04:07:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prDi3-0003cH-IB for 63062@debbugs.gnu.org; Tue, 25 Apr 2023 04:07:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prDhw-0001rY-J9; Tue, 25 Apr 2023 04:07:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=yaGS8paVcPgkZpYp52vPQTFytkplwZLoTW0oFMX/wKM=; b=LmrKPTpSr6gr qY4x5TCspoM2yoCqkvZ/Wm9Yl5vZWfiADzvrxKoVTivBknWeC6UmRJHty3TYR4PIeX4QC9B23krET D/N/8LCHoj9UnRciiI3XHXebJWZ5voZ+sKD9ccXfgeixaZjJgFm/+Ir8mQnZwUfoXDfSEHmoCtskF C0kh6NJkS7tpfhz13xhsntTdwUo4ZUePh1FT1WEzVZXZhely1Ld8Qoka8Yxs0gtAzBziqBqMxBCyY TdM/cmlyjfzF2WLiCBUSYepQQh+Pt3vMvOf2r67NvlcaQ+R0mmCDgbxKLgi6P9XXStQ2Yhf1fb5ih Xz/sXXg/QxQgYjDMOmOHGw==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prDhv-0004cY-VB; Tue, 25 Apr 2023 04:07:28 -0400 Date: Tue, 25 Apr 2023 11:07:53 +0300 Message-Id: <83cz3swfja.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87o7nczfpc.fsf@aliyun.com> (bug-gnu-emacs@gnu.org) References: <87o7nczfpc.fsf@aliyun.com> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Tue, 25 Apr 2023 12:44:19 +0800 > From: xiliuya via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > When I compiled the packages in the same system environment using the > '--with-native-compilation=aot' and the '--with-native-compilation=yes' > respectively, file lists differ only by a few `.ELN' > > For example, 'lisp/avoid.el' is only compiled to '.elc', does not compile all > Lisp files as '.eln'. I seem to be unable to reproduce this. I see all the *.el files compiled to *.eln under this option. Where (in which sub-directory of the build tree) did you look for the *.eln files you expected to be produced by the build? Also, if you try this in a freshly-cloned repository, does it work then? From unknown Fri Aug 15 20:50:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#63062: 29.0.90; configure.ac : what's different `--with-native-compilation=aot' and `--with-native-compilation=yes' ? Resent-From: xiliuya Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Apr 2023 12:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63062 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 63062@debbugs.gnu.org Received: via spool by 63062-submit@debbugs.gnu.org id=B63062.168242425018487 (code B ref 63062); Tue, 25 Apr 2023 12:05:02 +0000 Received: (at 63062) by debbugs.gnu.org; 25 Apr 2023 12:04:10 +0000 Received: from localhost ([127.0.0.1]:51555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prHOz-0004o6-Pz for submit@debbugs.gnu.org; Tue, 25 Apr 2023 08:04:10 -0400 Received: from out30-77.freemail.mail.aliyun.com ([115.124.30.77]:47435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prHOu-0004nW-IH for 63062@debbugs.gnu.org; Tue, 25 Apr 2023 08:04:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aliyun.com; s=s1024; t=1682424235; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; bh=fbdDeip/WkTJb5wNU7EGhAHOTMfZNpRBXwYFCHj3x7c=; b=RWl/SDJcE5F/yu5ayo+f1Pgi6Ow7DEWnqTRNGP1cWf5I8fENGXQ50mnKTx1DWYF5dN8n6WCat6BFfFZmGwP4VMQ5YZ7VT9q/9BTPFSJhD36J/BywIP75nVKD2tVtmAho1JIZTcqHMrXKwFCMc5RUcLpJGkXK/vWCFejg5BjEmZM= X-Alimail-AntiSpam: AC=CONTINUE; BC=0.1497126|-1; CH=green; DM=|CONTINUE|false|; DS=CONTINUE|ham_system_inform|0.106769-0.00309244-0.890138; FP=0|0|0|0|0|-1|-1|-1; HT=ay29a033018046049; MF=xiliuya@aliyun.com; NM=1; PH=DS; RN=2; RT=2; SR=0; TI=SMTPD_---0Vh-JLvc_1682424233; Received: from xiliuya-pc(mailfrom:xiliuya@aliyun.com fp:SMTPD_---0Vh-JLvc_1682424233) by smtp.aliyun-inc.com; Tue, 25 Apr 2023 20:03:54 +0800 References: <87o7nczfpc.fsf@aliyun.com> <83cz3swfja.fsf@gnu.org> User-agent: mu4e 1.10.3; emacs 29.0.90 From: xiliuya Date: Tue, 25 Apr 2023 18:31:41 +0800 In-reply-to: <83cz3swfja.fsf@gnu.org> Message-ID: <87wn20dv87.fsf@aliyun.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: >> Date: Tue, 25 Apr 2023 12:44:19 +0800 >> From: xiliuya via "Bug reports for GNU Emacs, >> the Swiss army knife of text editors" >> >> When I compiled the packages in the same system environment using the >> '--with-native-compilation=aot' and the '--with-native-compilation=yes' >> respectively, file lists differ only by a few `.ELN' >> >> For example, 'lisp/avoid.el' is only compiled to '.elc', does not compile all >> Lisp files as '.eln'. > > I seem to be unable to reproduce this. I see all the *.el files > compiled to *.eln under this option. > > Where (in which sub-directory of the build tree) did you look for the > *.eln files you expected to be produced by the build? Also, if you > try this in a freshly-cloned repository, does it work then? Hello,Eli Zaretskii: Sorry for the late reply. I tried compiling many times to find the problem. I tested it at archlinux. This is because I didn't clean up the files generated by the last compilation. I am very sorry for the wrong question. -- xiliuya :) From unknown Fri Aug 15 20:50:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#63062: 29.0.90; configure.ac : what's different `--with-native-compilation=aot' and `--with-native-compilation=yes' ? Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Apr 2023 12:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63062 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: xiliuya Cc: 63062@debbugs.gnu.org Received: via spool by 63062-submit@debbugs.gnu.org id=B63062.168242606521436 (code B ref 63062); Tue, 25 Apr 2023 12:35:01 +0000 Received: (at 63062) by debbugs.gnu.org; 25 Apr 2023 12:34:25 +0000 Received: from localhost ([127.0.0.1]:51617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prHsG-0005Zf-Od for submit@debbugs.gnu.org; Tue, 25 Apr 2023 08:34:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prHsE-0005ZT-Kp for 63062@debbugs.gnu.org; Tue, 25 Apr 2023 08:34:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prHs6-0006cN-TO; Tue, 25 Apr 2023 08:34:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=tCux9GIDTRDO8DbIKaROoCEjmZRAa+X/eWWI8gz1Ylc=; b=Yc142/LenolD 6UnZpwdY1apVcmLR1pF5ILzIvE7Y4rmvNUyKK0pdKNN4cJp3dqlLamkEuGdosyyLX7bRE5aHjoudN eXgqQ393o+xpK/qTZavwGT/wNUS0wmGt3I0EM9SedJWmfwH+0NmmoaYehx/m8HgmHwXIRH30+nCKE 2brTYsmHsf8/9EX9eMTiTj7WuwxTv4ZGZCHdZ9HBcztmk4n6VL9hrEL+LoHy581rdM8tWtnC3nslN YEGaN7tXFLO//a0PuloQh1P/jQEptIfQSzGyW3eNZpq1CknRIDSQaKquyG1sAWF+f1p9VxFUnXtu8 5fJt5y85GTN7nFcuHMdrrg==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prHs4-0001RW-8w; Tue, 25 Apr 2023 08:34:14 -0400 Date: Tue, 25 Apr 2023 15:34:39 +0300 Message-Id: <83354ow36o.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87wn20dv87.fsf@aliyun.com> (message from xiliuya on Tue, 25 Apr 2023 18:31:41 +0800) References: <87o7nczfpc.fsf@aliyun.com> <83cz3swfja.fsf@gnu.org> <87wn20dv87.fsf@aliyun.com> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: xiliuya > Cc: 63062@debbugs.gnu.org > Date: Tue, 25 Apr 2023 18:31:41 +0800 > > I tried compiling many times to find the > problem. I tested it at archlinux. > > This is because I didn't clean up the files generated by the last > compilation. I am very sorry for the wrong question. Ok, thanks. So I guess this issue can be closed now? From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 25 08:41:51 2023 Received: (at control) by debbugs.gnu.org; 25 Apr 2023 12:41:51 +0000 Received: from localhost ([127.0.0.1]:51634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prHzS-0005lD-RH for submit@debbugs.gnu.org; Tue, 25 Apr 2023 08:41:51 -0400 Received: from out30-83.freemail.mail.aliyun.com ([115.124.30.83]:39379) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prHzP-0005kr-0p for control@debbugs.gnu.org; Tue, 25 Apr 2023 08:41:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aliyun.com; s=s1024; t=1682426496; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; bh=Pvuxi1xGWjPCL44y8+8dg1zvVCq6o+wCY7MibIvzgE0=; b=dRjYTMn6ykBudYJpHA3WokwVCjCg8/3+qD2oVbepzh6/drWv4NGjqrVvIvwvNRaHfPrfRqXHZMBhEP2Q3ikfMmTIbffhej5c5a7mVNmC33ZKnE6Rl3eYzP6mLf92Dh2kQ21Ly6CaJYRZ8XWhPSVEV6GcRX7tJzSDEDiqlYaEVzk= X-Alimail-AntiSpam: AC=CONTINUE; BC=0.4896399|-1; CH=green; DM=|CONTINUE|false|; DS=CONTINUE|ham_system_inform|0.69628-0.00445704-0.299263; FP=0|-1|-1|-1|0|-1|-1|-1; HT=ay29a033018046056; MF=xiliuya@aliyun.com; NM=1; PH=DS; RN=1; RT=1; SR=0; TI=SMTPD_---0Vh-VzVN_1682426494; Received: from xiliuya-pc(mailfrom:xiliuya@aliyun.com fp:SMTPD_---0Vh-VzVN_1682426494) by smtp.aliyun-inc.com; Tue, 25 Apr 2023 20:41:35 +0800 From: xiliuya To: control@debbugs.gnu.org Subject: close 63062 Date: Tue, 25 Apr 2023 20:41:33 +0800 Message-ID: <87ttx4dthe.fsf@aliyun.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 63062