GNU bug report logs -
#20259
make fails to produce c-by, etc.: Invalid slot type...
Previous Next
Reported by: Ivan Shmakov <ivan <at> siamics.net>
Date: Sat, 4 Apr 2015 19:47:01 UTC
Severity: normal
Merged with 20270
Found in version 25.0.50
Fixed in version 25.1
Done: Ivan Shmakov <ivan <at> siamics.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 20259 <at> debbugs.gnu.org (full text, mbox):
>>>>> Paul Eggert <eggert <at> cs.ucla.edu> writes:
>> For a couple of weeks or so now, building Emacs fails for me when
>> byte-compiling cedet/semantic/bovine/c.el, apparently because the
>> earlier stages have failed to produce a number of files under
>> lisp/cedet/semantic/bovine/ (*.by) and …/wisent/ (*.wy).
To clarify: it fails to produce /.el/ files (from .by and .wy.)
> What happens if you run "make bootstrap"?
Just in case, the build procedure I use is (roughly) as follows.
From what I know, it effectively makes ‘make bootstrap’ a no-op,
or am I mistaken on that?
#!/bin/bash
set -e -x
mkdir -v -- emacs-$(date -uI)-build
cd emacs-$(date -uI)-build
lndir -- ../emacs-src
autoreconf -v -i -I m4
## Ensure there are no stray .elc files in the build directory.
! grep -q -- . < <(find -name \*.elc)
LC_ALL=C nohup /usr/bin/time make \
-- lib lib-src src lisp
--
FSF associate member #7257 http://boycottsystemd.org/ … 3013 B6A0 230E 334A
This bug report was last modified 10 years and 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.