unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* --with-ns "make all install" seems to be failing for incremental builds
@ 2008-09-07 23:56 Randal L. Schwartz
  0 siblings, 0 replies; only message in thread
From: Randal L. Schwartz @ 2008-09-07 23:56 UTC (permalink / raw)
  To: emacs-devel


I pulled the latest CVS, and noticed a few .c file changes, so
as habit goes, I said "make all install", and got the following errors
during the installation phase:

mv: rename share/emacs/23.0.60/etc to ./etc: Directory not empty
mv: rename share/emacs/23.0.60/lisp to ./lisp: Directory not empty
mv: rename share/emacs/23.0.60/site-lisp to ./site-lisp: Directory not empty
mv: rename share/info to ./info: Directory not empty

These commands come from

      if test "${ns_appdir}" != ""; then \
        ( cd ${ns_appresdir} ; \
            if test -d share/emacs ; then mv -f share/emacs/*/* . ; fi ; \
                if test -d share/info ; then mv -f share/info . ; fi ; \
                    rm -fr share ) ; \
                      ( cd ${ns_appbindir}/libexec ; mv -f emacs/*/*/* . ; rm -fr emacs ) ; \
                        ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-23* ; \
                            ln -sf ../libexec/* .) ; \
                            else true ; fi

in the top level Makefile, I think.

And sure enough, the .2 version of my DOC file wasn't moved into
place, so the resulting .app file doesn't have all of the required
data, and fails. "make bootstrap all install" works, however.

"rm -rf nextstep/Emacs.app" before install works, but suffers because
the entire installation is being reinstalled, something that was never
necessary with the old carbon Emacs.app.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-07 23:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-07 23:56 --with-ns "make all install" seems to be failing for incremental builds Randal L. Schwartz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).