From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwmcE-0002hw-4x for guix-patches@gnu.org; Sat, 08 Apr 2017 05:25:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwmc9-0000mB-V3 for guix-patches@gnu.org; Sat, 08 Apr 2017 05:25:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38879) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwmc9-0000lf-SR for guix-patches@gnu.org; Sat, 08 Apr 2017 05:25:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwmc9-0007Nr-Kv for guix-patches@gnu.org; Sat, 08 Apr 2017 05:25:01 -0400 Subject: bug#26341: [PATCH] build: vm: Add missing module. Resent-Message-ID: References: <20170402150157.7149-1-m.othacehe@gmail.com> <8760iks5u4.fsf@gnu.org> <86bmsbrvsk.fsf@gmail.com> <86a87vrvpd.fsf@gmail.com> <87efx6lekl.fsf@gnu.org> <8660iif2k4.fsf@gmail.com> <8760ii0xe7.fsf@gnu.org> <871st3uch0.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <871st3uch0.fsf@gnu.org> Date: Sat, 08 Apr 2017 11:24:13 +0200 Message-ID: <87inmf1cci.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26341@debbugs.gnu.org Hi Ludo, > To get rid of it, (guix build syscalls) should in fact #:re-export those > bindings (or #:replace). Annoying. Thanks for applying. Yes I saw, I'll propose a serie soon that fixes all those warnings at compilation time and run-time. Mathieu