From patchwork Mon Mar 25 19:16:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Skyler Ferris X-Patchwork-Id: 62250 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7C0E827BBEA; Mon, 25 Mar 2024 19:17:21 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7ABCF27BBE2 for ; Mon, 25 Mar 2024 19:17:20 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ropoe-0003p0-8B; Mon, 25 Mar 2024 15:17:04 -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 1ropoc-0003or-Ng for guix-patches@gnu.org; Mon, 25 Mar 2024 15:17:02 -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 1ropoc-0006k4-Cf for guix-patches@gnu.org; Mon, 25 Mar 2024 15:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ropob-0003xA-Io for guix-patches@gnu.org; Mon, 25 Mar 2024 15:17:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70001] [PATCH] gnu: reprotest: Add missing propogated inputs References: <7893aa6e-886b-4e74-999f-886a8ea0166b@protonmail.com> In-Reply-To: <7893aa6e-886b-4e74-999f-886a8ea0166b@protonmail.com> Resent-From: skyvine@protonmail.com Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 25 Mar 2024 19:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70001 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70001@debbugs.gnu.org Cc: Skyler Ferris Received: via spool by 70001-submit@debbugs.gnu.org id=B70001.171139419115153 (code B ref 70001); Mon, 25 Mar 2024 19:17:01 +0000 Received: (at 70001) by debbugs.gnu.org; 25 Mar 2024 19:16:31 +0000 Received: from localhost ([127.0.0.1]:36302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ropo7-0003wK-4D for submit@debbugs.gnu.org; Mon, 25 Mar 2024 15:16:31 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]:41459) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ropo5-0003w6-FB for 70001@debbugs.gnu.org; Mon, 25 Mar 2024 15:16:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1711394184; x=1711653384; bh=npv2AbpPWSoQ8m27i/cktFiIDHWrrf7jwRLTFPr5td0=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=Tjh+SZ0n6ti7r4ZgULSMij46Va1wSmql2FcN5VSUGXV5t3TAp4fBAFZJnjSXHcgX7 rm6Z31TF/tI7GXTeTkbI/RVzS793ONhwhZuVrLudfSGWUvYvyf6x1xdXhu5KG78KKw 7NFlOrWmNF/K8+LxB8aOHOwG6gcz93edyBc3wqX5x+kvaGV6OLIq3KzlVAQ5wkjewj TqH2K4xi2bg5qsncbOymc/3fYClqgKNdsQef+bH6MAsFuAi4TWxKFJO1/zztRSWVUE OI+rm5vdQs77uYuCZeg5BgSLAEcb7OgW+hwFmLVFfBIW58wbFpO6fvcfKpOMbhS9Lf B0X+/abQHL2IA== Date: Mon, 25 Mar 2024 19:16:14 +0000 Message-ID: <896f9b471c98c4cbba81bd02b961860421e84b1a.1711393455.git.skyvine@protonmail.com> Feedback-ID: 40635331:user:proton MIME-Version: 1.0 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: , Reply-to: skyvine@protonmail.com X-ACL-Warn: , Skyler Ferris via Guix-patches X-Patchwork-Original-From: Skyler Ferris via Guix-patches via From: Skyler Ferris Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Skyler Ferris * gnu/packages/diffoscope.scm (reprotest): Add bash, coreutils, diffoscope, disorderfs, findutils, grep, inetutils, libfaketime, and util-linux as propagated inputs. Change-Id: Ibc113558032697be9048bebe54ba7678156667b9 --- gnu/packages/diffoscope.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) base-commit: 76a3414a1bc500626a9feca013673f994eb51a34 diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 52f615f2cf..b87ed74874 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -29,12 +29,14 @@ (define-module (gnu packages diffoscope) #:use-module (gnu packages android) #:use-module (gnu packages backup) #:use-module (gnu packages base) + #:use-module (gnu packages bash) #:use-module (gnu packages bootloaders) #:use-module (gnu packages cdrom) #:use-module (gnu packages check) #:use-module (gnu packages compression) #:use-module (gnu packages cpio) #:use-module (gnu packages dbm) + #:use-module (gnu packages file-systems) #:use-module (gnu packages gettext) #:use-module (gnu packages ghostscript) #:use-module (gnu packages gnome) @@ -258,6 +260,18 @@ (define-public reprotest (base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd")))) (inputs (list python-debian python-distro python-libarchive-c python-rstr)) + (propagated-inputs + (list + bash ; the python code sets up shell scripts to be executed + coreutils ; tests: locale, exec_path, home ("env") + diffoscope ; used to display diffs when builds are not reproducible + disorderfs ; test: fileordering, but fuse-2 and sudo must be installed as + ; setuid programs as well. + findutils ; __init__ uses "find" to get the hash of multiple files + grep ; tests: kernel + inetutils ; tests: domain_host ("hostname") + libfaketime ; tests: time + util-linux)) ; tests: num_cpus ("taskset") (native-inputs `(("diffoscope" ,diffoscope) ("help2man" ,help2man)