From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 EC3gGQgNgmJJAwAAbAwnHQ (envelope-from ) for ; Mon, 16 May 2022 10:36:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id CPrFGQgNgmJBzwAA9RJhRA (envelope-from ) for ; Mon, 16 May 2022 10:36:24 +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 017972ACEA for ; Mon, 16 May 2022 10:36:23 +0200 (CEST) Received: from localhost ([::1]:53914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nqWDG-0004Zs-2D for larch@yhetil.org; Mon, 16 May 2022 04:36:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48784) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqWCw-0004SP-Od for guix-patches@gnu.org; Mon, 16 May 2022 04:36:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57765) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nqWCw-0002w0-FW for guix-patches@gnu.org; Mon, 16 May 2022 04:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nqWCw-00018W-6G for guix-patches@gnu.org; Mon, 16 May 2022 04:36:02 -0400 Subject: bug#55383: [PATCH] gnu: Add cl-lmdb. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 16 May 2022 08:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55383 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Guillaume Le Vaillant Cc: 55383-done@debbugs.gnu.org Mail-Followup-To: 55383@debbugs.gnu.org, arunisaac@systemreboot.net, arunisaac@systemreboot.net Received: via spool by 55383-done@debbugs.gnu.org id=D55383.16526901294303 (code D ref 55383); Mon, 16 May 2022 08:36:02 +0000 Received: (at 55383-done) by debbugs.gnu.org; 16 May 2022 08:35:29 +0000 Received: from localhost ([127.0.0.1]:51656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqWCO-00017L-W0 for submit@debbugs.gnu.org; Mon, 16 May 2022 04:35:29 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:44156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqWCM-00017B-3M for 55383-done@debbugs.gnu.org; Mon, 16 May 2022 04:35:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Gz2mD0TLlFd+r5+MHgJaafRSh9F+70m1sGRYODHKCts=; b=Ket7p93HVmmq/wVDzMq0to3+qM d0HCvj+Ky7fyOIVbYkNr0gIgBBvy03F5IGfUnWssbhiOohqtcfY9DQfvTkrAQJmDTGy7ARBElXWyb ahEU5N5MT22/n36mUgWwP7+jsz60qDVJ/Tl9pmKHppa6sW59B9cibmjL0LRcE4OmWDk9nG4aZcKIW xaWKD7JoIMXpqaiBGrEdby2kzl3z6J/cdf3cNo7CLetIJ0cPFm1/o5dLokMpm/DA/ngi9e7Zj6ZC/ Lb26LwlZW/p10Y/ZAy8K+HWs7YcK8qrpkH0cKZe77NUT+1PLsw97DfKZrKTo7+rJBafrve3wQQD6H oGWGDDpg==; Received: from [192.168.2.1] (port=9148 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nqWCJ-000Uw5-4R; Mon, 16 May 2022 14:05:23 +0530 From: Arun Isaac In-Reply-To: <87bkw1a179.fsf@kitej> References: <20220512070908.10346-1-arunisaac@systemreboot.net> <20220512071224.11231-1-arunisaac@systemreboot.net> <87bkw1a179.fsf@kitej> Date: Mon, 16 May 2022 14:05:22 +0530 Message-ID: <87fsl96fjp.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain 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=1652690184; 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=Gz2mD0TLlFd+r5+MHgJaafRSh9F+70m1sGRYODHKCts=; b=g5eV8KFqf9lV+U0q2ZWosnIzU3B3DrEE/jvVE7h2CybtvG+ckS5gLXjE/tWiBs0lv5AN92 Bno2Zs1pE9jEd8K5X2FPkStg3o0cmf2WKmCO/MoL1yztUFY1AjVNYcleR+wUp+J73jKCiT YgR1Y3aj2AmActqIakS2nTqN3g79C+/JZU3aUkFVGkMIQ3MrEqERAPo74WJjxN8PnqzLZL 9ZY3+8Ai//WudKNvc0NDwqRwlpCrecw4UVzyb4gH4OiRJQEjbRYvqVBIoBCtxn5ltDXIzs IfeWk+rxwlkjfkHKum9E8s3zE+kdt0fkZFsBtieIAdNbDtQFuwC4RgGabpBXQA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652690184; a=rsa-sha256; cv=none; b=qAObzMrkqLZakQqgq/RP457MOdVsWl95I5MocB3KtHQy9DbqEClMxiEK9+BA1RHzJO5zZ3 aVEE2VRGSHzzKf877gBb9kld0m56Kk8a48ITbm4Nx5yDLz5H1x1iQhgYxyEWzTBmL484YA n4LHFyuTH0MDXCoWnhjqy3+ma0TFwU93XoowO7W8KjzTIa1E69NT4+3Xhcibn29Xf6MUvM GBUNjYeIB5II6/U0K+eOxLvaWhh+zGw3LAIDj5aE4BjpSsA36cLKJOB4GfFQm6hT+tB7KV BnIi6SnbvsvQkV8F3JQeTDQkJNWv2rBpjgraTdMehYb0wsUy0dVl15GLc8fiXw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=Ket7p93H; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.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: 5.97 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=Ket7p93H; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.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: 017972ACEA X-Spam-Score: 5.97 X-Migadu-Scanner: scn1.migadu.com X-TUID: kx5bq8uro4oq Hi Guillaume, > The sbcl-trivial-features package should be added to the inputs, as it > is listed in the asd file. Otherwise, LGTM, you can push the patch. I added sbcl-trivial-features and pushed the patch. Thank you!