From patchwork Sat Dec 14 17:58:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 16518 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 E1EE6178DB; Sat, 14 Dec 2019 23:23:37 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id A50AB178D7 for ; Sat, 14 Dec 2019 23:23:37 +0000 (GMT) Received: from localhost ([::1]:34494 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igGl7-0000xm-0M for patchwork@mira.cbaines.net; Sat, 14 Dec 2019 18:23:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41406) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igGke-0000SR-7V for guix-patches@gnu.org; Sat, 14 Dec 2019 18:23:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igGkZ-0002SS-TP for guix-patches@gnu.org; Sat, 14 Dec 2019 18:23:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58118) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igGkZ-0002Ot-Oi for guix-patches@gnu.org; Sat, 14 Dec 2019 18:23:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igG8p-0005m7-PH for guix-patches@gnu.org; Sat, 14 Dec 2019 17:44:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#38605] [WIP MLton 0/1] Add MLton Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 14 Dec 2019 22:44:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 38605 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Brett Gilio Cc: 38605@debbugs.gnu.org Received: via spool by 38605-submit@debbugs.gnu.org id=B38605.157636341322093 (code B ref 38605); Sat, 14 Dec 2019 22:44:03 +0000 Received: (at 38605) by debbugs.gnu.org; 14 Dec 2019 22:43:33 +0000 Received: from localhost ([127.0.0.1]:35842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1igG8L-0005kG-Ha for submit@debbugs.gnu.org; Sat, 14 Dec 2019 17:43:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:32852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1igG8J-0005jm-3O for 38605@debbugs.gnu.org; Sat, 14 Dec 2019 17:43:31 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1igG8D-00080R-PU; Sat, 14 Dec 2019 17:43:25 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38026 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1igBgP-00040a-DJ; Sat, 14 Dec 2019 12:58:26 -0500 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <877e2z7e3x.fsf@posteo.net> Date: Sat, 14 Dec 2019 18:58:22 +0100 In-Reply-To: <877e2z7e3x.fsf@posteo.net> (Brett Gilio's message of "Fri, 13 Dec 2019 21:58:10 -0600") Message-ID: <87v9qix001.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi Brett, Brett Gilio skribis: > MLton is a little bit tricker to package properly as it runs in to the issue > of requiring a non-source, pre-compiled bootstrap. There is a way to get it to > build against SMLnj though (which will be my next WIP bug report). This patch > series uses a series of patched ELFs to compile MLton from source. But obviously > this will not be permissable upstream. “Not permissible” is strong (in the sense that Guix doesn’t have such a strong policy because there are cases where there’s no known way to bootstrap from source), but clearly, if there’s a documented way to build MLton from source, this is what we should be aiming for. Thanks! Ludo’.