From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 02/02: gnu: elogind: Update to 219.13. Date: Mon, 07 Mar 2016 20:46:47 -0500 Message-ID: <8737s1ivw8.fsf@netris.org> References: <20160307201324.12293.43199@vcs.savannah.gnu.org> <877fhdiyuf.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad6jj-0004qr-Oo for guix-devel@gnu.org; Mon, 07 Mar 2016 20:47:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ad6jg-000432-IK for guix-devel@gnu.org; Mon, 07 Mar 2016 20:46:59 -0500 Received: from world.peace.net ([50.252.239.5]:34995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad6jg-00042y-Eu for guix-devel@gnu.org; Mon, 07 Mar 2016 20:46:56 -0500 In-Reply-To: <877fhdiyuf.fsf@netris.org> (Mark H. Weaver's message of "Mon, 07 Mar 2016 19:43:04 -0500") 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: Andy Wingo Cc: guix-devel@gnu.org Mark H Weaver writes: > Andy Wingo writes: > >> (define-public elogind >> (package >> (name "elogind") >> - (version "219.12") >> + (version "219.13") >> (source (origin >> (method url-fetch) >> (uri (string-append "https://wingolog.org/pub/" name "/" >> name "-" version ".tar.xz")) > > This fails to build, because the source tarball is not on your website. > Specifically, https://wingolog.org/pub/elogind/elogind-219.13.tar.xz > returns 404 (Not Found). I just noticed that the tarball is on your website, but in the wrong directory. It's at . I ran "guix download" on Hydra to avoid a build failure there. Mark