From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CDs2CTYq3GMpfAAAbAwnHQ (envelope-from ) for ; Thu, 02 Feb 2023 22:25:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id KBkfCTYq3GMuNAAA9RJhRA (envelope-from ) for ; Thu, 02 Feb 2023 22:25:10 +0100 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 DB4FC3D311 for ; Thu, 2 Feb 2023 22:25:09 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pNh4q-0007qM-MG; Thu, 02 Feb 2023 16:25:04 -0500 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 1pNh4p-0007qA-2D for guix-patches@gnu.org; Thu, 02 Feb 2023 16:25:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pNh4o-0006mm-P0 for guix-patches@gnu.org; Thu, 02 Feb 2023 16:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pNh4o-0003hu-K8 for guix-patches@gnu.org; Thu, 02 Feb 2023 16:25:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61067] [PATCH v3 5/5] gnu: wine-minimal: Build more reproducibly. Resent-From: Kaelyn Takata Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 02 Feb 2023 21:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61067 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61067@debbugs.gnu.org Cc: Kaelyn Takata , liliana.prikler@gmail.com Received: via spool by 61067-submit@debbugs.gnu.org id=B61067.167537307314184 (code B ref 61067); Thu, 02 Feb 2023 21:25:02 +0000 Received: (at 61067) by debbugs.gnu.org; 2 Feb 2023 21:24:33 +0000 Received: from localhost ([127.0.0.1]:36014 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNh4L-0003gi-GR for submit@debbugs.gnu.org; Thu, 02 Feb 2023 16:24:33 -0500 Received: from mail-40131.protonmail.ch ([185.70.40.131]:48603) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNh4K-0003gS-Hc for 61067@debbugs.gnu.org; Thu, 02 Feb 2023 16:24:32 -0500 Date: Thu, 02 Feb 2023 21:24:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1675373066; x=1675632266; bh=ReqyjcXbtSiFDYiKYpqXgdALjo8vNONnNAm8LJ2TCRI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=Jj0d4yOFzcZj4YCSeyJVof71CT4xPIlf7bS2lwHr6kVHCbS8Qy+9MKbNnlJrUf/dN dhIzeYeXVrJlTpZN1nTyt1JK+46RRCA+pxQkEwnbE6kz11xZRGr+iavKnRzScLrbcK qE8XAeeqbo902mwxOhF6pP/LZqXxqy9Ww6OCZryh+v+qyz9U1DCPuUJPGIoJ2dxFee uN8uHEcEQ1q+WEG9F0Zl0PkEjuglEDwSDmPxLc6yvC99QVP949z4QRj6ylFvpHmZxh fS3UtrX5Ru2BAYdDtCfavgb+MEusFHSGFjE9n4P18D0wmdGc3M8UJyn9PT6pYKQLaV mjMF1rCeVp3TA== Message-ID: <9ff684d88b3c0f7a3dfde6ef86d07e11f2f9c38d.1675372737.git.kaelyn.alexi@protonmail.com> In-Reply-To: References: Feedback-ID: 34709329:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Kaelyn Takata X-ACL-Warn: , Kaelyn Takata via Guix-patches From: Kaelyn Takata via Guix-patches via 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1675373109; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=ReqyjcXbtSiFDYiKYpqXgdALjo8vNONnNAm8LJ2TCRI=; b=Nr5jUVG8bhUv0sLWgPaymyaON4BLgQ6Bg2/b+uaeFz7Hg9NU+s6ebrMTS6d9xdttAwtNzO 5bqj7EYvcQfaQWyw+7PEofuxt7S62UwOQQQUV0+U2Us5Wm0ATtgbXxaV2vLg1zhsMzqCxV 1BKLTbXkWqynpcTMkMnywoWr+afUBtFnUkUPW635e8VAX1dNJfaeO9jDjpj2IfF//HmZzK Mx7RHpff0wDIsBd5P5N4Jb35ipGWWOe6y4qlR+of+IZ8Wi9zcYKMDKjS4bRGA1dPXjqxid scCDV0Z9y1bvuyi34micKFcq4lP0iu9MPNzrshTZLX+fKqT88YOVmk09STLqvA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=Jj0d4yOF; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1675373109; a=rsa-sha256; cv=none; b=moXHPNVSu+d0lF7pBhqhRfxuMs6/ZJW4f1xIh9SIf6D2C8JDVsNojA9Bn84PDHk+BMwqC8 HuG8hgpJBXPbkEJH57scpTQvARo0NwI8OgfzL8+zxoExA18mUZnC83SYtYjmDepevuTtoa nB3yT4enc8ARVqr0FVgdoJxIQTEFeA/VLcsYaZAZNgBF/QZLwqDYtKNb7tLi+lU46JQQkd jpkYxXuLS/qEQNaLlsbUg30Qg5tit9m9ArcdF+C7K/nEkmSexNs8vA3sukQX4O6zjLaLPi 4ZCAle9GgDZHJGSIQLTJI6h3NTnkPAnN+eWifW02RsZwzNjkiWkB+3rgI2PXPA== X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=Jj0d4yOF; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -2.08 X-Spam-Score: -2.08 X-Migadu-Queue-Id: DB4FC3D311 X-TUID: /72Z6eTfCIY1 * gnu/packages/wine.scm (wine-minimal)[phases]: Add a new 'set-widl-time-ov= erride phase. --- gnu/packages/wine.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 3b637f76e5..88f146b46b 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -134,7 +134,12 @@ (define-public wine-minimal (substitute* "tools/makedep.c" (("output_filenames\\( unix_libs \\);" all) (string-append all - "output ( \" -Wl,-rpath=3D%s \", arch_install_dirs[arch= ] );")))))) + "output ( \" -Wl,-rpath=3D%s \", arch_install_dirs[arch= ] );"))))) + (add-before 'build 'set-widl-time-override + ;; Set WIDL_TIME_OVERRIDE to avoid embedding the current date= in + ;; files generated by WIDL. + (lambda _ + (setenv "WIDL_TIME_OVERRIDE" "315532800")))) #:configure-flags #~(list "--without-freetype" "--without-x"))) -- 2.39.1