From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 4PIqOTBvVWLrEwEAgWs5BA (envelope-from ) for ; Tue, 12 Apr 2022 14:23:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WD3aNTBvVWJf+gAAauVa8A (envelope-from ) for ; Tue, 12 Apr 2022 14:23:12 +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 82B4221C82 for ; Tue, 12 Apr 2022 14:23:12 +0200 (CEST) Received: from localhost ([::1]:58068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1neFY7-0006gp-2C for larch@yhetil.org; Tue, 12 Apr 2022 08:23:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neFXz-0006cQ-Tp for guix-patches@gnu.org; Tue, 12 Apr 2022 08:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53984) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1neFXy-0002xj-7R for guix-patches@gnu.org; Tue, 12 Apr 2022 08:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1neFXy-0007c6-2T for guix-patches@gnu.org; Tue, 12 Apr 2022 08:23:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#52045] [PATCH] gnu: Add cl-clm. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Apr 2022 12:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52045 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 52045@debbugs.gnu.org Received: via spool by 52045-submit@debbugs.gnu.org id=B52045.164976612229167 (code B ref 52045); Tue, 12 Apr 2022 12:23:02 +0000 Received: (at 52045) by debbugs.gnu.org; 12 Apr 2022 12:22:02 +0000 Received: from localhost ([127.0.0.1]:47881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neFX0-0007aM-KY for submit@debbugs.gnu.org; Tue, 12 Apr 2022 08:22:02 -0400 Received: from mout02.posteo.de ([185.67.36.66]:35367) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neFWx-0007Zo-IH for 52045@debbugs.gnu.org; Tue, 12 Apr 2022 08:22:00 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 9046A24010A for <52045@debbugs.gnu.org>; Tue, 12 Apr 2022 14:21:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1649766113; bh=ElGQuS4SAL7KzQngKUqAYg16mpzTvmRX2IAevU4ymSE=; h=From:To:Cc:Subject:Date:From; b=qf3pvskKqbrTarZRV4+KmeMVoBG/bHB0KKhz0RcaIh7oiqb3+K6nS9Tlsnzl6CNhL NRbthgyJNG0t2bDG7WSoxmUqLNOsxYh9G+e2HtxWc4un3Tiam2Z/SZV7hoJpb84lGE zNzzHpARBtKexFwmUsQ6d8pzPmDr2+7hEp/hjRon+4BoY6yR3oS1p3xAWj57cAX6Wa 9wlaSMj4jRoI8lOvPNEUSuSFgrAu1L+JzOG1Fq+B/RoNfYBR165nD4Gaosm1wTDTDe Trkz/3Qpe6/Pgm+J1js6WVeATXEDbWqpg6/5zDDIUC0CT+3zb3kfu0AXAIqKqO6Jt6 I85HpjX89/oZg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Kd4bN3lXbz6tmV; Tue, 12 Apr 2022 14:21:52 +0200 (CEST) References: <20211122204527.27050-1-jgart@dismail.de> <87lf1fnh72.fsf@kitej> <20220409181818.GB10748@gac.attlocal.net> <20220409183138.GB11664@gac.attlocal.net> <20220409183342.GD11664@gac.attlocal.net> From: Guillaume Le Vaillant Date: Tue, 12 Apr 2022 12:15:27 +0000 In-reply-to: <20220409183342.GD11664@gac.attlocal.net> Message-ID: <877d7uwkyo.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=1649766192; 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-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=ElGQuS4SAL7KzQngKUqAYg16mpzTvmRX2IAevU4ymSE=; b=jbQNE1UTBkcl31wm8gs/viBvZrYQEaUkpNQA0R2fSIYEAw4d8hJDfnHgSA6ko5GSx8tMTz i9u3JFuwHLvUGqI510x9xvvFWYjC1C+x1TMDGhm6MH1G8AicNPWKVzDl0GvVTR5LtG6Q4y +qrlkTXEYBQfizmh6DdFlFSkTPXfrzm+xzg0toQ6ITL+Pcmy57WNZVwFv9S6kd8dbvWCw9 tPQINN7g+xvXHpjCM8oqsntjT8BZwlerzcyCAYLONefClaY6V+YJjs0srS9TPcEG7l6+Pa nHVkaGUbTC5J+WNqyRre2+aLPymUV56CggBrof3ovmhACPgO0dQGDv/qAiVPaA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649766192; a=rsa-sha256; cv=none; b=QO7/1Yf00vKzKDXaBbOWGYwRmkXqrc3aDlZNRU1ZOJhK25U/c/yeA7cbJCCZSiV+b6kV5J FjKjf8x8kj0j2ZeyvtJyEjiAfIrfx9riBqQ8ddEGT2svO4Mv0uKd+6VRlyOXosTe4smsV2 5CLtoTeYFwEz4qIwqDqGRuOCDdRKO+Dmxlu0l59NEutbI/ZcdP256CR61ijyl0rvKgSjH2 J3Vlak+KDGmR+DXXCXJMAvUMfrQkNosQB25umdbV+mppZiqzr/sBwUvtU8HbWyPjj5nsyw PPFekGc3Kr+9QXQd25TU0PSMvYe9IYhZtzQriLTlweY5TxM2auCqz4pD7JidbQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=qf3pvskK; 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.64 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=qf3pvskK; 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: 82B4221C82 X-Spam-Score: 3.64 X-Migadu-Scanner: scn0.migadu.com X-TUID: ESwKyUEHj26j --=-=-= Content-Type: text/plain jgart skribis: > On Sat, 09 Apr 2022 18:31:38 -0400 jgart wrote: > > And that sbcl-clm and cl-clm are now in Guix 'R Us: > > https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/lisp.scm#L2371 After entering the :clm package and trying some simple examples using the "v.ins" instrument, it failed because of some missing ".so" shared library. Does it work for you? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYlVu3w8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8KzgD/R0A4bg+boWArEQ3g/qEJKhmd4wnmz+vPNNfq SI6ZsQEA/0Gxgx5pb/DBoqi8TtycpaZhQB88xtCYkipglwKd1mKJ =F78o -----END PGP SIGNATURE----- --=-=-=--