From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 22 18:59:10 2022 Received: (at submit) by debbugs.gnu.org; 22 Aug 2022 22:59:10 +0000 Received: from localhost ([127.0.0.1]:41995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQGNy-00018a-7K for submit@debbugs.gnu.org; Mon, 22 Aug 2022 18:59:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:33588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQGNt-00018P-Aa for submit@debbugs.gnu.org; Mon, 22 Aug 2022 18:59:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52966) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQGNt-0006rV-5X for guix-patches@gnu.org; Mon, 22 Aug 2022 18:59:05 -0400 Received: from mout01.posteo.de ([185.67.36.65]:38969) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQGNq-0001fy-F0 for guix-patches@gnu.org; Mon, 22 Aug 2022 18:59:04 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 621FC240026 for ; Tue, 23 Aug 2022 00:58:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1661209138; bh=v3kJl7LqHBRDlP28y9nb2XhvgnXSOUG0BlKtNXpdNJg=; h=From:To:Subject:Date:From; b=YuEFzaRaojAjATK0iKzMzWSx4XVdZGIC8lDJJcX+TYG+mmisinrFLKu9iBhogEO3k UpLcgP4oEHnL1o0ISxZL/lWcLcJSev4sjt8KcfMPqKwJJiwCcA62l6gRNOQ+QvMYzu u+KoSGQ/R+P2Mf7sctR89WKL/ETIJBX30aKNqhwtTVeDPonDOXVMS1zH5vqn3oz1q/ MijxlKdJoXXOLYIqggkO/2VSnyFpU/wM2X9QZMKwO2jRMUyhO0kWZM/R8geae413Ql 3ew97Dj6f6Z6NGgELDnVoMpBF7b7/QlTuziqYoQWjZShLz80979ZwCTV1ZwBy6Yiu3 Y3TXMq2raSt+w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MBSTW17Swz9rxK for ; Tue, 23 Aug 2022 00:58:54 +0200 (CEST) From: Joeke To: guix-patches@gnu.org Subject: [PATCH] gnu: Add eisl Date: Mon, 22 Aug 2022 22:58:53 +0000 Message-ID: <87tu6351hu.fsf@bolo-santosi.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=joeke@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain This patch adds the Easy ISLisp interpreter/compiler for ISLisp to lisp.scm --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-eisl.patch Content-Transfer-Encoding: quoted-printable Content-Description: gnu: Add eisl >From ba1e8d927d081de4169d188c772adb2cdc79b57c Mon Sep 17 00:00:00 2001 From: Joeke de Graaf Date: Tue, 23 Aug 2022 00:45:40 +0200 Subject: [PATCH] gnu: Add eisl --- gnu/packages/lisp.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 2f37b82..79fae67 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -21,6 +21,7 @@ ;;; Copyright =C2=A9 2021 Paul A. Patience ;;; Copyright =C2=A9 2021 Charles Jackson ;;; Copyright =C2=A9 2021 jgart +;;; Copyright =C2=A9 2022 Joeke de Graaf ;;; ;;; This file is part of GNU Guix. ;;; @@ -59,6 +60,7 @@ (define-module (gnu packages lisp) #:use-module (gnu packages base) #:use-module (gnu packages bash) #:use-module (gnu packages bdw-gc) + #:use-module (gnu packages check) #:use-module (gnu packages compression) #:use-module (gnu packages ed) #:use-module (gnu packages fontutils) @@ -1351,3 +1353,43 @@ (define-public buildapp "Buildapp is an application for SBCL or CCL that configures and saves= an executable Common Lisp image. It is similar to cl-launch and hu.dwim.buil= d.") (license license:bsd-2))) + + +(define-public eisl + (package + (name "eisl") + (version "2.60") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sasagawa888/eisl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0qrmy6myyac38q3kf26axmxpmq9srhc6qy0ykfcsng50jzcdg1= mn")))) + (build-system gnu-build-system) + (native-inputs + (list gcc ncurses cppcheck)) + (arguments + `(#:modules + ((guix build utils) + (guix build gnu-build-system)) + + #:make-flags + (list (string-append "PREFIX=3D" (assoc-ref %outputs "out")) + (string-append "CC=3D" ,(cc-for-target))) + + #:phases + (modify-phases %standard-phases + (add-before 'install 'create-store-directory + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref %outputs "out")) + (bin (string-append out "/bin"))) + (mkdir-p out) + (mkdir-p bin)))) + (delete 'configure)))) + (home-page "https://github.com/sasagawa888/eisl") + (synopsis "Implementation of ISLisp") + (description "Easy ISLISP (eisl) is an implementation of ISLisp which +includes a compiler as well as an interpreter.") + (license license:bsd-2))) --=20 2.37.2 --=-=-= Content-Type: text/plain Best regards, Joeke de Graaf --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 27 07:19:56 2022 Received: (at 57348) by debbugs.gnu.org; 27 Aug 2022 11:19:56 +0000 Received: from localhost ([127.0.0.1]:55344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRtr2-0002K6-Eo for submit@debbugs.gnu.org; Sat, 27 Aug 2022 07:19:56 -0400 Received: from mout01.posteo.de ([185.67.36.65]:58033) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRtr0-0002Jq-3z for 57348@debbugs.gnu.org; Sat, 27 Aug 2022 07:19:55 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id C5204240028 for <57348@debbugs.gnu.org>; Sat, 27 Aug 2022 13:19:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1661599187; bh=lTG8yvQExJSb+OJ4pN+zmuWEAJeBSEJPxdnyMF9Sx5g=; h=From:To:Cc:Subject:Date:From; b=CDUvVTSLAEkldXVyoISKPzjyTJyZhjuX5GMEo7m+0RiF+B7/aGllcUEcGWRwokmEj J+XgBAYOo82VBsMTYbWLLTlMBNsqo9ly3CCk7DtPKmG4HmksbF0MPc4G9AqA/5H9yh TUsRlyL4wJqRNM47kunwA3Lzs9LdG+3NUcUO+OQB0axrc7PUlMHwjLbkHpfy6Xp7aQ t53yOPeiZEeIzA4hEQzCBW9Ncv230y6uUqNPt7sdc6wTVLXbLa+0dGmrRGcPTz013O ZwdMsceQV6ytFrz791ETa3dg6HgIlUG3Skyi5KOTWPmabkhxmohWXTe0oo78wnk1qI KPGIx/aGZ75RQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MFDkS4MKhz6tnC; Sat, 27 Aug 2022 13:19:44 +0200 (CEST) References: <87tu6351hu.fsf@bolo-santosi.mail-host-address-is-not-set> From: Guillaume Le Vaillant To: Joeke Subject: Re: [bug#57348] [PATCH] gnu: Add eisl Date: Sat, 27 Aug 2022 11:07:21 +0000 In-reply-to: <87tu6351hu.fsf@bolo-santosi.mail-host-address-is-not-set> Message-ID: <871qt20w8g.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57348 Cc: 57348@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Hi, Joeke skribis: > This patch adds the Easy ISLisp interpreter/compiler for ISLisp to > lisp.scm > > [...] > > + (build-system gnu-build-system) > + (native-inputs > + (list gcc ncurses cppcheck)) Adding gcc to 'native-inputs' is not necessary, and ncurses should probably be in 'inputs' instead of 'native-inputs'. > + (arguments > + `(#:modules > + ((guix build utils) > + (guix build gnu-build-system)) Specifying 'modules' here is not necessary. > > [...] > > + (home-page "https://github.com/sasagawa888/eisl") > + (synopsis "Implementation of ISLisp") > + (description "Easy ISLISP (eisl) is an implementation of ISLisp which > +includes a compiler as well as an interpreter.") > + (license license:bsd-2))) It looks like some code in "cii/" is under the expat license, and some code in "nana/" is under bsd-3, so they should be added to the 'license' field. Also, it looks like the files in "library/" are not compiled/installed. Is it on purpose? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYwn9zw8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/zLQD/Wklz0bSICFLHcauhlrpv0Z7DhWurqUYr7eua uG48npEA/RmvA8wOVDytjSCmFp6sDEeFa+0ys1YfFkooFSwPQFdE =9kVj -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 30 15:38:41 2022 Received: (at 57348) by debbugs.gnu.org; 30 Aug 2022 19:38:41 +0000 Received: from localhost ([127.0.0.1]:37581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT74K-0006HG-U5 for submit@debbugs.gnu.org; Tue, 30 Aug 2022 15:38:41 -0400 Received: from mout01.posteo.de ([185.67.36.65]:54315) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT74I-0006H2-HH for 57348@debbugs.gnu.org; Tue, 30 Aug 2022 15:38:39 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 81182240027 for <57348@debbugs.gnu.org>; Tue, 30 Aug 2022 21:38:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1661888312; bh=/RS8BUb65V5mGZMDRdKX0x1zhiS2qWP+UMCDp723j1U=; h=From:To:Subject:Date:From; b=fjmTk9TEUPDwicbeZy+XCwF+obfyeZndi183QoKxTGtQqYZVKvjwgw9S3+maVeqGq 6C8viP4/2JQxdkiHw/F/GX1U0QAL/MN9hZbftB8lIJFlT2Eb005+hqRcYNiOM1FcyO qIMHW3G1QHYQ5hGJejcpBZQc9tQKVHlkv9fYFVRW9KqOc2axfitJHtfj2UkGe1xn14 Q6+LSp93PBIrep/uNCQ/9u5QdCmYgBl3+4qdapjNgtuIHxXwHHGt5uUSjd0p2liOFP 0Xal50YyvYMCq/RBT05WRVgtu0G44LGvGWghBmtdzJP2mzioIl8D9ULb04WQyrQHCA kbj4W33ZMmJrA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MHHfY2pzYz6tqn for <57348@debbugs.gnu.org>; Tue, 30 Aug 2022 21:38:29 +0200 (CEST) From: Joeke To: 57348@debbugs.gnu.org Subject: Re: [bug#57348] [PATCH] gnu: Add eisl In-Reply-To: <871qt20w8g.fsf@kitej> References: <87tu6351hu.fsf@bolo-santosi.mail-host-address-is-not-set> <871qt20w8g.fsf@kitej> Date: Tue, 30 Aug 2022 19:38:28 +0000 Message-ID: <87k06pbjyj.fsf@bolo-santosi.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57348 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Hi, Guillaume Le Vaillant writes: >> + (build-system gnu-build-system) >> + (native-inputs >> + (list gcc ncurses cppcheck)) > > Adding gcc to 'native-inputs' is not necessary, and ncurses should > probably be in 'inputs' instead of 'native-inputs'. Right, fixed. >> + (arguments >> + `(#:modules >> + ((guix build utils) >> + (guix build gnu-build-system)) > > Specifying 'modules' here is not necessary. I removed this as well. >> + (home-page "https://github.com/sasagawa888/eisl") >> + (synopsis "Implementation of ISLisp") >> + (description "Easy ISLISP (eisl) is an implementation of ISLisp which >> +includes a compiler as well as an interpreter.") >> + (license license:bsd-2))) > > It looks like some code in "cii/" is under the expat license, and some > code in "nana/" is under bsd-3, so they should be added to the 'license' > field. You're right. I also found some gpl2+ code under nana/. > Also, it looks like the files in "library/" are not compiled/installed. > Is it on purpose? This certainly was not intentional. In my new patch I somewhat hackily copy the "library" and "bench" directories over to the output directory. If there is a better way to do this, please let me know. Dankon por la revizio, Joeke de Graaf --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-eisl.patch Content-Transfer-Encoding: quoted-printable Content-Description: patch >From 0162b638d42d02b4ed11db77b2ad46179f673f03 Mon Sep 17 00:00:00 2001 From: Joeke de Graaf Date: Tue, 30 Aug 2022 21:27:24 +0200 Subject: [PATCH] gnu: Add eisl --- gnu/packages/lisp.scm | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 2f37b82..ad57d45 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -21,6 +21,7 @@ ;;; Copyright =C2=A9 2021 Paul A. Patience ;;; Copyright =C2=A9 2021 Charles Jackson ;;; Copyright =C2=A9 2021 jgart +;;; Copyright =C2=A9 2022 Joeke de Graaf ;;; ;;; This file is part of GNU Guix. ;;; @@ -59,6 +60,7 @@ (define-module (gnu packages lisp) #:use-module (gnu packages base) #:use-module (gnu packages bash) #:use-module (gnu packages bdw-gc) + #:use-module (gnu packages check) #:use-module (gnu packages compression) #:use-module (gnu packages ed) #:use-module (gnu packages fontutils) @@ -1351,3 +1353,60 @@ (define-public buildapp "Buildapp is an application for SBCL or CCL that configures and saves= an executable Common Lisp image. It is similar to cl-launch and hu.dwim.buil= d.") (license license:bsd-2))) + + +(define-public eisl + (package + (name "eisl") + (version "2.60") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sasagawa888/eisl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0qrmy6myyac38q3kf26axmxpmq9srhc6qy0ykfcsng50jzcdg1= mn")))) + (build-system gnu-build-system) + (inputs + (list ncurses)) + (native-inputs + (list cppcheck)) + (arguments + `(#:make-flags + (list (string-append "PREFIX=3D" (assoc-ref %outputs "out")) + (string-append "CC=3D" ,(cc-for-target))) + + #:phases + (modify-phases %standard-phases + (add-before 'install 'create-store-directory + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref %outputs "out")) + (bin (string-append out "/bin")) + (lib (string-append out "/library")) + (ben (string-append out "/bench"))) + (map mkdir-p (list out bin lib ben))))) + (add-after 'install 'install-lib-and-bench + (lambda* (#:key build-inputs outputs #:allow-other-keys) + (let* ((source (assoc-ref %build-inputs "source")) + (out (assoc-ref %outputs "out")) + (libstring "/library/") + (benchstring "/bench/")) + (map (lambda (subdir-name) + (let ((sourcedir (opendir (string-append source subd= ir-name)))) + (do ((file (readdir sourcedir) (readdir sourcedir)= )) + ((eof-object? file)) + (when (not (member file '("." ".."))) + (copy-file (string-append source subdir-name f= ile) + (string-append out subdir-name file)))))) + (list libstring benchstring))))) + (delete 'configure)))) + (home-page "https://github.com/sasagawa888/eisl") + (synopsis "Implementation of ISLisp") + (description "Easy ISLISP (eisl) is an implementation of ISLisp which +includes a compiler as well as an interpreter.") + (license (list license:bsd-2 ;; documents/license.txt + license:expat ;; cii/LICENSE + license:gpl2+ ;; nana/gdb/test.c and others under nana/ + license:bsd-3 ;; bench/* +)))) --=20 2.37.2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 31 08:04:31 2022 Received: (at 57348) by debbugs.gnu.org; 31 Aug 2022 12:04:31 +0000 Received: from localhost ([127.0.0.1]:38453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTMSN-0000UW-Gq for submit@debbugs.gnu.org; Wed, 31 Aug 2022 08:04:31 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTMSK-0000UH-UR for 57348@debbugs.gnu.org; Wed, 31 Aug 2022 08:04:30 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id CAE7124002B for <57348@debbugs.gnu.org>; Wed, 31 Aug 2022 14:04:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1661947462; bh=cP3RmFr0QqSYvwMnhhy/P+8UTwrBtwEbdAQKlFe5S9Q=; h=From:To:Cc:Subject:Date:From; b=jAtWmRY+LVJygnhP5GQ99bx2qoENgg9iSZVAiF0QIKVn12rP/xngDI972R1zI8NRF Q7hhngcn7vxIPBgpMvaLTcRNdgvT0WwLW22cGkC1mDTRfsKz65FfS6cGgLoATxYluI hMLC1HkB2RIlZw5aPEvRrxQoAcmHb5Y8ttzTkeJGJGls1HiwnSs4prlvTaxD892kZs YwIbaSj+WpYrQ6oTXXEssim87/N2JCwfcDNi6q5122VMNjTyrJGRSUpjVdPVIM1UJX Rvb0v65EoCej/1Rkk/JLfwz8R1N6i9kN1Qhu2MKsLLmWVhPVxZSS8Qh7Qtcp1CFRP6 emxRY2n3jilEg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MHjX52zp0z6tnq; Wed, 31 Aug 2022 14:04:20 +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> From: Guillaume Le Vaillant To: Joeke Subject: Re: [bug#57348] [PATCH] gnu: Add eisl Date: Wed, 31 Aug 2022 11:58:22 +0000 In-reply-to: <87k06pbjyj.fsf@bolo-santosi.mail-host-address-is-not-set> Message-ID: <87h71sd3gd.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57348 Cc: 57348@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Joeke skribis: >> Also, it looks like the files in "library/" are not compiled/installed. >> Is it on purpose? > > This certainly was not intentional. In my new patch I somewhat hackily > copy the "library" and "bench" directories over to the output > directory. If there is a better way to do this, please let me know. Apparently upstream has recently added fixes to the makefile concerning the "library" directory, but there are still a few things to fix (see ). --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYw9OQg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8rXQD8DowC03bGuOZlFWvxA8ody/FYOoH5Om8eKWh6 cwnQ2jgA/R0Yp6G7tpIH3bFKO68aVR1WYxLV4TdCmA9SKi3TMJgv =o9Jl -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 03 10:09:00 2022 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 To: Joeke Subject: Re: [bug#57348] [PATCH] gnu: Add eisl 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57348-done Cc: 57348-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= 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----- --=-=-=-- From unknown Sun Jun 22 03:56:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 02 Oct 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator