From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 998BE1F406; Thu, 24 Aug 2023 11:49:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1692877753; bh=+9nbJn6/6P0QeEs5uuKk/rOENLXQeraqEJX3X1jx6v4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pAfgO6TQ8KQ8/p1pSnUzOsfe0KqF7Nr04RP5X0vaHpw9bT6W8/MlTuvgfsEd2gjUJ pr78B0rQoxdjjZTJT5xC/O6Q9yIJKrDITb8HliNbXXk+LAD2QzLmOotwMGrxG6owPm zIWG9FXXDVVmNctCGgZ9f9IapDi5x2mtVvV/QBYM= Date: Thu, 24 Aug 2023 11:49:13 +0000 From: Eric Wong To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: meta@public-inbox.org Subject: Re: [PATCH 4/7] introduce optional C++ xap_helper Message-ID: <20230824114913.M564221@dcvr> References: <20230824012236.3968030-1-e@80x24.org> <20230824012236.3968030-5-e@80x24.org> <20230824132323+0200.507058-stepnem@smrk.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230824132323+0200.507058-stepnem@smrk.net> List-Id: Štěpán Němec wrote: > On Thu, 24 Aug 2023 01:22:33 +0000 > Eric Wong wrote: > > > ease-of-installation on systems which don't provide > > pre-packaged Perl Xapian bindings (e.g. OpenBSD 7.3) but > > do provide Xapian development libraries. > > Where's this coming from? My servers are currently still running > 7.2, but I do see the package on 7.3 as well: > > https://ftp.openbsd.org/pub/OpenBSD/7.3/packages/amd64/xapian-bindings-perl-1.4.22.tgz Thanks. I missed the `-perl' suffix and thought `xapian-bindings' alone would stem it correctly (I'm not familiar with OpenBSD package management at all and just getting started with `pkg_add'). I'll update the commit message before pushing, since CentOS 7.x and probably some other ancient distros are missing the Perl bindings.