GNU bug report logs -
#17278
24.3.90; cannot build with a colon in the directory name
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 20 Jun 2014 09:09:24 -0700
with message-id <53A45CB4.40103 <at> cs.ucla.edu>
and subject line Re: 24.3.90; cannot build with a colon in the directory name
has caused the debbugs.gnu.org bug report #17278,
regarding 24.3.90; cannot build with a colon in the directory name
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
17278: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17278
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I tried to build emacs in a directory named "emacs:forever" (well initially
it was a directory named emacs-2014-04-16-22:22) and it failed with the
following error :
if test "no" = "yes"; then \
rm -f bootstrap-emacs; \
ln temacs bootstrap-emacs; \
else \
./temacs --batch --load loadup bootstrap || exit 1; \
test "X/sbin/paxctl" = X || /sbin/paxctl -zex emacs; \
mv -f emacs bootstrap-emacs; \
fi
Warning: arch-independent data dir
`/usr/local/share/emacs/24.3.90/etc/': Aucun fichier ou dossier de ce
type
Warning: Lisp directory `forever/lisp': Aucun fichier ou dossier de ce
type
Error: charsets directory not found:
/usr/local/share/emacs/24.3.90/etc/charsets
Emacs will not function correctly without the character map files.
Please check your installation!
make [1]: *** [bootstrap-emacs] Erreur 1
make [1] : on quitte le répertoire «
/home/youngfrog/sources/running-emacs:forever/src »
make: *** [src] Erreur 2
In epaths.h, there's a
#define PATH_DUMPLOADSEARCH "/home/youngfrog/sources/running-emacs:forever/lisp"
which is used in lread.c to define Vload_path via decode_env_path,
and that makes the problem above.
In GNU Emacs 24.3.90.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2014-04-16 on geodiff-mac3
System Description: Gentoo Base System release 2.2
Configured using:
`configure --with-x-toolkit=lucid --enable-checkings 'CFLAGS= -O0 -g3''
--
Nico.
[Message part 3 (message/rfc822, inline)]
Thanks for reporting that. We can't support directory names containing
":", due to the syntax for directory paths, but we can output a better
message when building Emacs, to warn you about the problem, so I did
that in Emacs trunk bzr 117372.
This bug report was last modified 11 years and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.