From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] utils: Allow wrap-program to be called multiple times. Date: Sun, 14 Sep 2014 10:16:43 -0500 Message-ID: <87r3ze1bc4.fsf@gmail.com> References: <871trk2yis.fsf@member.fsf.org> <8738byti9p.fsf@gnu.org> <87sijw122v.fsf@gmail.com> <87lhpmyhh2.fsf@netris.org> <877g16b7lv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTBXI-0000Ho-DL for guix-devel@gnu.org; Sun, 14 Sep 2014 11:16:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTBXD-0000uz-LN for guix-devel@gnu.org; Sun, 14 Sep 2014 11:16:20 -0400 In-reply-to: <877g16b7lv.fsf@gnu.org> 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: =?utf-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: > mhw@netris.org skribis: > >> When compiling core-updates, I now see the following warning: >> >> LC_ALL=C \ >> ./pre-inst-env \ >> /home/mhw/.guix-profile/bin/guild compile -L "." -L "." \ >> -Wformat -Wunbound-variable -Warity-mismatch \ >> --target="i686-pc-linux-gnu" \ >> -o "guix/build/utils.go" "guix/build/utils.scm" >> guix/build/utils.scm:718:4: warning: "~a/.~a-wrap-~2'0d": unsupported format option ~2, use (ice-9 format) instead >> wrote `guix/build/utils.go' > > Oops, this needs to be fixed, indeed. Sorry about that. :\ >> Have you verified that this call to 'format' works as expected in all >> the relevant cases? > > It could be that it works in practice, because (ice-9 format) does this > crazy thing: >From what I've seen, it works as expected. But if adding (ice-9 format) to the loaded modules doesn't cause any other issues, it might be a good idea. -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html