From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id iPlcDQ48FGau5gAAe85BDQ:P1 (envelope-from ) for ; Mon, 08 Apr 2024 20:48:46 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id iPlcDQ48FGau5gAAe85BDQ (envelope-from ) for ; Mon, 08 Apr 2024 20:48:46 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=QsL5jrYA; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1712602126; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=5xBO67odau2CDwy6RzJmlKckuSEb8CHN7hlPh+PAncQ=; b=J+X1AlY+i9emokcborryID/d7O3XVklNJQOioOlLtMje33JQu5myR4RvcnAbrqU2rtwupl QIIgVnaYHUnmK6qrdCM7EZ9doV9WtgWD1FvLIg7PrbqQZS/OzzwMLEaW+rRHb4dKWlURzx Jp1Yna2r4gBjUcilKuI7XfZm6PlFMwohaSQJxzk66a7mOoM1hyQgJ6bwIYfOPdkUnKVV9M FprnZhdM/U1X13avPrI7pEF5+wrPjIBT3vCF6QyD8YFQD3DkFhmM+zyULmpiAfsLMFXK/I +ecI61YNQkiium++dNj+mWESyk4GIfh5uXSQufRTiteMM3TKHPVgILmCMJDzmw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1712602126; a=rsa-sha256; cv=none; b=p2Zqx1822fbR1Lbcw3DaFegliCpQv6QKOhyIIu9IjBK8yhQ0Ravv86fjGdzf8dPro/RuFA 1PB2+hldAyPbv1sExZZHy9uY1xisfxcKOEaXSkROSwMm/cav6Ytc8i6+LTTnK2qIH/ok8o FWERndToFx45bDbBRkjssmVI1pEffMKP++6EohMllrv4zamG7PHH9+i3A+mSnJSEvXXNZF EFe3+23lc+cysjvMnPHuG/zxy1xxeEaaP5wj3qxeI6XaaJYU/AX4LOaMUIMTUW/iLA7bsm bmw3Rdl65R3KNZexlTlmcd2It8+734Q9UoB6SZUB2vK9U0f5gxp5eAddOc752g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=QsL5jrYA; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0749E14F7F for ; Mon, 8 Apr 2024 20:48:45 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rtu2D-00044u-4W; Mon, 08 Apr 2024 14:48:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rtu27-000428-MX for guix-patches@gnu.org; Mon, 08 Apr 2024 14:47:55 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rtu27-00055x-Dl for guix-patches@gnu.org; Mon, 08 Apr 2024 14:47:55 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rtu2E-0005WH-9k for guix-patches@gnu.org; Mon, 08 Apr 2024 14:48:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70169] [PATCH v3 00/13] Reproducible `make dist' tarball in defiance of Autotools and Gettext References: In-Reply-To: Resent-From: Janneke Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 Apr 2024 18:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70169 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70169@debbugs.gnu.org Received: via spool by 70169-submit@debbugs.gnu.org id=B70169.171260204220825 (code B ref 70169); Mon, 08 Apr 2024 18:48:02 +0000 Received: (at 70169) by debbugs.gnu.org; 8 Apr 2024 18:47:22 +0000 Received: from localhost ([127.0.0.1]:47628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rtu1a-0005Pp-5H for submit@debbugs.gnu.org; Mon, 08 Apr 2024 14:47:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rtu1X-0005PK-VC for 70169@debbugs.gnu.org; Mon, 08 Apr 2024 14:47:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rtu1K-0004xA-Ec; Mon, 08 Apr 2024 14:47:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=5xBO67odau2CDwy6RzJmlKckuSEb8CHN7hlPh+PAncQ=; b=QsL5jrYAoPf90x fHqMIEO93FPDMpt6CKC/PFc+c7vbw79+rhlHFLZ7CLfhlHnNLeLpSlcDgso1D1w57YgNfsq4au2Ci Av+n097sZxlUGCSMEojnAIKK0v5RGxh/PJ6SfrXPeCFL6wUn7CqDL9+U4jjE2wkAAaRwAUyKQphGS /4TgcJmrvErtZtTrLH3LAF1vdCWopLj+Iha+/kleCkSQu0MJaPcaepvlBiuHI2aYcTWZYUt/Er9C5 D2Ht9GGzBXbme1JvGsk8nLTceIGaaxFBvkdxJCTmWsVXPDpZFrshy1uhsoWZ3MNiQIc+ugOLJEu+g PTIpTEJ23Y3uqpyBBmtQ==; From: Janneke Nieuwenhuizen Date: Mon, 8 Apr 2024 18:46:43 +0000 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -5.57 X-Spam-Score: -5.57 X-Migadu-Queue-Id: 0749E14F7F X-Migadu-Scanner: mx13.migadu.com X-TUID: Chv0HyMR0RC8 V3 brings * Use `1' as fallback for SOURCE_DATE_EPOCH, * Do not remove %%CreationDate when creating EPS files. Imagemagick's convert respects SOURCE_DATE_EPOCH (as long as it's not set to `0'!), and * Graphviz' dot does currently not insert it; add a check for that, * Update advice when Autotools's version is out of date to say ./bootstrap && ./configure ..., and * Use "dejavu sans" in DOT sources (already sent as v2 13/12). I have reset wip-tarball and uploaded . --8<---------------cut here---------------start------------->8--- guix hash guix-1.3.0.57741-0e3053.tar.gz 1d6s9m2pcpcnq1hkxzkqklrlnqcqfib4gypylpr85nqmbn3clrq5 --8<---------------cut here---------------end--------------->8--- Note that you'll need an environment with something like: --8<---------------cut here---------------start------------->8--- guix shell -CP -m manifest.scm fontconfig graphviz imagemagick texlive-bin --8<---------------cut here---------------end--------------->8--- on my machine, it now also reproduces outside a container, in: --8<---------------cut here---------------start------------->8--- guix shell -m manifest.scm fontconfig graphviz imagemagick texlive-bin --8<---------------cut here---------------end--------------->8--- Greetings, Janneke Janneke Nieuwenhuizen (12): doc: Use "dejavu sans" instead of "Helvetica" or "sans" in dot images. maint: Cater for running `make dist' from a worktree. maint: Use reproducible timestamps and name for tarball. maint: Help help2man generate reproducible man-pages. maint: Generate AUTHORS and ChangeLog reproducibly. maint: Generate 'doc/version-LANG.texi' reproducibly. maint: Use xgettext.scm wrapper to create .PO files reproducibly. maint: Use reproducible Git timestamp for POT-Creation-Date. maint: Avoid EPS generation to fail silently, ensure reproducibility. maint: Avoid PNG and PDF generation to fail silently. maint: Reset CreationDate metadata on generated PDFs. maint: Ensure generated file reproducibility for dist. Timothy Sample (1): maint: Generate 'doc/version.texi' reproducibly. Makefile.am | 50 +++++++++++++-- build-aux/xgettext.scm | 87 +++++++++++++++++++++++++ doc/guix.texi | 7 +- doc/images/bootstrap-graph.dot | 52 +++++++-------- doc/images/bootstrap-packages.dot | 32 ++++----- doc/images/coreutils-bag-graph.dot | 56 ++++++++-------- doc/images/coreutils-graph.dot | 18 +++--- doc/images/gcc-core-mesboot0-graph.dot | 28 ++++---- doc/images/service-graph.dot | 16 ++--- doc/images/shepherd-graph.dot | 54 ++++++++-------- doc/local.mk | 89 +++++++++++++++++++++++--- po/doc/local.mk | 16 +++-- po/guix/Makevars | 7 +- po/packages/Makevars | 10 ++- 14 files changed, 372 insertions(+), 150 deletions(-) create mode 100755 build-aux/xgettext.scm base-commit: 21fad13fffa3b90fdd004c6c5514ae5dfec17492 -- 2.41.0