From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: guix package -u --no-substitutes Date: Wed, 6 Apr 2016 16:23:19 -0400 Message-ID: <20160406202319.GA22112@jasmine> References: <20160406220529.0f5d7632@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1antz2-0001Dd-OA for guix-devel@gnu.org; Wed, 06 Apr 2016 16:23:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1antyz-0007l7-HK for guix-devel@gnu.org; Wed, 06 Apr 2016 16:23:24 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1antyz-0007l2-AV for guix-devel@gnu.org; Wed, 06 Apr 2016 16:23:21 -0400 Content-Disposition: inline In-Reply-To: <20160406220529.0f5d7632@scratchpost.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: Danny Milosavljevic Cc: guix-devel On Wed, Apr 06, 2016 at 10:05:29PM +0200, Danny Milosavljevic wrote: > Hi, > > I've been having problems doing > > $ ./pre-inst-env guix package -u > > lately. I get > > >guix substitute: error: download from 'http://hydra.gnu.org/nar/36wqhbch45x055wj6gfsng00zkwfqg6n-texlive-20150523-texmf.tar.xz' failed: 503, "Service Temporarily Unavailable" > > . > > When I try > > $ ./pre-inst-env guix package -u --no-substitutes Try this: $ ./pre-inst-env guix package -u . --no-substitutes The '.' is a regex.