From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id +HRGFar3cmVZQQEAauVa8A:P1 (envelope-from ) for ; Fri, 08 Dec 2023 12:02:02 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +HRGFar3cmVZQQEAauVa8A (envelope-from ) for ; Fri, 08 Dec 2023 12:02:02 +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 DDB9325CE7 for ; Fri, 8 Dec 2023 12:02:01 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=SXGNcIXM; 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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1702033322; h=from:from:sender:sender: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=uLh/SkftC5LGtgiYZMfeaxcm2qY6OFdpPZm8o39hU/E=; b=q1iyUwmhkZie2rRGi6Uv1/U6p2+yB+D4IVZ7UzVLtWRM7Fh9BK6fKumN1fg5FdjcyBPwXY ZRh2Hb/ozayHfqy/dfs0CHZHgh3/Lgu4G53z9U78VGeqdJrJCMh3hSmLTMBAz6fPDPHDpk 7Wl9BSZOay0pV+HNIwQl1dUscgtq0LKHfAsG6YoexdGMueER7ZUmvieDiDNKkBYNqOUGdY k+MXX+bzOGDdcFV3z072CTz0DI5n5bEdOWmNAHOPIbaoHhlnwBQx3G2hx2+rHDNFlGe7xZ nfiVt9NPOrJZ5ljPduNtP5mhmpmCncqLpJ8SNxessJK9oyFs6ql61vOGdXL5Vg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=SXGNcIXM; 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"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702033322; a=rsa-sha256; cv=none; b=e1Adx0ruoc55o1h3ArcalkCi7/tNTF/kMe/TyS0LIRVqVDDx9VczJmIoSXw/8UEc7NQj76 x1NEUpzLl/sg404KICmEmGc07ISJk5IHxHqVrtso9g/iEJ+f0/g0+fFQLTYU1ppvWtyTqf Q3wEhV8kFZLVo5JBpQ6qKShsB8QMkvQiwZOaXRTBiNHBp95lihKLtZPNfUGj6tfyUYfaLO hpHS847OVWMx/EI9wrFKZaByzXxZAGEPW7vJuRxR+YoDQd8AG07+R8/YTcKGshfV6fkC89 vihJaQOH09++EofP04g9d+pRnVhlVqE+AAb1iFh9yOo6bzSJSim4tJ86SDjXIw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBYcB-0004J6-L6; Fri, 08 Dec 2023 06:01:51 -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 1rBYcA-0004Iv-0U for guix-patches@gnu.org; Fri, 08 Dec 2023 06:01:50 -0500 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 1rBYc9-00028b-Na for guix-patches@gnu.org; Fri, 08 Dec 2023 06:01:49 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rBYcM-0001xU-E5 for guix-patches@gnu.org; Fri, 08 Dec 2023 06:02:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66801] [PATCH] build-system: Add mix-build-system. Resent-From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Dec 2023 11:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66801 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: 66801@debbugs.gnu.org Received: via spool by 66801-submit@debbugs.gnu.org id=B66801.17020332767426 (code B ref 66801); Fri, 08 Dec 2023 11:02:02 +0000 Received: (at 66801) by debbugs.gnu.org; 8 Dec 2023 11:01:16 +0000 Received: from localhost ([127.0.0.1]:43914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBYbY-0001vc-Jd for submit@debbugs.gnu.org; Fri, 08 Dec 2023 06:01:16 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:60367) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBYbS-0001uW-JM for 66801@debbugs.gnu.org; Fri, 08 Dec 2023 06:01:10 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id 938CEC0004; Fri, 8 Dec 2023 11:00:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phfrohring.com; s=gm1; t=1702033246; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=uLh/SkftC5LGtgiYZMfeaxcm2qY6OFdpPZm8o39hU/E=; b=SXGNcIXMctT6Q+dvm3hH07UuG3mAzpWagOtiLCMCIvuqlJ4RSYytDiaQphnFPZxxjS0k4M /jh+QIlGtOIb3clpK6LZ6KleWCJMnyoM4JTnt2Qm071ubMUQjRNqRC5N8VFFh4Dkztal+0 uBzxdvbq3xDkc4KQVEK8le/fbOHW6oFFM+WpS3ENtkvleL5w27p4EIqgwiKqZ2EJZhUyI0 3TwsnuHcEneA0gVqx6AnKkp+7kd7B70z5bHuW1rzkYRHfVuus1vB60koXf8PbcFSDNRIVN Z3o8otvFISPJSRyJJm7ICnqGK+VfbWoXyuhxecdIl7CtapQBLtxbJFqFOOYcsA== References: <1b3bc0974f5c26e61c95e10a376c7b28f43d2e06.1701988060.git.contact@phfrohring.com> <444e529266b85742d32e4ca2102d83fac010352b.camel@gmail.com> <87y1e5t6w3.fsf@phfrohring.com> <9ce4cc7b52e6e3665e2b86af4f970552de8b8e95.camel@gmail.com> User-agent: mu4e 1.10.8; emacs 29.1 From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Fri, 08 Dec 2023 11:17:23 +0100 In-reply-to: <9ce4cc7b52e6e3665e2b86af4f970552de8b8e95.camel@gmail.com> Message-ID: <87ttott0v5.fsf@phfrohring.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: contact@phfrohring.com 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: DDB9325CE7 X-Spam-Score: -5.25 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -5.25 X-TUID: 27ndRiQtAOvG If this series works for you, it ought to work for us as well. The i= mportant thing is that immediate results can be verified to build. Great. So here comes the series of patches. The list of all patches is: =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 0001-build-system-Add-mix-build-system.patch =E2=94=82 0002-gnu-elixir-Wrap-binaries.patch =E2=94=82 0003-gnu-Add-elixir-hex.patch =E2=94=82 0004-gnu-Add-elixir-nimble-parsec.patch =E2=94=82 0005-gnu-Add-elixir-makeup.patch =E2=94=82 0006-gnu-Add-elixir-jason.patch =E2=94=82 0007-gnu-Add-elixir-file-system.patch =E2=94=82 0008-gnu-Add-elixir-bunt.patch =E2=94=82 0009-gnu-Add-elixir-inch-ex.patch =E2=94=82 0010-gnu-Add-elixir-castore.patch =E2=94=82 0011-gnu-Add-elixir-excoveralls.patch =E2=94=82 0012-gnu-Add-elixir-credo.patch =E2=94=82 0013-gnu-Add-elixir-erlex.patch =E2=94=82 0014-gnu-Add-elixir-dialyxir.patch =E2=94=82 0015-gnu-Add-elixir-machete.patch =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80 I will start with the first 3. To test them, I have issued the following co= mmand: =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 ./pre-inst-env guix build elixir-hex =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80 which result was: =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 =E2=80=A6 =E2=94=82 successfully built /gnu/store/1732zx2s5afv1da5vhik0gr923frvg35-el= ixir-hex-2.0.5.drv =E2=94=82 /gnu/store/hak603f9adwad1vrlqkqn6ywgissfb13-elixir-hex-2.0.5 =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80 If everything is correct, I will send the other ones. Cheers.