From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: The problem of "guix build emacs --with-source=./emacs" Date: Thu, 12 Nov 2015 13:49:13 +0100 Message-ID: <87oaezz8l2.fsf@gnu.org> References: <2f020585.3812.150f963f90c.Coremail.tumashu@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwrJZ-0005Xm-9N for guix-devel@gnu.org; Thu, 12 Nov 2015 07:49:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwrJU-0006ho-9L for guix-devel@gnu.org; Thu, 12 Nov 2015 07:49:21 -0500 In-Reply-To: <2f020585.3812.150f963f90c.Coremail.tumashu@163.com> (tumashu@163.com's message of "Thu, 12 Nov 2015 09:51:30 +0800 (CST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: tumashu Cc: guix tumashu skribis: > When I use the below command to build emacs from emacs.git > > guix build emacs --with-source=3D./emacs (emacs dir is = git repo) > > Build fail, after i remove the .git, build success. Could you explain how it fails exactly, and post the tail of the build log? > The repo of emacs.git is 1.5G, is it the reason? I don=E2=80=99t think so. That certainly makes it a bad option, though. Thanks, Ludo=E2=80=99.