guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] utils: Allow wrap-program to be called multiple times.


From: Eric Bavier
Subject: Re: [PATCH] utils: Allow wrap-program to be called multiple times.
Date: Sun, 14 Sep 2014 10:16:43 -0500
User-agent: mu4e 0.9.9.5; emacs 23.3.1

Ludovic Courtès writes:

> address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]