From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Failures without internet connection Date: Wed, 29 May 2013 23:29:06 +0200 Message-ID: <87bo7t8ogt.fsf@gnu.org> References: <201305291130.20169.andreas@enge.fr> 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]:36850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhnvu-0005I3-9X for bug-guix@gnu.org; Wed, 29 May 2013 17:29:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uhnvp-0000hl-Kx for bug-guix@gnu.org; Wed, 29 May 2013 17:29:22 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=42445 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhnvp-0000fh-F4 for bug-guix@gnu.org; Wed, 29 May 2013 17:29:17 -0400 In-Reply-To: <201305291130.20169.andreas@enge.fr> (Andreas Enge's message of "Wed, 29 May 2013 11:30:20 +0200") 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: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Download of substituted binaries fails when one is offline. This is=20 > logical, but should guix then not gracefully fall back to compilation if= =20 > the sources have already been downloaded? I just added the =E2=80=98--fallback=E2=80=99 option for =E2=80=9Cguix buil= d=E2=80=9D and =E2=80=9Cguix package=E2=80=9D. So by default you get an error, with a message from the daemon telling you to try =E2=80=98--fallback=E2=80=99. The difference is that now the op= tion actually exists. ;-) > In any case, catching the error and emitting an error message would=20 > probably be preferable to Yes. Fixed by commit cf5d2ca. > In the past, I think I also ran into a similar problem even when using "-- > no-substitutes", as guix tried in vain to check for newer versions of gnu= =20 > packages, but I cannot reproduce this problem now. There should not be any problem with that now, but perhaps that was fixed recently (maybe commit 91fe0e20c7da2b706a1ac0e7b75235b6c1e6ed0a). Thanks! Ludo=E2=80=99.