From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7458 invoked from network); 11 Apr 2021 21:03:10 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 11 Apr 2021 21:03:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date:Content-ID: Content-Type:MIME-Version:Subject:cc:To:References:From:In-reply-to:Reply-To: Content-Transfer-Encoding:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=hz6i+hGD4c1O0hwyv3kVIzK1oPpxkEB2c6l4ud2EOC4=; b=Kbckii5L3Q84EbdVyl6iCGlko2 QC7bgawDBAF2j9jfrb366yOCAvL680+yd2YekTFx3UkJm52EtyyiJeVMXOMt4smy/Qd+q0c5RfbGA rrACetOxXY/VxyDZURXg+++oLNrcdOjLze3aqe9koLXhM8+47dSMfCsGE8ObZxtW0az4/hHDIYkKt Qp+cf1M5ijR0Ji1xDcuEme+pId5lGfUoEnuNWGp4u/h9rIIaEqbK5DbPpiVAmpqAvvzC8X1YuwKMY zPq6ZtfM1mmE4F1j1q7a0Ysd1zDk71+ioiub5q969clyOuj7BiLYfZg9IkU77vAqsl5iEx5Xchur/ ss4/C3wA==; Received: from authenticated user by zero.zsh.org with local id 1lVhEb-0007eV-45; Sun, 11 Apr 2021 21:03:09 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lVhE7-0007P3-0H; Sun, 11 Apr 2021 21:02:39 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.93.0.4) (envelope-from ) id 1lVhE4-000DSl-M1; Sun, 11 Apr 2021 23:02:37 +0200 In-reply-to: <20200423180523.591b02ba@abudhabi.paradoxon.rec> From: Oliver Kiddle References: <20200423180523.591b02ba@abudhabi.paradoxon.rec> To: Lars Wendler cc: Zsh workers Subject: Re: Asking for status of a submitted patch MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <51753.1618174956.1@hydra> Date: Sun, 11 Apr 2021 23:02:36 +0200 Message-ID: <51754-1618174956.679843@6gcU.NdtA.vh5n> X-Seq: 48507 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On 23 Apr 2020, Lars Wendler wrote: > on 2019 December 12th I had sent a patch to this list which fixes a > build issue in configure.ac when ncurses was built with separate > tinfo(w) lib. To this day, your patch remains unmerged. At least in my case, I can't work out what problem it solves, how that manifests, how I might reproduce it. I can guess that you may be using gentoo Linux from your e-mail but how you might have configured the ncurses build is not obvious. Just knowing what configure options are used to build it may help. Without it, does zsh fail to build or is some functionality or feature missing or broken? Is it linking to the wrong library? Or failing to resolve a symbol - which one(s)? Oliver