From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27563: [PATCH] gnu: ghostscript: Don't write document UUID; use "" as instance UUID. Date: Fri, 7 Jul 2017 15:28:04 +0200 Message-ID: <20170707152804.4c5117c3@scratchpost.org> References: <20170703200844.3f6d9e19@scratchpost.org> <20170706090754.4399-1-dannym@scratchpost.org> <8737a8bgwr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTTJi-0005J4-SQ for bug-guix@gnu.org; Fri, 07 Jul 2017 09:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTTJe-0002zg-Oz for bug-guix@gnu.org; Fri, 07 Jul 2017 09:29:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53196) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTTJe-0002zQ-M4 for bug-guix@gnu.org; Fri, 07 Jul 2017 09:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dTTJe-0008VY-Gs for bug-guix@gnu.org; Fri, 07 Jul 2017 09:29:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8737a8bgwr.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27563@debbugs.gnu.org > What=E2=80=99s the impact of simply removing all of this from generated P= DF > files? Should we instead make it optional? I don't know. It's just one metadata element - and it's recent. I mean th= at there are lots of (old) PDF files that don't have it in the first place. > For instance, we could > introduce a new environment variable, say =E2=80=9CGHOSTSCRIPT_PDF_UUID= =E2=80=9D, and > use that as the document UUID when it=E2=80=99s defined. =20 >>In our build > environments, we=E2=80=99d always set GHOSTSCRIPT_PDF_UUID to a known val= ue to > ensure determinism. Upstream definitely doesn't want that - at least not if it's a constant val= ue for all PDFs.