* bug#74088: 31.0.50; Wgrep compilation errors during package installation
@ 2024-10-29 15:04 Sean Devlin
2024-10-30 9:26 ` Andrea Corallo
0 siblings, 1 reply; 2+ messages in thread
From: Sean Devlin @ 2024-10-29 15:04 UTC (permalink / raw)
To: 74088
Hi folks,
If you install wgrep via the package manager, there are some compilation
errors during installation.
Recipe:
1. mkdir /tmp/emacs-test
2. HOME=/tmp/emacs-test emacs
3. M-x package-install RET wgrep RET
Observe the errors in the compilation log, for example:
wgrep-subtest.el:2:11: Error: Cannot open load file: No such file or
directory, dash
I think the issue is that some of the test files have dependencies not
enumerated in the package requirements.
Thanks!
In GNU Emacs 31.0.50 (build 1, aarch64-apple-darwin24.0.0, NS
appkit-2566.00 Version 15.0.1 (Build 24A348)) of 2024-10-22 built on
beatrix.local
Repository revision: a7574170716feb153016685a99f2537a27979627
Repository branch: spd
Windowing system distributor 'Apple', version 10.3.2575
System Description: macOS 15.1
Configured using:
'configure --with-ns --with-modules --with-native-compilation
--with-libgmp --with-tree-sitter --with-sqlite3 --without-imagemagick
--without-dbus CPPFLAGS=-I/opt/homebrew/include
LDFLAGS=-L/opt/homebrew/lib
PKG_CONFIG_PATH=/opt/homebrew/lib/pkgconfig'
Configured features:
ACL GMP GNUTLS LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS PDUMPER
SQLITE3 THREADS TOOLKIT_SCROLL_BARS TREE_SITTER ZLIB
Important settings:
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
show-paren-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
minibuffer-regexp-mode: 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:
None found.
Features:
(shadow sort mail-extr emacsbug ert ewoc debug backtrace help-mode
find-func warnings wgrep grep wgrep-autoloads loaddefs-gen lisp-mnt
radix-tree tar-mode arc-mode archive-mode cus-edit pp cus-start cus-load
wid-edit mm-archive message sendmail yank-media dired dired-loaddefs
rfc822 mml mml-sec epa derived epg rfc6068 gnus-util time-date
mailabbrev gmm-utils mailheader mm-decode mm-bodies mm-encode mail-utils
compile text-property-search comint ansi-osc ansi-color ring comp-run
comp-common rx gnutls network-stream url-cache url-http url-auth
mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw
nsm puny epg-config finder-inf 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 icons 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/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 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 cocoa ns multi-tty
make-network-process native-compile emacs)
Memory information:
((conses 16 215627 21190) (symbols 48 12841 0) (strings 32 57900 4038)
(string-bytes 1 1686098) (vectors 16 33500)
(vector-slots 8 356709 9336) (floats 8 151 3) (intervals 56 565 0)
(buffers 992 14))
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#74088: 31.0.50; Wgrep compilation errors during package installation
2024-10-29 15:04 bug#74088: 31.0.50; Wgrep compilation errors during package installation Sean Devlin
@ 2024-10-30 9:26 ` Andrea Corallo
0 siblings, 0 replies; 2+ messages in thread
From: Andrea Corallo @ 2024-10-30 9:26 UTC (permalink / raw)
To: Sean Devlin; +Cc: 74088, Masahiro Hayashi
Sean Devlin <spd@toadstyle.org> writes:
> Hi folks,
>
> If you install wgrep via the package manager, there are some compilation
> errors during installation.
>
> Recipe:
>
> 1. mkdir /tmp/emacs-test
> 2. HOME=/tmp/emacs-test emacs
> 3. M-x package-install RET wgrep RET
>
> Observe the errors in the compilation log, for example:
>
> wgrep-subtest.el:2:11: Error: Cannot open load file: No such file or
> directory, dash
>
> I think the issue is that some of the test files have dependencies not
> enumerated in the package requirements.
>
> Thanks!
Cc'ing Masahiro, could you help with this?
Thanks
Andrea
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-30 9:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 15:04 bug#74088: 31.0.50; Wgrep compilation errors during package installation Sean Devlin
2024-10-30 9:26 ` Andrea Corallo
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).