From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: core-updates: 'make' warnings Date: Wed, 17 Apr 2013 15:02:13 +0200 Message-ID: <87y5ch8g4q.fsf@gnu.org> References: <87r4i9k05j.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 ([208.118.235.92]:53119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USSHP-0000Ic-Nh for bug-guix@gnu.org; Wed, 17 Apr 2013 09:20:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USS0F-0006WE-Kp for bug-guix@gnu.org; Wed, 17 Apr 2013 09:02:52 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=48684 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USS0F-0006SO-D6 for bug-guix@gnu.org; Wed, 17 Apr 2013 09:02:23 -0400 In-Reply-To: <87r4i9k05j.fsf@karetnikov.org> (Nikita Karetnikov's message of "Wed, 17 Apr 2013 12:54:16 +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: > I'm getting the following warnings: [...] > WARNING: (gnu packages avahi): `intltool' imported from both (gnu package= s glib) and (gnu packages xml) This one is because Andreas and I both added =E2=80=98intltool=E2=80=99, in= different locations. :-) I think Andreas plans to merge them. > gnu/packages/cross-base.scm:55:6: warning: possibly unbound variable `gcc= -4.7' Fixed in f594028. > Which are harmful? =E2=80=9CUnbound variable=E2=80=9D warnings are harmful in general, except = those regarding GnuTLS in guix/build/download.scm. We should look into making them fatal somehow. Thanks, Ludo=E2=80=99.