From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: Guix and FSDG Date: Sat, 23 Nov 2019 11:54:58 +0100 Message-ID: <87d0di7th9.fsf@lassieur.org> References: <91c877cfe5d19d192b53da2c7cd2a741c30a37f7.camel@disroot.org> <877e3rz8rs.fsf@lassieur.org> <875zjakhvb.fsf@roquette.mug.biscuolo.net> 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]:55319) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYT4C-00085z-Lr for guix-devel@gnu.org; Sat, 23 Nov 2019 05:55:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYT4B-00088G-EJ for guix-devel@gnu.org; Sat, 23 Nov 2019 05:55:04 -0500 Received: from mail-wm1-f50.google.com ([209.85.128.50]:51297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iYT4B-000881-8b for guix-devel@gnu.org; Sat, 23 Nov 2019 05:55:03 -0500 Received: by mail-wm1-f50.google.com with SMTP id g206so9897696wme.1 for ; Sat, 23 Nov 2019 02:55:02 -0800 (PST) In-reply-to: <875zjakhvb.fsf@roquette.mug.biscuolo.net> 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: Giovanni Biscuolo Cc: guix-devel Giovanni Biscuolo writes: > please can you file a bug? > the bug could (should) be specific to the zpaq package No, it's common to all packages (use 'guix build -S --no-substitutes' to reproduce easily). And the documentation[1] doesn't say it shouldn't behave this way. It says: --8<---------------cut here---------------start------------->8--- Some otherwise free upstream package sources contain a small and optional subset that violates the above guidelines, for instance because this subset is itself non-free code. When that happens, the offending items are removed with appropriate patches or code snippets in the origin form of the package (see Defining Packages). This way, guix build --source returns the =E2=80=9Cfreed=E2=80=9D source rather than the unmodif= ied upstream source. --8<---------------cut here---------------end--------------->8--- Indeed 'guix build --source' returns the freed source. However, the original archive does end up in /gnu/store, and its path in displayed during the build. [1]: https://guix.gnu.org/manual/en/html_node/Software-Freedom.html#Softwar= e-Freedom