unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.50; problems during 'make install'
@ 2007-12-01 23:03 Peter Dyballa
  2007-12-01 23:07 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Dyballa @ 2007-12-01 23:03 UTC (permalink / raw)
  To: emacs-pretest-bug

Hello!

This happens during installation:

Copying /Users/pete/Quellen/Emacs_CVS/emacs/etc to /usr/local/share/ 
emacs/23.0.50/etc...
./
./.arch-inventory
./.cvsignore
./AUTHORS
./BABYL
./celibacy.1
./CENSORSHIP
...
./NEWS.22
./nxml/
./nxml/00000-0007F.el
./nxml/00080-000FF.el
./nxml/00100-0017F.el
./nxml/00180-0024F.el
...
./nxml/1D400-1D7FF.el
./nxml/CVS/
./nxml/CVS/Entries
./nxml/CVS/Repository
./nxml/CVS/Root
./nxml/CVS/Template
./nxml/E0000-E007F.el
./nxml/README
./NXML-NEWS
./ORDERS
...
./novice.elc
./nxml/
./nxml/.cvsignore
./nxml/char-name/
./nxml/char-name/CVS/
./nxml/char-name/CVS/Entries
./nxml/char-name/CVS/Repository
./nxml/char-name/CVS/Root
./nxml/char-name/CVS/Template
./nxml/char-name/subdirs.el
./nxml/char-name/unicode/
./nxml/char-name/unicode/00000-0007F.elc
./nxml/char-name/unicode/00080-000FF.elc
...
./nxml/char-name/unicode/1D400-1D7FF.elc
./nxml/char-name/unicode/CVS/
./nxml/char-name/unicode/CVS/Entries
./nxml/char-name/unicode/CVS/Repository
./nxml/char-name/unicode/CVS/Root
./nxml/char-name/unicode/CVS/Template
./nxml/char-name/unicode/E0000-E007F.elc
./nxml/CVS/
./nxml/CVS/Entries
./nxml/CVS/Repository
./nxml/CVS/Root
./nxml/CVS/Template
./nxml/nxml-enc.el
...
./nxml/subdirs.el
./nxml/test.invalid.xml
./nxml/test.valid.xml
./nxml/TODO
./nxml/xmltok.el
./nxml/xmltok.elc
./nxml/xsd-regexp.el
./nxml/xsd-regexp.elc
./obsolete/
...
./xt-mouse.elc
rm -f /usr/local/share/emacs/23.0.50/lisp/subdirs.el
...
unset CDPATH; \
if [ -n "/usr/bin/gzip" ]; \
then \
    echo "Compressing *.el ..." ; \
    (cd /usr/local/share/emacs/23.0.50/lisp; for f in `find . -name  
"*.elc" -print`; do \
	/usr/bin/gzip -9n `echo $f|sed 's/.elc$/.el/'` ; \
     done) \
else true; fi
Compressing *.el ...
gzip: ./nxml/char-name/unicode/00000-0007F.el: No such file or directory
gzip: ./nxml/char-name/unicode/00080-000FF.el: No such file or directory
many more
gzip: ./nxml/char-name/unicode/1D400-1D7FF.el: No such file or directory
gzip: ./nxml/char-name/unicode/E0000-E007F.el: No such file or directory
unset CDPATH; \
thisdir=`/bin/pwd`; \
...
find /usr/local/share/emacs/23.0.50/leim -exec chown ${installuser}  
'{}' ';'
cd lib-src; make maybe-blessmail  \
   MAKE='make' archlibdir='/usr/local/libexec/emacs/23.0.50/powerpc- 
apple-darwin8.11.0'
make[1]: Nothing to be done for `maybe-blessmail'.


The directory /usr/local/share/emacs/23.0.50/lisp/nxml/char-name/ 
unicode contains only ELC files.

Mac OS X 10.4.11

--
Greetings

   Pete

Increase the size of your bike by at least *five* inches!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 23.0.50; problems during 'make install'
  2007-12-01 23:03 23.0.50; problems during 'make install' Peter Dyballa
@ 2007-12-01 23:07 ` Andreas Schwab
  2007-12-01 23:36   ` Peter Dyballa
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2007-12-01 23:07 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: emacs-pretest-bug

Peter Dyballa <Peter_Dyballa@Freenet.DE> writes:

> The directory /usr/local/share/emacs/23.0.50/lisp/nxml/char-name/
> unicode contains only ELC files.

Remove them from the source directory.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 23.0.50; problems during 'make install'
  2007-12-01 23:07 ` Andreas Schwab
@ 2007-12-01 23:36   ` Peter Dyballa
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2007-12-01 23:36 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-pretest-bug


Am 02.12.2007 um 00:07 schrieb Andreas Schwab:

>> The directory /usr/local/share/emacs/23.0.50/lisp/nxml/char-name/
>> unicode contains only ELC files.
>
> Remove them from the source directory.

Wouldn't it then be better to correct some Makefile(s) for 'make  
bootstrap'?

--
Mit friedvollen Grüßen

   Pete

Banken sprengen heißt Sonne rein lassen.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-01 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-01 23:03 23.0.50; problems during 'make install' Peter Dyballa
2007-12-01 23:07 ` Andreas Schwab
2007-12-01 23:36   ` Peter Dyballa

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).