From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: Re: running `guix pull --verbose' after `guix pull' will re-compile Date: Thu, 07 Apr 2016 16:35:47 +0200 Message-ID: <87y48pmqpo.fsf@T420.taylan> References: <8760vtjy7u.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoB2L-0006qS-GE for guix-devel@gnu.org; Thu, 07 Apr 2016 10:36:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoB2F-0004kj-CV for guix-devel@gnu.org; Thu, 07 Apr 2016 10:35:57 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:36626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoB2F-0004kb-5t for guix-devel@gnu.org; Thu, 07 Apr 2016 10:35:51 -0400 Received: by mail-wm0-x242.google.com with SMTP id l6so4863851wml.3 for ; Thu, 07 Apr 2016 07:35:50 -0700 (PDT) In-Reply-To: <8760vtjy7u.fsf@gmail.com> (Alex Vong's message of "Thu, 07 Apr 2016 22:21:57 +0800") 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: Alex Vong Cc: guix-devel@gnu.org Alex Vong writes: > Hi people, > > Does anybody experience that running `guix pull --verbose' after `guix > pull' will trigger a re-compilation? Is this a known issue? It's a known issue. See the "XXX" comment in build-aux/build-self.scm. Taylan