From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 10 09:20:29 2021 Received: (at 51913) by debbugs.gnu.org; 10 Dec 2021 14:20:29 +0000 Received: from localhost ([127.0.0.1]:46003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvglB-0000pd-EX for submit@debbugs.gnu.org; Fri, 10 Dec 2021 09:20:29 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvgl9-0000pK-Q5 for 51913@debbugs.gnu.org; Fri, 10 Dec 2021 09:20:28 -0500 Received: from [2001:470:142:3::e] (port=53748 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvgl3-0001N6-0A; Fri, 10 Dec 2021 09:20:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=/JDyGmTJDhtBF7t7ceZ2elhDLEP3FiG1FueQbOq794E=; b=R72T3GCduPrq6AesYuEY D+wz7M2Pw65FE/4ZIpI7EYtYzvLOEZH8odaLhoFY7Q8ffcAQCYcWmeqIi/6akDqVEw8teMOELyxcR eKjvBwcMBJL0ffDeD451Prn1K5sFM/rZJ3JqkK1yFmyk4iB6cW60aWyalBSbC+cQmDCmSz4HRB/Ny GKVmWAWm4yt3br1HuMvsciWUYGnkkB22VPpUUAAzcrqRecpY40MMvfEFSbW5P+eqfHSQ018K3ZR1M YXdGIiCIYDZ82yL8JwqFhugVtoUYKzKdOS/B+Okik0YSteyiajkzq9nXhYsaYP9wbZbw+q+/RBlWv rLI40eYyn1WUvg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64869 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvgl0-0006nu-H1; Fri, 10 Dec 2021 09:20:20 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Guillaume Le Vaillant Subject: Re: bug#51913: [PATCH] gnu: Add cl-binascii. References: <8735nq9axm.fsf@kitej> Date: Fri, 10 Dec 2021 15:20:16 +0100 In-Reply-To: <8735nq9axm.fsf@kitej> (Guillaume Le Vaillant's message of "Sat, 20 Nov 2021 14:02:57 +0000") Message-ID: <877dcc8rtr.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51913 Cc: Foo Chuan Wei , 51913@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 (---) Ping! :-) Guillaume Le Vaillant skribis: > Foo Chuan Wei skribis: > >> There are a few problems with this patch: >> * Tests are failing on ECL. >> * It bundles rt.lisp, which should be unbundled (use Guix's cl-rt >> instead). > > Concerning rt, I thing adding a snippet deleting "tests/rt.lisp" and > modifying the definition of "binascii-tests" in "binascii.asd" (removing > the references to the rt file and adding the rt system in the > "depends-on" list) should work.