From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxu9W-0008Ea-KE for guix-patches@gnu.org; Tue, 11 Apr 2017 07:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxu9T-00005B-BC for guix-patches@gnu.org; Tue, 11 Apr 2017 07:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43815) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cxu9T-000052-7o for guix-patches@gnu.org; Tue, 11 Apr 2017 07:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cxu9R-0003Jf-LA for guix-patches@gnu.org; Tue, 11 Apr 2017 07:40:02 -0400 Subject: bug#26341: [PATCH 1/5] build: syscalls: Add reboot. Resent-Message-ID: References: <20170402150157.7149-1-m.othacehe@gmail.com> <20170410171814.18461-1-m.othacehe@gmail.com> <87tw5vtidz.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87tw5vtidz.fsf@gnu.org> Date: Tue, 11 Apr 2017 13:39:22 +0200 Message-ID: <86vaqbqil1.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-done@debbugs.gnu.org Hi Ludo, Thanks for merging :) While we are talking of build warnings, the only remaining warnings are related to cairo : ... gnu/build/svg.scm:36:12: warning: possibly unbound variable `cairo-create' gnu/build/svg.scm:36:26: warning: possibly unbound variable `cairo-image-surface-create' gnu/build/svg.scm:38:4: warning: possibly unbound variable `cairo-scale' gnu/build/svg.scm:39:4: warning: possibly unbound variable `cairo-set-source-surface' ... This file mentions closed bug http://bugs.gnu.org/12202. Is there something that can be done ? Thank you, Mathieu