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.2 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-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (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 844111F5AE for ; Fri, 23 Apr 2021 19:51:06 +0000 (UTC) Received: by mail-qt1-x82d.google.com with SMTP id o21so9164578qtp.7 for ; Fri, 23 Apr 2021 12:51:06 -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:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=4R7uAtEPxw1zHr7A4keoSHvy082dFLLgVSoQ64skwRc=; b=KkF1XTGWyx5D/J9ZYpKMMjpw9p/XiREjQKkJO4/ui0Z8GfXl/UvXLAmksnvKWgVkQH vu6YRcz4h2tC3NtpGv5jk77WEIqCWpmj2kA9WAKC+KXcbyX4MX7pPpsmoYko4+426YCF jwz7VFa+9eeH5z807deKcesUAQHe5UzMyde+0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=4R7uAtEPxw1zHr7A4keoSHvy082dFLLgVSoQ64skwRc=; b=atjS+aSP2mSW7UVbha4jiuIKq2KhCHP7Qub/YyghismlHAp1gG1hX/umkM/DTSgFPS pz237mfS4BygskI/gpyLfAHQ/jL5ErguKuq6fs0wyfgmo7sc9kSuRMK9LCf6svnwKupe uZqkgOHbyFfSLO/asBF49a7Fg4EqOmZjekxoxTgF+wJBqC770YQokbZcHD2LKXYtuhh/ NVl3UnAxJee69frpw5qi7U5U6I4FqsYwj11kYX1LpzmNY1OvRI2VsjsdB1rdaULuo5mR k6KZSbYoYpLHYTC+I3NramyDprc29mxAhQ+6rbLck2vJuyaFfn4Zlq8MEwzM4t+Bzm4T 5a5g== X-Gm-Message-State: AOAM533rZgP595LBGr9j+i95bAjmV1UyCt96ytKdYKh4LM43ZdnU3EIu 9OewXjkGoxInjBACz60Nt5ZLCunYspEilQZR X-Google-Smtp-Source: ABdhPJw6sheZ+BXc9M5lgz8CRCEgQvi+W3UYrLNTn2dfQQf3UmLaEDrWMd2Kcva9W7i9FSHk7T3vpw== X-Received: by 2002:ac8:5f10:: with SMTP id x16mr5499393qta.6.1619207465198; Fri, 23 Apr 2021 12:51:05 -0700 (PDT) Received: from nitro.local (bras-base-mtrlpq5031w-grc-32-216-209-220-18.dsl.bell.ca. [216.209.220.18]) by smtp.gmail.com with ESMTPSA id x1sm5044071qtp.84.2021.04.23.12.51.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Apr 2021 12:51:04 -0700 (PDT) Date: Fri, 23 Apr 2021 15:51:01 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: newer xapian and git packages for CentOS7 Message-ID: <20210423195101.esyddcxcauhzzwuo@nitro.local> Mail-Followup-To: Eric Wong , meta@public-inbox.org References: <20210421151308.yz5hzkgm75klunpe@nitro.local> <20210423191202.qc7sdc3d2xnobb73@nitro.local> <20210423191849.GA23753@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210423191849.GA23753@dcvr> List-Id: On Fri, Apr 23, 2021 at 07:18:49PM +0000, Eric Wong wrote: > > > Btw, I noticed xapian14-bindings isn't packaged. If it were, it > > > would include the better-maintained Xapian.pm (SWIG) binding. > > > Getting Search::Xapian (XS) from CPAN would no longer be > > > necessary. > > > > Hmm... I mostly haven't because cross-package dependencies with copr is a bit > > hairy (and looking at the SPEC file, I'm not sure it will work with the > > ancient Ruby package in EL7). I'll give it a try, but if there is no great > > benefit of using Xapian.pm as opposed to Search::Xapian, then I may not try > > too hard. :) > > Ah, no worries. public-inbox isn't currently using features > exclusive to Xapian.pm, but may start doing so for query parser > customizations (or just-ahead-of-time C++). Search::Xapian > remains the only option within Debian packages, atm... It was actually less hairy than I'd anticipated. I build xapian14-bindings-perl and it seems to work find as a drop-in replacement for Search::Xapian. The package is in the same copr repository as xapian14-core. Thanks for the suggestion. -K