all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Subject: Re: bug#327: 23.0.60; make bootstrap fails from CVS
Date: Tue, 03 Jun 2008 14:06:09 -0500	[thread overview]
Message-ID: <86iqwq72zi.fsf@lifelogs.com> (raw)
In-Reply-To: d3zlq2crhh.fsf@fencepost.gnu.org

On Tue, 03 Jun 2008 14:18:02 -0400 Glenn Morris <rgm@gnu.org> wrote: 

GM> If all else fails, please try asking on help-make at gnu.org.

I will.  

The build breaks with a clean environment, under bash.  I tried
modifying and deleting VPATH.

But I found something else in lisp/Makefile that may be interesting.
This rule:

TAGS TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2)
	els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
	${ETAGS} -o $@ $$els

is what breaks things.  I found that if I write it as 

TAGS TAGS-LISP: $(lisptagsfiles1)
	els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
	${ETAGS} -o $@ $$els

the build works up to a point.  The second dependency is

lisptagsfiles2 = $(lisp)/*/*.el

which dovetails nicely with the observation that only things in
subdirectories break the build.  Even a fake target like this:

tzz: $(lisptagsfiles2)

breaks things.

After I remove the $(lisptagsfiles2) dependency from TAGS TAGS-LISP I
proceed with the compilation until

make[1]: *** No rule to make target `/home/tzz/source/emacs/lisp/face-remap.elc', needed by `compile-main'.  Stop.
make[1]: Leaving directory `/home/tzz/source/emacs/lisp'
make: *** [compile] Error 2
make: Leaving directory `/home/tzz/source/emacs/lisp'

I don't understand the cause of the failures or why your changes broke
my build (since they don't do anything near the problem).  I'm puzzled.
If you have some ideas let me know, otherwise I'll go off to help-make.

Ted





  reply	other threads:[~2008-06-03 19:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-27 16:06 23.0.60; make bootstrap fails from CVS Teodor Zlatanov
2008-05-27 19:53 ` bug#327: " Glenn Morris
2008-05-27 23:04   ` Ted Zlatanov
2008-05-27 23:35     ` Glenn Morris
2008-05-28 14:15       ` Ted Zlatanov
2008-05-28 17:41         ` Glenn Morris
2008-05-28 18:35           ` Ted Zlatanov
2008-05-28 19:05             ` Glenn Morris
2008-05-28 17:41         ` Glenn Morris
2008-06-02 20:27       ` Ted Zlatanov
2008-06-02 21:16         ` Glenn Morris
2008-06-03 17:18           ` Ted Zlatanov
2008-06-03 18:18             ` Glenn Morris
2008-06-03 19:06               ` Ted Zlatanov [this message]
2008-06-03 20:01                 ` Glenn Morris
2008-06-04 15:25                   ` Ted Zlatanov
2008-06-04 18:34                     ` Glenn Morris
2008-06-04 19:54                       ` Ted Zlatanov
2008-05-27 23:35     ` Glenn Morris
2008-05-27 19:53 ` Glenn Morris
  -- strict thread matches above, loose matches on Subject: below --
2008-05-27 16:06 Teodor Zlatanov

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=86iqwq72zi.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=emacs-devel@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.