From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 0CA011F8C8 for ; Fri, 10 Sep 2021 14:48:21 +0000 (UTC) Received: by mail-qk1-x733.google.com with SMTP id c10so2168964qko.11 for ; Fri, 10 Sep 2021 07:48:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=6i7kdHhUh+nmG9nm+v6av98MLI+gIHaekfFlFn2BEIU=; b=cbtFEEu7Z5C+v8K3wy97TVsbj+ISs0V7cckZY7xtmL/NLWOD5WaT+xIgorpF5pC+lO ekTeMQ8lGKsGjllFwGJUc8jiC4EZonazBP8aIvNRu6kD3/grOaAW8fbnxjyWITzafrGC pX0UOlQPjpZlVZgkuXBH2FD8oVrFMuuKLcCJ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=6i7kdHhUh+nmG9nm+v6av98MLI+gIHaekfFlFn2BEIU=; b=ZO1JTfXV0gvVmf3JTNduI2OlMfYi5a+emlDXk77AwaNE7F37OlKPoVGZdxduHOGIX5 T1tV0Mmk7I9OO2akxy+XdDKZuoRwaFPcqB9c45fs4BprasR4omYyCgTlBC7pQeUWlhlh Rp0n1hTdFvEVHo6HOghwH+oAlh/2duzlL0LunZtlB51RnSmDrzlsrQLYzmcwIWKI2mSR Mjh2/p4b1juQoCaPVjVpRPIV7DmeTUU5QNzG33qr+qOUqsDmIh9Ns26wDdwNqMgXRj2r dhnFKvoalRnt3ZyaaGnIUDYRAzvG0PsB0ttgbEQ7v3OV83YqqxXU/ZN2ojz70SLnXyOx tzFQ== X-Gm-Message-State: AOAM53144i70kwaL4dPiegki1H58qfPZjHuW2EmbevRfjDwaobeEvXZ9 siZP8nRJZdpkOMpzptxa+LH2QQ== X-Google-Smtp-Source: ABdhPJwiY1V/XC79vJrvdfDWCGiwCqBdAqhRsT1XFEtKnfEMZ2BayWAaCmu7kXi39E7j5Z8O9wSiiw== X-Received: by 2002:a37:803:: with SMTP id 3mr7746514qki.127.1631285299768; Fri, 10 Sep 2021 07:48:19 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id t26sm3551141qkm.0.2021.09.10.07.48.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Sep 2021 07:48:19 -0700 (PDT) Date: Fri, 10 Sep 2021 10:48:17 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: Using lei with podman + toolbox Message-ID: <20210910144817.titipi6zm22nzroz@meerkat.local> References: <20210909213935.hh6dyuxaq63o72cc@meerkat.local> <20210909233614.GA27863@dcvr> <20210910124242.rwjujckpd4arupr2@meerkat.local> <20210910135653.GA22719@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210910135653.GA22719@dcvr> List-Id: On Fri, Sep 10, 2021 at 01:56:53PM +0000, Eric Wong wrote: > > Seems to have it as perl-Search-Xapian, which provides Xapian.pm. > > Oh I meant the newer SWIG Xapian.pm. Search::Xapian is > Search/Xapian.pm which uses XS and isn't getting new features. Ah, no, doesn't look like xapian-bindings-perl is built. I may open an RFE with the packager for this once I get around to that. > > All noted -- I may be the one who packages things for Fedora at some point, so > > this is useful info. > > Cool. I'm wondering how to better arrange INSTALL to suit > different usages (lei-only vs daemons vs mda/watch-only). I mean, it's not like it pulls in huge dependency trees. Perl cpan packages are a few KB in size, so pulling in some extras isn't going to inconvenience a lot of people or anything. :) -K