Hi,
I am running Etoile from the SVN on top of GNUstep, hand-compiled
and installed, based on the gnustep-startup-0.18.1 package.
Previous versions of emacs.app did not cooperate with Etoile
properly, i.e. the menu did not integrate into the menu server.
To check whether things have changed I downloaded RC2 and the
patch, and as usual ran ./compile in ./nextstep. The files
compile fine, but near the end the build script hangs at this
output:
---------------------------- snip ----------------------------
[...]
./finder-inf.el
rm -f
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/lisp/subdirs.el
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/update-subdirs
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/lisp
if [ -f
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/site-lisp/subdirs.el
]; \
then true; \
else \
(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
echo " (normal-top-level-add-subdirs-to-load-path))") \
>
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/site-lisp/subdirs.el;
\
fi
chmod a+r
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/site-lisp/subdirs.el
if [ -f
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/site-lisp/subdirs.el
]; \
then true; \
else \
(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \
echo " (normal-top-level-add-subdirs-to-load-path))") \
>
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/site-lisp/subdirs.el;
\
fi
chmod a+r
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/site-lisp/subdirs.el
unset CDPATH; \
if [ `(cd ./etc; /bin/pwd)` != `(cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
/bin/pwd)` ]; \
then \
fullversion=`./src/emacs --version | sed -n '1 s/GNU Emacs *//p'`; \
if [ -f "./etc/DOC-${fullversion}" ]; \
then \
docfile="DOC-${fullversion}"; \
else \
docfile="DOC-23.0.0*"; \
fi; \
echo "Copying etc/${docfile} to
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc
..." ; \
(cd ./etc; tar -chf - ${docfile}) \
|(cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
umask 022; tar -xvf - && cat > /dev/null) || exit 1; \
(cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
chown ${LOGNAME:-$USERNAME} DOC*; chmod a+r DOC*; \
if test "`echo DOC-*`" != "DOC-*"; then rm -f DOC; fi); \
else true; fi
2007-10-10 10:02:09.818 emacs[6116] Loading 3 user defined AppKit bundles
2007-10-10 10:02:09.819 emacs[6116] Loaded
'/usr/local/GNUstep/System/Library/Bundles/Camaelon.themeEngine'
2007-10-10 10:02:09.827 emacs[6116] Loaded
'/usr/local/GNUstep/System/Library/Bundles/EtoileMenus.bundle'
2007-10-10 10:02:09.828 emacs[6116] Loaded
'/usr/local/GNUstep/System/Library/Bundles/EtoileBehavior.bundle'
2007-10-10 10:02:09.927 emacs[6116] The font specified for
NSUserFixedPitchFont, Courier, can't be found.
---------------------------- snip ----------------------------
The process list looks like this:
---------------------------- snip ----------------------------
27687 pts/10 S+ 0:00 | | \_ /bin/sh ./compile
2507 pts/10 S+ 0:00 | | \_ make install
6108 pts/10 S+ 0:00 | | \_ /bin/sh -c unset
CDPATH; \?if [ `(cd ./etc; /bin/pwd)` != `(cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
/bin/pwd)` ]; \?then \? fullversion=`./src/emacs --version | sed -n '1 s/GNU
Emacs *//p'`; \? if [ -f "./etc/DOC-${fullversion}" ]; \? then \?
docfile="DOC-${fullversion}"; \? else \? docfile="DOC-23.0.0*"; \? fi;
\? echo "Copying etc/${docfile} to
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc
..." ; \? (cd ./etc; tar -chf - ${docfile}) \? |(cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
umask 022; tar -xvf - && cat > /dev/null) || exit 1; \? (cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
chown ${LOGNAME:-$USERNAME} DOC*; chmod a+r DOC*; \? if test "`echo DOC-*`"
!
=
"DOC-*"; then rm -f DOC; fi); \?else true; fi
6115 pts/10 S+ 0:00 | | \_ /bin/sh -c unset
CDPATH; \?if [ `(cd ./etc; /bin/pwd)` != `(cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
/bin/pwd)` ]; \?then \? fullversion=`./src/emacs --version | sed -n '1 s/GNU
Emacs *//p'`; \? if [ -f "./etc/DOC-${fullversion}" ]; \? then \?
docfile="DOC-${fullversion}"; \? else \? docfile="DOC-23.0.0*"; \? fi;
\? echo "Copying etc/${docfile} to
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc
..." ; \? (cd ./etc; tar -chf - ${docfile}) \? |(cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
umask 022; tar -xvf - && cat > /dev/null) || exit 1; \? (cd
/var/src/gnustep/emacs-23.0.0_NS-9.0rc2a/nextstep/build/Emacs.app/Resources/share/emacs/23.0.0/etc;
chown ${LOGNAME:-$USERNAME} DOC*; chmod a+r DOC*; \? if test "`echo DOC-*
`" !=
"DOC-*"; then rm -f DOC; fi); \?else true; fi
6116 pts/10 S+ 0:05 | | \_ ./src/emacs
--version
6117 pts/10 S+ 0:00 | | \_ sed -n 1
s/GNU Emacs *//p
---------------------------- snip ----------------------------
Any hints?
Cheers,
Martin
--
----------- / http://herbert.the-little-red-haired-girl.org / -------------
=+=
If life is a stage, I want some better lighting. If little else, the brain
is an educational toy. -- Tom Robbins
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-