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,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 14A891F406; Sat, 26 Aug 2023 06:03:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1693029839; bh=1Hh74bIbNi4KEvupbUFiKFSyxhXo9B/8ZN2YRLO+ITI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wfyE/cyUiyFTyIOVKFcyBW9qpT370bDn7+LYW1ljaCRj8ZMtHJUWguL+rHopFtgHZ 5rlxIMs00RfyvwbWBHtZkVlKP/lXPQBwIhYL52KGmWqlstoX6QtiyfRggURJTkprWn DBa14Iq+nCSKf1qEXcOH5lbMPKFnFbb9aog9IG+c= Date: Sat, 26 Aug 2023 06:03:58 +0000 From: Eric Wong To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: meta@public-inbox.org Subject: Re: [PATCH] doc: INSTALL: note OpenBSD xapian-bindings-perl package Message-ID: <20230826060358.M837379@dcvr> References: <20230824193509.3709766-1-e@80x24.org> <20230824223025+0200.280217-stepnem@smrk.net> <20230824215103.M812040@dcvr> <20230825171916+0200.946103-stepnem@smrk.net> <20230825204318.M672207@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230825204318.M672207@dcvr> List-Id: Eric Wong wrote: > Štěpán Němec wrote: > > t/cindex.t ................... 37/? > > > > Has been stuck there for a Real Long Time now (half an hour or so). > > > -cindex is a new feature and still under development and the > good news is I'm able to reproduce it. I will try to fix it soon. One problem is the lack of p5-Inline/p5-Inline-C, nor Socket::MsgHdr being installed (none are needed on Linux); so I'll have to make that part work with pure Perl... The other thing is if Inline/Inline::C/Socket::MsgHdr is installed on OpenBSD; AF_UNIX + SOCK_SEQPACKET + MSG_EOR behaves different on OpenBSD than it does on FreeBSD or Linux. So maybe it's a bug in OpenBSD, I'm misunderstanding MSG_EOR, or both: https://marc.info/?i=20230826020759.M335788@dcvr In any case, my connectivity to my OpenBSD VM is spotty but maybe s/MSG_EOR/0/g for all send*() calls is the way to go...