From unknown Tue Jun 17 22:08:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72387] Fix reproducible build for readymedia Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 30 Jul 2024 23:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72387 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 72387@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172238187513948 (code B ref -1); Tue, 30 Jul 2024 23:25:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Jul 2024 23:24:35 +0000 Received: from localhost ([127.0.0.1]:48719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sYwCo-0003ct-Sg for submit@debbugs.gnu.org; Tue, 30 Jul 2024 19:24:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:34344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sYwCm-0003ci-5R for submit@debbugs.gnu.org; Tue, 30 Jul 2024 19:24:34 -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 1sYwCW-00009R-Ts for guix-patches@gnu.org; Tue, 30 Jul 2024 19:24:17 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sYwCT-000230-IA for guix-patches@gnu.org; Tue, 30 Jul 2024 19:24:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1722381849; bh=BlujcMaUB8m0s9XP4BjYcitnCrlodi6gN3FVbW/3FFQ=; h=From:To:Subject:Date:From; b=BVg2Mk3FgIbO7gGkVry7H5ZXiEYFc/EjvMdZj0g+sM3GkplndZe8Pf7spzC9I2Dog RgqtPu1Dm4yBRmqEpq27VkAvSZPwmAE+0UO0rVp/yYhbAwenblf3LViV5YsBbhhpYz H4jMU9kr+KxQxtKonemagEvJqTEyExGcMNEsqLpKlYpCcS3MIfB7ikwbFlO9tW49Vg Ri8n3/bE5QkXInfI4H7ctLdj2/4/Z/Z+FiMe+YxwMahM97hbMQMEzSgv9GQApgthRl zg6iObDmihjFiqvDQmLFl5jUj4XI141t4s05PnXfW78kyi9TJItga1zbFEzvMVeff5 g4BaIQIE6eTTA== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 00A0F1893 for ; Tue, 30 Jul 2024 16:24:08 -0700 (PDT) From: Vagrant Cascadian Date: Tue, 30 Jul 2024 16:24:03 -0700 Message-ID: <87r0batqek.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch should fix build reproducibility issues of "readymedia" by avoiding embedding the running kernel version of the build machine. This was one of the examples used in the Reproducible Builds patch session On July 11th! https://libreplanet.org/wiki/Group:Guix/PatchReviewSessions2024 live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-readymedia-Fix-reproducible-build.patch Content-Transfer-Encoding: quoted-printable From=20e40dc4bc9633a44fc10ea49007618a41fa598d99 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 3 Jul 2024 14:00:34 -0700 Subject: [PATCH] gnu: readymedia: Fix reproducible build. * gnu/packages/upnp.scm (readymedia)[configure-flags]: Avoid embedding kern= el version. =2D-- gnu/packages/upnp.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index aab68a6414..5514b3632b 100644 =2D-- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -150,7 +150,8 @@ (define-public readymedia (base32 "1al04jx72bxwqch1nv9lx536mb6pvj7pgnqzy6lm32q6xa114yr2")))) (build-system gnu-build-system) (arguments =2D `(#:configure-flags '("--with-os-name=3DLinux") ; uname -s + `(#:configure-flags '("--with-os-name=3DLinux" ; uname -s + "--with-os-version=3D") ; uname -r #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-source base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318 =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZql2EwAKCRDcUY/If5cW qrLAAPwMTPGAHbdoFLLJXz2lOEQO+CBBXEFIjV7UFLnO/Og43wD9HCZetp+6SB1h /yQqgFWJv9fE4SFzYWerri6CYCBKFgQ= =R432 -----END PGP SIGNATURE----- --==-=-=-- From unknown Tue Jun 17 22:08:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vagrant Cascadian Subject: bug#72387: closed (Re: [bug#72387] Fix reproducible build for readymedia) Message-ID: References: <87plqsw82w.fsf@iscas.ac.cn> <87r0batqek.fsf@wireframe> X-Gnu-PR-Message: they-closed 72387 X-Gnu-PR-Package: guix-patches Reply-To: 72387@debbugs.gnu.org Date: Thu, 01 Aug 2024 15:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1722527822-1388-1" This is a multi-part message in MIME format... ------------=_1722527822-1388-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72387: Fix reproducible build for readymedia which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72387@debbugs.gnu.org. --=20 72387: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72387 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1722527822-1388-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72387-done) by debbugs.gnu.org; 1 Aug 2024 15:56:53 +0000 Received: from localhost ([127.0.0.1]:51836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sZYAf-0000Lv-BZ for submit@debbugs.gnu.org; Thu, 01 Aug 2024 11:56:53 -0400 Received: from smtp21.cstnet.cn ([159.226.251.21]:43834 helo=cstnet.cn) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sZYAb-0000Ld-1K for 72387-done@debbugs.gnu.org; Thu, 01 Aug 2024 11:56:51 -0400 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowABHL8AasKtmYnLUAg--.10109S2; Thu, 01 Aug 2024 23:56:19 +0800 (CST) From: Z572 To: Vagrant Cascadian Subject: Re: [bug#72387] Fix reproducible build for readymedia In-Reply-To: <87r0batqek.fsf@wireframe> (Vagrant Cascadian's message of "Tue, 30 Jul 2024 16:24:03 -0700") References: <87r0batqek.fsf@wireframe> Date: Thu, 01 Aug 2024 23:56:07 +0800 Message-ID: <87plqsw82w.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowABHL8AasKtmYnLUAg--.10109S2 X-Coremail-Antispam: 1UD129KBjvJXoW7CFyrJF45Jr47uFW8Kw1rWFg_yoW8WF1rpF 1rCrZ5uwn5WrW8tanrta129Fy3X397KF18Gws7XF10kayqgrW0yry8t3Z8CFy7Jr47Cay2 9F40v3WrurWDJaDanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvmb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Jr0_JF4l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Jr0_Gr1l84ACjcxK6I8E87Iv67AKxVWxJr0_GcWl84ACjcxK6I 8E87Iv6xkF7I0E14v26rxl6s0DM2vj62AExVA0xI801c8C04v26x02cVCv0xWle2I262IY c4CY6c8Ij28IcVAaY2xG8wASzI0EjI02j7AqF2xKxwAqx4xG64xvF2IEw4CE5I8CrVC2j2 WlYx0E2Ix0cI8IcVAFwI0_Jrv_JF1lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE7xkE bVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbVWUJV W8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF67kF 1VAFwI0_Jrv_JF1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42IY6x IIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6r1j6r1xMIIF0xvE x4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Jr0_GrUvcSsGvfC2KfnxnU UI43ZEXa7IUepbytUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72387-done Cc: 72387-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Vagrant Cascadian writes: > The attached patch should fix build reproducibility issues of > "readymedia" by avoiding embedding the running kernel version of the > build machine. > > This was one of the examples used in the Reproducible Builds patch > session On July 11th! > > https://libreplanet.org/wiki/Group:Guix/PatchReviewSessions2024 > > live well, > vagrant > > [2. text/x-diff; 0001-gnu-readymedia-Fix-reproducible-build.patch] > From e40dc4bc9633a44fc10ea49007618a41fa598d99 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Wed, 3 Jul 2024 14:00:34 -0700 > Subject: [PATCH] gnu: readymedia: Fix reproducible build. > > * gnu/packages/upnp.scm (readymedia)[configure-flags]: Avoid embedding kernel > version. > --- > gnu/packages/upnp.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm > index aab68a6414..5514b3632b 100644 > --- a/gnu/packages/upnp.scm > +++ b/gnu/packages/upnp.scm > @@ -150,7 +150,8 @@ (define-public readymedia > (base32 "1al04jx72bxwqch1nv9lx536mb6pvj7pgnqzy6lm32q6xa114yr2")))) > (build-system gnu-build-system) > (arguments > - `(#:configure-flags '("--with-os-name=Linux") ; uname -s > + `(#:configure-flags '("--with-os-name=Linux" ; uname -s > + "--with-os-version=") ; uname -r > #:phases > (modify-phases %standard-phases > (add-after 'unpack 'patch-source > > base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318 Thanks, push, close. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmarsBcACgkQO1qpk+Gi 3/DvsQ//ZEtCeFcKD/yxc58rviNbvrd+GpJHbx2zaj1q9mxQ8wa1ju+2xs1BXKbV 7P6ykJN+qp28c4yDgRPGZHMi5H6A7QBuyEQU02LukYsebDsOjQ+yRKE2WmlXm6Mo MSbydHLSUtZs9BxUnIAJY99RaYstMs6On5emlM9y/c2NI3T+PiofCvAbHDeuUMXJ Mg0keLRohUbO+r/gaRCnEJ36D4zC59X7mWveBWO8UB8YKcfQQ2tJC+8C7eDjxpVl dxB3V6QlhJIszfpcFN4qpzFVfgovTvXPnIYPGyh3ko8ugGYosZBEt4/K0BW8OyIN MTO+09+vkmJWKtwfpLYskraBjsNCKxl0PmAsa6CrZyDcunbh4SZ+kOCGc4sBa33s u1bQEXuiAY5szk/JxMQSHSWvWzXVWBJN8btbZawLBNCeDwhPxyUe0NZXg47NTHUh UBQDVm+icNpqvXq4Jsxk4AXNJbYUnb0h068ild3RgoyDzbDfGKxhga8YysProqXW tSwn0Z0GnUuzP01G9Xuk6BbI9R6SoufiiWSf+7DmZBxUSafb3qO2goWDOjQaZa5S hxWMk0O0gMuelIutb8Sb3+vUBJXoDv+GNjlTJXBIh9hPDrPQ3YXRNfu5E8tm9prC wGDDSfr5VuBrER1z02JtyPQTka1yKJ8ctm7mIq6nSXDUBCnFMtg= =3Shp -----END PGP SIGNATURE----- --=-=-=-- ------------=_1722527822-1388-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Jul 2024 23:24:35 +0000 Received: from localhost ([127.0.0.1]:48719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sYwCo-0003ct-Sg for submit@debbugs.gnu.org; Tue, 30 Jul 2024 19:24:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:34344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sYwCm-0003ci-5R for submit@debbugs.gnu.org; Tue, 30 Jul 2024 19:24:34 -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 1sYwCW-00009R-Ts for guix-patches@gnu.org; Tue, 30 Jul 2024 19:24:17 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sYwCT-000230-IA for guix-patches@gnu.org; Tue, 30 Jul 2024 19:24:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1722381849; bh=BlujcMaUB8m0s9XP4BjYcitnCrlodi6gN3FVbW/3FFQ=; h=From:To:Subject:Date:From; b=BVg2Mk3FgIbO7gGkVry7H5ZXiEYFc/EjvMdZj0g+sM3GkplndZe8Pf7spzC9I2Dog RgqtPu1Dm4yBRmqEpq27VkAvSZPwmAE+0UO0rVp/yYhbAwenblf3LViV5YsBbhhpYz H4jMU9kr+KxQxtKonemagEvJqTEyExGcMNEsqLpKlYpCcS3MIfB7ikwbFlO9tW49Vg Ri8n3/bE5QkXInfI4H7ctLdj2/4/Z/Z+FiMe+YxwMahM97hbMQMEzSgv9GQApgthRl zg6iObDmihjFiqvDQmLFl5jUj4XI141t4s05PnXfW78kyi9TJItga1zbFEzvMVeff5 g4BaIQIE6eTTA== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 00A0F1893 for ; Tue, 30 Jul 2024 16:24:08 -0700 (PDT) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Fix reproducible build for readymedia Date: Tue, 30 Jul 2024 16:24:03 -0700 Message-ID: <87r0batqek.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch should fix build reproducibility issues of "readymedia" by avoiding embedding the running kernel version of the build machine. This was one of the examples used in the Reproducible Builds patch session On July 11th! https://libreplanet.org/wiki/Group:Guix/PatchReviewSessions2024 live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-readymedia-Fix-reproducible-build.patch Content-Transfer-Encoding: quoted-printable From=20e40dc4bc9633a44fc10ea49007618a41fa598d99 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 3 Jul 2024 14:00:34 -0700 Subject: [PATCH] gnu: readymedia: Fix reproducible build. * gnu/packages/upnp.scm (readymedia)[configure-flags]: Avoid embedding kern= el version. =2D-- gnu/packages/upnp.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index aab68a6414..5514b3632b 100644 =2D-- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -150,7 +150,8 @@ (define-public readymedia (base32 "1al04jx72bxwqch1nv9lx536mb6pvj7pgnqzy6lm32q6xa114yr2")))) (build-system gnu-build-system) (arguments =2D `(#:configure-flags '("--with-os-name=3DLinux") ; uname -s + `(#:configure-flags '("--with-os-name=3DLinux" ; uname -s + "--with-os-version=3D") ; uname -r #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-source base-commit: 2aa0127d4e3d2363c04caab88137b070b6cf1318 =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZql2EwAKCRDcUY/If5cW qrLAAPwMTPGAHbdoFLLJXz2lOEQO+CBBXEFIjV7UFLnO/Og43wD9HCZetp+6SB1h /yQqgFWJv9fE4SFzYWerri6CYCBKFgQ= =R432 -----END PGP SIGNATURE----- --==-=-=-- ------------=_1722527822-1388-1--