From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: guix package modif testing Date: Wed, 27 Jul 2016 18:21:01 +0200 Message-ID: <20160727162101.GB5300@solar> References: <20160727132525.GB4819@solar> <877fc75gyl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSRa2-0004Ed-0g for guix-devel@gnu.org; Wed, 27 Jul 2016 12:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSRZx-0002db-Jl for guix-devel@gnu.org; Wed, 27 Jul 2016 12:21:09 -0400 Received: from mailrelay2.public.one.com ([91.198.169.125]:34006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSRZx-0002dL-79 for guix-devel@gnu.org; Wed, 27 Jul 2016 12:21:05 -0400 Content-Disposition: inline In-Reply-To: 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" To: Vincent Legoll Cc: guix-devel On Wed, Jul 27, 2016 at 04:56:27PM +0200, Vincent Legoll wrote: > I'm still missing something > vince@guixsd ~/repo$ ls -l ~/repo > lrwxrwxrwx 1 vince users 19 Jul 27 15:38 /home/vince/repo -> .config/guix/latest > > vince@guixsd ~/repo$ patch -p1 < > ~/guix-packages/0001-Add-python-pythondialog.patch > File gnu/packages/python.scm is read-only; trying to patch anyway > patch: **** Can't create temporary file > gnu/packages/python.scm.oiz9bQi : Read-only file system .config/guix/latest is itself a link into /gnu/store/..., so cannot be changed. You should work with a git checkout - so do a "git pull", not a "guix pull"! Andreas