From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: ftp Re: --with-store-dir and/or --localstatedir seem to be ignored Date: Thu, 21 May 2015 10:20:54 +0200 Message-ID: <87k2w25ok9.fsf@gnu.org> References: <87h9refc0y.fsf@gmail.com> <87vbfu15n6.fsf@gnu.org> <87d222ey57.fsf@gmail.com> <87mw15ykmf.fsf@gnu.org> <878ucpga4w.fsf@gmail.com> <87iobtyebm.fsf@gnu.org> <87617snwba.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvLiw-0004V8-CV for guix-devel@gnu.org; Thu, 21 May 2015 04:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvLis-00054n-Nm for guix-devel@gnu.org; Thu, 21 May 2015 04:21:01 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvLis-00054j-GQ for guix-devel@gnu.org; Thu, 21 May 2015 04:20:58 -0400 In-Reply-To: (Alex Vorobiev's message of "Thu, 21 May 2015 02:42:01 +0000 (UTC)") 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: Alex Vorobiev Cc: guix-devel@gnu.org Alex Vorobiev skribis: > Ludovic Court=C3=A8s gnu.org> writes: > >>=20 >> Alex Vorobiev gmail.com> skribis: >>=20 >> > Thanks! I pulled the master from git and rebuilt/reinstalled guix. Now= =20 > I=20 >> > don't see that error! But I do see another one: >> > >> > $ guix package -i bash >> > looking for the latest release of GNU bash...FTP to `ftp.gnu.org'=20 > failed: >> > 530: User access denied. >>=20 >> This is annoying but harmless: =E2=80=98guix package=E2=80=99 is looking= for the latest >> Bash version available at ftp.gnu.org to tell you whether a newer one is >> available upstream. Here it cannot do that, so it just proceeds with >> installation. > > Hi, > How is it harmless? The error just causes the command to show the backtra= ce=20 > and quit. It does not proceed with the installation. I actually experience the same thing yesterday on a network that blocked FTP, and noticed that this was indeed not working as intended. Commit 820a403 fixes that (you can get it with =E2=80=9Cguix pull=E2=80=9D.) Thanks! Ludo=E2=80=99.