From unknown Wed Jun 18 23:07:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67014 <67014@debbugs.gnu.org> To: bug#67014 <67014@debbugs.gnu.org> Subject: Status: 30.0.50; [PATCH] Look for strfile executable only when needed Reply-To: bug#67014 <67014@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:07:38 +0000 retitle 67014 30.0.50; [PATCH] Look for strfile executable only when needed reassign 67014 emacs submitter 67014 Manuel Giraud severity 67014 wishlist tag 67014 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 09 04:05:50 2023 Received: (at submit) by debbugs.gnu.org; 9 Nov 2023 09:05:50 +0000 Received: from localhost ([127.0.0.1]:46784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r10yz-0001Wt-Vi for submit@debbugs.gnu.org; Thu, 09 Nov 2023 04:05:50 -0500 Received: from lists.gnu.org ([2001:470:142::17]:58442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r10yu-0001WW-OI for submit@debbugs.gnu.org; Thu, 09 Nov 2023 04:05:48 -0500 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 1r10yB-0000xO-Tz for bug-gnu-emacs@gnu.org; Thu, 09 Nov 2023 04:04:59 -0500 Received: from ledu-giraud.fr ([51.159.28.247]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r10y8-00083X-Ui for bug-gnu-emacs@gnu.org; Thu, 09 Nov 2023 04:04:59 -0500 DKIM-Signature: v=1; a=ed25519-sha256; c=simple/simple; s=ed25519; bh=03pD1CYG 5mNKo3gYGyjqZ1ZQGu9s7SmakkQ4wK8lt8w=; h=date:subject:to:from; d=ledu-giraud.fr; b=foPTcr8MjnDVJuX9wfGzme4T+XqaljjLFBQEk4ydaB3cYyu5Cv N/369daKUzxbxuGBFSBLhD6I93NEEDOvIlBg== DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=03pD1CYG5mNKo3gY GyjqZ1ZQGu9s7SmakkQ4wK8lt8w=; h=date:subject:to:from; d=ledu-giraud.fr; b=OqUSyih1FwI+Lb+ZualpgA3WalZ0LMM5bCK0J4MZNWzh7Pnzkq bAGVZuB6Aq4/ZhsUytrqEtT5uOI0IvtaXPXkivaQ32h/YLzNKW4ArgVPIXFgmnysXHVB4h dN1R2LOyzNXid17uNVScx+jb8W29Pi82LOEZvnt43Rjp3FSDq08RPaiKeHbzh7dCFSAb5v z0HVRxtyX0HruGOnkR5sHAkfoj+RSx+Vn2KLCamWoTar6yHM5rxhxHT3L7e3gBzN+4CJK2 2GK4mZ/IUavwkSZSrG+GDZHSaQ8pOfe4oB1SI4FA1hNDlQXB+T19WxKH2C9+LAd7k7ZlLy Rb8MiaWcvT+w== Received: from computer ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id deab7dc8 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 9 Nov 2023 10:04:53 +0100 (CET) From: Manuel Giraud To: bug-gnu-emacs@gnu.org Subject: 30.0.50; [PATCH] Look for strfile executable only when needed Date: Thu, 09 Nov 2023 10:04:52 +0100 Message-ID: <87o7g3guvf.fsf@ledu-giraud.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit 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: -0.1 (/) --=-=-= Content-Type: text/plain Hi, Here is a patch for fortune.el to move looking for the strfile executable at the very last moment (i.e. when the fortune file needs to be compiled). Why: on OpenBSD, the default fortune is distribute without strfile but the fortune files are already compiled. Without this patch, M-x fortune complains about a missing strfile. This patch fixes this and I don't think it could be detrimental for other systems. Thanks, --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Look-for-strfile-executable-only-when-needed.patch >From 2fba44f7df4d47606f63eb0ab7a1b74dd0e3ab6e Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Thu, 9 Nov 2023 09:51:23 +0100 Subject: [PATCH] Look for strfile executable only when needed * lisp/play/fortune.el (fortune-compile): Move looking for strfile at the last moment. --- lisp/play/fortune.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el index 36551321a56..a744ddec1b1 100644 --- a/lisp/play/fortune.el +++ b/lisp/play/fortune.el @@ -253,15 +253,15 @@ fortune-compile (let* ((fortune-file (expand-file-name (substitute-in-file-name file))) (fortune-dat (expand-file-name (substitute-in-file-name - (concat fortune-file fortune-database-extension)))) - (strfile (or (executable-find fortune-strfile) - (error "Can't find strfile program %s" fortune-strfile)))) + (concat fortune-file fortune-database-extension))))) (cond ((file-exists-p fortune-file) (cond ((file-newer-than-file-p fortune-file fortune-dat) - (message "Compiling new fortune database %s" fortune-dat) - (shell-command - (concat strfile fortune-strfile-options - " " fortune-file fortune-quiet-strfile-options))))) + (let (strfile (or (executable-find fortune-strfile) + (error "Can't find strfile program %s" fortune-strfile))) + (message "Compiling new fortune database %s" fortune-dat) + (shell-command + (concat strfile fortune-strfile-options + " " fortune-file fortune-quiet-strfile-options)))))) (t (error "Can't compile fortune file %s" fortune-file))))) -- 2.42.0 --=-=-= Content-Type: text/plain In GNU Emacs 30.0.50 (build 2, x86_64-unknown-openbsd7.4) of 2023-11-08 built on computer Repository revision: bf9cbc2354124a1e9eb3327007468ba384ba2945 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101008 System Description: OpenBSD computer 7.4 GENERIC.MP#0 amd64 Configured using: 'configure CC=egcc MAKEINFO=gmakeinfo --prefix=/home/manuel/emacs --exec-prefix=/home/manuel --with-x-toolkit=no --without-cairo --without-dbus --without-gconf --without-gsettings --without-sound --without-compress-install' Configured features: FREETYPE GIF GLIB GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBXML2 MODULES NOTIFY KQUEUE OLDXMENU PDUMPER PNG RSVG SQLITE3 THREADS TIFF TREE_SITTER WEBP X11 XDBE XFT XIM XINPUT2 XPM ZLIB Important settings: value of $LC_CTYPE: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Dired by name Minor modes in effect: global-git-commit-mode: t magit-auto-revert-mode: t gnus-dired-mode: t display-time-mode: t display-battery-mode: t server-mode: t override-global-mode: t repeat-mode: t savehist-mode: t desktop-save-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/manuel/.emacs.d/elpa/ef-themes-1.4.0/theme-loaddefs hides /home/manuel/emacs/share/emacs/30.0.50/lisp/theme-loaddefs Features: (shadow emacsbug face-remap magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func magit-diff git-commit magit-core magit-autorevert magit-margin magit-transient magit-process with-editor magit-mode transient magit-git magit-section dictionary external-completion dictionary-connection vc-annotate log-edit add-log smerge-mode diff whitespace ef-cherie-theme cus-edit cus-start fortune spook cookie1 ispell magit-utils dash tabify imenu man rmailmm rmail vc-bzr vc-src vc-sccs vc-svn flow-fill mailalias smtpmail dabbrev shortdoc comp comp-cstr warnings sort gnus-cite mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-bcklg gnus-async qp gnus-ml gnus-topic mm-archive url-cache utf-7 imap rfc2104 nndoc nndraft nnmh network-stream nnfolder nnml gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache nnrss cl-print pulse help-fns radix-tree misearch multi-isearch org-duration org-agenda vc-cvs vc-rcs log-view pcvs-util make-mode org-indent org-element org-persist org-id avl-tree 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 gnus-icalendar org-capture org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs org-version org-compat org-macs sh-script smie treesit executable mule-util on-screen vc-hg conf-mode view pascal vc-dir ewoc vc bug-reference gnus-dired autorevert filenotify vc-git diff-mode vc-dispatcher paredit time battery cus-load exwm-randr xcb-randr exwm-config ido exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug server ef-summer-theme ef-themes modus-operandi-theme modus-themes zone speed-type url-http url-auth url-gw nsm compat ytdious mingus libmpdee reporter edebug debug backtrace transmission color calc-bin calc-ext calc calc-loaddefs rect calc-macs supercite regi ebdb-message ebdb-gnus gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums gmm-utils mailheader gnus-win ebdb-mua ebdb-com crm ebdb-format ebdb mailabbrev eieio-opt speedbar ezimage dframe find-func eieio-base pcase timezone icalendar gnus nnheader gnus-util mail-utils range mm-util mail-prsvr wid-edit visual-basic-mode cl web-mode derived disp-table erlang-start smart-tabs-mode skeleton cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs slime-asdf grep slime-tramp tramp rx trampver tramp-integration files-x tramp-message tramp-compat xdg shell pcomplete parse-time iso8601 time-date format-spec tramp-loaddefs slime-fancy slime-indentation slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree advice slime-scratch slime-presentations bridge slime-macrostep macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime apropos compile text-property-search etags fileloop generator xref project arc-mode archive-mode noutline outline icons pp comint ansi-osc ansi-color ring hyperspec thingatpt slime-autoloads edmacro kmacro use-package-bind-key bind-key appt diary-lib diary-loaddefs cal-menu calendar cal-loaddefs dired-x dired-aux dired dired-loaddefs notifications dbus xml cl-extra help-mode use-package-core repeat easy-mmode savehist desktop frameset debbugs-autoloads ebdb-autoloads ef-themes-autoloads exwm-autoloads hyperbole-autoloads magit-autoloads git-commit-autoloads finder-inf magit-section-autoloads dash-autoloads on-screen-autoloads osm-autoloads paredit-autoloads rust-mode-autoloads speed-type-autoloads transmission-autoloads with-editor-autoloads info compat-autoloads ytdious-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 cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen 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 kqueue lcms2 dynamic-setting font-render-setting xinput2 x multi-tty move-toolbar make-network-process emacs) Memory information: ((conses 16 1301869 429268) (symbols 48 63026 13) (strings 32 320232 20861) (string-bytes 1 10350015) (vectors 16 195160) (vector-slots 8 3283311 133174) (floats 8 732 9105) (intervals 56 43459 3744) (buffers 992 151)) -- Manuel Giraud --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 10 12:50:40 2024 Received: (at control) by debbugs.gnu.org; 10 Jan 2024 17:50:40 +0000 Received: from localhost ([127.0.0.1]:42915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNciu-0002nr-Co for submit@debbugs.gnu.org; Wed, 10 Jan 2024 12:50:40 -0500 Received: from mail-ed1-x52c.google.com ([2a00:1450:4864:20::52c]:54470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNcis-0002na-4M for control@debbugs.gnu.org; Wed, 10 Jan 2024 12:50:38 -0500 Received: by mail-ed1-x52c.google.com with SMTP id 4fb4d7f45d1cf-55590da560dso5541718a12.0 for ; Wed, 10 Jan 2024 09:50:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704909034; x=1705513834; darn=debbugs.gnu.org; h=to:subject:message-id:date:mime-version:from:from:to:cc:subject :date:message-id:reply-to; bh=+bMCSIwgmfvlJ3dF08ZZqW1aKD+E8BYg6vxeSG13NbI=; b=bvRR6sxZphl6Hfz+VkywwwbAiT6SmUvRspcoG7TP3YAtPjUI01nq/x2gI209fiLXRV XD3elPT++fMYCEipGgeIMTm4sWtjI8YLv3Iiv9ZdREBIkRfinZr/eBDO9cMPYJHh96eX mEROYZfLCjW6U58eGoxXQyS8qitBPjbdUPqUY9Ek0BXnWr2kR64tuVoWni7pBn+IOswF Emzk4UGo66NExlT0LMinvXRWeQ9LZHCw5LcRUBqEUnzyvBupIITwyrXeCp5X+3TNScxo O23Imvq6HLYhQZpQEWHg48VAT71ImQXuPUdG4YTA0FO1HpFBLuCzLiYqVkKNk+ZPorTF vaaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704909034; x=1705513834; h=to:subject:message-id:date:mime-version:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=+bMCSIwgmfvlJ3dF08ZZqW1aKD+E8BYg6vxeSG13NbI=; b=fg/r4zIxCzVZJ2WG1v25oH9wkXtWMORqn8Xhh1E8m7OgnjWOydEcROL2ojNfkbykC4 0yaTXcwoHJ02p4BXrHz/1yptsg121sJ43uVmZ771L8yVVRNdIA6p/m2XR2g/PpfjRurX asH0YPJgQdJruX56qupqMKvu8cwFmUj4zRDCDXpZ//NzYMb2dJUDrMnLM2BTR//Qu0dc zO1UUAmz0tFPVN+cM2rT53JbbICAFFzRleUjVaugDPqwWP2yBUB3/08OHNVcu87gNAMh zUnoqM/D0SDsprfVHSEWMRgBvTI36XycWqT2NYWoNJnoD3FgzypJfbyOuJAqWcIX4M0h 7x1Q== X-Gm-Message-State: AOJu0Yz6UfzKHYjJzHkscTv/hMIYJb8/lASACj1hXOxV+ocMwT7u3cVj CGU6OF+cNr+BfLvz+it9/gjyw+xcAShxGTlw87D4KaMbyb7BLQ== X-Google-Smtp-Source: AGHT+IGSehCO7qHX07RvCDiyqT64DY0a/5q2OwM75pKB2Gb7rXAFXe+kr/xkni0Cuo88vTRwIPK4F2LszO5DunBBR+c= X-Received: by 2002:a50:c05d:0:b0:557:1267:e380 with SMTP id u29-20020a50c05d000000b005571267e380mr741018edd.77.1704909033778; Wed, 10 Jan 2024 09:50:33 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 10 Jan 2024 09:50:33 -0800 From: Stefan Kangas MIME-Version: 1.0 Date: Wed, 10 Jan 2024 09:50:33 -0800 Message-ID: Subject: control message for bug #67014 To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" 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 (-) severity 67014 wishlist quit