From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bone Baboon Newsgroups: gmane.emacs.devel Subject: Emacs is not reproducible Date: Mon, 17 May 2021 11:28:18 -0400 Message-ID: <87lf8dcrcd.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37569"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 17 17:31:13 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lifD5-0009WO-Sh for ged-emacs-devel@m.gmane-mx.org; Mon, 17 May 2021 17:31:11 +0200 Original-Received: from localhost ([::1]:35186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lifD4-0001aK-VJ for ged-emacs-devel@m.gmane-mx.org; Mon, 17 May 2021 11:31:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45738) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lifC9-0000PV-4q for emacs-devel@gnu.org; Mon, 17 May 2021 11:30:13 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:56946) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lifC0-0004UT-Hc for emacs-devel@gnu.org; Mon, 17 May 2021 11:30:12 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BB18B51198 for ; Mon, 17 May 2021 17:30:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gLVxOnU9APLY for ; Mon, 17 May 2021 17:30:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1621265400; bh=9LlqhXZqIer1NfNg9W9JbN180qVB/bGh0GpBIrTGPPs=; h=From:To:Subject:Date; b=ZyYFu97GkpbqMRP7gVggEGS3Tpgkxxy/d8hNRUKv+ImtqDUjha9CLg5vrfXO32NiQ YyEMOuhm9fp0uhd2d5HupwHV7PEZbOvnT1WME3JWgYrBvUwfxC9GoRrwCQdJvMKZoh DxduRdRYKokfPPc3F/zfivB6Ekyo16nBlvNUyWpP5eYzsVFLwH60d6ekMbkGvtlB4c MbwJscrFDJUzY/DjAIDzYLwykG9Ep1KhxHJsYsfgAcZfUPvIwjt3D8jaWL1Bq/lX9U ti1/m3oTxjO5Cwn93Y46lVu4KMlDgqH9Yzvc127oW6AJ1XFYoi67ubS5AjtQonl5Ad Bp6llprCoEj7A== Received-SPF: pass client-ip=178.21.23.139; envelope-from=bone.baboon@disroot.org; helo=knopi.disroot.org 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-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:269409 Archived-At: I am using the Guix operating system. It provides tools to verify if a software package is reproducible. For details on how Emacs 27.2 is not reproducible see . Previous versions of Emacs are also not reproducible as reported in that thread. For information on why reproducible software is important see . For information on how to make software reproducible see . Is there currently any work underway to make Emacs reproducible?