GNU bug report logs -
#74088
31.0.50; Wgrep compilation errors during package installation
Previous Next
Reported by: Sean Devlin <spd <at> toadstyle.org>
Date: Tue, 29 Oct 2024 15:05:02 UTC
Severity: normal
Tags: notabug
Found in version 31.0.50
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74088 in the body.
You can then email your comments to 74088 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#74088
; Package
emacs
.
(Tue, 29 Oct 2024 15:05:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sean Devlin <spd <at> toadstyle.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 29 Oct 2024 15:05:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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))
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#74088
; Package
emacs
.
(Wed, 30 Oct 2024 09:27:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74088 <at> debbugs.gnu.org (full text, mbox):
Sean Devlin <spd <at> 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
Added tag(s) notabug.
Request was from
Stefan Kangas <stefankangas <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sat, 15 Feb 2025 03:33:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Stefan Kangas <stefankangas <at> gmail.com>
:
You have taken responsibility.
(Sat, 15 Feb 2025 03:33:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sean Devlin <spd <at> toadstyle.org>
:
bug acknowledged by developer.
(Sat, 15 Feb 2025 03:33:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 74088-done <at> debbugs.gnu.org (full text, mbox):
tags 74088 + notabug
thanks
Sean Devlin <spd <at> 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!
wgrep is on NonGNU ELPA, so it's not maintained by us. I recommend
contacting the develepers of that package (here in Cc), maybe through
the package's bug tracker here:
https://github.com/mhayashi1120/Emacs-wgrep/
Meanwhile, I'm closing this bug.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 15 Mar 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 115 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.