From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 19 23:04:42 2020 Received: (at 39617) by debbugs.gnu.org; 20 Feb 2020 04:04:42 +0000 Received: from localhost ([127.0.0.1]:43682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4d4r-0003I2-QU for submit@debbugs.gnu.org; Wed, 19 Feb 2020 23:04:41 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:41924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4d4q-0003Ho-Da for 39617@debbugs.gnu.org; Wed, 19 Feb 2020 23:04:40 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100b]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 94D001A9BD; Wed, 19 Feb 2020 20:04:34 -0800 (PST) From: Vagrant Cascadian To: Jan Nieuwenhuizen , 39617@debbugs.gnu.org Subject: Re: [bug#39617] [PATCH 1/2] gnu: Add linux-libre-pinebook-pro. In-Reply-To: <20200215185209.28334-1-janneke@gnu.org> References: <87tv3rd6sz.fsf@gnu.org> <20200215185209.28334-1-janneke@gnu.org> Date: Wed, 19 Feb 2020 20:04:34 -0800 Message-ID: <87wo8hewfh.fsf@yucca> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39617 Cc: Danny Milosavljevic , Mike Rosset X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Successfully booted! Thanks for your work on this! This is the first time I've ever booted a new machine with Guix rather than Debian proper. :) Also the very first time I bootstrapped a Guix system from the guix packages built for Debian! Need to just go ahead and upload those soon. relatively minor issue below: On 2020-02-15, Jan Nieuwenhuizen wrote: > +;; Distribute a patched version of deblob-5.5 to accomodate for > +;; the file rename > +;; drivers/crypto/ccp/psp-dev.c -> drivers/crypto/ccp/sev-dev.c > +(define (deblob-scripts-pinebook-pro version) ... > + (origin > + (method url-fetch) > + (uri (string-append "https://linux-libre.fsfla.org" > + "/pub/linux-libre/releases/" version "-gnu/" > + "deblob-check")) I had to change version to download deblob-check to "5.5.1" as apparently the 5.5.0 version was removed from (or never present on) linux-libre.fsfla.org. live well, vagrant