GNU bug report logs -
#31118
27.0.50; Can't load/compile websocket in 32bit master
Previous Next
Reported by: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Date: Tue, 10 Apr 2018 03:04:01 UTC
Severity: normal
Found in version 27.0.50
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
Message #25 received at 31118 <at> debbugs.gnu.org (full text, mbox):
> $ make externals
> emacs --batch -l admin/archive-contents.el \
> -f archive-add/remove/update-externals
> No "emacs" subdir: will skip :core packages
> Cloning branch auctex:
> fatal: Not a valid object name: 'origin/externals/auctex'.
> ...
> Cloning branch ebdb:
> fatal: Not a valid object name: 'origin/externals/ebdb'.
> ...
Indeed, "make externals" assumes that the other branches are in your
repository, in the remote called "origin". For some reason your
local repository doesn't seem to be setup this way.
> That command doesn't work for me:
>
> $ grep '#xffffffff' elpa/**/*.el
> grep: elpa/**/*.el: No such file or directory
The "**/" glob is a zsh extension (supported also by Eshell, AFAIK),
whose meaning is clear enough.
> And this one doesn't find anything for me, in the elpa directory:
> grep -r '#xffffffff' .
This is because of the above error (the other matches are in exwm,
i.e. in the origin/externals/exwm branch).
Stefan
This bug report was last modified 7 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.