emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#17278: closed (24.3.90; cannot build with a colon


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17278: closed (24.3.90; cannot build with a colon in the directory name)
Date: Fri, 20 Jun 2014 16:10:02 +0000

Your message dated Fri, 20 Jun 2014 09:09:24 -0700
with message-id <address@hidden>
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
address@hidden)


-- 
17278: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17278
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.90; cannot build with a colon in the directory name Date: Wed, 16 Apr 2014 23:26:58 +0200
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.



--- End Message ---
--- Begin Message --- Subject: Re: 24.3.90; cannot build with a colon in the directory name Date: Fri, 20 Jun 2014 09:09:24 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 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.


--- End Message ---

reply via email to

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