From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: #850644: RFP: Guix in Debian Date: Fri, 14 Jun 2019 23:42:37 +0200 Message-ID: <87y323hmia.fsf@gnu.org> References: <87y3gjtair.fsf@aikidev.net> <87sgte2ml5.fsf@yucca> <87v9xu4f8l.fsf@yucca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45148) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbty7-00005W-7U for guix-devel@gnu.org; Fri, 14 Jun 2019 17:42:44 -0400 In-Reply-To: <87v9xu4f8l.fsf@yucca> (Vagrant Cascadian's message of "Tue, 28 May 2019 11:15:54 -0700") 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" To: Vagrant Cascadian Cc: guix-devel@gnu.org, 850644@bugs.debian.org Hello, Vagrant Cascadian skribis: > It still needs a way to get the bootstrap binaries (bash, mkdir, tar and > xz) from Guix; right now they're binaries shipped in the source! > Ludovic Court=C3=A8s worked on a patch that would in theory download thos= e at > run-time, but that is not yet working... On the =E2=80=98core-updates=E2=80=99 branch, these four files are now down= loaded as needed (they are =E2=80=9Cfixed-output derivations=E2=80=9D at the bottom o= f the dependency graph): https://git.savannah.gnu.org/cgit/guix.git/commit/?h=3Dcore-updates&id=3D= 836a85da0e8609d40716581be00802ee43463038 The binaries are gone from that branch. It may be weeks before it=E2=80=99s merged to master, but we=E2=80=99re mak= ing progress! Ludo=E2=80=99.