From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id kClQHhBgE2MMHQAAbAwnHQ (envelope-from ) for ; Sat, 03 Sep 2022 16:09:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8PcrHhBgE2NfAgAAauVa8A (envelope-from ) for ; Sat, 03 Sep 2022 16:09:20 +0200 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 2DF236140 for ; Sat, 3 Sep 2022 16:09:20 +0200 (CEST) Received: from localhost ([::1]:35088 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUTpm-0007Eb-Rk for larch@yhetil.org; Sat, 03 Sep 2022 10:09:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36712) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUTpX-0007Dq-7o for guix-patches@gnu.org; Sat, 03 Sep 2022 10:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53858) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oUTpW-0001dA-VI for guix-patches@gnu.org; Sat, 03 Sep 2022 10:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oUTpW-0004Jw-EL for guix-patches@gnu.org; Sat, 03 Sep 2022 10:09:02 -0400 Subject: bug#57348: [PATCH] gnu: Add eisl Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 03 Sep 2022 14:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Joeke Cc: 57348-done@debbugs.gnu.org Mail-Followup-To: 57348@debbugs.gnu.org, glv@posteo.net, joeke@posteo.net Received: via spool by 57348-done@debbugs.gnu.org id=D57348.166221414116594 (code D ref 57348); Sat, 03 Sep 2022 14:09:02 +0000 Received: (at 57348-done) by debbugs.gnu.org; 3 Sep 2022 14:09:01 +0000 Received: from localhost ([127.0.0.1]:42555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUTpU-0004Ja-MG for submit@debbugs.gnu.org; Sat, 03 Sep 2022 10:09:00 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58781) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oUTpS-0004JM-W2 for 57348-done@debbugs.gnu.org; Sat, 03 Sep 2022 10:08:59 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id D667D240103 for <57348-done@debbugs.gnu.org>; Sat, 3 Sep 2022 16:08:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1662214132; bh=RVocxEBMcMSPqW3oksTb/2JEbo6iFShi9VD2VG8Tr1M=; h=From:To:Cc:Subject:Date:From; b=DvMGP5Ltcoh2eaNCQqO3X+CGAz5adNHSawMihi3EeI/t2YULSSI96Yuz+b1i5pcbc JYvyGjlK0JxsNsrnfmC5DXWIHHYeNyCd3vp91khUb3N+IPabcQ89hrYwm4oem3lrQe AYe6OYmCPIQHtzkQc8ECygq8LMOHHmJhwsYbK1/+2h+ObJvMA3G88GcQgy/sUp4vSs O472MMWp6AZZAXftTas18VK07wfRdFnMyXvJV2KoneY1qW2MGQLJ64mpyW/lxLijuH WIOFKESQbbAd4sZapItOwy3rBfFs/y7gHMO3ZYypTgPqMjCawrpgVUeT7DY5vMfDeO 6tqGL9ro2Tiog== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MKc8M5tq7z6tlh; Sat, 3 Sep 2022 16:08:50 +0200 (CEST) References: <87tu6351hu.fsf@bolo-santosi.mail-host-address-is-not-set> <871qt20w8g.fsf@kitej> <87k06pbjyj.fsf@bolo-santosi.mail-host-address-is-not-set> <87h71sd3gd.fsf@kitej> From: Guillaume Le Vaillant Date: Sat, 03 Sep 2022 14:03:27 +0000 In-reply-to: <87h71sd3gd.fsf@kitej> Message-ID: <87wnaklfd9.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662214160; 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:resent-to: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=RVocxEBMcMSPqW3oksTb/2JEbo6iFShi9VD2VG8Tr1M=; b=CExY6Hc/ts2OroQPhpPk/7NMnfL8dfqY2m57ljMScXvX/x2q2VYecsSPc3S/g4ppcpLfkO W2Wxsd3xka4AGlpHaBOxVdJ/z7risw7SgWYkX9oXourah91J21QYGPNNsbIQtQTWvLbxzA eaFQIPsp/6FWzuqAGVJ8LqUdSdektnGlU3AVEIsGSoIlYr1Y4vjdTL/9xtY72xU++q0ADG 5TFrw85rdhdTVTC0J4WkOB1cPMezgbYoO5apjaNVLxe2IJeiUpdifvoGmjDOoNn1lJg2cb /qoa+yF3jH21NiNy1PyNlR69vF/8YVI8XSCN/5c/0f1SJATg6vfXFE2SLKCGww== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662214160; a=rsa-sha256; cv=none; b=XDQsLydjJ3IqvOUw3VD0M/Ro2fSo6Oc7BbcKhq6iIh23RYRxlsg6c76FINexrQJZj7nt22 ciivcNSUGBXb/pak0udwoTqND00SAYYP3NwEeeMfOsh6neigQgRDEaVVjnOwWUTPkRW9Q4 i4Xn7tCX57N/sp83Hmr8eoEWAviRcYuMl+EGcUzFUmcPwbQpWz0Y3KbebVd+Blw6AyhV42 PqYM1t5gYaDvir60/haI1SpaPybmlBfdEh2yhBv7fh9TcXIMHhMsq6gv3Z/MWNzqUa0cu0 Egb5wB0dHQupWMm/qvCLvg76BEPrR7uFrMhJCbn8pRBnZlJ+ZzXJN5i4qAs9wQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=DvMGP5Lt; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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: 3.63 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=DvMGP5Lt; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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-Queue-Id: 2DF236140 X-Spam-Score: 3.63 X-Migadu-Scanner: scn0.migadu.com X-TUID: iph4yoeOEW26 --=-=-= Content-Type: text/plain I updated your patch for version 2.62 which has the fixes for the libraries. I also added a 'wrap' phase, so calling "(compile-file ...)" should work without having to propagate gcc-toolchain etc. Patch pushed as 5cf9b98d1cdd25ee44224f8256ea6f719b9aa0bd. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYxNf8g8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/x8QEAiNXUKLfG2goloT3oCmiIRwdxTDmNQO3DGESe iBsw6yUA/29mY6Q0hI+RNYOLFWh/3WmLVBzcMtYTtiZXfCIZZ+N3 =CjMP -----END PGP SIGNATURE----- --=-=-=--