From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15260: cannot build in a directory with non-ascii characters Date: Fri, 25 Oct 2013 14:40:46 -0400 Message-ID: References: <83y55ih6g3.fsf@gnu.org> <81ppqums9o.fsf@fencepost.gnu.org> <83hac5h1ha.fsf@gnu.org> <83bo2dgq36.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1382726467 21212 80.91.229.3 (25 Oct 2013 18:41:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2013 18:41:07 +0000 (UTC) Cc: 15260@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 25 20:41:10 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VZmJn-0004XX-Uc for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Oct 2013 20:41:08 +0200 Original-Received: from localhost ([::1]:60421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZmJn-0003Yp-FX for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Oct 2013 14:41:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZmJj-0003Yf-T3 for bug-gnu-emacs@gnu.org; Fri, 25 Oct 2013 14:41:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZmJi-0005w6-TG for bug-gnu-emacs@gnu.org; Fri, 25 Oct 2013 14:41:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZmJi-0005w2-QJ for bug-gnu-emacs@gnu.org; Fri, 25 Oct 2013 14:41:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VZmJi-0007e5-2l for bug-gnu-emacs@gnu.org; Fri, 25 Oct 2013 14:41:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 25 Oct 2013 18:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15260 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15260-submit@debbugs.gnu.org id=B15260.138272645129370 (code B ref 15260); Fri, 25 Oct 2013 18:41:02 +0000 Original-Received: (at 15260) by debbugs.gnu.org; 25 Oct 2013 18:40:51 +0000 Original-Received: from localhost ([127.0.0.1]:43901 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZmJW-0007dd-ET for submit@debbugs.gnu.org; Fri, 25 Oct 2013 14:40:50 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:60025 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZmJT-0007dV-E6 for 15260@debbugs.gnu.org; Fri, 25 Oct 2013 14:40:48 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VZmJS-0006gk-Bs; Fri, 25 Oct 2013 14:40:46 -0400 X-Spook: cryptanalysis 9/11 Perl-RSA nitrate NSA United Nations X-Ran: W!&;<8}a+N^FL~Zlxb6Z (Eli Zaretskii's message of "Fri, 25 Oct 2013 21:31:09 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79657 Archived-At: Eli Zaretskii wrote: > I presume that the changes I suggested didn't help? (They are TRT > anyway, so I will install them regardless.) It helps for "ascii srcdir, non-ascii builddir", but there are still problems later on, again related to Emacs mistakenly believing that certain directories do not exist, when they do (Warning: arch-dependent data dir `...' No such file or directory; etc). The "non-ascii srcdir == builddir" case fails even earlier, due to not finding etc. > So in the above, /tmp/EMACS/share/emacs/24.3.50/etc/ is pure-ASCII, > and the non-ASCII directory is in the source tree, is that right? Yes. I literally did (in a non-ascii) directory: ./configure --prefix=/tmp/EMACS