GNU bug report logs - #17278
24.3.90; cannot build with a colon in the directory name

Previous Next

Package: emacs;

Reported by: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>

Date: Wed, 16 Apr 2014 21:28:01 UTC

Severity: important

Found in version 24.3.90

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
Subject: bug#17278: closed (Re: 24.3.90; cannot build with a colon in the
 directory name)
Date: Fri, 20 Jun 2014 16:10:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#17278: 24.3.90; cannot build with a colon in the directory name

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 17278 <at> debbugs.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)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
Cc: 17278-done <at> debbugs.gnu.org
Subject: Re: 24.3.90; cannot build with a colon in the directory name
Date: Fri, 20 Jun 2014 09:09:24 -0700
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.

[Message part 3 (message/rfc822, inline)]
From: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
To: bug-gnu-emacs <at> gnu.org
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.



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.