X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:cc:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=nz8eBdP86u6JT7JSX9jc6k+y9iwqL7ruXpSY/mSFITE
	KTpgeCU26D8qXj9How5r9cCgtJBiPduIhktcfmCKMIzyp8zCsTmeKiV8MK2L68G8
	VQETgX7q2rW3dtFAKRcPLRyuVjaqfBC9XG6ncljDi3jZCOuaa2x4HT2wE35YGKLo
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:cc:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=VaqaCx7zeRUWdrXCtIqpG1WQm5w=; b=w8mC1H4y0oCb77s7d
	2EXkfUQu9nmslpwk75e1cGJprfJwaYUsXc2fX7sgl00SSbU6ybyQ4waV/AS+a7v4
	ameBZumpL+T1TaF7FqaIDjovaJVjf5Z+1NzqJj5gvImJxjAO9lpwmiw75wsq3YTy
	zlfbuJly4Rnvdzhcg5+nWnwOnE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MISSING_HEADERS,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-CornellRouted: This message has been Routed already.
Message-ID: <521289BC.6060206@cornell.edu>
Date: Mon, 19 Aug 2013 17:10:20 -0400
From: Ken Brown <kbrown@cornell.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
MIME-Version: 1.0
CC: cygwin@cygwin.com
Subject: Re: Makefile for emacs throws an error when username contains spaces
References: <announce.520D42A3.4010401@cornell.edu> <52127304.8080806@codespunk.com>
In-Reply-To: <52127304.8080806@codespunk.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 8/19/2013 3:33 PM, Matt D. wrote:
> I experienced the following error while running "make install" for
> cygwin emacs:
>
> chown: invalid user: `Matthew'
>
> I corrected the problem by encapsulating the following variables in
> quotes within Makefile and Makefile.in:
>
> $${USERNAME}
> $${USER}
> $${installuser}

This is not Cygwin specific.  It would apply to any system that allows 
user names to contain spaces.  (But I don't know offhand if there are 
any systems other than Windows and Cygwin that allow this.)  You should 
send this report to emacs-devel or, better, report it as an emacs bug 
(send mail to bug-gnu-emacs@gnu.org).

Ken


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

