all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adrian Robert <Adrian.B.Robert@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: CVS HEAD still broken for OSX
Date: Tue, 30 Sep 2008 13:32:27 +0000 (UTC)	[thread overview]
Message-ID: <loom.20080930T132236-777@post.gmane.org> (raw)
In-Reply-To: 86d4imz6am.fsf@blue.stonehenge.com

Randal L. Schwartz <merlyn <at> stonehenge.com> writes:

> 
> >>>>> "Randal" == Randal L Schwartz <merlyn <at> stonehenge.com> writes:
> 
> Adrian> Could you try either with no --prefix or
> Adrian> adding --disable-ns-self-contained
> Adrian> to the configure invocation?
> 
> Randal> Will do.
> 
> No, same response, still installs (or tries to) into the wrong dir:
> 
>    Copying etc/DOC-23.0.60.2 to /Users/merlyn/MIRROR/emacs-
CVS/nextstep/Emacs.app/Contents/Resources/share/emacs/23.0.60/etc
> 
> That's the wrong path for the self-contained app.  So leaving out --prefix
> didn't matter.  This path is wrong when I do "make all install".

OK, I'd say the path is correct but the directory is not being made because
the "install" target is for some reason deciding it doesn't need to be.
(The entire subtree under Resources gets rearranged by NS's install-arch-dep,
but the subsequent "install" somehow doesn't see this.)

For now, you can use my approach to update-installs which is:

#!/bin/sh
cd lisp
make -j3
cd ..
rm -f etc/DOC-* src/emacs-*
make -j3

This suppresses the strange, linux-kernel-like versioning added to
DOC and emacs by resetting it.  (Who here is making use of the
historic copies and for what?)  DOC in the app package might not
actually get updated though, so a better solution should be implemented.

I guess the make-lisp step could be added to the remake script..







      reply	other threads:[~2008-09-30 13:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-26 22:57 CVS HEAD still broken for OSX "make all install" for .app creation Randal L. Schwartz
2008-09-27 16:52 ` CVS HEAD still broken for OSX Adrian Robert
2008-09-27 19:48   ` popup-menu with keyboard menu Stephen Leake
2008-09-29 19:52     ` Glenn Morris
2008-09-30  6:49       ` Stephen Leake
2008-09-30  6:53         ` Glenn Morris
2008-09-30 11:31           ` Stephen Leake
2008-10-01 17:12             ` Glenn Morris
2008-09-28 17:33   ` CVS HEAD still broken for OSX Randal L. Schwartz
2008-09-29 21:34     ` Adrian Robert
2008-09-30  2:46       ` Randal L. Schwartz
2008-09-30  3:00         ` Randal L. Schwartz
2008-09-30 13:32           ` Adrian Robert [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=loom.20080930T132236-777@post.gmane.org \
    --to=adrian.b.robert@gmail.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.