From: Ivan Shmakov <ivan@siamics.net>
To: 20259@debbugs.gnu.org
Subject: bug#20259: make fails to produce c-by, etc.: Invalid slot type...
Date: Sun, 05 Apr 2015 05:15:03 +0000 [thread overview]
Message-ID: <877ftrtaug.fsf@violet.siamics.net> (raw)
In-Reply-To: <55206799.7080800@cs.ucla.edu> (Paul Eggert's message of "Sat, 04 Apr 2015 15:37:13 -0700")
>>>>> Paul Eggert <eggert@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
prev parent reply other threads:[~2015-04-05 5:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-04 19:45 bug#20259: make fails to produce c-by, etc.: Invalid slot type Ivan Shmakov
2015-04-04 22:37 ` Paul Eggert
2015-04-05 5:15 ` Ivan Shmakov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877ftrtaug.fsf@violet.siamics.net \
--to=ivan@siamics.net \
--cc=20259@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.