From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: tcl: Avoid a circular dependency. Date: Fri, 07 Jun 2013 18:05:06 +0200 Message-ID: <877gi5hpot.fsf@gnu.org> References: <87r4ggd8oq.fsf@karetnikov.org> <87y5aow87z.fsf@gnu.org> <87fvwwusb7.fsf@gnu.org> <87a9n2h8qh.fsf@karetnikov.org> <87sj0ugjog.fsf@gnu.org> <87obbi6mnk.fsf@karetnikov.org> 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]:45439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkzF0-0003KW-Br for bug-guix@gnu.org; Fri, 07 Jun 2013 12:10:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkzEy-0006YQ-OR for bug-guix@gnu.org; Fri, 07 Jun 2013 12:10:14 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:50362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkzEy-0006YD-H3 for bug-guix@gnu.org; Fri, 07 Jun 2013 12:10:12 -0400 In-Reply-To: <87obbi6mnk.fsf@karetnikov.org> (Nikita Karetnikov's message of "Fri, 07 Jun 2013 18:06:07 +0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: >> However, I=E2=80=99ve observed that Guile=E2=80=99s auto-compilation cac= he seems to take >> precedence sometimes, though I haven=E2=80=99t investigated yet. > > Could you explain when? And when should I clean it? Normally you should never it to explicitly clean it, but it seems there=E2=80=99s a bug in Guile or in Guix=E2=80=99s build system that makes= it take precedence over the srcdir/builddir .scm and .go files. I=E2=80=99ll see if I can nail it down. Ludo=E2=80=99.