emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

--with-ns "make all install" seems to be failing for incremental builds


From: Randal L. Schwartz
Subject: --with-ns "make all install" seems to be failing for incremental builds
Date: Sun, 07 Sep 2008 16:56:12 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (berkeley-unix)

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
<address@hidden> <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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]